2020-02-13 11:14:47 +00:00
{
2022-05-05 07:54:28 +00:00
"+2VzH4" : {
"context" : "avatar change button" ,
"string" : "Change"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+43JV5" : {
"context" : "header" ,
"string" : "Products in {categoryName}"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+5HkZN" : {
"context" : "order, button" ,
"string" : "Mark as paid"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+7OsyM" : {
"context" : "button" ,
"string" : "Set as default shipping address"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+8v1ny" : {
"context" : "discount button" ,
"string" : "Discount"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+B25o/" : {
"context" : "dialog header" ,
"string" : "Mark Order as Paid"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+CeEe3" : {
"context" : "order shipping method name" ,
"string" : "Shipping"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+HuipK" : {
"context" : "variant sku" ,
"string" : "SKU {sku}"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+NUzaQ" : {
"context" : "check to mark this account as active" ,
"string" : "User account active"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+OV+Gj" : {
"context" : "button" ,
"string" : "Fetch taxes"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+PbHKD" : {
"context" : "dialog header" ,
"string" : "Capture Payment"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+PclgM" : {
"context" : "tabel column header" ,
"string" : "Total"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+RjQjs" : {
"context" : "return button" ,
"string" : "Return / Replace order"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+T0oJ7" : {
"context" : "input label" ,
"string" : "Stock reservation for anonymous user (in minutes)"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+VEhV8" : {
"context" : "product channels" ,
"string" : "Availability"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+WTmpr" : {
"context" : "disabled status option label" ,
"string" : "Disabled"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+a+2ug" : {
"string" : "Members"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+c/f61" : {
"context" : "retry installation" ,
"string" : "Retry"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+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."
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+hib+V" : {
"context" : "error message" ,
"string" : "This attribute is already assigned."
2020-04-23 15:43:08 +00:00
} ,
2022-05-31 15:18:15 +00:00
"+iV0gu" : {
"string" : "Internal Apps"
} ,
2022-05-05 07:54:28 +00:00
"+iVKR1" : {
"context" : "assign attribute value button" ,
"string" : "Assign value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+jCDvp" : {
"context" : "section header" ,
"string" : "Store Information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+jHXT3" : {
"context" : "limit voucher" ,
"string" : "Limit to staff only"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+kb2lM" : {
"context" : "dialog header" ,
"string" : "Change Password"
2020-02-13 11:14:47 +00:00
} ,
2022-10-20 11:35:31 +00:00
"+niGip" : {
"string" : "Saleor Apps"
} ,
2022-05-05 07:54:28 +00:00
"+pLi+M" : {
"context" : "issued by app label" ,
"string" : "Issued by app"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+sX7yS" : {
"string" : "Fulfillment successfully approved"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+svQBN" : {
"context" : "alert" ,
"string" : "Order limit reached"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+tIkAe" : {
"context" : "status" ,
"string" : "Status"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+wpvnk" : {
"context" : "dialog title" ,
"string" : "Delete Collection"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+x4cZH" : {
"string" : "Only staff members can be assigned"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+x84Ji" : {
"context" : "order status" ,
"string" : "Unconfirmed"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"+xTpT1" : {
"string" : "Attributes"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"//iaFx" : {
"context" : "WarehouseSettings title" ,
"string" : "Settings"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"//k1GX" : {
"context" : "expired on label" ,
"string" : "Expired on {date}"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/0JckE" : {
2021-01-25 10:28:44 +00:00
"context" : "order marked as paid event title" ,
"string" : "Order was marked as paid by"
} ,
2022-09-13 13:42:13 +00:00
"/0gMCW" : {
"string" : "Try to refresh the page or go navigate to a different page and back."
} ,
2022-05-05 07:54:28 +00:00
"/2OOMe" : {
"context" : "product type shipping settings, section header" ,
"string" : "Shipping"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/68iG8" : {
"context" : "product export to csv file, header" ,
"string" : "Information exported"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/6uK4C" : {
"context" : "button" ,
"string" : "Assign collections"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/8/Ffn" : {
"context" : "button" ,
"string" : "Show"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/AbHy4" : {
"context" : "creation label" ,
"string" : "Creation"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/BJQIq" : {
"context" : "dialog header" ,
"string" : "Add Tracking Code"
2021-01-20 16:16:43 +00:00
} ,
2022-07-11 09:43:08 +00:00
"/C//FB" : {
"context" : "header, allocated product quantity" ,
"string" : "Allocated"
} ,
2022-08-29 11:35:55 +00:00
"/DzBc6" : {
"context" : "section description" ,
"string" : "Strategy defines the preference of warehouses for stock allocations and reservations."
} ,
2022-05-05 07:54:28 +00:00
"/JENWS" : {
"string" : "Reduced Tax Rates"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/KWNJW" : {
"context" : "order discount was updated event title" ,
"string" : "Order discount was updated by"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/L8wzi" : {
"context" : "dialog header" ,
"string" : "Unassign Attribute From Page Type"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/Mcvt4" : {
"context" : "section header" ,
"string" : "Media"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/TF6BZ" : {
"string" : "Search Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/TK7QD" : {
"context" : "page label" ,
"string" : "Hidden"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/V7UOC" : {
"context" : "unassign category from sale and save, button" ,
"string" : "Unassign and save"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/WXs6H" : {
"context" : "collection name" ,
"string" : "Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/X8Mjx" : {
"string" : "Play with <emphasis>GraphQL API</emphasis>"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/Xwjww" : {
"context" : "button" ,
"string" : "Fulfill"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/Zee1r" : {
"string" : "Only added postal codes will be able to use this shipping rate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/cow4T" : {
"context" : "WarehousesSection select field placeholder" ,
"string" : "Select Warehouse"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/dnWE8" : {
"context" : "products in collection" ,
"string" : "Products in {name}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/glQgs" : {
"string" : "No channels found"
2020-02-13 11:14:47 +00:00
} ,
2022-07-11 09:43:08 +00:00
"/iijFq" : {
"context" : "input label" ,
"string" : "Global threshold"
} ,
2022-05-05 07:54:28 +00:00
"/kWzY1" : {
"string" : "Are you sure you want to delete this address from users address book?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/lBLBI" : {
"context" : "channels alphabetically title" ,
"string" : "Channels from A to Z"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/oaqFS" : {
"context" : "section header" ,
"string" : "Value"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/oyr6M" : {
"context" : "no variants" ,
"string" : "No variants found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/vCXIP" : {
"string" : "Translation"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"/w919H" : {
"context" : "OrderCustomer Fulfillment from Local Warehouse" ,
"string" : "Fulfill from Local Stock"
2020-02-13 11:14:47 +00:00
} ,
2022-09-23 12:15:59 +00:00
"/yJJvI" : {
"context" : "dialog header" ,
"string" : "Select a product type"
} ,
2022-05-05 07:54:28 +00:00
"/z9uo1" : {
"context" : "order returned success message" ,
"string" : "Successfully returned products!"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"05hqq6" : {
"context" : "checkbox label" ,
"string" : "Automatically approve all fulfillments"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"06bR4Z" : {
"context" : "order history message" ,
"string" : "Order cancel information was sent to customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"07KB2d" : {
"string" : "Country Code"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0AQH0Q" : {
"string" : "Plugin is misconfigured and cannot be activated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0DRBjg" : {
"string" : "Token Note"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0DgA8v" : {
"context" : "swatch attribute color picker label" ,
"string" : "Picker"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0FexL7" : {
"context" : "min price in channel" ,
"string" : "Min. value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0GJfWd" : {
"string" : "Country Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0MetrR" : {
"context" : "webhook input help text" ,
"string" : "This URL will receive webhook POST requests"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0Mg8o5" : {
"context" : "header" ,
"string" : "Tokens"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0OfZJA" : {
"context" : "button" ,
"string" : "Back"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0OtaXa" : {
"context" : "dialog header" ,
"string" : "Create Menu"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0TQuo4" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Unassign Collection From Sale"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0VDwAP" : {
"context" : "checkbox label" ,
"string" : "Send shipment details to customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0Vyr8h" : {
"context" : "menu item name" ,
"string" : "Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0dPP8O" : {
"string" : "Order #{orderId} was placed"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0em8tI" : {
"context" : "ProductTypeDeleteWarningDialog multiple consent label" ,
"string" : "Yes, I want to delete those products types and assigned products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0fM/pV" : {
"context" : "message title" ,
"string" : "App installed"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0iMYc+" : {
"context" : "field is optional" ,
"string" : "(Optional)"
2020-02-13 11:14:47 +00:00
} ,
2022-07-07 08:29:33 +00:00
"0kPdlb" : {
"context" : "deprecated secret key toolbar label" ,
"string" : "Use RS256 signature instead."
} ,
2022-05-05 07:54:28 +00:00
"0krqBj" : {
"context" : "page header" ,
"string" : "Order no. {orderNumber} - Refund"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0mhR+F" : {
"context" : "Header row quantity label" ,
"string" : "Quantity"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0nL1D6" : {
"context" : "number of menu items" ,
"string" : "Items"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0nLsyM" : {
"string" : "No product types found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0oo+BT" : {
"context" : "section header" ,
"string" : "Refunded Amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0opVvi" : {
"context" : "number of ordered products" ,
"string" : "{amount, plural,one {One ordered}other {{amount} Ordered}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0qg33z" : {
"context" : "table column header" ,
"string" : "Return"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"0sd4ez" : {
"context" : "selected customer channel subtitle" ,
"string" : "Customer will be sent the gift card code via this channels email address"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1+M/52" : {
"context" : "section header" ,
"string" : "Webhook Status"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1/oG76" : {
"context" : "dialog header" ,
"string" : "Delete Sale"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"11lR5V" : {
"context" : "avatar delete button" ,
"string" : "Delete"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"129wyQ" : {
"context" : "dialog header" ,
"string" : "Change customer shipping address"
2020-08-13 11:28:29 +00:00
} ,
2022-05-06 08:59:55 +00:00
"142MJn" : {
"context" : "select visible columns button" ,
"string" : "Columns"
} ,
2022-05-05 07:54:28 +00:00
"15PiOX" : {
"context" : "button title" ,
"string" : "Unassign"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"15fg+o" : {
"context" : "weeks after label" ,
"string" : "weeks after issue"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"16PGt9" : {
"context" : "WarehouseSettings all warehouses label" ,
"string" : "All warehouses"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"18wvf7" : {
"context" : "section header" ,
"string" : "Order Details"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"19/lwV" : {
"string" : "Determine attributes used to create product types"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1BNKCZ" : {
"context" : "sale channel" ,
"string" : "Channel"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1GTU/3" : {
"context" : "replaced event title" ,
"string" : "Products were replaced by"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1H+V6k" : {
"context" : "error message" ,
"string" : "Page with these attributes already exists."
2021-09-30 13:08:22 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1J/bhZ" : {
"context" : "expiry date section header" ,
"string" : "Expiry date"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1KSqnn" : {
"context" : "tab name" ,
"string" : "All Product Types"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1LBYpE" : {
"context" : "dialog header" ,
"string" : "Delete Menus"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1LiVhv" : {
"context" : "section header" ,
"string" : "Recent Orders"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1T1fP8" : {
"context" : "range input label" ,
"string" : "Postal codes (start)"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1UKx20" : {
2020-02-13 11:14:47 +00:00
"context" : "header" ,
2022-05-05 07:54:28 +00:00
"string" : "Translation ShippingMethod \"{shippingMethodName}\" - {languageCode}"
} ,
"1Uj0Wd" : {
"context" : "order draft total price" ,
"string" : "Total"
} ,
2022-10-18 09:10:15 +00:00
"1WbTJ5" : {
"context" : "product variants, title" ,
"string" : "Variants"
} ,
2022-05-05 07:54:28 +00:00
"1div9r" : {
"string" : "Search Attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1eEyJv" : {
"context" : "ExitFormPrompt continue editing button" ,
"string" : "Continue editing"
} ,
"1gzck6" : {
"string" : "{firstName} {lastName}"
} ,
"1lk/oS" : {
"context" : "button" ,
"string" : "Add postal code range"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1n1tOR" : {
"string" : "Group is out of your permission scope"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1qRwgQ" : {
"context" : "app installation" ,
"string" : "Installing app..."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1rpzrM" : {
"context" : "search placeholder" ,
"string" : "Search by country name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1shOIS" : {
"context" : "column title" ,
"string" : "Price"
2020-09-16 11:55:49 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1tXSSK" : {
2020-04-29 01:47:07 +00:00
"context" : "header" ,
2022-05-05 07:54:28 +00:00
"string" : "Translation Voucher \"{voucherName}\" - {languageCode}"
2020-09-16 17:13:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1wyZpQ" : {
"string" : "These passwords are too similar"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"1zuQ2P" : {
"context" : "unassign country" ,
"string" : "Are you sure you want to remove {countryName} from this shipping zone?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2+v1wX" : {
"context" : "number of metadata fields in model" ,
"string" : "{number,plural,one{{number} string} other{{number} strings}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2/L4zZ" : {
"string" : "Select all channels"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"22x9tu" : {
"context" : "header" ,
"string" : "Translation Product \"{productName}\" - {languageCode}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"23g7PY" : {
"context" : "dialog header" ,
"string" : "Invite Staff Member"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"26BKkX" : {
"context" : "order status" ,
"string" : "Partially returned"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"28GZnc" : {
"string" : "Start typing to begin search..."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"29L5Yq" : {
"context" : "gift card not found message" ,
"string" : "Couldn't find gift card"
2020-02-13 11:14:47 +00:00
} ,
2022-09-22 10:00:13 +00:00
"2CBcub" : {
"context" : "CreateVariantTitle manage" ,
"string" : "Manage"
} ,
2022-05-05 07:54:28 +00:00
"2E1xZ0" : {
"context" : "page header" ,
"string" : "Create Sale"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2FQsYj" : {
2020-04-29 01:47:07 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Clear"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2HfSiT" : {
"context" : "pagination" ,
"string" : "No. of rows"
2022-02-22 08:15:55 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2J6EFz" : {
2021-08-20 14:36:05 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Choose media"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2MKBk2" : {
"context" : "window title" ,
"string" : "Fulfill Order #{orderNumber}"
2022-02-02 15:30:34 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2MKkgX" : {
"context" : "checkbox label" ,
"string" : "Allow fulfillment without payment"
2022-02-02 15:30:34 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2NgTCJ" : {
"string" : "A product with this SKU already exists"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2OH46U" : {
"context" : "search modal shipping title" ,
"string" : "Shipping address"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2Sx05f" : {
"context" : "Previous discount label" ,
"string" : "Previous discount value"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2VSP8C" : {
"context" : "delete token" ,
"string" : "Are you sure you want to delete token {token}?"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2W4EBM" : {
"context" : "button" ,
"string" : "Set maximal quantities"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2Xt+sw" : {
2020-07-22 10:54:15 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Add postal codes"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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.}}"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2atspc" : {
"string" : "Drafts"
2021-04-26 07:49:55 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2cjt25" : {
"context" : "window title" ,
"string" : "Install App"
2021-04-26 07:49:55 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2gsiR1" : {
"string" : "No warehouses found"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2i81/P" : {
"context" : "section header button" ,
"string" : "Manage"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2mRLis" : {
"string" : "Search Customer"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2ob30/" : {
"string" : "Success! In a few minutes you’ ll receive a message with instructions on how to reset your password."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2oyWT9" : {
"context" : "button" ,
"string" : "Back to login"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2p0tZx" : {
"context" : "delete customer, dialog content" ,
"string" : "Are you sure you want to delete {email}?"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2pw5dQ" : {
"context" : "payment status" ,
"string" : "Fully paid"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2r4cTE" : {
"context" : "button" ,
"string" : "Enable Dark Mode"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2yU+q9" : {
"context" : "tab name" ,
"string" : "All Warehouses"
} ,
"2yV+s8" : {
"context" : "order history message" ,
"string" : "Payment was captured"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"2zCmiR" : {
"context" : "tabel column header" ,
"string" : "Cost price"
} ,
"3+990c" : {
2020-07-22 10:54:15 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "View all orders"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3+KwtP" : {
"context" : "VariantDetailsChannelsAvailabilityCard subtitle" ,
"string" : "Available in {publishedInChannelsCount} out of {availableChannelsCount}"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"30X9S8" : {
"context" : "gift card history message" ,
"string" : "Gift card was issued by {issuedBy}"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"31hYP2" : {
"context" : "alert card message" ,
"string" : "Gift cards will appear after their order is fullfilled. <link>View Orders with Gift Cards</link>"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"32dfzI" : {
"context" : "price or ordered products" ,
"string" : "Price"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"34F7Jk" : {
"context" : "filter range separator" ,
"string" : "and"
2022-03-25 12:39:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"38dS1A" : {
"context" : "code ending with label" ,
"string" : "Code ending with {last4CodeChars}"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"39yi8w" : {
"context" : "selected currency" ,
"string" : "Selected currency"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3AqOxp" : {
"context" : "no category set error" ,
"string" : "Product category not set"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3BTtL2" : {
"string" : "No countries found"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3C3Nj5" : {
2020-07-22 10:54:15 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Add variant"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3DGvA/" : {
"string" : "Remember this will also unpin all products assigned to this category, making them unavailable in storefront."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3Sz1/t" : {
"context" : "dialog header" ,
"string" : "Delete Pages"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3TlhJS" : {
"context" : "navigator command mode description" ,
"string" : "Search Command"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3Z8972" : {
"context" : "product" ,
"string" : "Stock quantity"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3bQz2o" : {
"context" : "bulk issue gift cards success alert title" ,
"string" : "Gift Cards Issued"
2022-02-02 15:30:34 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3d1RXL" : {
"string" : "This customer has no addresses yet"
2022-02-02 15:30:34 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2022-02-02 15:30:34 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3evXPj" : {
"string" : "Leave your note here..."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3fgyFh" : {
"context" : "order history message" ,
"string" : "Payment was refunded"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3kwdxJ" : {
"context" : "gift card export type label" ,
"string" : "gift cards"
2020-07-22 10:54:15 +00:00
} ,
2022-08-22 13:53:17 +00:00
"3oQzWR" : {
"context" : "product availability" ,
"string" : "Set publication date"
} ,
2022-05-05 07:54:28 +00:00
"3psvRS" : {
"context" : "attribute values list: slug column header" ,
"string" : "Admin"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3rIMq/" : {
"context" : "product shipping" ,
"string" : "Shipping"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3stu21" : {
"context" : "refunded fulfillment, section header" ,
"string" : "Replaced ({quantity})"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3tbL7x" : {
"context" : "description" ,
"string" : "Forgot password?"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3u+4NZ" : {
"string" : "Invoice email sent"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3ukd9/" : {
"context" : "attributes, section header" ,
"string" : "Attributes"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"3y4r+z" : {
"context" : "channel settings" ,
"string" : "Channel Settings"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"408KSO" : {
"context" : "gift card history message" ,
"string" : "Gift card was used as a payment method on order {orderLink}"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"41z2Qi" : {
"context" : "notification" ,
"string" : "Removed pages"
2020-07-22 10:54:15 +00:00
} ,
2022-08-29 11:35:55 +00:00
"423QsF" : {
"context" : "option title" ,
"string" : "Prioritize warehouses with highest stock"
} ,
2022-08-10 09:11:32 +00:00
"43AOvZ" : {
"context" : "alert group message" ,
"string" : "You will not be able to finalize this draft because:"
} ,
2022-05-05 07:54:28 +00:00
"43Nlay" : {
"context" : "warehouse" ,
"string" : "Address Information"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"450Fty" : {
"string" : "None"
2021-04-26 07:49:55 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"45zP+r" : {
"context" : "voucher discount" ,
"string" : "Specific products"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4B32Ba" : {
"context" : "delete page" ,
"string" : "Are you sure you want to delete {title}?"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4C7I61" : {
"context" : "sale Details delete button" ,
"string" : "Removed sale"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4Dc2j0" : {
"context" : "order status" ,
"string" : "Returned"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4EuJKs" : {
"string" : "All products prices are entered with tax included"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4JW9iJ" : {
"context" : "home section name" ,
"string" : "Home"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4JcNaA" : {
2020-07-22 10:54:15 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Invite staff member"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4Jp83O" : {
"context" : "subheader" ,
"string" : "Contact Information"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4Kq3O6" : {
"string" : "This unit will be used as default shipping weight"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4PlW0w" : {
"context" : "tracking number" ,
"string" : "Tracking Number: {trackingNumber}"
2020-07-22 10:54:15 +00:00
} ,
2022-08-22 13:53:17 +00:00
"4VOIum" : {
"context" : "product availability" ,
"string" : "Enabling this checkbox will remove product from search and category pages. It will be available on collection pages."
} ,
2022-05-05 07:54:28 +00:00
"4W/CKn" : {
"context" : "modal button" ,
"string" : "Upload URL"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4Z0O2B" : {
"context" : "section header title" ,
"string" : "Gift Card Timeline"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4Z14xW" : {
"context" : "button" ,
"string" : "Finalize"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4Z6BtA" : {
"context" : "order history message" ,
"string" : "Payment confirmation was sent to customer"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4gT3eD" : {
"context" : "navigator section header" ,
"string" : "Search in Customers"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4gZl/n" : {
"string" : "See <emphasis>DEMO STOREFRONT</emphasis>"
2020-07-22 10:54:15 +00:00
} ,
2022-10-18 09:10:15 +00:00
"4hl9rS" : {
"context" : "variant price in channel" ,
"string" : "Price"
} ,
2022-05-05 07:54:28 +00:00
"4k9rMQ" : {
"context" : "variant attribute checkbox" ,
"string" : "Variant Selection"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4prRLv" : {
"string" : "Permission is out of your scope"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4qe6hO" : {
"context" : "product stock, section header" ,
"string" : "Inventory"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"4v5gfh" : {
"context" : "account information, header" ,
"string" : "Account Information"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5+Xcrz" : {
"context" : "app deactivated" ,
"string" : "Deactivated"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"51HE+Q" : {
"string" : "No sales found"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"54KYgS" : {
"context" : "months after label" ,
"string" : "months after issue"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"55LMJv" : {
"context" : "country list header" ,
"string" : "Countries"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"56vUeQ" : {
"string" : "Added product to collection"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"577R2r" : {
"string" : "Invalid value"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"57IYpr" : {
"context" : "error message" ,
"string" : "Value is invalid"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"59XppT" : {
"context" : "button" ,
"string" : "Approve"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5A6/2C" : {
"context" : "section header" ,
"string" : "Availability"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5BajZK" : {
"string" : "View and update your site settings"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5GSYCR" : {
"context" : "page status" ,
"string" : "Visibility"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5HwLx9" : {
"context" : "alert" ,
"string" : "Warehouse limit reached"
2021-04-26 07:49:55 +00:00
} ,
2022-09-13 10:07:41 +00:00
"5I7Lc2" : {
"context" : "dialog header" ,
"string" : "Assign page"
} ,
2022-05-05 07:54:28 +00:00
"5JT4v2" : {
"context" : "dialog header" ,
"string" : "Send Invoice"
2021-04-26 07:49:55 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5Jo3C5" : {
"context" : "vat not included in order price" ,
"string" : "does not apply"
2021-12-16 11:36:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5LRkEs" : {
"string" : "The new dashboard and the GraphQL API are preview-quality software."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5OtU+V" : {
"context" : "dialog title" ,
"string" : "Unassign products from collection"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5QKsu+" : {
"context" : "waiting for export to end, header" ,
"string" : "Exporting CSV"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5R4VMl" : {
"context" : "draft created from replace event title" ,
"string" : "Draft was reissued from order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5RmuD+" : {
"string" : "Manage and update your warehouse information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5SPHkk" : {
"string" : "Order #{orderId} was fully paid"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5XG1CO" : {
2021-04-29 08:58:03 +00:00
"context" : "acre-ft unit" ,
"string" : "acre-ft"
} ,
2022-05-05 07:54:28 +00:00
"5ZvuVw" : {
"string" : "No products matching given query"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5aiFbL" : {
"context" : "tabel column header" ,
"string" : "Price"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5bJ26s" : {
"string" : "Successfully created page type"
2021-01-12 11:11:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5blVMu" : {
"context" : "e-mail or full name" ,
"string" : "Customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5dLpx0" : {
"context" : "references attribute type" ,
"string" : "References"
2021-06-19 23:13:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5dyOs0" : {
"string" : "No payments waiting for capture"
2021-07-29 12:15:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5elC9k" : {
"context" : "taxes section name" ,
"string" : "Taxes"
2021-07-29 12:15:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5fCMUI" : {
"context" : "translations section name" ,
"string" : "Translations"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5kvaFR" : {
"context" : "product field" ,
"string" : "Export Variant SKU"
2021-01-12 11:11:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5pHBSU" : {
"context" : "switch button" ,
"string" : "Product type uses Variant Attributes"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5sg7KC" : {
"string" : "Password"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5t/4um" : {
"context" : "message title" ,
"string" : "Couldn’ t Install {name}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5tMkmJ" : {
"context" : "dialog header" ,
"string" : "Assign Collection"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5te3Tp" : {
"context" : "order payment" ,
"string" : "Outstanding Balance"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5u7b3V" : {
"context" : "voucher is active from date" ,
"string" : "Starts"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"5x6yT9" : {
"context" : "weight" ,
"string" : "{fromValue} {fromUnit} - {toValue} {toUnit}"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"62T585" : {
"context" : "button" ,
"string" : "{languageName} - {languageCode}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"62Ywh2" : {
"context" : "number of countries" ,
"string" : "{number} Countries"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"64aYF0" : {
"context" : "informations about product organization, header" ,
"string" : "Product Organization"
2021-09-21 13:16:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"67V0c0" : {
"context" : "unassign product from collection, button" ,
"string" : "Unassign"
2021-04-09 07:51:49 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6AMFki" : {
"context" : "product name" ,
"string" : "Name"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6D+yYX" : {
"string" : "Payment status"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6JlXeD" : {
"context" : "button" ,
"string" : "Create page type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6L6Fy2" : {
"context" : "header" ,
"string" : "Disclaimer"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6QjMei" : {
"string" : "Preorder end time needs to be set in the future"
2021-04-29 08:58:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6RQKxH" : {
"context" : "order history message" ,
"string" : "Invoice no. {invoiceNumber} was updated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6RtE2D" : {
"context" : "unassign collection from sale and save, button" ,
"string" : "Unassign and save"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6WRFp2" : {
"context" : "order history message" ,
"string" : "Note was added to the order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6Y1nQd" : {
"context" : "product is visible" ,
"string" : "Visible"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6aBkJm" : {
"context" : "section header" ,
"string" : "Authorization"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6cMkfT" : {
"context" : "table head" ,
"string" : "Product Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6cS4Rd" : {
"context" : "card section description" ,
"string" : "Available permissions"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6cq+c+" : {
"context" : "header" ,
"string" : "Discount Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6fORLY" : {
"string" : "No page types found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6fxdUO" : {
"context" : "section header" ,
"string" : "Create New Shipping Zone"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6hLZNA" : {
"context" : "delete app" ,
"string" : "Are you sure you want to delete this app?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6iw4VR" : {
"context" : "delete variant dialog title" ,
"string" : "Delete Product Variants"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6nSTuC" : {
"context" : "webhooks section name" ,
"string" : "Webhooks"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6sjBvJ" : {
"context" : "input placeholder" ,
"string" : "Search by name, email, etc..."
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6u4K7e" : {
"context" : "page header" ,
"string" : "Order"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6udlH+" : {
"string" : "Order draft successfully created"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6xC/Ls" : {
"context" : "informations about product seo, header" ,
"string" : "SEO Information"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"6y+k8V" : {
"context" : "product field" ,
"string" : "Product Images"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7+GBlj" : {
"string" : "Error code {errorCode} {fieldError}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"74Cxe8" : {
"context" : "table header product label" ,
"string" : "Product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"74Zo/H" : {
"context" : "channel slug" ,
"string" : "Slug"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7Chrsf" : {
"string" : "Passwords do not match"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7FL+WZ" : {
"context" : "export products to csv file, button" ,
"string" : "Export Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7H2D5m" : {
"context" : "attribute value deleted" ,
"string" : "Value deleted"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7JAAul" : {
"context" : "product field" ,
"string" : "Export Product Weight"
2020-02-13 11:14:47 +00:00
} ,
2022-09-01 11:47:13 +00:00
"7KRGqz" : {
"context" : "Payment card title" ,
"string" : "Payment balance"
} ,
2022-05-05 07:54:28 +00:00
"7NFfmz" : {
"string" : "Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7NfoiJ" : {
"context" : "custom search delete, dialog header" ,
"string" : "Delete Search"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-09-21 13:16:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7Oorx5" : {
"context" : "navigator section header" ,
"string" : "Search in Catalog"
2021-09-21 13:16:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7U8GRy" : {
"string" : "Shipping method successfully updated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7UG1Lx" : {
"context" : "checkbox gift cards label" ,
"string" : "Automatically fulfill non shippable gift cards"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7WzUxn" : {
"context" : "staff member status" ,
"string" : "Inactive"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7a1S4K" : {
"context" : "tab name" ,
"string" : "All Drafts"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7dhhzL" : {
"context" : "bulk issue gift cards dialog title" ,
"string" : "Bulk Issue Gift Cards"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7hNjaI" : {
"context" : "button" ,
"string" : "Delete Variant"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7l5Bh9" : {
"string" : "{counter,plural,one{Are you sure you want to delete this product?} other{Are you sure you want to delete {displayQuantity} products?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7nKXni" : {
"context" : "option description" ,
"string" : "This product will act as a payment method"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7oQUMG" : {
"context" : "apps about permissions" ,
"string" : "This app has permissions to:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7qsOwa" : {
"context" : "action" ,
"string" : "Include postal codes"
2021-09-21 13:16:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7scATx" : {
"context" : "select title" ,
"string" : "Select channels you want for {contentType} to be available on"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7v2oBd" : {
"context" : "header" ,
"string" : "Error"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7v8suW" : {
"context" : "info text" ,
"string" : "This rate will apply to all orders"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"7yKZvp" : {
"context" : "section header" ,
"string" : "User Status"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"86pLaG" : {
"context" : "WarehouseSettings public stock label" ,
"string" : "Public Stock"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8B8E+3" : {
"context" : "navigator placeholder" ,
"string" : "Order Number"
2021-01-26 22:04:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8EGagh" : {
"context" : "search box label" ,
"string" : "Filter Countries"
2021-12-17 11:10:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8F2D1H" : {
"context" : "order refund amount, input button" ,
"string" : "Refund {currency} {amount}"
2021-12-17 11:10:54 +00:00
} ,
2022-07-29 16:45:52 +00:00
"8GC/ah" : {
"context" : "variants section name" ,
"string" : "Variants"
} ,
2022-05-05 07:54:28 +00:00
"8HRy+U" : {
"string" : "Category Description"
2021-12-17 11:10:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8Hq18g" : {
"context" : "create gift card product type alert message" ,
"string" : "Create a gift card product type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8InCjD" : {
"string" : "Please provide range of postal codes you want to add to the include/exclude list."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8J81ri" : {
"context" : "ordered product sku" ,
"string" : "SKU"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8Q504V" : {
"string" : "Metadata"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8cUEPV" : {
2022-01-28 12:34:20 +00:00
"context" : "page title" ,
2022-05-05 07:54:28 +00:00
"string" : "Create New Attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8hrH/z" : {
"context" : "dialog header" ,
"string" : "Search Category"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8oIbMI" : {
"string" : "Reached limit for this plan"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8qL/tV" : {
"context" : "CannotDefineChannelsAvailabilityCard subtitle" ,
"string" : "You will be able to define availability of product after creating variants."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8u7els" : {
"context" : "channel config plugin status popup title" ,
"string" : "Assigned to {activeChannelsCount} of {allChannelsCount} channels"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8uLHBY" : {
"context" : "unassign attribute from object" ,
"string" : "Are you sure you want to unassign {attributeName} from {itemTypeName}?"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8uo4v1" : {
"context" : "title" ,
"string" : "Checkout limits"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8vJCJ4" : {
"string" : "Define and manage your sales channels"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8vQGO0" : {
"context" : "tooltip content when line's variant has been deleted" ,
"string" : "This variant no longer exists. You can still fulfill it."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"8xsKUv" : {
"context" : "service accounts section name" ,
"string" : "Service Accounts"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"906uUr" : {
"context" : "button" ,
"string" : "Back to homepage"
2022-03-04 10:52:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"95oJ5d" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Go back to dashboard"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"97l2MO" : {
"string" : "Customer Email"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"98WMlR" : {
"context" : "header" ,
"string" : "Translation Product Variant \"{productName}\" - {languageCode}"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"98isC5" : {
"string" : "Show gross prices to customers in the storefront"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9C7PZE" : {
"context" : "navigation section name" ,
"string" : "Navigation"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9CEu8k" : {
"context" : "modal button images upload" ,
"string" : "Upload Images"
2020-02-13 11:14:47 +00:00
} ,
2022-07-11 09:43:08 +00:00
"9IWg/f" : {
"context" : "button" ,
"string" : "SETUP END DATE"
} ,
2022-05-05 07:54:28 +00:00
"9OtpHt" : {
"string" : "Order line deleted"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9RCuN3" : {
"string" : "Payment successfully captured"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9RvXNg" : {
"context" : "section header" ,
"string" : "Media Information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9Sz0By" : {
"context" : "channel currency" ,
"string" : "Currency"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9TAzb5" : {
"context" : "order line discount added title" ,
"string" : "{productName} discount was added by"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9TbDQD" : {
"context" : "order number label" ,
"string" : "Order number"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9Tl/bT" : {
"context" : "export items as spreadsheet" ,
"string" : "Spreadsheet for Excel, Numbers etc."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9UHfux" : {
"string" : "Voucher Specific Information"
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:11:32 +00:00
"9Y6vg+" : {
"context" : "dialog header" ,
"string" : "Add product"
} ,
2022-05-05 07:54:28 +00:00
"9YazHG" : {
"string" : "Company"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9Yhddc" : {
"context" : "input label" ,
"string" : "Registered events"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9Zlogd" : {
"context" : "staff member status" ,
"string" : "Active"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9ZtJhn" : {
"context" : "cancel button" ,
"string" : "Cancel order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9eC0MZ" : {
"context" : "collection" ,
"string" : "Hidden"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9gb9b4" : {
"context" : "address type" ,
"string" : "Add new address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9hab/1" : {
"context" : "bulk issue menu item" ,
"string" : "Bulk Issue"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9mGA/Q" : {
"context" : "button linking to dashboard" ,
"string" : "Dashboard"
2021-09-03 12:27:34 +00:00
} ,
2022-08-10 09:11:32 +00:00
"9mrWKz" : {
"context" : "no products placeholder" ,
"string" : "No products are available matching query in the channel assigned to this order."
} ,
2022-05-05 07:54:28 +00:00
"9piUVz" : {
"context" : "order history message" ,
"string" : "Order refund information was sent to customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9q562c" : {
"context" : "apps section name" ,
"string" : "Apps"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9scTQ0" : {
"context" : "section header" ,
"string" : "Product Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9ssWj+" : {
"context" : "unapproved fulfillment, section header" ,
"string" : "Waiting for approval ({quantity})"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9tgY4G" : {
"context" : "apps content" ,
"string" : "You don’ t have any installed apps in your dashboard"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9uNz+T" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Cancel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9vQR6c" : {
"context" : "collection label" ,
"string" : "Visible"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9xUIAh" : {
"string" : "Tax group"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"9xlPgt" : {
"context" : "used staff users counter" ,
"string" : "{count}/{max} members"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"A0Wlg7" : {
"context" : "product discount removed title" ,
"string" : "{productName} discount was removed by"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"A9QSur" : {
"context" : "area units type" ,
"string" : "Area"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ADTNND" : {
"context" : "product type" ,
"string" : "Physical"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-08-12 12:09:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AHRDWt" : {
"context" : "button" ,
"string" : "Create page"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AJgl5u" : {
"context" : "gift card product message" ,
"string" : "gift card product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AKv2BI" : {
"context" : "order refund subtitle" ,
"string" : "Refunded items can't be fulfilled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AOI4LW" : {
"context" : "navigator placeholder" ,
"string" : "Search in Catalog"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"APcoSA" : {
"context" : "dialog header" ,
"string" : "Delete Daft Order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AQ+9Ez" : {
"string" : "We’ ve encountered an unexpected error"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AQFMYU" : {
"context" : "staff section name" ,
"string" : "Staff Members"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AQSmqG" : {
"context" : "order discount was updated automatically event title" ,
"string" : "Order discount was updated automatically updated"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AVF5T5" : {
"context" : "voucher end date, switch button" ,
"string" : "Set end date"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AY7Tuz" : {
"string" : "The same object cannot be in both lists"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AbyDC7" : {
"context" : "section header" ,
"string" : "Eligible Categories"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-07-26 09:12:02 +00:00
"AcMzwj" : {
"string" : "Menu items"
} ,
2022-05-05 07:54:28 +00:00
"AdmPca" : {
"context" : "error message" ,
"string" : "Max value cannot be less than min value"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Aeq79M" : {
"context" : "PluginDetailsChannelsCard no channels subtitle" ,
"string" : "Plugin’ s settings are set common across all channels"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AgY5Mv" : {
"context" : "attribute properties regarding storefront" ,
"string" : "Storefront Properties"
2021-01-12 14:44:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AijtXU" : {
"context" : "table header configuration col label" ,
"string" : "Configuration"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AjInNW" : {
"context" : "dialog description" ,
"string" : "Choose countries you want to add to shipping zone from list below"
2021-01-12 14:44:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AkyGP2" : {
"string" : "Channel deleted"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AnqH4p" : {
"context" : "sale status" ,
"string" : "Active"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AqHafs" : {
"context" : "provided email input placeholder" ,
"string" : "Provided email address"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AqXzM2" : {
"string" : "Order #{orderNumber}"
} ,
"ArctEg" : {
"context" : "requires activation checkbox caption" ,
"string" : "All issued cards require activation by staff before use."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AubJ/S" : {
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Sign in"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AuwpCm" : {
"string" : "Country area"
2021-08-25 10:45:23 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Av74Fa" : {
"context" : "section description" ,
"string" : "You can set basic checkout rules that will be applied globally to all your channels"
2021-08-25 10:45:23 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AzMSmb" : {
"context" : "caption" ,
"string" : "If enabled this attribute can be used as a column in product table."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"AzshS2" : {
"context" : "notification" ,
"string" : "Published pages"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"B/y6LC" : {
"context" : "section header" ,
"string" : "Unfulfilled Products"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"B0PaVS" : {
"context" : "pint unit" ,
"string" : "pint"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"B2LE7A" : {
"context" : "menu item loading" ,
"string" : "working..."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"B52Em/" : {
"string" : "Address line 1"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"B5yE8S" : {
"context" : "dialog header" ,
"string" : "Unassign Categories From Sale"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"B9yrkK" : {
"string" : "No Channels found"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BBIQxQ" : {
"context" : "page header" ,
"string" : "Order no. {orderNumber} - Replace/Return"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BCPrmK" : {
"context" : "order history message" ,
"string" : "Shipping details was sent to customer"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BHQrgz" : {
"context" : "number of subcategories" ,
"string" : "Subcategories"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BL/Lbk" : {
"context" : "install app permissions" ,
"string" : "Installing this app will give it following permissions:"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BLX9dz" : {
"context" : "fulfill order, button" ,
"string" : "Fulfill"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BM1JiJ" : {
"context" : "error message" ,
"string" : "This order cannot be cancelled"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BNTZLv" : {
"string" : "Order #{orderId} was placed from draft"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BQ2NVl" : {
"context" : "page type name" ,
"string" : "Content Type Name"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BUKMzM" : {
"string" : "Variant removed"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BXkF8Z" : {
"context" : "header" ,
"string" : "Activity"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BZ7BkQ" : {
"context" : "capture payment, button" ,
"string" : "Capture"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BanAhF" : {
"context" : "sale status" ,
"string" : "Scheduled"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-10-18 09:10:15 +00:00
"BbP+k3" : {
"context" : "variant availability in channel" ,
"string" : "Available"
} ,
2022-05-05 07:54:28 +00:00
"Be+J13" : {
"string" : "Configurable"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BfJGij" : {
"context" : "header" ,
"string" : "Address Information"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BftZHy" : {
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
"context" : "window title" ,
2022-05-05 07:54:28 +00:00
"string" : "Create Page Type"
2021-01-12 14:44:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BjxQ3u" : {
"context" : "add shipping address first label" ,
"string" : "add shipping address first"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BkFke9" : {
"context" : "section header" ,
"string" : "Unfulfilled Items"
2020-12-16 10:53:28 +00:00
} ,
2022-07-13 11:12:58 +00:00
"Bkxrhw" : {
"context" : "no webhooks message" ,
"string" : "No webhooks found"
} ,
2022-05-05 07:54:28 +00:00
"BooQvo" : {
"context" : "navigator placeholder" ,
"string" : "Type {key} to see available actions"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Bphmwe" : {
"context" : "header" ,
"string" : "Translation Collection \"{collectionName}\" - {languageCode}"
2022-03-04 10:52:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"BtErCZ" : {
"string" : "Search Plugins..."
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:11:32 +00:00
"BvRyoX" : {
"context" : "alert message" ,
"string" : "There are no available shipping methods in this channel."
} ,
2022-05-31 15:18:15 +00:00
"BvmnJq" : {
"context" : "section header" ,
"string" : "Third Party Apps"
} ,
2022-05-05 07:54:28 +00:00
"Bx367s" : {
"context" : "product is hidden" ,
"string" : "Hidden"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"By5ZBp" : {
"context" : "header" ,
"string" : "Hello there, {userName}"
2020-02-13 11:14:47 +00:00
} ,
2022-10-26 10:12:37 +00:00
"ByYtFB" : {
"string" : "Invalid or expired token. Please check your token in URL"
} ,
2022-05-05 07:54:28 +00:00
"C0JLNW" : {
"string" : "Provided email address does not exist in our database."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C1luwg" : {
"context" : "dialog header" ,
"string" : "Delete Page"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C4hCsD" : {
"string" : "App is out of your permissions scope"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C50ahv" : {
"context" : "button" ,
"string" : "Add products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C6bb6x" : {
"context" : "order refund amount" ,
"string" : "Refund total amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C7I2lg" : {
"context" : "input label" ,
"string" : "Limit quantity per checkout (optional)"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C7eDb9" : {
"string" : "Permission groups"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"C90nKP" : {
"context" : "error with deactivatation alert message" ,
"string" : "Errors deactivating gift {count,plural,one{card} other{cards}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CG+awx" : {
"context" : "dialog content" ,
"string" : "Which address would you like to use as shipping address for selected customer:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CJEIRC" : {
"string" : "Product export has finished and was sent to your email address."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CJpx4E" : {
"context" : "page header" ,
"string" : "Order no. {orderNumber} - Add Fulfillment"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CLB1k9" : {
"context" : "refund type" ,
"string" : "Refund Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CLYlsu" : {
"context" : "section header" ,
"string" : "Settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CLeDae" : {
"context" : "section header" ,
"string" : "Preferences"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CRAfpd" : {
"context" : "gift card export dialog confirm button label" ,
"string" : "Export codes"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CT5PAn" : {
"context" : "CannotDefineChannelsAvailabilityCard title" ,
"string" : "Availability"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CWqmRU" : {
"context" : "customer's address book when no customer name is available, header" ,
"string" : "Address Book"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CXTIq8" : {
"string" : "Search engine description"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CXn88q" : {
"string" : "No permission groups found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CYEnGq" : {
"context" : "order fulfilled success message" ,
"string" : "Fulfilled Items"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CYZse9" : {
"context" : "card description" ,
"string" : "Expand or restrict group's permissions to access certain part of saleor system."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CZmloB" : {
"string" : "Fulfillment successfully updated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CcEwXH" : {
"context" : "dialog header" ,
"string" : "Delete Page Types"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CdIHMu" : {
"context" : "select tax ratte" ,
"string" : "Tax Rate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ChAjJu" : {
"context" : "character limit" ,
"string" : "{numberOfCharacters} of {maxCharacters} characters"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ChGI4V" : {
"context" : "error message" ,
"string" : "Saleor is unavailable, please check your network connection and try again."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CjSRT1" : {
"context" : "button" ,
"string" : "Create Category"
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:15:01 +00:00
"ClKKID" : {
"context" : "channel publication status" ,
"string" : "Not published"
} ,
2022-05-05 07:54:28 +00:00
"Co2U4u" : {
"string" : "No plugins found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"CxfKLC" : {
"string" : "Pages"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D/+84n" : {
"context" : "snackbar text" ,
"string" : "App activated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D0KaT6" : {
"context" : "webhook input label" ,
"string" : "Webhook Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D2qihU" : {
"string" : "Permission is invalid"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D3E2b5" : {
"context" : "button label" ,
"string" : "Activate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D3WUc/" : {
"context" : "order history message" ,
"string" : "Order was refunded by {refundedBy}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D4CsYK" : {
"context" : "status filter label" ,
"string" : "Status"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D4W/LE" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Change customer billing address"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D4nzdD" : {
"context" : "checkbox label" ,
"string" : "Grant this app full access to the store"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D8nsBc" : {
"context" : "no warehouses info" ,
"string" : "There are no warehouses set up for your store. To add stock quantity to the variant please <a>configure a warehouse</a>"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D9Rg+F" : {
"context" : "window title" ,
"string" : "Channel details"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"D9ie4n" : {
"context" : "shipping section name" ,
"string" : "Shipping Methods"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DASYUF" : {
"context" : "section title" ,
"string" : "Checkout Configuration"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DEa1T1" : {
"context" : "button" ,
"string" : "Save Search"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DGCzal" : {
"string" : "This token gives you access to your shop's API, which you'll find here: {url}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DHBlFi" : {
"context" : "navigator customer mode description" ,
"string" : "Search Customers"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DILs4b" : {
"string" : "Unsupported media provider or incorrect URL"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DJFPzq" : {
2020-11-19 14:42:14 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Confirm"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DK+8PB" : {
"string" : "This channel has already been created"
2021-12-16 11:36:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DM/Ha1" : {
"context" : "add postal code range, button" ,
"string" : "Add"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DNTxWr" : {
"context" : "permission groups section name" ,
"string" : "Permission Groups"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DO8+uV" : {
"string" : "Product created"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DOkfyZ" : {
"string" : "Insufficient permissions"
2021-01-12 11:13:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DP5VOH" : {
"string" : "Shipping Address"
2021-01-12 11:13:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DP6b8U" : {
"context" : "section header" ,
"string" : "Background Image (optional)"
2021-01-12 11:13:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DPz5y6" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Assign Staff Members"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DQJnB4" : {
"context" : "gift card export dialog title" ,
"string" : "Export Gift Card Codes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DRMMDs" : {
"string" : "Attribute Name"
2020-02-13 11:14:47 +00:00
} ,
2022-07-08 10:14:42 +00:00
"DRwqnt" : {
"context" : "order history message" ,
"string" : "Transaction capture requested"
} ,
2022-05-05 07:54:28 +00:00
"DTL7sE" : {
"context" : "dialog content" ,
"string" : "Are you sure you want to delete {warehouseName}?"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DWs4ba" : {
"string" : "No menus found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Dgp38J" : {
"context" : "checkbox label" ,
"string" : "Restrict order value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Dhherd" : {
"context" : "dialog header, title" ,
"string" : "Invoice Generation"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DnghuS" : {
"context" : "channel create" ,
"string" : "New Channel"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DovGIa" : {
"string" : "Permission Group Deleted"
2020-10-30 14:00:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"DzPVnj" : {
"context" : "date time attribute type" ,
"string" : "Date Time"
2020-02-13 11:14:47 +00:00
} ,
2022-06-08 06:44:28 +00:00
"E+M17x" : {
"context" : "marketplace section name" ,
"string" : "Marketplace"
} ,
2022-05-05 07:54:28 +00:00
"E22x4H" : {
"context" : "no card defuned alert message" ,
"string" : "You haven’ t defined a gift card product!"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"E8T3e+" : {
"string" : "Cannot add and remove group the same time"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"E8VDeH" : {
"string" : "No. of Orders"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"E9Jssl" : {
"string" : "No orders ready to fulfill"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EA7rjI" : {
"context" : "disabled status label" ,
"string" : "Disabled"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EEW+ND" : {
"string" : "Navigator"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EHsnZX" : {
"context" : "dialog description" ,
"string" : "Are you sure you want to approve this fullfillment?"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EIULpW" : {
"string" : "Manage how your store charges tax"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EKoPNg" : {
"context" : "shipping method price" ,
"string" : "Price"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EM+30g" : {
"context" : "navigator notification" ,
"string" : "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut."
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EM730i" : {
"string" : "Manage Channel Availability"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ENBELI" : {
"context" : "description" ,
"string" : "or login using"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EP+jcU" : {
"context" : "checkbox" ,
"string" : "Refund shipment costs"
2021-09-21 13:16:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ER/yBq" : {
"context" : "max price in channel" ,
"string" : "Max. value"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ESDTC/" : {
"string" : "Manage Sales Channel Availability"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ETHnjq" : {
"context" : "header" ,
"string" : "Private Metadata"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EWCUdP" : {
"string" : "Channels A to Z"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Eau5AV" : {
"string" : "Manage Products Channel Availability"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EbVf0Z" : {
"context" : "transaction reference" ,
"string" : "Transaction reference"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ediw6/" : {
"context" : "button label" ,
"string" : "Assign references"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Egyh2T" : {
"context" : "section header" ,
"string" : "Plugin Settings"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Eh6KYS" : {
"context" : "info card title" ,
"string" : "Card information"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Epm41J" : {
"context" : "change warehouse dialog warehouse list label" ,
"string" : "Warehouses A to Z"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ErNH3D" : {
"string" : "Define where this attribute should be used in Saleor system"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-07-11 09:43:08 +00:00
"ErvPaM" : {
"context" : "header" ,
"string" : "Warehouse Name"
} ,
2022-05-05 07:54:28 +00:00
"EsZH44" : {
"context" : "VariantDetailsChannelsAvailabilityCard item subtitle hidden" ,
"string" : "Hidden"
2020-09-03 14:07:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"EtGDeK" : {
"context" : "header" ,
"string" : "{pluginName} Details"
2020-11-19 14:42:14 +00:00
} ,
2022-07-11 09:43:08 +00:00
"EuOXmr" : {
"context" : "add items title" ,
"string" : "Add {itemsName}"
} ,
2022-05-05 07:54:28 +00:00
"Ev6SEF" : {
"string" : "New Password"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"F0AXNs" : {
"context" : "invoice create date prefix" ,
"string" : "created"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-10-04 14:02:17 +00:00
"F0N1SC" : {
"context" : "dialog header" ,
"string" : "Select a page type"
} ,
2022-05-05 07:54:28 +00:00
"F3Upht" : {
"string" : "Product type deleted"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"F4WdSO" : {
"context" : "dialog header" ,
"string" : "Delete Products"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"F56hOz" : {
"context" : "sale name" ,
"string" : "Name"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"F69lwk" : {
"context" : "settings menu item" ,
"string" : "Settings"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"F8gsds" : {
"context" : "unpublish page, button" ,
"string" : "Unpublish"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FA+MRz" : {
"string" : "Set plugin as active"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FBtqtl" : {
"context" : "payment status" ,
"string" : "Unpaid"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FEWgh/" : {
"context" : "column title tag" ,
"string" : "Tag"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FIZvTx" : {
"context" : "dialog content" ,
"string" : "Select method you want to use to change address"
2021-06-28 13:51:19 +00:00
} ,
2022-10-20 11:35:31 +00:00
"FLtdaw" : {
"string" : "Saleor apps are hosted and maintained by Saleor Team. They are preinstalled for you and ready to use"
} ,
2022-05-05 07:54:28 +00:00
"FNAZoh" : {
"string" : "Last login"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FNKhkx" : {
"string" : "Charge taxes on shipping rates"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FNT4b+" : {
"context" : "tabel column header" ,
"string" : "Product"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FNpv6K" : {
"context" : "button" ,
"string" : "Filters"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FOa+Xd" : {
"context" : "voucher value requirement" ,
"string" : "Min. Order Value"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FOehC/" : {
"context" : "label" ,
"string" : "Manual Amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FQc5z6" : {
"context" : "customer gift cards card view all button" ,
"string" : "View All"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-04-29 01:47:07 +00:00
} ,
2022-08-29 11:35:55 +00:00
"FSOOH7" : {
"context" : "option title" ,
"string" : "Prioritize warehouses by sorting order"
} ,
2022-05-05 07:54:28 +00:00
"FWWliu" : {
"context" : "ExitFormPrompt title" ,
"string" : "You have unsaved changes"
2020-04-29 01:47:07 +00:00
} ,
2022-08-29 11:35:55 +00:00
"FYfoiF" : {
"context" : "section name" ,
"string" : "Allocation strategy"
} ,
2022-05-05 07:54:28 +00:00
"Fbr4Vp" : {
"context" : "dialog header" ,
"string" : "Permissions"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Fc3O3r" : {
"context" : "staff member's account" ,
"string" : "Deactivated"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FcTTvh" : {
"context" : "postal codes, header" ,
"string" : "Postal codes"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FcVEpe" : {
"context" : "collection publication date" ,
"string" : "Unpublished"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FemBUF" : {
"context" : "header" ,
"string" : "Translations to {language}"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ff+Gsm" : {
"context" : "WarehouseSettings public stock description" ,
"string" : "If enabled stock in this warehouse will be shown"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FjrExY" : {
"context" : "price based shipping methods, section header" ,
"string" : "Price Based Rates"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FkDObY" : {
"context" : "label" ,
"string" : "Shipping rate name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FkRNk+" : {
"context" : "field placeholder" ,
"string" : "Description of a shipping zone."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Fl3ORD" : {
"context" : "order history message" ,
"string" : "Oversold {quantity} items"
2021-09-17 08:09:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Fn3bE0" : {
"string" : "Order line updated"
2021-09-17 08:09:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FpIcp9" : {
"string" : "No customers found"
2021-09-17 08:09:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FuAV5G" : {
"string" : "This name is already taken. Please provide another."
2021-09-17 08:09:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Fvvgoi" : {
"string" : "Your session has expired. Please log in again to continue."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FwHWUm" : {
"context" : "alert" ,
"string" : "SKU limit reached"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Fxa6xp" : {
"context" : "page header" ,
"string" : "Add Collection"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Fz3kic" : {
"context" : "error message" ,
"string" : "Billing address is not set or invoice is not ready to be send"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"FzEew9" : {
"context" : "assign products to shipping rate and save, button" ,
"string" : "Assign and save"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G+9nOZ" : {
"context" : "checkbox description" ,
"string" : "If selected, this will add all of the countries not selected to other shipping zones"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G/SYtU" : {
"string" : "Are you sure you want to delete menu {menuName}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G/pgG3" : {
"context" : "dialog header" ,
"string" : "Select a channel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G0+gAp" : {
"context" : "shipping section header" ,
"string" : "Shipping"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G1KzEx" : {
"context" : "page status" ,
"string" : "Published"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G3ay2p" : {
"context" : "section header" ,
"string" : "Fulfillment settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"G4g5Ii" : {
"context" : "tab name" ,
"string" : "All Collections"
2020-02-13 11:14:47 +00:00
} ,
2022-08-29 11:35:55 +00:00
"G5NKx6" : {
"context" : "tooltip" ,
"string" : "Checkout reservation time threshold is enabled in settings."
} ,
2022-05-05 07:54:28 +00:00
"G7mu0y" : {
"string" : "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing."
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GAmGog" : {
"context" : "value input label" ,
"string" : "Discount value"
2021-06-28 13:51:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GCPzKf" : {
"context" : "ProductTypeDeleteWarningDialog single assigned items button label" ,
"string" : "View products"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GD/bom" : {
"context" : "label" ,
"string" : "Min Delivery Time"
2020-02-13 11:14:47 +00:00
} ,
2022-10-21 13:16:36 +00:00
"GDJHXl" : {
"string" : "Local apps are custom webhooks & token pairs that can be used to connect apps and access Saleor API."
} ,
2022-05-05 07:54:28 +00:00
"GFJabu" : {
"context" : "dialog header" ,
"string" : "Delete Variant"
2022-04-26 08:10:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GJAX0z" : {
"context" : "order history message" ,
"string" : "Order was placed"
2022-04-26 08:10:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GLX9II" : {
"context" : "billing address" ,
"string" : "Same as shipping address"
2021-06-28 13:51:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GLewww" : {
"context" : "section header" ,
"string" : "Events"
2021-06-28 13:51:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GLy2UR" : {
"context" : "order history message" ,
"string" : "Fulfillment was cancelled"
2022-04-26 08:10:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GOdq5V" : {
"string" : "Catalog"
2022-04-26 08:10:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GVM/fi" : {
"context" : "order history message" ,
"string" : "Payment was authorized"
2022-02-01 09:58:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GVinbz" : {
"context" : "column title" ,
"string" : "Value"
2022-02-01 09:58:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GXdwyR" : {
"context" : "input label" ,
"string" : "Previous Password"
2022-03-23 09:13:23 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GZgjK7" : {
"context" : "page" ,
"string" : "will be visible from {date}"
2022-02-01 09:58:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GbBCmr" : {
"context" : "window title" ,
"string" : "Order #{orderNumber}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GbhZJ4" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Create voucher"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gfbp36" : {
"context" : "dialog header" ,
"string" : "Unassign Products From Shipping"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gg4+K7" : {
"string" : "No Products"
} ,
"GhXwO/" : {
"context" : "dialog header" ,
"string" : "delete Staff User"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GhcypC" : {
2020-08-28 12:45:11 +00:00
"context" : "header" ,
2022-05-05 07:54:28 +00:00
"string" : "Create Warehouse"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GiDxS4" : {
"context" : "add metadata field,button" ,
"string" : "Add Field"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GibKGn" : {
"context" : "success gift card disable message" ,
"string" : "Successfully disabled gift card"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GjH9uy" : {
"context" : "header" ,
"string" : "Create New App"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gjb6eq" : {
"context" : "link" ,
"string" : "Get Support"
2020-08-28 12:45:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gkip05" : {
"context" : "button" ,
"string" : "Unassign"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Go50v2" : {
"context" : "app privacy policy link" ,
"string" : "View this app’ s privacy policy"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GpqEl5" : {
"context" : "shipping method description" ,
"string" : "Description"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gr1SAu" : {
"string" : "Customer Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GsBRWL" : {
"string" : "Languages"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gxm7Qx" : {
"context" : "navigator notification title" ,
"string" : "Navigator is here to help"
2020-08-10 13:12:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"GzbSQk" : {
"context" : "Status label when object is scheduled to publish in a channel" ,
"string" : "Scheduled to publish"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Gzg8hy" : {
"context" : "section header" ,
"string" : "Invoices"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H/f9KR" : {
"context" : "section header returned" ,
"string" : "Fulfillment returned"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H/o4Ex" : {
"context" : "dialog content" ,
"string" : "You are not able to modify this group members. Solve this problem to continue with request."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H27/Gy" : {
"context" : "error message" ,
"string" : "Maximum weight cannot be lower than minimum"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H3Uirw" : {
"context" : "create new menu item, header" ,
"string" : "Add Item"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H5NKfr" : {
"context" : "button" ,
"string" : "Create"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H5yp8O" : {
"context" : "label" ,
"string" : "Product Type Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H60H6L" : {
"context" : "attribute values list: name column header" ,
"string" : "Default Store View"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"H6NsC1" : {
"context" : "pages section name" ,
"string" : "Pages"
2020-02-13 11:14:47 +00:00
} ,
2022-07-13 11:12:58 +00:00
"HAlOn1" : {
"string" : "Name"
} ,
2022-05-05 07:54:28 +00:00
"HLqWXA" : {
"context" : "voucher value requirement" ,
"string" : "Usage Limit"
2020-02-13 11:14:47 +00:00
} ,
2022-07-19 14:16:43 +00:00
"HLr8KQ" : {
"context" : "plain text attribute type" ,
"string" : "Plain Text"
} ,
2022-05-05 07:54:28 +00:00
"HMD+ib" : {
"string" : "Last order"
2020-02-13 11:14:47 +00:00
} ,
2022-08-29 11:35:55 +00:00
"HN1Gvw" : {
"context" : "option description" ,
"string" : "Allocate order-line to a warehouse with the most stock. If not enough stock is available in a single warehouse, the remaining quantity is allocated in the next warehouse with the most stock and repeated if necessary."
} ,
2022-05-05 07:54:28 +00:00
"HP6m+q" : {
"string" : "Attributes and Product Types"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HQR2y0" : {
"context" : "attribute value is required" ,
"string" : "Value Required"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HR9OTW" : {
"context" : "staff member's account" ,
"string" : "Active"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HSmg1/" : {
"context" : "gift cards section name" ,
"string" : "Gift Cards"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HVFq//" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Copy token"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HVlMK2" : {
"context" : "number of variants" ,
"string" : "Variants ({quantity})"
2020-04-23 15:43:08 +00:00
} ,
2022-07-11 09:43:08 +00:00
"HYC6cH" : {
"context" : "input description" ,
"string" : "Threshold that cannot be exceeded even if per channel thresholds are still available"
} ,
2022-05-05 07:54:28 +00:00
"HYHLsB" : {
"context" : "product field" ,
"string" : "Export Variant ID"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HaQ8cg" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Refund"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HcQEUk" : {
"context" : "table column header, sold units preorder quantity" ,
"string" : "Sold units"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HedXnw" : {
"context" : "plugin channel availability status title" ,
"string" : "{activeChannelsCount,plural, =0 {Deactivated} other {Active in {activeChannelsCount}}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Hgz44z" : {
"context" : "dialog header" ,
"string" : "Delete Voucher"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HivFnX" : {
"context" : "ProductTypeDeleteWarningDialog single no assigned items description" ,
"string" : "Are you sure you want to delete <b>{typeName}</b>? If you remove it you won’ t be able to assign it to created products."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Hj3T7P" : {
"context" : "column title" ,
"string" : "Channel name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HjUoHK" : {
"context" : "attribute's label'" ,
"string" : "Default Label"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HjXnIf" : {
"string" : "Content Management"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HlCkMT" : {
"string" : "Order line added"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HlEpii" : {
"string" : "Search Engine Title"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HnVtSS" : {
"context" : "search" ,
"string" : "No results"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HqeqEV" : {
"context" : "create gift card product alert message" ,
"string" : "Create a gift card product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HtQGEH" : {
"string" : "Successfully fetched tax rates"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HtfL5/" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Open App"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"HvJPcU" : {
"string" : "Category deleted"
2022-02-21 11:38:27 +00:00
} ,
2022-05-05 07:54:28 +00:00
"I+UwqI" : {
"context" : "is filter range or value" ,
"string" : "equal to"
2022-02-21 11:38:27 +00:00
} ,
2022-05-05 07:54:28 +00:00
"I1Mz7h" : {
"string" : "Manage Collection Channel Availability"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"I2wCwj" : {
"context" : "swatch attribute image label" ,
"string" : "Image"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"I7HyJZ" : {
"context" : "order refund amount" ,
"string" : "Max Refund"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"I8dAAe" : {
"context" : "page internal name" ,
"string" : "Slug"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"I8mqqj" : {
"context" : "PageTypeDeleteWarningDialog single assigned items button label" ,
"string" : "View pages"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IBCBi1" : {
"context" : "webhook active description" ,
"string" : "If you want to disable this webhook please uncheck the box below."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IBw72y" : {
"context" : "switch button" ,
"string" : "Is this product shippable?"
} ,
"IFWHn0" : {
"context" : "error message" ,
"string" : "Billing address is not set"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IGvQ8k" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Create attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-10-18 09:10:15 +00:00
"IH47ID" : {
"string" : "Use button above to add new product variants"
} ,
2022-05-05 07:54:28 +00:00
"IHtOda" : {
"context" : "input label" ,
"string" : "Selected columns"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IKvOK+" : {
"context" : "Amount error message" ,
"string" : "Amount must be bigger than 0"
2020-09-21 14:36:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ILgbKN" : {
"context" : "key-value field button add more key-value pairs" ,
"string" : "Add more"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IN5iJz" : {
"context" : "value input helper text" ,
"string" : "Invalid value"
2020-09-25 13:56:27 +00:00
} ,
2022-05-05 07:54:28 +00:00
"INNPVX" : {
"context" : "payment status" ,
"string" : "Partially paid"
2020-02-13 11:14:47 +00:00
} ,
2022-07-26 09:12:02 +00:00
"IOshTA" : {
"context" : "header" ,
"string" : "Translation MenuItem \"{menuItemName}\" - {languageCode}"
} ,
2022-05-05 07:54:28 +00:00
"IUeGzv" : {
"context" : "plugin name" ,
"string" : "Plugin Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IVOjqW" : {
"context" : "gift card bulk create success dialog export button" ,
"string" : "Export To Email"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Iafyt5" : {
"context" : "page attribute entity type" ,
"string" : "Pages"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IbVKSH" : {
"context" : "button" ,
"string" : "Manage"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ic7Wln" : {
"context" : "card subtitle" ,
"string" : "Select shipping zones that will be supplied via this channel. You can assign shipping zones to multiple channels."
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Id7C0X" : {
"context" : "section header" ,
"string" : "You are about to install {name}"
2020-02-13 11:14:47 +00:00
} ,
2022-10-04 14:02:17 +00:00
"Id9vlh" : {
"context" : "page seo options description" ,
"string" : "Add search engine title and description to make this page easier to find"
} ,
2022-05-05 07:54:28 +00:00
"IeoGgH" : {
"context" : "variant created success message" ,
"string" : "Variant created"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IhK1F3" : {
"string" : "No shipping zones found"
2022-02-02 08:48:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ihp4D3" : {
"context" : "header" ,
"string" : "Edit Media"
2020-11-18 15:11:15 +00:00
} ,
2022-08-02 12:57:18 +00:00
"Ila7WO" : {
"context" : "change warehouse dialog description" ,
"string" : "Choose warehouse from which you want to fulfill {productName}"
} ,
2022-05-05 07:54:28 +00:00
"IoCMjg" : {
"context" : "no collections" ,
"string" : "No collections found"
2020-11-18 15:11:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IoDlcd" : {
"string" : "Slug"
2020-11-23 09:39:24 +00:00
} ,
2022-07-29 16:45:52 +00:00
"IqRBql" : {
"context" : "variant name" ,
"string" : "New variant"
} ,
2022-05-05 07:54:28 +00:00
"Irflxf" : {
"context" : "window title" ,
"string" : "Create category"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IruP2T" : {
"string" : "Search Voucher"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IwEQvz" : {
"context" : "success activate alert message" ,
"string" : "Successfully activated gift {count,plural,one{card} other{cards}}"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IyHQr0" : {
"context" : "navigator action" ,
"string" : "Go to order #{orderNumber}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"IzEVek" : {
"context" : "bulk disable label" ,
"string" : "Deactivate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"J/QqOI" : {
"string" : "This value already exists within this attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-08-02 12:57:18 +00:00
"J0lNnk" : {
"context" : "column label" ,
"string" : "Warehouse"
} ,
2022-05-05 07:54:28 +00:00
"J3uE0t" : {
"context" : "section header" ,
"string" : "Attribute Values"
2020-02-13 11:14:47 +00:00
} ,
2022-10-18 09:10:15 +00:00
"J4E+jp" : {
"string" : "Variant name"
} ,
2022-05-05 07:54:28 +00:00
"J7mFhU" : {
"context" : "currency code select" ,
"string" : "{code} - {countries}"
2020-02-13 11:14:47 +00:00
} ,
2022-10-20 11:35:31 +00:00
"J8frvS" : {
"string" : "3rd party apps"
} ,
2022-05-05 07:54:28 +00:00
"JDz5h8" : {
"context" : "number of subcategories in category" ,
"string" : "Subcategories"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JE0TAx" : {
"context" : "section name" ,
"string" : "Values"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JEIN47" : {
"context" : "label" ,
"string" : "Automatic Amount"
2022-03-04 10:52:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JFmOfi" : {
"context" : "button" ,
"string" : "Create Product"
2022-03-04 10:52:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JFtFgc" : {
"context" : "tabel column header" ,
"string" : "Selling Price"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JGm7E5" : {
"context" : "option" ,
"string" : "Export stock for all warehouses"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JHfbXR" : {
"context" : "button" ,
"string" : "Create Sale"
2020-05-04 16:07:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JI2Xwp" : {
"context" : "dialog title" ,
"string" : "Delete attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JJgJwi" : {
"string" : "Selecting this will change the language of your dashboard"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JKbpH9" : {
"context" : "expiry date checkbox label" ,
"string" : "Gift card expires"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JMBsrr" : {
"context" : "table header available stock label" ,
"string" : "Available"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JMbFNo" : {
"string" : "Successfully created new page"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JPH/uP" : {
"string" : "Define types of content pages used in your store"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JQH+Iy" : {
"context" : "resent code success message" ,
"string" : "Successfully resent code to customer!"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JRfJD9" : {
"string" : "The plugin may stop working after this field is cleared. Are you sure you want to proceed?"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JTcz2G" : {
2020-07-30 09:54:16 +00:00
"context" : "csv file exporting has finished, header" ,
"string" : "Exporting CSV finished"
} ,
2022-05-05 07:54:28 +00:00
"JUQwne" : {
"context" : "order" ,
"string" : "Gift Card"
2020-07-07 08:27:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JV+EiM" : {
"context" : "voucher value" ,
"string" : "Value"
2021-04-26 10:10:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JVaz1C" : {
"context" : "window title" ,
"string" : "Create Webhook"
2021-04-26 10:10:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JXRYQg" : {
2021-04-26 10:10:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Create Menu"
2021-04-26 10:10:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JYvf8/" : {
"context" : "is preorder" ,
"string" : "Preorder"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ja7gHc" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Edit"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Jb1/3V" : {
"context" : "add shipping carrier button" ,
"string" : "Add shipping carrier"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JbUg2b" : {
"context" : "activate app" ,
"string" : "Are you sure you want to activate {name}? Activating will start gathering events."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JfKvrV" : {
"context" : "select variant media" ,
"string" : "Select a specific variant media from product media"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JftRtx" : {
"context" : "issue gift card dialog title" ,
"string" : "Issue gift card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JgNb8X" : {
"context" : "notifier message" ,
"string" : "There was an error adding a note"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JgXBAw" : {
"context" : "dropdown label when there are no channels assigned" ,
"string" : "No channels"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JiRKgJ" : {
"context" : "dialog search placeholder" ,
"string" : "Search by collection name, etc..."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JiXNEV" : {
"string" : "Search Category"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Jj0de8" : {
"context" : "voucher status" ,
"string" : "Scheduled"
2021-01-07 10:17:40 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JjeZEG" : {
"context" : "section header" ,
"string" : "Organize Product"
2021-08-31 12:34:25 +00:00
} ,
2022-07-11 09:43:08 +00:00
"JkO0jp" : {
"context" : "input description" ,
"string" : "{unitsLeft} units left"
} ,
2022-08-22 13:53:17 +00:00
"JmdBa3" : {
"context" : "product availability publish date" ,
"string" : "Publish on"
} ,
2022-05-05 07:54:28 +00:00
"JnzDrI" : {
"context" : "discount type" ,
"string" : "Fixed Amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Jo01VZ" : {
"context" : "bought by label" ,
"string" : "Bought by"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JqiqNj" : {
"string" : "Something went wrong"
2021-01-07 10:17:40 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JsPIOX" : {
"context" : "voucher code" ,
"string" : "Code"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Jsh6+U" : {
"context" : "product type is digital or physical" ,
"string" : "Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Jwuu4X" : {
"context" : "select product informations to be exported" ,
"string" : "Information exported:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"JyQoES" : {
"context" : "delete attribute value" ,
"string" : "Are you sure you want to delete \"{name}\" value?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"K+vjtE" : {
"string" : "Search Variants"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"K//bUK" : {
"context" : "refund button" ,
"string" : "Refund"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"K/gnGg" : {
"string" : "If you want to disable this User please uncheck the box below."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"K/ic0P" : {
"context" : "checkbox label" ,
"string" : "Rest of the World"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"K8xNLe" : {
"context" : "products section name" ,
"string" : "Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KCjd1o" : {
"context" : "dialog title" ,
"string" : "Delete products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KFv8hX" : {
"string" : "An attribute already exists."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KGsaGO" : {
"context" : "tooltip" ,
"string" : "This feature is in a preview state and can be subject to changes at later point"
2021-12-08 11:20:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KHZlmi" : {
"string" : "Discount Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KIh25E" : {
"string" : "No draft orders found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KKQUMK" : {
"context" : "edit menu item, header" ,
"string" : "Edit Item"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KN7zKn" : {
"string" : "Error"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KQSONM" : {
"context" : "tabel column header" ,
"string" : "Cost"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KRqgfo" : {
"string" : "User is out of your permissions scope"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KXkdMH" : {
"context" : "order discount removed title" ,
"string" : "Order discount was removed by"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Kc2/e7" : {
"context" : "section header" ,
"string" : "Unfulfilled ({quantity})"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KcsJKm" : {
"context" : "error with activatation alert message" ,
"string" : "Error activating gift {count,plural,one{card} other{cards}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KeO51o" : {
"string" : "Channel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Kg0Fiu" : {
"context" : "quantity of fulfilled products" ,
"string" : "Quantity to fulfill"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Kgxlsf" : {
"context" : "order" ,
"string" : "Paid with Gift Card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KmPicj" : {
"string" : "Note successfully added"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Krzyo+" : {
"context" : "shipment refund title" ,
"string" : "Shipment was refunded"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KszPFx" : {
"context" : "dialog header" ,
"string" : "Void Payment"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"KupNHw" : {
"context" : "product field" ,
"string" : "Category"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Kw0jHS" : {
"context" : "created products counter" ,
"string" : "{count}/{max} SKUs used"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Kxiige" : {
"string" : "Generated Token"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Kyyr7D" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Unassign Variant From Sale"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"L/O4LQ" : {
"context" : "order refund amount" ,
"string" : "Authorized Amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"L5io1l" : {
"context" : "returned products list title" ,
"string" : "Products returned"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"L6+p8a" : {
"context" : "dialog title" ,
"string" : "Delete permission group"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"L7N+0y" : {
"context" : "product rating" ,
"string" : "Product Rating"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"L87bp7" : {
"string" : "Order payment successfully voided"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LA13a5" : {
"context" : "channel select label" ,
"string" : "Channel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2021-07-29 12:15:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LHPVg/" : {
"context" : "assign countries to shipping zone and save, button" ,
"string" : "Assign and save"
2022-03-04 10:52:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LICZeR" : {
"context" : "weight" ,
"string" : "from {value} {unit}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LKoIB1" : {
"string" : "Add search engine title and description to make this product easier to find"
2020-05-25 23:38:52 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LKpQYh" : {
"context" : "refund type" ,
"string" : "Miscellaneous Refund"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LOSNq0" : {
"context" : "dialog header" ,
"string" : "Unassign Categories From Voucher"
2021-01-13 10:49:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LR3HlT" : {
"string" : "This password is too short"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LVa5ew" : {
"string" : "Saleor ran into an unexpected problem"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LWmYSU" : {
"string" : "Completed Translations"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LkuDEb" : {
"context" : "metadata field value, header" ,
"string" : "Value"
2020-02-13 11:14:47 +00:00
} ,
2022-07-13 11:12:58 +00:00
"Lm2Zw7" : {
"context" : "name placeholder" ,
"string" : "Unnamed webhook"
} ,
2022-05-05 07:54:28 +00:00
"LmKz3g" : {
"string" : "Storefront"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LnRlch" : {
"context" : "attribute's editor component entity" ,
"string" : "Entity"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LsgHmZ" : {
"context" : "delete shipping zone" ,
"string" : "Are you sure you want to delete {name}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"LshEVn" : {
"context" : "button" ,
"string" : "Create order"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Lx1ima" : {
"context" : "button" ,
"string" : "Upload image"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"M1uijW" : {
"context" : "collection" ,
"string" : "Not Published"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"M4q0Ye" : {
"context" : "error message" ,
"string" : "Sorry, login went wrong. Please try again."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"M6s/9e" : {
"context" : "unassign country, dialog header" ,
"string" : "Remove from Shipping Zone"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"M8z5WZ" : {
"context" : "WarehouseSettings disabled warehouse description" ,
"string" : "If selected customer won't be able to choose this warehouse as pickup point"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"M9LXb5" : {
"context" : "no shipping carriers title" ,
"string" : "No applicable shipping carriers"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MAsLIT" : {
"context" : "custom app token key" ,
"string" : "Key"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MHVglr" : {
"context" : "deactivate" ,
"string" : "Deactivate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MIC9W7" : {
"context" : "WarehouseSettings pickup title" ,
"string" : "Pickup"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MJBAqv" : {
"context" : "column title used by/customer" ,
"string" : "Used by"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MKtgZB" : {
"string" : "Only staff users can access the dashboard"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MNZY28" : {
"context" : "table column header" ,
"string" : "Channel threshold"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MPOj0I" : {
"context" : "ExitFormPrompt confirm button" ,
"string" : "Save changes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MPfyne" : {
"string" : "Are you sure you want to send this invoice: {invoiceNumber} to the customer?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MQwT1W" : {
"context" : "activate" ,
"string" : "Activate"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MSD3A/" : {
"string" : "Search Sale"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MSItJD" : {
"string" : "You are about to leave the Dashboard. Do you want to continue?"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MTl5o6" : {
"context" : "new discount label" ,
"string" : "New discount value"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MVU6ol" : {
"context" : "exceeded permissions description" ,
"string" : "This groups permissions exceeds your own. You are able only to manage permissions that you have."
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MWSacl" : {
"string" : "Multichannel"
2021-09-30 12:51:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MXZuVP" : {
"context" : "remove country from shipping zone and save, button" ,
"string" : "Remove and save"
2021-09-30 12:51:13 +00:00
} ,
2022-10-21 13:16:36 +00:00
"MYA6EV" : {
"string" : "Third party apps are installed with App Manifests. They contain UI accessible from dashboard and can extend it."
} ,
2022-05-05 07:54:28 +00:00
"MbZHXE" : {
"context" : "column title balance" ,
"string" : "Balance"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"McN+wq" : {
"context" : "customers section name" ,
"string" : "Customers"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Mee46w" : {
"context" : "collection publication date" ,
"string" : "Becomes published on {date}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MewrtN" : {
"context" : "section header" ,
"string" : "Fulfillment"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MgdgpT" : {
"context" : "customer input label" ,
"string" : "Customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MjUyhA" : {
"context" : "section subheader" ,
"string" : "Active member since {date}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MmGlkp" : {
"context" : "dialog header" ,
"string" : "Unassign Collections From Voucher"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Mmo9k2" : {
"context" : "table header warehouse stock label" ,
"string" : "Warehouse stock"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MpR4zK" : {
"context" : "customer details, header" ,
"string" : "{fullName} Details"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MxhVZv" : {
"string" : "Are you sure you want to delete collection's image?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"MyM2oR" : {
"context" : "window title" ,
"string" : "Create variant"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Myx1Qp" : {
"context" : "add discount button" ,
"string" : "Add Discount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Mz0cx+" : {
"context" : "delete channel" ,
"string" : "Deleting channel will delete all product data regarding this channel. Are you sure you want to delete this channel?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N2SbNc" : {
"string" : "{counter,plural,one{Are you sure you want to delete this customer?} other{Are you sure you want to delete {displayQuantity} customers?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N3Zot1" : {
"context" : "button" ,
"string" : "Change your password"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N43t3/" : {
"context" : "error message" ,
"string" : "Number not set for an invoice"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N5UuEK" : {
"context" : "header" ,
"string" : "Items ready to ship"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N6lfS/" : {
"context" : "header" ,
"string" : "Authorization Field Delete"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N76zUg" : {
2020-02-13 11:14:47 +00:00
"context" : "page header" ,
2022-05-05 07:54:28 +00:00
"string" : "Create Customer"
2021-06-21 09:02:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"N7XGzW" : {
"context" : "error message" ,
"string" : "This name is already taken. Please provide another."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NBP8uu" : {
"context" : "page header" ,
"string" : "New Product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ND5x+V" : {
"string" : "We’ re generating the invoice you requested. Please wait a couple of moments"
2021-06-21 09:02:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NDm2Fe" : {
"context" : "page title" ,
"string" : "Weight Rate Create"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NEJo1I" : {
"context" : "dialog content" ,
"string" : "Are you sure you want to delete {voucherCode}?"
2021-11-10 12:05:56 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NGc9kE" : {
"string" : "Page type deleted"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NJEe12" : {
"string" : "Search Draft"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NJbzcP" : {
"context" : "dialog header" ,
"string" : "Cancel Orders"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NLNonj" : {
"context" : "send to channel select label" ,
"string" : "Send to channel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NLybdq" : {
2021-06-28 13:51:19 +00:00
"context" : "voucher channel" ,
"string" : "Channel"
} ,
2022-05-05 07:54:28 +00:00
"NNT3Lp" : {
"context" : "collections section name" ,
"string" : "Collections"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NPfmdK" : {
"context" : "webhook input label" ,
"string" : "Secret Key"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NUevU9" : {
"context" : "attribute values list: slug column header" ,
"string" : "Swatch"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NWxomz" : {
"string" : "Fulfillment status"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Nfh9QM" : {
"context" : "checkbox gift cards label description" ,
"string" : "when activated non-shippable gift cards will be automatically set as fulfilled and sent to customer"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NgCb99" : {
"context" : "order line discount updated title" ,
"string" : "{productName} discount was updated by"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NhQboB" : {
"context" : "dialog header" ,
"string" : "Saleor couldn’ t cancel order"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NivJal" : {
"context" : "section header" ,
"string" : "All Subcategories"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NlSJMM" : {
"context" : "channels section name" ,
"string" : "Channels"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NqxvFh" : {
"context" : "navigator placeholder" ,
"string" : "Type Command"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NtFVFS" : {
"context" : "weight" ,
"string" : "{value} {unit}"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Nuq83+" : {
"string" : "Create new channel"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Nv/toB" : {
"context" : "button" ,
"string" : "Assign and save"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NvwS/N" : {
"context" : "gift card history message" ,
"string" : "Gift card was deactivated"
2021-08-16 13:44:00 +00:00
} ,
2022-07-13 11:12:58 +00:00
"NwQXZp" : {
"context" : "status" ,
"string" : "Not active"
} ,
2022-05-05 07:54:28 +00:00
"NxRsHQ" : {
"context" : "section header" ,
"string" : "Fulfillment - #{fulfilmentId}"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NxeDbG" : {
"context" : "image upload" ,
"string" : "Drop here to upload"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"NzifUg" : {
"context" : "window title" ,
"string" : "Fulfill Order"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"O22NIZ" : {
"context" : "deletion error message" ,
"string" : "Cant's delete group which is out of your permission scope"
2021-09-14 13:57:02 +00:00
} ,
2022-08-10 09:11:32 +00:00
"O4QNFx" : {
"context" : "alert message" ,
"string" : "There are no available products in this channel."
} ,
2022-05-05 07:54:28 +00:00
"O95R3Z" : {
"string" : "Phone"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OA+fw+" : {
"context" : "conjunction, choice between going to dashboard or refreshing page" ,
"string" : "or"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OBQ+th" : {
"context" : "WarehouseSettings disabled warehouse label" ,
"string" : "Disabled"
2022-01-25 12:44:19 +00:00
} ,
2022-09-13 10:07:41 +00:00
"OFW7nq" : {
"context" : "placeholder" ,
"string" : "Search by page name, etc..."
} ,
2022-05-05 07:54:28 +00:00
"OGemtu" : {
"context" : "payment status" ,
"string" : "Partially refunded"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OGm8wO" : {
"context" : "button" ,
"string" : "Create Channel"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OKGd/k" : {
"context" : "order history message" ,
"string" : "Order was created from draft"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OPtrMg" : {
"context" : "header" ,
"string" : "{webhookName} Details"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OVOU1z" : {
"context" : "section header" ,
"string" : "Metadata"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OaKyz4" : {
"context" : "input label" ,
"string" : "Stock reservation for authenticated user (in minutes)"
2021-09-14 13:57:02 +00:00
} ,
2022-08-10 09:11:32 +00:00
"Oad+ES" : {
"context" : "alert message" ,
"string" : "This product is not published in this channel."
} ,
2022-05-05 07:54:28 +00:00
"ObRk1O" : {
"string" : "If this option is disabled, discount will be counted for every eligible product"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Oe62bR" : {
"context" : "product availability" ,
"string" : "Availability"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Of19Pn" : {
"context" : "Types" ,
"string" : "Page Types"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OhFGpX" : {
"context" : "button" ,
"string" : "Assign members"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OhdPS1" : {
"context" : "amount of refunded money" ,
"string" : "Amount"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OrMr/k" : {
"context" : "window title" ,
"string" : "Create Channel"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OrR3Qy" : {
"context" : "no products" ,
"string" : "No products found"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Orgqv4" : {
"context" : "numeric attribute unit" ,
"string" : "Unit"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OwG/0z" : {
"string" : "Deleted menu"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"OzHN0Z" : {
"context" : "order history message" ,
"string" : "Links to the order's digital goods were sent"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"P+kVxW" : {
"context" : "card description" ,
"string" : "User is assigned to:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"P/EDn1" : {
"context" : "order history message" ,
"string" : "Order was fully paid"
2020-08-07 15:15:18 +00:00
} ,
2022-05-05 07:54:28 +00:00
"P/oGtb" : {
"context" : "product availability" ,
"string" : "Available for purchase"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"P5twxk" : {
"context" : "link" ,
"string" : "Activate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"P79U4b" : {
"context" : "attribute's slug short code label" ,
"string" : "Attribute Code"
2021-01-13 09:33:38 +00:00
} ,
2022-05-05 07:54:28 +00:00
"P7PLVj" : {
"string" : "Date"
2021-10-18 10:18:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PAqicb" : {
"context" : "button" ,
"string" : "Cancel order"
2021-10-18 10:18:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PBd/e+" : {
"context" : "dialog header" ,
"string" : "Change address for order"
2021-10-18 10:18:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PCoO4D" : {
"context" : "error message" ,
"string" : "Page not found."
2021-10-18 10:18:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PFXGaR" : {
"string" : "Shipping Zones"
2021-10-18 10:18:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PHUcrU" : {
"context" : "date when order was placed" ,
"string" : "Date"
2021-10-18 10:18:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PJDcQs" : {
"context" : "set balance button label" ,
"string" : "Set Balance"
2020-09-25 12:33:01 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PKJqcq" : {
"string" : "Invoice is Generating"
2021-07-23 12:56:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PLCwT/" : {
"context" : "search results" ,
"string" : "Show more"
2021-07-23 12:56:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PRXpBm" : {
"context" : "dialog header" ,
"string" : "Cancel Order"
2021-01-18 11:19:04 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PRlD0A" : {
"string" : "Shipping"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PTW56s" : {
"context" : "alert" ,
"string" : "Channel limit reached"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PV0SQd" : {
"context" : "WarehousesSection select field label" ,
"string" : "Warehouse"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PX2zWy" : {
"context" : "customer is not set in draft order" ,
"string" : "Not set"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PXatmC" : {
"string" : "Customer Removed"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PXx4Jk" : {
"context" : "window title" ,
"string" : "Create Product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PajjqE" : {
"context" : "attribute list" ,
"string" : "Attribute {number}"
2020-04-29 01:47:07 +00:00
} ,
2022-10-20 11:35:31 +00:00
"PbQJY5" : {
"context" : "section header" ,
"string" : "Saleor Apps"
} ,
2022-05-05 07:54:28 +00:00
"PbqNhi" : {
"context" : "order status" ,
"string" : "Partially fulfilled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PcPMjC" : {
"context" : "order history message" ,
"string" : "Fulfillment awaits approval"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PcQRxi" : {
"context" : "gift card history message" ,
"string" : "Gift card was bought in order {orderNumber}"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PctLol" : {
"context" : "no channels found title" ,
"string" : "No Channels Found"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PiSXjb" : {
"context" : "check to require numeric attribute unit" ,
"string" : "Select unit"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PilTI6" : {
"context" : "issue gift card button label" ,
"string" : "Issue"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PkCmGU" : {
"context" : "install button" ,
"string" : "Install App"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PkjQS6" : {
"context" : "description" ,
"string" : "No results found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Pnj+JH" : {
"context" : "key-value field input" ,
"string" : "Value"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PqMbma" : {
"context" : "add attribute value" ,
"string" : "Add Value"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PsRG+v" : {
"context" : "use attribute in filtering" ,
"string" : "Filterable in Storefront"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PsclSa" : {
"context" : "page header" ,
"string" : "Create Voucher"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Pyjarj" : {
"string" : "This shipping rate has no postal codes assigned"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"PzXIXh" : {
"context" : "order" ,
"string" : "Customer"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q/Nbku" : {
"context" : "product field" ,
"string" : "Type"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q0JJ4F" : {
"context" : "dialog header" ,
"string" : "Delete Vouchers"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q1HhPk" : {
"context" : "table head" ,
"string" : "Product Type"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q1Uzbb" : {
"string" : "No products found"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q2UXlW" : {
"context" : "modal button url upload" ,
"string" : "Upload URL"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q47ovw" : {
"context" : "activate app" ,
"string" : "Are you sure you want to activate this app? Activating will start gathering events."
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q55cTG" : {
"context" : "order refund amount" ,
"string" : "Previously refunded"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q6wcZ5" : {
"string" : "First Name"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q7uuDr" : {
"context" : "attribute slug input field helper text" ,
"string" : "This is used internally. Make sure you don’ t use spaces"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q8Qw5B" : {
"string" : "Description"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q8mpW3" : {
"string" : "Successfully created voucher"
2022-02-02 11:22:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q8wHwJ" : {
"string" : "Deleted collection"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Q9wTrz" : {
"context" : "caption" ,
"string" : "If enabled, you’ ll be able to use this attribute to filter products in product list."
2021-12-03 11:59:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QBxN6z" : {
"context" : "is filter range or value" ,
"string" : "between"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QCwBUI" : {
"context" : "button" ,
"string" : "Delete Search"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QEvH8Q" : {
"context" : "section description" ,
"string" : "Assign permissions to register asynchronous events for this webhook."
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QFBjlV" : {
"context" : "error message" ,
"string" : "Stock for this warehouse already exists for this product variant"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QFCUEt" : {
"string" : "Slug must be unique"
2022-02-02 11:22:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QGjJcT" : {
"context" : "number of products" ,
"string" : "Products"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QH74y5" : {
"context" : "table header name col label" ,
"string" : "Name"
2022-02-02 11:22:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QHB48n" : {
"context" : "header" ,
"string" : "Tax Rates in {countryName}"
2022-02-02 11:22:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QJG+d/" : {
"context" : "staff added type order discount" ,
"string" : "Staff added"
2021-12-03 11:59:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QLVddq" : {
"context" : "button" ,
"string" : "Create customer"
2021-12-03 11:59:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QM9P8G" : {
2022-02-02 11:22:39 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Assign Attribute"
2022-02-02 11:22:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QSnh4Y" : {
"context" : "add button label" ,
"string" : "Add"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QUyUJy" : {
"string" : "Main Product"
2021-12-03 11:59:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QVNg8A" : {
"context" : "product field" ,
"string" : "Charge Taxes"
2021-05-06 11:38:15 +00:00
} ,
2022-10-13 15:13:08 +00:00
"QVraQY" : {
"string" : "App manifest URL"
} ,
2022-05-05 07:54:28 +00:00
"QY7FSs" : {
"context" : "button" ,
"string" : "create product type"
} ,
"QZVD+5" : {
"context" : "button, unassign attribute from object" ,
"string" : "Unassign and save"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QZoU0r" : {
2021-05-06 11:38:15 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Delete Channel"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QcIFCs" : {
"context" : "save search tab" ,
"string" : "Search Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QclvqG" : {
"context" : "input label" ,
"string" : "Checkout line limit"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QdGzUf" : {
"context" : "number of collections" ,
"string" : "Collections ({quantity})"
2020-02-13 11:14:47 +00:00
} ,
2022-10-20 11:35:31 +00:00
"QdQ9z7" : {
"string" : "(TUNNEL - DEVELOPMENT)"
} ,
2022-05-05 07:54:28 +00:00
"Qe4XHv" : {
"context" : "years after label" ,
"string" : "years after issue"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QiN4hv" : {
"context" : "active" ,
"string" : "Active"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QirE3M" : {
"string" : "Start Date"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Qj/3sH" : {
"context" : "limit voucher" ,
"string" : "Limit number of times this discount can be used in total"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"QkFeOa" : {
"context" : "order refund amount button" ,
"string" : "Refund"
} ,
"QooeI/" : {
"context" : "button" ,
"string" : "Create Customer"
} ,
"Qovenh" : {
2020-02-13 11:14:47 +00:00
"string" : "Anonymous user"
} ,
2022-05-05 07:54:28 +00:00
"Qox+kb" : {
"string" : "on field {fieldName}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Qph0GE" : {
"context" : "dialog content" ,
"string" : "Add a new address:"
} ,
"QzseV7" : {
"context" : "dialog header" ,
"string" : "Delete Menu"
} ,
"R98JLZ" : {
2021-08-27 08:10:41 +00:00
"context" : "OrderCustomer Fulfillment from All Warehouses" ,
"string" : "Fulfill from All Warehouses"
} ,
2022-05-05 07:54:28 +00:00
"RBxYJf" : {
"context" : "sale status" ,
"string" : "Expired"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RH+aOF" : {
"context" : "use attribute in filtering" ,
"string" : "Use in Filtering"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RLBLPQ" : {
"context" : "no warehouses info" ,
"string" : "There are no warehouses set up for your store. To add stock quantity to the product please <a>configure a warehouse</a>"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RLTaAR" : {
"context" : "order history message" ,
"string" : "Order address was updated"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RLYfMF" : {
"context" : "checkbox label" ,
"string" : "Automatically confirm all orders"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RMB6fU" : {
"context" : "button" ,
"string" : "Create Token"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RQUkVW" : {
"string" : "Manage your employees and their permissions"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RUzdUH" : {
"string" : "No shipping rates found"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RXPGi/" : {
"context" : "page title" ,
"string" : "Price Rate Create"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RXbkle" : {
"context" : "copy code button label" ,
"string" : "Copy code"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Rd0s80" : {
"context" : "no cards found title message" ,
"string" : "No gift cards found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RfPJ1E" : {
"context" : "issue card button label" ,
"string" : "Issue card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Rj8LxK" : {
"string" : "Add search engine title and description to make this collection easier to find"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Rjs1CD" : {
"context" : "button" ,
"string" : "Continue"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RlbhwF" : {
"context" : "product no longer exists error description" ,
"string" : "This product is no longer in database so it can’ t be replaced, nor returned"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RlfqSV" : {
"string" : "No orders found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Rp/Okl" : {
"string" : "Shipping Weight Unit"
2021-09-13 11:24:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Rpfa+t" : {
"context" : "dialog header" ,
"string" : "Unassign Attribute from Page Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RrCui3" : {
"string" : "Summary"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Rsknyh" : {
"context" : "order does not require shipping" ,
"string" : "does not apply"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ryh3iR" : {
"context" : "header" ,
"string" : "Create Webhook"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"RzDYi8" : {
"context" : "checkbox label" ,
"string" : "Set the same for billing address"
} ,
"RzsKm8" : {
"string" : "Shipping methods"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"S/yAtJ" : {
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
"context" : "total price" ,
2020-02-13 11:14:47 +00:00
"string" : "Total"
} ,
2022-05-05 07:54:28 +00:00
"S22jIs" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Set new password"
2021-08-10 14:38:48 +00:00
} ,
2022-08-10 09:11:32 +00:00
"S2xLxV" : {
"context" : "search placeholder" ,
"string" : "Search by product name, attribute, product type etc..."
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"S7Rwl0" : {
"context" : "stock exceeded action question label" ,
"string" : "Are you sure you want to fulfill those products anyway?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"S7j+Wf" : {
"context" : "unassign attribute from product type, button" ,
"string" : "Unassign"
2020-02-13 11:14:47 +00:00
} ,
2022-09-07 14:08:41 +00:00
"SBb6Ej" : {
"context" : "select a warehouse to fulfill product from" ,
"string" : "Select warehouse..."
} ,
2022-05-05 07:54:28 +00:00
"SHm7ee" : {
"string" : "Search by product name, attribute, product type etc..."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SKFr04" : {
"string" : "Attribute not found."
2020-02-13 11:14:47 +00:00
} ,
2022-07-11 09:43:08 +00:00
"SM+yG0" : {
"context" : "input label" ,
"string" : "SKU (Stock Keeping Unit)"
} ,
2022-05-05 07:54:28 +00:00
"SMakqb" : {
"context" : "customer contact section, header" ,
"string" : "Contact Information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SNiyXb" : {
"context" : "numeric attribute type" ,
"string" : "Numeric"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SO56cv" : {
"context" : "success deactivate alert message" ,
"string" : "Successfully deactivated gift {count,plural,one{card} other{cards}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SPBLzT" : {
"context" : "header" ,
"string" : "Translation Attribute \"{attribute}\" - {languageCode}"
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:11:32 +00:00
"SPp3cx" : {
"context" : "alert message" ,
"string" : "Orders cannot be placed in an inactive channel."
} ,
2022-05-05 07:54:28 +00:00
"SSWFo8" : {
"context" : "window title" ,
"string" : "Create Product Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"STJx8N" : {
"context" : "change button label" ,
"string" : "Change"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SUbxSK" : {
"context" : "product weight" ,
"string" : "Weight"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SZH0fw" : {
"context" : "set variant as default, button" ,
"string" : "Set as default"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SZJhvK" : {
"context" : "dialog header" ,
"string" : "Select Channel"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SZt9kC" : {
"context" : "export filtered items to csv file" ,
"string" : "Current search ({number})"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Sd0Ppm" : {
"context" : "product publication date" ,
"string" : "Published on {date}"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Sjd7wm" : {
"context" : "product filter label" ,
"string" : "Product"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Sna+WK" : {
"context" : "product status" ,
"string" : "Out Of Stock"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SpngiS" : {
"context" : "sale status" ,
"string" : "Status"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SqcGBK" : {
"context" : "channel availability dialog header" ,
"string" : "Manage Channel Availability"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"SqhC7g" : {
"context" : "checkbox label, fulfillment approval" ,
2021-08-20 14:36:05 +00:00
"string" : "Send shipment details to customer"
2020-04-29 01:47:07 +00:00
} ,
2022-09-01 11:47:13 +00:00
"Sxzua5" : {
"context" : "order payment" ,
"string" : "Settled"
} ,
2022-05-05 07:54:28 +00:00
"T/5OyA" : {
"string" : "No translation yet"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T/dYnE" : {
"context" : "plugin filters error messages status" ,
"string" : "Status is not selected"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T0Mfxq" : {
"context" : "product status title" ,
"string" : "{channelCount} {channelCount,plural, =1 {Channel} other {Channels}}"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T1f2Yl" : {
"string" : "Variant Name"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T4GOiX" : {
"string" : "End Date"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T4wa2Y" : {
"context" : "global config plugin status popup title" ,
"string" : "Global Plugin"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T5nU7u" : {
"context" : "header" ,
"string" : "Create Token"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T6dXGG" : {
"context" : "header" ,
"string" : "Create Variant"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"T8rvXs" : {
"context" : "order subtotal price" ,
"string" : "Subtotal"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TC/EOG" : {
"context" : "status section title" ,
"string" : "Status in channel"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TCR639" : {
"context" : "order history message" ,
"string" : "Payment failed"
2022-04-29 09:16:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TDhHMi" : {
"string" : "This needs to be unique"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TE4fIS" : {
"string" : "City"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TGX4T1" : {
"string" : "Search Engine Preview"
2021-01-20 16:16:43 +00:00
} ,
2022-08-22 13:53:17 +00:00
"THpf1b" : {
"context" : "product availability available date" ,
"string" : "Set available on"
} ,
2022-05-05 07:54:28 +00:00
"TKmub+" : {
"string" : "This field is required"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TLNf6K" : {
"context" : "window title" ,
"string" : "Draft Order #{orderNumber}"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TLYeo5" : {
"context" : "label" ,
"string" : "Shipping Rate Description"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TOMgXz" : {
"context" : "button" ,
"string" : "Reset"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TSJRiZ" : {
"context" : "channel status title" ,
"string" : "Channel Status"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TWVx7O" : {
"context" : "delete product dialog title" ,
"string" : "Delete Product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TnTi/a" : {
"context" : "pricing card title" ,
"string" : "Pricing"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-04-21 22:23:27 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TpPx7V" : {
"context" : "navigator placeholder" ,
"string" : "Search Customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"TtZg/K" : {
"context" : "ExitFormPrompt title" ,
"string" : "Would you like to save changes?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"U1eJIw" : {
"context" : "order history message" ,
"string" : "Products were added to an order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"U2WgwW" : {
"context" : "add custom select input option" ,
"string" : "Add new value: {value}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"U2mOqA" : {
"string" : "No vouchers found"
2020-02-13 11:14:47 +00:00
} ,
2022-10-18 09:10:15 +00:00
"U5Da30" : {
"string" : "Warehouses"
} ,
2022-05-05 07:54:28 +00:00
"U5aVd8" : {
"context" : "product" ,
"string" : "Shippable"
2020-11-24 16:02:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"U8eeLW" : {
"context" : "button" ,
"string" : "Assign products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"U9CIo7" : {
"context" : "button" ,
"string" : "Save variant"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"U9o2bV" : {
"context" : "no gift card products and types alert message" ,
"string" : "{createGiftCardProductType} and {giftCardProduct} to start selling gift cards in your store."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UCHtG6" : {
"context" : "button" ,
"string" : "About"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UD7/q8" : {
"string" : "No Products added to Order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UJnqdm" : {
"context" : "dialog header" ,
"string" : "Unassign Attribute From Product Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UKgP89" : {
"context" : "note input label" ,
"string" : "Note"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UN+yTt" : {
"string" : "Staff Settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UN3qWD" : {
"context" : "page status" ,
"string" : "Not Published"
2021-03-22 11:34:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UQ4Kuh" : {
"context" : "input label" ,
"string" : "Search Staff Members"
2020-07-15 17:19:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UQu75k" : {
"context" : "dialog header" ,
"string" : "Approve this fulfillment"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"US3IPU" : {
"string" : "Search Engine Description"
2021-02-02 10:49:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"USO8PB" : {
"context" : "snackbar text" ,
"string" : "App deactivated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"USS3Q7" : {
"context" : "filters error messages unknown error" ,
"string" : "Unknown error occurred"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UW1fLs" : {
"context" : "search pages placeholder" ,
"string" : "Search Pages"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UaYJJ8" : {
"string" : "Are you sure you want to delete {name} search tab?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ubath+" : {
"string" : "No reduced tax categories found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uf3oHA" : {
"context" : "add new menu item" ,
"string" : "Create new item"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uh9R9m" : {
"context" : "prepare order fulfillment, button" ,
"string" : "Prepare fulfillment"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UhcALJ" : {
"context" : "attribute name" ,
"string" : "Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uj2hj8" : {
"context" : "unassign variant from sale and save, button" ,
"string" : "Unassign and save"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2021-02-02 10:49:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UjsI4o" : {
"context" : "date" ,
"string" : "since {date}"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Um3g00" : {
"context" : "send to customer selected label" ,
"string" : "Send gift card to customer"
2020-07-17 08:10:01 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uo5/Ov" : {
"context" : "order return subtitle" ,
"string" : "Returned items can't be fulfilled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uo5MoU" : {
"context" : "product field" ,
"string" : "Variant Images"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Urh2N3" : {
"context" : "label" ,
"string" : "Link"
2020-08-26 10:33:03 +00:00
} ,
2022-10-18 09:10:15 +00:00
"Us9cA1" : {
"context" : "profit margin" ,
"string" : "Margin"
} ,
2022-05-05 07:54:28 +00:00
"Utq1fE" : {
"context" : "customer gift cards card title" ,
"string" : "Gift Cards"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uu2B2G" : {
"context" : "gift card history message" ,
"string" : "Gift card was used as a payment method on order {orderLink} <buyer>by</buyer>"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Uu76vj" : {
"context" : "no categories" ,
"string" : "No categories found"
2020-08-26 10:33:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UvD+xp" : {
"context" : "attribute values" ,
"string" : "Value {number}"
2020-02-13 11:14:47 +00:00
} ,
2022-10-20 11:35:31 +00:00
"UxTSw7" : {
"string" : "Webhooks & Events"
} ,
2022-05-05 07:54:28 +00:00
"UxdBmI" : {
"context" : "collection availability" ,
"string" : "Availability"
2020-07-15 17:19:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UycVMp" : {
"context" : "button" ,
"string" : "Create subcategory"
2020-07-15 17:19:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"UymotP" : {
"context" : "channel name" ,
"string" : "Channel name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V+fkAO" : {
"context" : "number of products in category" ,
"string" : "Products"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V+gwx7" : {
"context" : "order payment" ,
"string" : "Captured amount"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V+h02n" : {
"context" : "issued by label" ,
"string" : "Issued by"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V/VAHG" : {
"string" : "Attribute deleted"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V/YxJa" : {
"context" : "dialog header" ,
"string" : "Edit Shipping Method"
Saleor 1856/implement discount modal 2 (#978)
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 14:52:02 +00:00
} ,
2022-07-11 09:43:08 +00:00
"V1MytH" : {
"context" : "shipping zones section name" ,
"string" : "Shipping Zones"
} ,
2022-05-05 07:54:28 +00:00
"V1mqpZ" : {
"context" : "button" ,
"string" : "Create Permission Group"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V2+HTM" : {
2020-06-24 17:12:51 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Title"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V2BBQu" : {
"string" : "Currency in both channels must be the same"
2020-06-22 16:34:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"V3fvcD" : {
"context" : "dialog content" ,
"string" : "Removed sale"
2020-06-22 16:34:59 +00:00
} ,
2022-10-04 14:02:17 +00:00
"V45+rx" : {
"context" : "input label" ,
"string" : "Page type"
} ,
2022-05-05 07:54:28 +00:00
"V8FhTt" : {
"context" : "collection label" ,
"string" : "Hidden"
2020-06-22 16:34:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VCzrEZ" : {
"context" : "link" ,
"string" : "View Profile"
2020-06-22 16:34:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VDwkEZ" : {
"context" : "refunded event title" ,
"string" : "Products were refunded by"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VEE4gD" : {
"context" : "error message" ,
"string" : "Shipping method is not valid for chosen shipping address"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VEext+" : {
"string" : "Are you sure you want to delete this image?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VHuzgq" : {
"context" : "table actions" ,
"string" : "Actions"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VI+X8H" : {
"context" : "no gift card product types alert message" ,
"string" : "{createGiftCardProductType} to start selling gift cards in your store."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VIABHy" : {
"context" : "error message" ,
"string" : "Default shipping zone already exists"
2021-01-13 09:50:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VKWPBf" : {
"context" : "dialog header" ,
"string" : "Delete Staff User Avatar"
2021-12-02 15:42:01 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VKb1MS" : {
"string" : "Categories"
2020-02-13 12:00:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VOiUXQ" : {
"string" : "Used to calculate rates for shipping for products of this product type, when specific weight is not given"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VQLIXd" : {
"context" : "product" ,
"string" : "Name"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VSj89H" : {
"context" : "fulfill button label" ,
"string" : "Fulfill anyway"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VSztEE" : {
"string" : "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. <b>Order will not be refunded when cancelling order - You need to do it manually.</b> Are you sure you want to cancel this order?"
2022-04-26 08:10:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VTITVe" : {
"context" : "section header" ,
"string" : "Staff Member Information"
} ,
"VZsE96" : {
"string" : "Collection Name"
} ,
"VcI+Zh" : {
"context" : "header" ,
"string" : "Metadata"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VceXrc" : {
"context" : "initial balance filter label" ,
"string" : "Initial balance"
2021-12-02 15:42:01 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VdDcxc" : {
"context" : "button" ,
"string" : "Create Collection"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Vdy5g7" : {
"context" : "weight units type" ,
"string" : "Weight"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VmMDLN" : {
"context" : "permission list item description" ,
"string" : "This group is last source of that permission"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VrFy8e" : {
"string" : "No notes from customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VsGcdP" : {
"context" : "section header" ,
"string" : "App permissions"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Vu9nol" : {
"context" : "header" ,
"string" : "Order settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VvFJ/T" : {
"context" : "PageTypeDeleteWarningDialog single no assigned items description" ,
"string" : "Are you sure you want to delete <b>{typeName}</b>? If you remove it you won’ t be able to assign it to created pages."
2020-11-24 16:02:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"VyzsWZ" : {
"string" : "Default Billing Address"
2020-11-24 16:02:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"W+AFZY" : {
"context" : "button label" ,
"string" : "Deactivate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"W+x5ZI" : {
"context" : "webhooks active label" ,
"string" : "Webhook is active"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"W/Es0H" : {
"string" : "Order successfully cancelled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"W0kQd+" : {
"context" : "dialog title" ,
"string" : "Add Address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"W32xfN" : {
"context" : "staff member full name" ,
"string" : "Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"W5SK5c" : {
"string" : "Select content type"
2020-02-13 11:14:47 +00:00
} ,
2022-08-02 12:57:18 +00:00
"W5hb5H" : {
"context" : "warehouse input" ,
"string" : "Warehouse"
} ,
2022-05-05 07:54:28 +00:00
"W8i2Ez" : {
"context" : "product field" ,
"string" : "Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WCg2GZ" : {
"context" : "change warehouse dialog search placeholder" ,
"string" : "Search warehouses"
2021-04-26 07:49:55 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WDy0tF" : {
"context" : "section header" ,
"string" : "Webhook Information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WE8IFE" : {
"context" : "product name" ,
"string" : "Product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WFG7Zk" : {
"context" : "unassign attribute from page type, button" ,
"string" : "Unassign"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WGp+Fw" : {
"context" : "order refund amount" ,
"string" : "Shipment Cost"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WMGoqz" : {
"context" : "used by filter label" ,
"string" : "Used by"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WQMTKI" : {
"context" : "list of warehouses" ,
"string" : "Warehouses A to Z"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WR8rir" : {
"context" : "button" ,
"string" : "Create rate"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WRkCFt" : {
"context" : "tab name" ,
"string" : "All Orders"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WS4ov0" : {
"context" : "notifier message" ,
"string" : "Note was added sucessfully"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WTj17Z" : {
"context" : "dialog title item discount" ,
"string" : "Discount Item"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WUf3Iu" : {
"context" : "percentage option" ,
"string" : "Percentage"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WW+Ruy" : {
"string" : "Deleted product from collection"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WWV8aZ" : {
"context" : "dialog title" ,
"string" : "Delete attribute value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WasHjQ" : {
"context" : "voucher discount" ,
"string" : "Shipment"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WbV1Xm" : {
2022-02-17 11:08:17 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Order Settings"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WhKGPA" : {
"context" : "page title" ,
"string" : "Set up new password"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WhvuCb" : {
"context" : "plugins section name" ,
"string" : "Plugins"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WkxE8/" : {
"context" : "percentage or fixed, header" ,
"string" : "Discount Type"
2020-05-08 14:01:04 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Wlc67M" : {
"context" : "error message" ,
"string" : "Cannot choose a shipping method for an order without the shipping address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WnlZMO" : {
"context" : "title" ,
"string" : "There’ s a problem with app."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WwNtFn" : {
"context" : "delete product variant" ,
"string" : "Are you sure you want to delete {name}?"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WwZfNK" : {
"string" : "Add new menu item to begin creating menu"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WyPitj" : {
"context" : "gift card bulk create success dialog title" ,
"string" : "Bulk Issue Gift Cards"
2020-12-01 13:13:05 +00:00
} ,
2022-07-11 09:43:08 +00:00
"Wyl25+" : {
"context" : "product inventory, checkbox description" ,
"string" : "Active inventory tracking will automatically calculate changes of stock"
} ,
2022-05-05 07:54:28 +00:00
"WzA5Ll" : {
"string" : "Cannot remove user from last group"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"WzHfj8" : {
"context" : "successfully created gift card alert title" ,
"string" : "Successfully created gift card"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X/K4LI" : {
"context" : "label" ,
"string" : "Normal"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X26jCC" : {
"context" : "page label" ,
"string" : "Visible"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X6PF8z" : {
"context" : "entity (product, collection, shipping method) name" ,
"string" : "Name"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X7fqfM" : {
"context" : "title" ,
"string" : "Reserved stock"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X8+Lpa" : {
2020-12-01 13:13:05 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Account Settings"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X8qjg3" : {
"context" : "inactive" ,
"string" : "Inactive"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X90ElB" : {
"context" : "dialog header" ,
"string" : "Delete Webhook"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"X90t9n" : {
"context" : "product type" ,
"string" : "Configurable"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XAPFHP" : {
"context" : "card update success alert title" ,
"string" : "Successfully updated card balance"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XB2Jj9" : {
"context" : "create app button" ,
"string" : "Create App"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XBfvKN" : {
"string" : "Order History"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XBwpUv" : {
"context" : "product field" ,
"string" : "Export Variant Weight"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XCIV8H" : {
"context" : "button" ,
"string" : "Refresh"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XDBeA+" : {
"context" : "discount type" ,
"string" : "Fixed amount"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XFtKV5" : {
"context" : "input placeholder tag" ,
"string" : "Tag"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XGBsoK" : {
"context" : "dialog content" ,
"string" : "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?"
2021-01-21 13:02:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XJSRDK" : {
"context" : "payment status" ,
"string" : "Fully refunded"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XLYssG" : {
"context" : "assign categories to sale and save" ,
"string" : "Assign and save"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XMrYaA" : {
"context" : "checkbox label" ,
"string" : "User is active"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XMvH/d" : {
"context" : "button label" ,
"string" : "ACCEPT"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XNeJay" : {
"context" : "section header" ,
"string" : "Eligible Collections"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XRf1Bi" : {
"context" : "order refunded success message" ,
"string" : "Refunded Items"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XT/ZvF" : {
"context" : "voucher requirement" ,
"string" : "Minimum quantity of items"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XUU9sU" : {
"context" : "section header" ,
"string" : "All Media"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XWGZLL" : {
"context" : "transaction reference subtitle" ,
"string" : "Transaction reference"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XYhE8p" : {
"context" : "edit attribute value" ,
"string" : "Edit Value"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XZR590" : {
"context" : "sale value" ,
"string" : "Value"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Xb6BJ9" : {
"context" : "error message" ,
"string" : "Manual payments can not be refunded"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Xel9C+" : {
"context" : "navigator default mode description" ,
"string" : "Search Views and Actions"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XitW/z" : {
"string" : "Translation Category \"{categoryName}\" - {languageCode}"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XkX56I" : {
"context" : "filters error messages value required" ,
"string" : "Choose a value"
2020-12-01 13:13:05 +00:00
} ,
2022-05-31 15:18:15 +00:00
"Xl0o2y" : {
"context" : "app installation error" ,
"string" : "Problem occured during installation"
} ,
2022-05-05 07:54:28 +00:00
"XlPKAR" : {
"context" : "WarehouseSettings private stock description" ,
"string" : "If enabled stock in this warehouse won't be shown"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Xm9qOu" : {
"context" : "product pricing, section header" ,
"string" : "Pricing"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Xtd0AT" : {
"string" : "Original String"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"XwQQ1f" : {
"context" : "checkbox label description" ,
"string" : "All fulfillments will be automatically approved"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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}?}}"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Xy2T+y" : {
"context" : "header" ,
"string" : "Edit Authorization Field"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Y1B0PN" : {
2020-12-01 13:13:05 +00:00
"context" : "error message" ,
2022-05-05 07:54:28 +00:00
"string" : "There's no payment associated with the order"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Y299ST" : {
"context" : "table column header" ,
"string" : "Price"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Y3pCRX" : {
"context" : "attribute can be searched in storefront" ,
"string" : "Use as filter"
2020-12-01 13:13:05 +00:00
} ,
2022-05-25 08:53:19 +00:00
"Y3zr/B" : {
"context" : "voucher application, switch button" ,
"string" : "Apply only to a single cheapest eligible product"
} ,
2022-05-05 07:54:28 +00:00
"Y4cy0i" : {
"context" : "dialog header" ,
"string" : "Ending preorder"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Y7M1YQ" : {
"context" : "section header" ,
"string" : "Customer"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Y7UlMR" : {
"context" : "app extensions subsection" ,
"string" : "Apps"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Y9lv8z" : {
"context" : "product unavailability" ,
"string" : "Unavailable for purchase"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YBqLHs" : {
"context" : "expiry date label" ,
"string" : "Exact date"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YEpYMB" : {
"context" : "gift card export csv success alert title" ,
"string" : "Exporting CSV"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YEv+6G" : {
"context" : "input helper text" ,
"string" : "Leaving this setting empty will mean that stock won’ t be reserved"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YFDAaX" : {
"context" : "dialog title order discount" ,
"string" : "Discount this Order by:"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YFQBs1" : {
"context" : "product availability date label" ,
"string" : "Set availability date"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YHNozE" : {
"context" : "dialog header" ,
"string" : "Activate App"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YI6Fhj" : {
"context" : "no address is set in draft order" ,
"string" : "Not set"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YJ4TXc" : {
"context" : "tab name" ,
"string" : "All Staff Members"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YKyNm9" : {
"context" : "label" ,
"string" : "Gift Card"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YMBn8d" : {
"context" : "draft orders section name" ,
"string" : "Draft Orders"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YQ3EXR" : {
"context" : "product types section name" ,
"string" : "Product Types"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YVIajc" : {
"context" : "product field" ,
"string" : "Description"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YYkkhx" : {
"context" : "navigator section header" ,
"string" : "Navigate to"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YZl6cv" : {
"string" : "Miscellaneous"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YdeHZX" : {
"context" : "unassign products from shipping method, button" ,
"string" : "Unassign"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YgE6ga" : {
"context" : "imperial unit system" ,
"string" : "Imperial"
2020-02-13 11:14:47 +00:00
} ,
2022-08-29 11:35:55 +00:00
"YiC3cn" : {
"context" : "option description" ,
"string" : "Allocate stock in the first warehouse in the list assigned to this channel. If stock is insufficient, the remaining quantity is allocated in the next warehouse on the list and repeated if necessary."
} ,
2022-05-05 07:54:28 +00:00
"YicEbK" : {
"string" : "Search Atrtibuttes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YjcN9w" : {
"context" : "time during voucher is active, header" ,
"string" : "Active Dates"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Yjhgle" : {
"context" : "tab name" ,
"string" : "All Sales"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YkOzse" : {
"context" : "used warehouses counter" ,
"string" : "{count}/{max} warehouses used"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Ykw8k5" : {
"context" : "dialog title" ,
"string" : "Delete collections"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Yo2kC+" : {
"string" : "Couldn't process image"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YpLVVc" : {
"context" : "action" ,
"string" : "Exclude postal codes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"YpukUN" : {
"context" : "label" ,
"string" : "Shipping zone name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Yw+9F7" : {
"string" : "No collections found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Yy/yDL" : {
"string" : "Reset password"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Z/7hyu" : {
"context" : "card balance label" ,
"string" : "Card Balance"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Z6QAbw" : {
"string" : "This variant does not have any digital content"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Z7Tf8e" : {
"context" : "stock exceeded dialog description" ,
"string" : "Stock for items shown below are not enough to prepare fulfillment:"
2021-08-20 14:36:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZDJEat" : {
"context" : "button" ,
"string" : "Load More"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZFfG4L" : {
"context" : "ProductTypeDeleteWarningDialog single assigned items description" ,
"string" : "You are about to delete product type <b>{typeName}</b>. 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?"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZHF4Z9" : {
"context" : "delete product dialog subtitle" ,
"string" : "Are you sure you want to delete {name}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZIc5lM" : {
"string" : "Product Name"
2021-03-24 08:29:51 +00:00
} ,
2022-07-08 10:14:42 +00:00
"ZKuzRy" : {
"context" : "order history message" ,
"string" : "Transaction void requested"
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZPOyI1" : {
"context" : "fulfilled fulfillment, section header" ,
"string" : "Fulfilled from {warehouseName}"
2021-03-24 08:29:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZRz3hM" : {
"string" : "Export Product Stock Quantity to CSV"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZWIjvr" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Delete Sales"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZayvsI" : {
"context" : "metric unit system" ,
"string" : "Metric"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Zd3Eew" : {
"context" : "subsection header" ,
"string" : "Shipping Address"
2020-02-13 11:27:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Zg0dRo" : {
"context" : "dialog description" ,
"string" : "You have changed customer assigned to this order. What would you like to do with the shipping address?"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZhDQel" : {
"context" : "header" ,
"string" : "Password"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZhaXLU" : {
"context" : "button" ,
"string" : "Copy"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Zhxu58" : {
"context" : "Fixed amount subtitle" ,
"string" : "Fixed amount"
2020-12-01 13:13:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Zj/7QZ" : {
"context" : "details title" ,
"string" : "Details"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ZprV2g" : {
"context" : "app has been installed" ,
"string" : "{name} is ready to be used"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"Zptsep" : {
"context" : "order was discounted event title" ,
"string" : "Order was discounted by"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a+iRI1" : {
"context" : "single gift card title" ,
"string" : "{selectedItemsCount,plural,one{Delete Gift Card} other{Delete Gift Cards}}"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a+kgkq" : {
"context" : "tag label" ,
"string" : "Card Tag"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a+x05s" : {
"context" : "select option, button" ,
"string" : "Select"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a/QJBx" : {
"context" : "user action bar" ,
"string" : "Action"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a1uffz" : {
"context" : "draft created from replace products list title" ,
"string" : "Products replaced"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a4qX2+" : {
"context" : "order" ,
"string" : "Created"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a55zOn" : {
"context" : "section header" ,
"string" : "Data privacy"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a5msuh" : {
"string" : "Yes"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"a9S9Je" : {
"context" : "page types section name" ,
"string" : "Page Types"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aAAxKp" : {
"context" : "table column header" ,
"string" : "Product"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aCJwVq" : {
"context" : "warehouse" ,
"string" : "Name"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aCX8rl" : {
"context" : "subheader" ,
"string" : "Here is some information we gathered about your store"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aDbrOK" : {
"string" : "Search Staff Member"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aEc9Ar" : {
"context" : "gift card history message" ,
"string" : "Gift card balance was reset by {resetBy}"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aFLtLk" : {
"context" : "tab name" ,
"string" : "All Products"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aHc89n" : {
"context" : "select warehouse to restock items" ,
"string" : "Select Warehouse"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aI80kg" : {
"string" : "Properties"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aMwxYb" : {
"string" : "Countries"
2022-01-28 12:34:20 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aOelhW" : {
2020-11-19 14:42:14 +00:00
"context" : "tab name" ,
2022-05-05 07:54:28 +00:00
"string" : "All Plugins"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aPCrsp" : {
"context" : "shipping method name" ,
"string" : "Name"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aPYFO1" : {
"context" : "expired status label" ,
"string" : "Expired"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aY0HAT" : {
"context" : "section header" ,
"string" : "Sales channel"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aYhcie" : {
"context" : "shipping method weight range" ,
"string" : "Weight Range"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aZDHYr" : {
"context" : "price rates info" ,
"string" : "This rate will apply to all orders"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"abTH5q" : {
"context" : "error message" ,
"string" : "Email address is not set"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ac+Y98" : {
"context" : "app settings error" ,
"string" : "Failed to fetch app settings"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"agZQkB" : {
"context" : "window title" ,
"string" : "Create App"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aggaJg" : {
"string" : "This attribute has already been assigned to this product type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aheQdn" : {
"string" : "Last Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"akXDST" : {
"context" : "section header" ,
"string" : "Visibility"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"amQg6f" : {
"context" : "voucher status" ,
"string" : "Active"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"anK7jD" : {
"string" : "Product Type"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"aq5ZiN" : {
"context" : "order history message" ,
"string" : "Fulfillment confirmation was sent to customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"asdvmK" : {
"context" : "product type" ,
"string" : "Digital"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"auxEP1" : {
"context" : "input placeholder" ,
"string" : "Search by attribute name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"avj76v" : {
"context" : "ChannelsSection subtitle" ,
"string" : "Assign channels to this shipping zone so we know which orders will be supported"
2022-03-22 08:53:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"axFFaD" : {
"context" : "range input label" ,
"string" : "Postal codes (end)"
2022-03-22 08:53:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"b+jcaN" : {
"string" : "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"b1zuN9" : {
"string" : "Price"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"b6L9n7" : {
"context" : "voucher is active until date" ,
"string" : "Ends"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"b810WJ" : {
"context" : "product price" ,
"string" : "Price"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bDO9DN" : {
"context" : "success gift card enable message" ,
"string" : "Successfully enabled gift card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bFhzRX" : {
"string" : "No products are out of stock"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bHdFph" : {
"context" : "subsection header" ,
"string" : "Address"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bL/Wrc" : {
"context" : "plugin status" ,
"string" : "Status"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bNw8PM" : {
"context" : "number of products" ,
"string" : "Products ({quantity})"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bPFp8B" : {
"context" : "product type" ,
"string" : "Product Type"
2020-02-13 11:14:47 +00:00
} ,
2022-08-29 11:37:42 +00:00
"bRJD/v" : {
"context" : "button" ,
"string" : "Create permission group"
} ,
2022-05-05 07:54:28 +00:00
"bS7A8u" : {
"context" : "add tracking button" ,
"string" : "Add tracking"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bVY7j0" : {
"context" : "Translated Name" ,
"string" : "Translation"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bVbEZ/" : {
"context" : "amount filter label" ,
"string" : "Amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bZenNC" : {
"string" : "Description (optional)"
2020-02-13 11:27:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bZksto" : {
"context" : "product attribute type" ,
"string" : "Dropdown"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bb4nSp" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Cancel Fulfillment"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bcf60I" : {
"context" : "voucher" ,
"string" : "Applies to"
2020-02-13 11:27:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bgO+7G" : {
"context" : "order return amount button" ,
"string" : "Return & Replace products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bh+Keo" : {
"string" : "{numberOfFields} Translations, {numberOfTranslatedFields} Completed"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bh9+8A" : {
"context" : "voucher requirement" ,
"string" : "Minimal order value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"biAxKR" : {
"context" : "click and collect" ,
"string" : "Click&Collect"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"biVFKU" : {
"context" : "subsection header" ,
"string" : "Billing Address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bj1U23" : {
"string" : "Are you sure you want to delete {menuName}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bj6pTd" : {
"string" : "Something's missing"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bk9KUX" : {
"context" : "ProductTypeDeleteWarningDialog single consent label" ,
"string" : "Yes, I want to delete this product type and assigned products"
2021-11-24 10:13:53 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bp/i0x" : {
"context" : "header" ,
"string" : "Quantity"
2021-11-24 10:13:53 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bq1eEx" : {
"context" : "header" ,
"string" : "Create Product Type"
} ,
"bqAJCT" : {
"context" : "section header" ,
"string" : "Refund Order"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bsP4f3" : {
"string" : "No tokens found"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bu/fC1" : {
"context" : "button" ,
"string" : "Remove"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"bwJc6V" : {
"context" : "column title product" ,
"string" : "Product"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"byP6IC" : {
"string" : "Selected"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"c0H45L" : {
"string" : "{amount, plural,one {One order is ready to fulfill} other {{amount} orders are ready to fulfill}}"
2021-12-16 11:36:03 +00:00
} ,
2022-07-13 11:12:58 +00:00
"c24hjq" : {
"context" : "status" ,
"string" : "Active"
} ,
2022-05-05 07:54:28 +00:00
"c4gbXr" : {
"string" : "Draft order successfully finalized"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"c5pMZ8" : {
"string" : "API error"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"c7/79+" : {
"string" : "Billing Address"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"c8UT0c" : {
"context" : "tabel column header" ,
"string" : "Channel Name"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"c8nvms" : {
"string" : "Sales"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cBHRxx" : {
"context" : "button" ,
"string" : "Assign Warehouse"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cFVgOo" : {
"context" : "Channel label" ,
"string" : "Channel"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cJ5ASN" : {
"context" : "attribute position in storefront filters" ,
"string" : "Position in faceted navigation"
2020-05-04 16:07:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cKCfSW" : {
"context" : "dialog header" ,
"string" : "Unassign Products From Voucher"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cKjFfl" : {
"context" : "product attribute type" ,
"string" : "Multiple Select"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cMFlOp" : {
"context" : "input label" ,
"string" : "New Password"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cNSLLO" : {
2020-04-23 15:43:08 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Unassign and save"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cW1RIo" : {
"context" : "section header" ,
"string" : "Media View"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cY42ht" : {
"string" : "Password cannot be entirely numeric"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cY6H2C" : {
"context" : "empty metadata text" ,
"string" : "No metadata created for this element. Use the button below to add new metadata field."
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"caMMWN" : {
"string" : "Search Warehouse"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"caqRmN" : {
"context" : "header" ,
"string" : "Create Page Type"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ccXLVi" : {
"string" : "Category"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cd13nN" : {
"context" : "product attribute error" ,
"string" : "All attributes should have value"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cdiRSf" : {
"context" : "WarehouseSettings no shipping zones assigned" ,
"string" : "This warehouse has no shipping zones assigned."
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cdxwA8" : {
"string" : "{amount, plural,one {One product out of stock}other {{amount} products out of stock}}"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cfQf0w" : {
"context" : "button" ,
"string" : "Create Order"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cgsY/X" : {
"context" : "page header" ,
"string" : "Create New Category"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"chvryR" : {
"context" : "order history message" ,
"string" : "Invoice was requested by {requestedBy}"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cnvyqW" : {
"context" : "ChannelsSection select field placeholder" ,
"string" : "Add Channel"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cpZLRH" : {
"context" : "dialog header" ,
"string" : "Delete Shipping Zones"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cqZ5UH" : {
"context" : "order history message" ,
"string" : "Order confirmation was sent to customer"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cryH86" : {
"context" : "assign collections to sale and save" ,
"string" : "Assign and save"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cvVIV/" : {
"context" : "dialog header" ,
"string" : "Assign Countries"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cvbqJu" : {
"context" : "attribute" ,
"string" : "Visible on Product Page in Storefront"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cwoN25" : {
"context" : "config type section title" ,
"string" : "Configuration Type"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"cy8sV7" : {
"context" : "volume units types" ,
"string" : "Volume"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"d9UqaJ" : {
"context" : "error message" ,
"string" : "Cannot change the quantity because of insufficient stock"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dEUZg2" : {
"context" : "header" ,
"string" : "Menu Items"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dGqEJ9" : {
"context" : "search box placeholder" ,
"string" : "Search by country name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dJQxHt" : {
"context" : "delete category" ,
"string" : "Are you sure you want to delete {categoryName}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dJVXIb" : {
"context" : "vat included in order price" ,
"string" : "VAT included"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dKPMyh" : {
"context" : "tab name" ,
"string" : "All Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dM86a2" : {
"string" : "No categories found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dOQB9o" : {
"context" : "payment status" ,
"string" : "Cancelled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dS+SOT" : {
2020-02-13 11:14:47 +00:00
"context" : "header" ,
2022-05-05 07:54:28 +00:00
"string" : "Column settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dS8Adx" : {
"context" : "product" ,
"string" : "Digital"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dTkmON" : {
"context" : "edit tracking button" ,
"string" : "Edit tracking"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dWK/Ck" : {
"string" : "Choose countries, you want voucher to be limited to, from the list below"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dc5KWn" : {
"context" : "products export type label" ,
"string" : "products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"diOQm7" : {
"context" : "product status" ,
"string" : "Available"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dpY94C" : {
"context" : "collection publication date" ,
"string" : "Published on {date}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dsJ+Wv" : {
"context" : "note on export gift cards" ,
"string" : "Note: Only active and not used gift cards will be expored"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"dxCVWI" : {
"context" : "error message" ,
"string" : "Cannot request an invoice for draft order"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e+L+q3" : {
"string" : "Remember this will also delete all products assigned to this category."
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e/61NZ" : {
"context" : "current balance filter label" ,
"string" : "Current balance"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e0RKe+" : {
"context" : "generate invoice button" ,
"string" : "Generate"
2022-02-17 11:08:17 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e1vU/4" : {
"context" : "attribute is filterable in storefront" ,
"string" : "Use as filter"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e7Nyu7" : {
"context" : "section header" ,
"string" : "Customer History"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e7yOai" : {
"context" : "shipping address is not set in draft order" ,
"string" : "Not set"
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e822us" : {
"string" : "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."
Feature - channels per plugin (#1093)
* Update schema
* Update queries, mutations, and types
* Add render with dividers util function
* Add plugin details channels card component
* Update plugin details to use channels
* Update stories
* Update plugin configuration type across the app, fix some other types, temporarily comment some things out in plugins list so types match"
* Update schema
* Update types
* Update plugins list to show channels and global statuses, add plugin channel status, update status label component
* Add render with dividers util function
* Comment out some stuff for types to match - temporary
* Add useChannelsSearchWithLoadMore util to imitate loading more from backend for channels list with load more
* Change filters logic to be able to display multiple fields in a field section and add it to plugins view
* Add scroll option to plugin availability popup on plugin list
* Fix plugin list page story
* Temporarily comment some stuff out, fix some types
* Add filters errors WIP
* Fix filters not updating list
* Add error handling to plugins list filters and filters in general
* Rename some components according to review
* Move useChannelsSearch and useChannelsSearchWithLoadMore to hooks, change some imports accordingly
* Fix imports
* Move render collection with dividers to a component, fix usages
* Replace channels with load more and search query to base channels query
* Change render with dividers function to take in a component instead of render function
* Update tests
* Extract messages
* Remove unnecessary imports
* Fix filters - autocomplete messing items order sometimes & some fields not working
* Update plugin update mutation variables - change channelId to channel
* fix failing tests
* Add test ids
* fix failing tests
* fix failing tests
* Rename misc.tsx to ts
* Remove usage of render collection with diviers, change it to CollectionWithDividers component
* Remove unnecessary imports
* Update messages ids
* Update snapshots
Co-authored-by: Karolina Rakoczy <rakoczy.karolina@gmail.com>
2021-05-11 13:58:09 +00:00
} ,
2022-05-05 07:54:28 +00:00
"e92Uxp" : {
"context" : "order history message" ,
"string" : "Updated fulfillment group's tracking number"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eAFU/E" : {
"context" : "product inventory, checkbox" ,
"string" : "Variant currently in preorder"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eCRaHe" : {
"context" : "refunded fulfillment, section header" ,
"string" : "Returned ({quantity})"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eLJQSh" : {
"context" : "column title gift card" ,
"string" : "Gift Card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eOrLzG" : {
"context" : "button" ,
"string" : "Done"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eUjFjW" : {
"string" : "Permission group created"
} ,
"eWV760" : {
"string" : "Attribute with this slug already exists"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eWcvOc" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Choose file"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"erC44f" : {
"context" : "filters error messages dependencies missing" ,
"string" : "Filter requires other filters: {dependencies}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"etP0+D" : {
"string" : "Vouchers"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"eu98dw" : {
"string" : "Invalid password"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"euRfu+" : {
"string" : "Are you sure you want to void this payment?"
2021-09-14 13:57:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"exvX+Z" : {
"context" : "export card codes menu item" ,
"string" : "Export card codes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ey0lZj" : {
"context" : "dialog header" ,
"string" : "Delete Customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"f/R1Ln" : {
"context" : "restocked group" ,
"string" : "Restocked from:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"f0hXz4" : {
"context" : "dialog header" ,
"string" : "Search Collection"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"f2F1NJ" : {
"context" : "section title" ,
"string" : "Quick Pick"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"f3B4tc" : {
"context" : "attributes, section header" ,
"string" : "Variant Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fEfCtO" : {
"context" : "voucher discount type" ,
"string" : "Percentage"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fExm0/" : {
"context" : "gift card history message" ,
"string" : "Gift card was activated by {activatedBy}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fHopox" : {
"context" : "section description" ,
"string" : "Assign permissions to register synchronous events for this webhook."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fLhj3a" : {
"context" : "gift card history message" ,
"string" : "Gift card expiry date was updated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fNFEkh" : {
"string" : "No of Rows:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fP9FXB" : {
"context" : "input label" ,
"string" : "Search Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fU+a9k" : {
"context" : "date attribute type" ,
"string" : "Date"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fV6yX5" : {
"context" : "table head" ,
"string" : "Category Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fbH51z" : {
"context" : "Amount error message" ,
"string" : "Amount cannot be bigger than max refund"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fehqPs" : {
"context" : "order history message" ,
"string" : "Products were deleted from an order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fgHLXc" : {
"context" : "attribute value" ,
"string" : "Value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fhksPD" : {
"string" : "Number of Orders"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fjPWOA" : {
"context" : "header" ,
"string" : "Customer Overview"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fkplbE" : {
"context" : "order history message" ,
"string" : "Order was marked as paid"
2021-10-19 08:38:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"flP8Hj" : {
"context" : "card description" ,
"string" : "Expand or restrict app permissions to access certain part of Saleor system."
2021-10-19 08:38:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fo7nfa" : {
"context" : "fixed amount" ,
"string" : "Fixed Amount"
2021-10-19 08:38:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"foB6wx" : {
"context" : "weight based shipping methods, section header" ,
"string" : "Weight Based Rates"
2021-10-19 08:38:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"foNlhn" : {
"context" : "custom app name" ,
"string" : "App Name"
2021-10-19 08:38:54 +00:00
} ,
2022-07-08 10:14:42 +00:00
"fqJXzO" : {
"context" : "order history message" ,
"string" : "Transaction refund requested"
} ,
2022-05-05 07:54:28 +00:00
"ftcHpD" : {
"string" : "Customer created"
2021-10-19 08:38:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fw+VAN" : {
"context" : "product's sku" ,
"string" : "SKU"
2021-10-19 08:38:54 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fyE8BN" : {
"context" : "product organization, header" ,
"string" : "Organization"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fzDI3A" : {
"context" : "add link to navigation" ,
"string" : "Link to: {url}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fzk04H" : {
"context" : "dialog title" ,
"string" : "Delete image"
2020-02-13 11:27:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fzl482" : {
"context" : "expires on label" ,
"string" : "Will expire on:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"fzpXvv" : {
"string" : "Are you sure you want to remove {email} avatar?"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"g+GAf4" : {
"context" : "product visibility" ,
"string" : "Visibility"
2020-11-19 14:42:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"g/BrOt" : {
"string" : "Url has invalid format"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"g3qjSf" : {
"context" : "button" ,
"string" : "Assign categories"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"g5zIpS" : {
"context" : "No attribute values found" ,
"string" : "No values found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"g6yuk2" : {
"context" : "export items to csv file, choice field label" ,
"string" : "Export information for:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"g9Mb+U" : {
"context" : "change warehouse dialog title" ,
"string" : "Change warehouse"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gAqkrG" : {
"context" : "gift card history message" ,
"string" : "Gift card was deactivated by {deactivatedBy}"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gKdGxP" : {
"context" : "error message" ,
"string" : "Only pre-authorized payments can be captured"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gMwpNC" : {
"context" : "page content" ,
"string" : "Content"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gQGUsN" : {
"context" : "dialog title" ,
"string" : "Edit Address"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gRa/TS" : {
"context" : "shipping zone" ,
"string" : "Name"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gSQ0Ge" : {
"string" : "Variant {name} has been set as default."
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gTr0qE" : {
"string" : "Shipping Settings"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gVD1os" : {
"context" : "empty list message" ,
"string" : "You haven’ t assigned any member to this permission group yet."
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gZHmaV" : {
"context" : "plugin filters error messages channels" ,
"string" : "No channels selected"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ghGLbJ" : {
"context" : "OrderPayment click&collect shipping method" ,
"string" : "click&collect"
2020-08-13 11:28:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ghje1I" : {
"context" : "numeric attribute unit system" ,
"string" : "System"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"giF5UV" : {
"context" : "sale end date" ,
"string" : "Ends"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gj3MUg" : {
"context" : "gift card history message" ,
"string" : "Gift card was resent"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"glT6fm" : {
"string" : "Voucher is limited to these countries"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gr+oXW" : {
"context" : "page title" ,
"string" : "Title"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gr53VQ" : {
"context" : "page header" ,
"string" : "Create Page"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gvOzOl" : {
"string" : "Page Title"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gx4wCT" : {
"context" : "swatch attribute type" ,
"string" : "Swatch"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gxPjIQ" : {
"string" : "Are you sure you want to delete {email} from staff members?"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"gz9v22" : {
"context" : "PluginChannelConfigurationCell channel title" ,
"string" : "Per channel"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"h1rPPg" : {
"context" : "dialog content" ,
"string" : "Are you sure you want to delete {attributeName}?"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"h2Hta6" : {
"context" : "caption" ,
"string" : "If enabled, attribute will be accessible to customers."
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"h5r9+x" : {
"context" : "sort shipping methods by zone, section header" ,
"string" : "Shipping By Zone"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"h75GAF" : {
"context" : "voucher" ,
"string" : "Times used"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hHOI7D" : {
"context" : "product type name" ,
"string" : "Type Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hJZwTS" : {
"string" : "Email address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hLOEeb" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Set as default billing address"
2020-02-13 11:14:47 +00:00
} ,
2022-08-02 12:57:18 +00:00
"hLSgWj" : {
"context" : "warehouse label number available of products" ,
"string" : "{productCount} available at this location"
} ,
2022-05-05 07:54:28 +00:00
"hLUYBt" : {
"context" : "payment status" ,
"string" : "Pending"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hMRP6J" : {
"string" : "Default Address"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hOxIeP" : {
"string" : "Availability"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hPB89Y" : {
"string" : "No invoices to be shown"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hS+ZjH" : {
"context" : "delete webhook" ,
"string" : "Are you sure you want to delete this webhook?"
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:15:01 +00:00
"hTLCC2" : {
"context" : "channel publication date" ,
"string" : "Will become published on {date}"
} ,
2022-05-05 07:54:28 +00:00
"hWO1SD" : {
"context" : "order history message" ,
"string" : "Draft order was created"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hX5PAb" : {
"string" : "No results found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hkENym" : {
"string" : "Customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hkSkNx" : {
"string" : "Search Customers"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hnBvH7" : {
"context" : "copied to clipboard alert title" ,
"string" : "Copied to clipboard"
2022-04-26 08:10:12 +00:00
} ,
2022-07-07 08:29:33 +00:00
"hnRRUe" : {
"context" : "docs link label" ,
"string" : "Learn more..."
} ,
2022-05-05 07:54:28 +00:00
"ho75Lr" : {
"context" : "status label deactivated" ,
"string" : "Deactivated"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hpMcW8" : {
"string" : "Define how users can navigate through your store"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hptDxW" : {
"context" : "money" ,
"string" : "to {money}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hqVMLQ" : {
"context" : "button" ,
"string" : "Send"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ht9yOD" : {
"context" : "table head" ,
"string" : "Collection Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hw9Fah" : {
"context" : "button" ,
"string" : "Send invite"
2020-06-17 10:12:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hz+9ES" : {
"context" : "bulk activate label" ,
"string" : "Activate"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"hzSNj4" : {
"string" : "Dashboard"
2020-06-17 10:12:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"i+Vox0" : {
"context" : "invoice generating has finished, header" ,
"string" : "Invoice Generated"
2021-11-17 12:49:22 +00:00
} ,
2022-05-05 07:54:28 +00:00
"i/ZhxL" : {
"context" : "section header returned" ,
"string" : "Fulfillment waiting for approval"
2021-11-17 12:49:22 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"i3Mvj8" : {
"context" : "product attribute error" ,
"string" : "This variant already exists"
2021-11-17 12:49:22 +00:00
} ,
2022-05-05 07:54:28 +00:00
"i56GGQ" : {
"context" : "order refund amount" ,
"string" : "Replaced Products Value"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iAvKNf" : {
"context" : "navigator help mode description" ,
"string" : "Display Help"
2021-11-17 12:49:22 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iBSq6l" : {
"context" : "sale start date" ,
"string" : "Starts"
} ,
"iEeIhY" : {
"context" : "draft order" ,
"string" : "Customer"
2021-08-16 13:44:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iJrw63" : {
2021-03-17 13:07:48 +00:00
"context" : "section header" ,
2022-05-05 07:54:28 +00:00
"string" : "Fulfilled ({quantity})"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iMJka8" : {
"string" : "No pages found"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iPk640" : {
"context" : "dialog header" ,
"string" : "Media Selection"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iQxjow" : {
2021-03-17 13:07:48 +00:00
"context" : "section header" ,
2022-05-05 07:54:28 +00:00
"string" : "Content Attributes"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iUIn50" : {
"context" : "section notice" ,
"string" : "Unfulfilled products will be restocked"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iUy2dx" : {
"context" : "vouchers section name" ,
"string" : "Vouchers"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iYH3Y7" : {
"context" : "checkbox" ,
"string" : "Override the product type's tax rate"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ibnmEd" : {
"context" : "voucher country range" ,
"string" : "Countries"
2021-03-17 13:07:48 +00:00
} ,
2022-08-29 11:35:55 +00:00
"icb1fc" : {
"context" : "tooltip" ,
"string" : "Stock allocations occur when:"
} ,
2022-05-05 07:54:28 +00:00
"icz/jb" : {
"context" : "customer" ,
"string" : "Join Date"
2020-02-13 11:14:47 +00:00
} ,
2022-09-13 10:07:41 +00:00
"idr+JK" : {
"context" : "assign reference to a page, button" ,
"string" : "Assign and save"
} ,
2022-05-05 07:54:28 +00:00
"ij7olm" : {
"context" : "error message" ,
"string" : "This fulfillment cannot be cancelled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ikM00B" : {
"context" : "table column header" ,
"string" : "Replace"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ikRuLs" : {
"context" : "translation progress" ,
"string" : "{current} of {max}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"imYxM9" : {
"context" : "header" ,
"string" : "App Information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"isM94c" : {
"context" : "create service token, button" ,
"string" : "Create"
2020-07-13 16:51:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"iue6mV" : {
"context" : "option label" ,
"string" : "Keep address"
2020-07-13 16:51:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ivJ1qt" : {
"string" : "Manage your permission groups and their permissions"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-10-01 12:41:31 +00:00
} ,
2022-09-13 10:07:41 +00:00
"izJvcM" : {
"context" : "label" ,
"string" : "Search pages"
} ,
2022-05-05 07:54:28 +00:00
"j/vV0n" : {
"context" : "channel name" ,
"string" : "Channel Name"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"j0ugM4" : {
"context" : "Manage and Update your warehouse information" ,
"string" : "Exchange Rates"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"j2fPVo" : {
"string" : "Order successfully updated"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"j2l6cL" : {
"context" : "checkbox label" ,
"string" : "Set gift card expiration period"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"j3yE7I" : {
"context" : "order history message" ,
"string" : "Shipping tracking number was sent to customer"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"j8PV7E" : {
"context" : "attribute values" ,
"string" : "Values"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jBu2yj" : {
"context" : "acre-inch unit" ,
"string" : "acre-inch"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jDIRQV" : {
"context" : "section header" ,
"string" : "About this app"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jDovoJ" : {
"context" : "gift card history message" ,
"string" : "Gift card was issued"
2020-05-07 11:28:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jFrdB5" : {
"string" : "Product Settings"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jGGnSZ" : {
"context" : "page header" ,
"string" : "Primary Address"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jHJmjf" : {
"string" : "No results"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jNSOSu" : {
"context" : "cancelled fulfillment, section header" ,
"string" : "Refunded and Returned ({quantity})"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jTifz+" : {
"string" : "Successfully created attribute"
2020-09-24 11:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jU9GPX" : {
"context" : "section header" ,
"string" : "Organize Content"
2020-09-24 11:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jUuHVn" : {
"context" : "description" ,
"string" : "No members found"
2020-09-24 11:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jWna9Q" : {
"string" : "Content Type Name"
2020-02-13 11:14:47 +00:00
} ,
2022-08-22 13:53:17 +00:00
"jXf/9p" : {
"context" : "product availability" ,
"string" : "Hide in product listings"
} ,
2022-05-05 07:54:28 +00:00
"jd/LWa" : {
"string" : "Voucher applies to all countries"
2020-09-03 10:25:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jhh/D6" : {
"string" : "Menu Title"
2021-12-07 09:43:24 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
} ,
"jswILH" : {
"context" : "add attribute as column in product list table" ,
"string" : "Add to Column Options"
2021-12-07 09:43:24 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2021-07-22 09:56:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"juBV+h" : {
"string" : "End Hour"
2021-07-22 09:56:13 +00:00
} ,
2022-09-13 10:07:41 +00:00
"juxCV3" : {
"context" : "dialog header" ,
"string" : "Assign product"
} ,
2022-05-05 07:54:28 +00:00
"jvKNMP" : {
"string" : "Discount Code"
2021-07-22 09:56:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jxoMLL" : {
"context" : "product field" ,
"string" : "Collections"
2021-07-22 09:56:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jyTwDR" : {
"context" : "product type is either simple or configurable" ,
"string" : "Type"
2021-07-22 09:56:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"jyaAlB" : {
"context" : "button" ,
"string" : "Create collection"
2021-07-22 09:56:13 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k+HcTv" : {
"context" : "product type" ,
"string" : "Type"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k/mTEl" : {
"context" : "distance units type" ,
"string" : "Distance"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k0rGBI" : {
"string" : "Access token is used to authenticate service accounts"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k3EI/U" : {
"context" : "dialog header" ,
"string" : "Delete Shipping Zone"
2021-04-20 14:06:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k4brJy" : {
"string" : "SKU"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k5lHFp" : {
"context" : "app data privacy link" ,
"string" : "Learn more about data privacy"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k6WDZl" : {
"context" : "attribute is visible" ,
"string" : "Visible"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k8ZJ5L" : {
"context" : "number of products" ,
"string" : "No. of Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k8bltk" : {
"string" : "No Results"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"k9hf7F" : {
"context" : "total order price" ,
"string" : "Total"
2020-04-29 01:47:07 +00:00
} ,
2022-07-19 14:16:43 +00:00
"kEAjZV" : {
"context" : "rich text attribute type" ,
"string" : "Rich Text"
} ,
2022-05-05 07:54:28 +00:00
"kErneR" : {
"string" : "This customer doesn’ t have any adresses added to his address book. You can add address using the button below."
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kFYlu2" : {
"string" : "Saleor runs in read-only mode. Changes not saved."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-10-13 15:13:08 +00:00
"kIXV5V" : {
"context" : "install with app manifest button" ,
"string" : "Install with App Manifest"
} ,
2022-05-05 07:54:28 +00:00
"kIvvax" : {
"string" : "Search Products..."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kJQczl" : {
"context" : "sales section name" ,
"string" : "Sales"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kN6SLs" : {
"string" : "Min Value"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kPIZ65" : {
"context" : "page header" ,
"string" : "Order #{orderNumber}"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kQq6/o" : {
"context" : "info when addresses search is unsuccessful" ,
"string" : "No results found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kS5Qgk" : {
"context" : "used by label" ,
"string" : "Used by"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kTr2o8" : {
"string" : "Attribute name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kVOslW" : {
"context" : "reason for discount label" ,
"string" : "Reason for discount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kVTWtR" : {
"context" : "product updated at" ,
"string" : "Last updated"
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:15:01 +00:00
"kYYbrv" : {
"context" : "channel publication date" ,
"string" : "Published since {date}"
} ,
2022-05-05 07:54:28 +00:00
"kZfIl/" : {
"string" : "These are general information about this Content Type."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kak5vT" : {
"context" : "order refund amount" ,
"string" : "Selected Products Value"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kbkjEc" : {
"context" : "navigator catalog mode description" ,
"string" : "Search in Catalog"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kc4c4d" : {
"context" : "product label" ,
"string" : "Product bought to get gift card"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kcMVsB" : {
"context" : "balance amound missing error message" ,
"string" : "Balance amount is missing"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ki7Mr8" : {
"context" : "product export to csv file, header" ,
"string" : "Export Settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kkIw+l" : {
"context" : "replacement created order history message draft number" ,
"string" : "Draft #{orderNumber}"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kp2IYP" : {
"context" : "option" ,
"string" : "Gift card product type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"kvSYZh" : {
"context" : "replacement created order history message description" ,
"string" : "was created for replaced products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"l1/Hwb" : {
"context" : "invalid date in expirydate field header" ,
"string" : "Incorrect date entered"
2021-06-08 06:58:36 +00:00
} ,
2022-05-05 07:54:28 +00:00
"l2oVCF" : {
"context" : "attributes section name" ,
"string" : "Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"l5V0QT" : {
"context" : "boolean attribute type" ,
"string" : "Boolean"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"l9ETHu" : {
"context" : "checkbox label description" ,
"string" : "You will be able to fulfill products without capturing payment for the order."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"l9Lwjh" : {
"context" : "order return error title when cannot refund" ,
"string" : "Couldn't refund products"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lCPxtT" : {
"context" : "resend code label" ,
"string" : "Resend code"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lCxfDe" : {
"context" : "attribute properties regarding dashboard" ,
"string" : "Dashboard Properties"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lF+VJQ" : {
"context" : "Shipment information card header" ,
"string" : "Shipment information"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lGlDEH" : {
"context" : "header" ,
"string" : "Group members"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lHccsy" : {
"context" : "table head" ,
"string" : "Variant Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lJP1iw" : {
"context" : "order" ,
"string" : "Channel"
2020-10-01 17:02:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lL1HTg" : {
"string" : "Order marked as paid"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lL3YJO" : {
"context" : "collection" ,
"string" : "Published"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lLwtgs" : {
"string" : "Variants are disabled in this product type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lOMgms" : {
"context" : "fulfillment group" ,
"string" : "Fulfilled from:"
2021-04-20 14:06:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lQRnYK" : {
"context" : "selectt all options" ,
"string" : "Select All"
2021-04-20 14:06:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lT5MYM" : {
"context" : "dialog title" ,
"string" : "Unassign users"
2021-04-20 14:06:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lVwmf5" : {
"context" : "total price of ordered products" ,
"string" : "Total"
2020-12-16 10:53:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lW5uJO" : {
"context" : "money" ,
"string" : "from {money}"
2021-04-20 14:06:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"la9cZ4" : {
"string" : "Tax Rate"
2021-04-20 14:06:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"labkPK" : {
"context" : "search gift card placeholder" ,
"string" : "Search Gift Cards, e.g {exampleGiftCardCode}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lct0qd" : {
"string" : "This list shows all attributes that will be assigned to pages that have this page type assigned."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lehGc9" : {
"context" : "section header" ,
"string" : "Eligible Variants"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"li1BBk" : {
"context" : "export items as csv file" ,
"string" : "Plain CSV file"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"liLrVs" : {
"context" : "save filter tab, header" ,
"string" : "Save Custom Search"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"llBnr+" : {
"string" : "Warehouse Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lm9NSK" : {
"context" : "password reset, button" ,
"string" : "Send an email with reset link"
} ,
"lnQAos" : {
"context" : "header" ,
"string" : "Taxes"
2020-09-25 12:33:01 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lqIzC8" : {
"string" : "This field needs to be unique"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lrq8O6" : {
"context" : "order refund amount, input label" ,
"string" : "Amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lw9WIk" : {
"context" : "deleted multiple attributes" ,
"string" : "Attributes successfully delete"
2020-10-01 17:04:53 +00:00
} ,
2022-05-05 07:54:28 +00:00
"lzdvwp" : {
"context" : "field is optional" ,
"string" : "Optional"
2020-04-29 15:11:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-04-29 15:11:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"m19JfL" : {
"string" : "View and update your plugins and their settings."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"m6IBe5" : {
"context" : "invoice number prefix" ,
"string" : "Invoice"
2021-10-14 11:15:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"m8cjcK" : {
"context" : "add authorization key error" ,
"string" : "Authorization key with this type already exists"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mAabef" : {
"context" : "checkbox label" ,
"string" : "Group has full access to the store"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mCP0UD" : {
"context" : "order draft creation date" ,
"string" : "Date"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mE+fru" : {
"context" : "tag filter label" ,
"string" : "Tags"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mGcw06" : {
"context" : "canceled fulfillment, section header" ,
"string" : "Canceled ({quantity})"
} ,
"mGiA6q" : {
"context" : "modal button upload" ,
"string" : "Upload"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mIUNgR" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Create shipping zone"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mLZMb6" : {
"context" : "ChannelsSection select field label" ,
"string" : "Channel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mQtoRO" : {
"context" : "taxes title" ,
"string" : "Taxes (VAT included)"
2021-10-14 11:15:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mSLr9d" : {
"context" : "voucher code, button" ,
"string" : "Generate Code"
2020-02-13 11:14:47 +00:00
} ,
2022-09-22 10:00:13 +00:00
"mTEqYL" : {
"context" : "NoChannels content" ,
"string" : "No channels to assign. Please first assign them for the product."
} ,
2022-05-05 07:54:28 +00:00
"mUb8Gt" : {
"context" : "section header" ,
"string" : "Taxes"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mWQt3s" : {
"string" : "No. of Products"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mX7zJJ" : {
"context" : "header" ,
"string" : "Create Page"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mYs3tb" : {
"string" : "Product price cannot be lower than 0."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"maxT+q" : {
"context" : "save button" ,
"string" : "Confirm order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mbOuGl" : {
"context" : "customer gift cards card issue button" ,
"string" : "Issue new card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mbj1J5" : {
"context" : "bulk issue gift cards success alert description" ,
"string" : "Requested {cardsAmount} were successfully issued"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"md326v" : {
"string" : "{amount, plural,one {One payment to capture}other {{amount} payments to capture}}"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"me585h" : {
"context" : "navigator section header" ,
"string" : "Quick Actions"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mgFyBA" : {
"string" : "This name should be unique"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mm0CXe" : {
"string" : "You should change your password every month to avoid security issues."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mmcHeH" : {
"string" : "Discount Value"
2020-02-13 11:27:37 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mr9jbO" : {
"string" : "Preferred Language"
} ,
"mslSpp" : {
"context" : "resend code to customer title" ,
"string" : "Resend code to customer"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"mxtAFx" : {
"string" : "Are you sure you want to delete draft #{orderNumber}?"
} ,
"mzASqs" : {
"context" : "days after label" ,
"string" : "days after issue"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n+Gwbu" : {
"string" : "Discounts"
2022-01-25 12:44:19 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n0RwMK" : {
"string" : "Define types of products you sell"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n0w2ZT" : {
"context" : "label for currently selected warehouse" ,
"string" : "currently selected"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n25d+d" : {
"context" : "WarehousesSection select field add text" ,
"string" : "Add New Warehouse"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n3+6w5" : {
"context" : "input helper text" ,
"string" : "Your customer won't be allowed to buy bigger quantity per checkout than shown here."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n5vskv" : {
"context" : "customer's address book, header" ,
"string" : "{fullName}'s Address Book"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n7Fg8i" : {
"string" : "Successfully created sale"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n7GIKB" : {
"context" : "dialog header" ,
"string" : "Unassign Product From Sale"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n97Ii0" : {
"context" : "export selected items to csv file" ,
"string" : "Selected giftCards ({number})"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"n9JOI3" : {
"context" : "money amount input label" ,
"string" : "Enter amount"
2022-01-28 08:06:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nEWp+k" : {
"context" : "quantity of ordered products" ,
"string" : "Quantity"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nEixpu" : {
"context" : "table action" ,
"string" : "Actions"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nFTvQW" : {
"context" : "expiration date label" ,
"string" : "Expiration date"
2020-03-04 16:19:23 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nHmugP" : {
"context" : "order history message" ,
"string" : "Fulfilled {quantity} items"
2020-03-04 16:19:23 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nIrjSR" : {
"context" : "section header" ,
"string" : "Ongoing Installations"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nKjLjT" : {
"context" : "error message" ,
"string" : "Slug must be unique for each warehouse"
2021-11-24 10:13:53 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nKwgxY" : {
"context" : "select label" ,
"string" : "Channel name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nLML8Y" : {
"string" : "Default Shipping Address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nNeWAx" : {
"context" : "dialog header" ,
"string" : "Delete Shipping Method"
2022-04-28 08:43:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nOo0oL" : {
"context" : "error message" ,
"string" : "Not enough items to fulfill"
2021-01-20 16:16:43 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nRiOg+" : {
"string" : "Sorry, the page was not found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nTF6tG" : {
"context" : "number of order" ,
"string" : "No. of Order"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nX2pCU" : {
"context" : "window title" ,
"string" : "Create customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nayZY0" : {
"context" : "returned event title" ,
"string" : "Products were returned by"
2021-05-06 11:38:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nf3XSt" : {
"context" : "attribute internal name" ,
"string" : "Slug"
2020-07-30 09:54:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"njBulj" : {
"context" : "check to require attribute to have value" ,
"string" : "Value Required"
2020-06-22 16:34:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"njUQPz" : {
"context" : "shipping method price range" ,
"string" : "Value Range"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nki0o/" : {
"context" : "replaced products list title" ,
"string" : "Products replaced"
2020-05-07 11:28:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nngeI3" : {
"context" : "amount title" ,
"string" : "Refunded amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nudPsY" : {
"context" : "metadata field name, header" ,
"string" : "Field"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nvSJNR" : {
"context" : "discount reason input lavel" ,
"string" : "Reason"
2021-10-18 08:57:53 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nwnwJ0" : {
"context" : "payment status" ,
"string" : "Refused"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"nwvQPg" : {
"context" : "section header" ,
"string" : "Organization"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ny4zrH" : {
"context" : "dialog title" ,
"string" : "Delete Warehouse"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-10-13 15:13:08 +00:00
"o/q4fc" : {
"string" : "Usually ends with /api/manifest"
} ,
2022-05-05 07:54:28 +00:00
"o5KXAN" : {
"context" : "delete webhook" ,
"string" : "Are you sure you want to delete {name}?"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"o6260f" : {
"context" : "attributes, section header" ,
"string" : "Variant Selection Attributes"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"o8S0Ac" : {
"context" : "usage limit uses left caption" ,
"string" : "Uses left"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"o8f4Sg" : {
"context" : "disabled option description" ,
"string" : "Can’ t fulfill until payment is captured"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oB0y5Y" : {
"context" : "order status" ,
"string" : "Unfulfilled"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oHbgcK" : {
"context" : "PageTypeDeleteWarningDialog title" ,
"string" : "Delete page {selectedTypesCount,plural,one{type} other{types}}"
2020-12-01 15:42:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oIvtua" : {
"context" : "attribute's editor component" ,
"string" : "Catalog Input type for Store Owner"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oJkeS6" : {
"string" : "Attribute Code"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oLMXDv" : {
"context" : "order status" ,
"string" : "Ready to fulfill"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oOFrUd" : {
"context" : "export products to csv file, button" ,
"string" : "export products"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oQ27V4" : {
"context" : "order history message" ,
"string" : "Order placed information was sent to customer"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oQY0a2" : {
"string" : "Address line 2"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oQhFlK" : {
"context" : "refunded fulfillment, section header" ,
"string" : "Refunded ({quantity})"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oUWADl" : {
"string" : "No"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oUWXLO" : {
"context" : "header" ,
"string" : "Translation Page \"{pageName}\" - {languageCode}"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oVDZUb" : {
"context" : "tab name" ,
"string" : "All Page Types"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oYGfnY" : {
"string" : "ZIP / Postal code"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"oiuwOl" : {
"context" : "button" ,
"string" : "Assign"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ojHyj3" : {
"context" : "discount value label" ,
"string" : "discount value"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"opIDox" : {
"context" : "unassign product from sale and save, button" ,
"string" : "Unassign and save"
2021-04-16 12:33:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"osPBn1" : {
"context" : "currency filter label" ,
"string" : "Currency"
2021-01-12 11:33:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"p+HM56" : {
"context" : "header" ,
"string" : "Customize list"
2021-01-12 11:33:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"p+UDec" : {
"context" : "payment status" ,
"string" : "Payment"
2021-01-07 10:52:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"p/Fd7s" : {
"context" : "unassign products from shipping rate and save, button" ,
"string" : "Unassign and save"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"p3eRUm" : {
"context" : "indicator that feature is in preview mode" ,
"string" : "Preview"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"p4X/0H" : {
"context" : "button, assign variants to sale and save" ,
2022-03-21 11:29:08 +00:00
"string" : "Assign and save"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"p4zuQp" : {
"context" : "product no longer exists error title" ,
"string" : "Product no longer exists"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pA8Mlv" : {
"context" : "alert" ,
"string" : "Staff Member limit reached"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pBTTtU" : {
"context" : "product kind" ,
"string" : "Product Kind"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pC6/1z" : {
"string" : "Invalid manifest format"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pCy5EP" : {
"context" : "gift card history message" ,
"string" : "Gift card was activated"
2020-02-13 11:14:47 +00:00
} ,
2022-09-22 09:03:21 +00:00
"pEMxyy" : {
"context" : "alert message" ,
"string" : "This product does no longer exist."
} ,
2022-05-05 07:54:28 +00:00
"pFVX6g" : {
"string" : "Variant with these attributes already exists"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pGDYG5" : {
2022-02-09 09:47:37 +00:00
"context" : "search label" ,
2020-02-13 11:14:47 +00:00
"string" : "Search Countries"
} ,
2022-05-05 07:54:28 +00:00
"pNrF72" : {
"context" : "tab name" ,
"string" : "All Vouchers"
2020-02-13 11:14:47 +00:00
} ,
2022-09-01 11:47:13 +00:00
"pPef6L" : {
"context" : "order payment" ,
"string" : "Included in subtotal"
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pTpx0p" : {
"context" : "order history message" ,
"string" : "Invoice no. {invoiceNumber} was generated by {generatedBy}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pURrk1" : {
"context" : "order status" ,
"string" : "Status"
2021-01-05 11:31:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pVFoOk" : {
"string" : "Are you sure you want to delete {collectionName}?"
2021-01-05 11:31:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"paa4m0" : {
"string" : "Successfully created product type"
2021-01-12 11:33:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pbGIUg" : {
"context" : "sales channel" ,
"string" : "Channel"
2021-01-07 10:52:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"phAZoj" : {
"string" : "Collection"
2021-01-07 10:52:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pkUbrL" : {
"string" : "General Information"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pkjXPD" : {
"context" : "order status" ,
"string" : "Fulfilled"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ppLwx3" : {
"context" : "number of categories" ,
"string" : "Categories ({quantity})"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pr513b" : {
"context" : "ordered products" ,
"string" : "{quantity} items"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ps+h1G" : {
"context" : "checkbox label description" ,
"string" : "Expiration date will be automatically set, once gift card is issued"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ps0WUQ" : {
"string" : "No. of Order"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ptPPVk" : {
"string" : "No languages found"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"puALFo" : {
"context" : "notes about customer, header" ,
"string" : "Notes"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"puikeb" : {
2021-02-23 08:58:25 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Delete Address"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pwqwcy" : {
"context" : "error message" ,
"string" : "Maximum price cannot be lower than minimum"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"pzSF+b" : {
"context" : "voucher usage limit, header" ,
"string" : "Usage Limit"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"q+gCyP" : {
"context" : "order payment" ,
"string" : "Refunded amount"
2021-02-23 08:58:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"q1shey" : {
"context" : "key-value field input" ,
"string" : "Key"
2020-02-13 11:14:47 +00:00
} ,
2022-08-29 11:35:55 +00:00
"q5Lfp4" : {
"context" : "tooltip" ,
"string" : "Order contains products that have \"Track inventory\" enabled."
} ,
2022-05-05 07:54:28 +00:00
"q8ep2I" : {
"context" : "dialog header" ,
"string" : "Delete Customers"
2020-03-17 18:01:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qCH2eZ" : {
"context" : "header" ,
"string" : "Add Value to Authorization Field"
2020-03-17 18:01:46 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qDwvZ4" : {
"string" : "Unknown error"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qEJT8e" : {
"string" : "New password must be at least 8 characters long"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qEZ463" : {
"context" : "export selected items to csv file" ,
"string" : "Selected products ({number})"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qIgdO6" : {
"string" : "Custom Filter"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qJedl0" : {
"context" : "product label" ,
"string" : "Published"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qLOBff" : {
"context" : "dialog header" ,
"string" : "Delete Address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qLbse5" : {
"context" : "button" ,
"string" : "Log out"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qMB6d2" : {
"context" : "weight" ,
"string" : "to {value} {unit}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qNcoRY" : {
"context" : "notes about customer header" ,
"string" : "Notes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qT6YYk" : {
"context" : "order line total price" ,
"string" : "Total"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qZHHed" : {
"context" : "stock exceeded dialog title" ,
"string" : "Not enough stock"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qbmeUI" : {
"context" : "dialog header" ,
"string" : "Delete Order Drafts"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qddy2Z" : {
"context" : "order history message" ,
"string" : "Invoice was sent to customer by {sentBy}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qf/m5l" : {
"string" : "Are you sure you want to delete {shippingZoneName} shipping zone?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qkRuT0" : {
"context" : "attribute type" ,
"string" : "Product Attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qkt/Km" : {
"context" : "bulk delete label" ,
"string" : "Delete"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qov29K" : {
"context" : "dialog content" ,
"string" : "Select one of customer addresses or add a new address:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qpQ0uB" : {
"context" : "product publication date" ,
"string" : "Unpublished"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qrWOxx" : {
"string" : "No members found"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qu/hXD" : {
"string" : "Selected {number} items"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"qu8b3v" : {
"context" : "PageTypeDeleteWarningDialog multiple consent label" ,
"string" : "Yes, I want to delete those pages types and assigned pages"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"quV5zH" : {
"context" : "dialog title" ,
"string" : "Delete Token"
2020-11-24 13:17:03 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r+8q4B" : {
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
"context" : "error message" ,
2022-05-05 07:54:28 +00:00
"string" : "Only draft orders can be edited"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r+dgiv" : {
"string" : "Taxes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r0hgpM" : {
"context" : "product publication date" ,
"string" : "Becomes published on {date}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r1aQ2f" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Unassign Attribute from Product Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r2dojI" : {
"context" : "checkbox label" ,
"string" : "Restrict order weight"
2022-02-25 15:04:11 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r4g/vD" : {
"context" : "search modal billing title" ,
"string" : "Billing address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"r86alc" : {
"context" : "button" ,
"string" : "Copied"
2020-12-02 11:35:02 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rCy3Fe" : {
"context" : "invalid date in expirydate field content" ,
"string" : "Gift Card with past expiration date cannot be created"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rHoRbE" : {
"context" : "Status label when object is unpublished in a channel" ,
"string" : "Unpublished"
2022-03-21 11:29:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rJ3lkW" : {
"context" : "VariantDetailsChannelsAvailabilityCard item subtitle published" ,
"string" : "Published since {publicationDate}"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rKf4LU" : {
"context" : "dialog title" ,
"string" : "Delete attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rNzkIt" : {
"context" : "dialog content" ,
"string" : "Are you sure you want to delete {saleName}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rPX1f2" : {
"context" : "section title" ,
"string" : "Company Information"
2021-12-07 09:43:24 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rQOS7K" : {
"context" : "status label active" ,
"string" : "Active"
2021-12-07 09:43:24 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rVIlBs" : {
"context" : "page header with order number" ,
"string" : "Order #{orderNumber}"
2021-12-07 09:43:24 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rZMT44" : {
"context" : "created channels counter" ,
"string" : "{count}/{max} channels used"
2021-10-13 11:35:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rZf1qL" : {
"context" : "bulk variant create error" ,
"string" : "SKUs must be unique"
2021-10-13 11:35:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ra2O4j" : {
"string" : "Deleted draft orders"
2021-10-13 11:35:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rbkmfG" : {
"context" : "button" ,
"string" : "Delete variant"
2021-10-13 11:35:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rfvBAF" : {
"context" : "select all options, button" ,
"string" : "Select All"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ri3kK9" : {
"context" : "order placement date" ,
"string" : "Date"
2021-10-13 11:35:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rjy9/k" : {
"context" : "button" ,
"string" : "Add address"
2021-10-13 11:35:00 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rl1t+o" : {
"context" : "expires in label" ,
"string" : "Expires in"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rpFdD1" : {
"string" : "Search Product Type"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rqiCWU" : {
"string" : "Saved changes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rqtV5d" : {
"context" : "order status" ,
"string" : "Ready to capture"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rr8fyf" : {
"context" : "header" ,
"string" : "Top Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rrbzZt" : {
"string" : "No subcategories found"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rs815i" : {
"context" : "text field label" ,
"string" : "Group name"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rvk9ls" : {
"context" : "attribute can be used only in variants" ,
"string" : "Variant Only"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rwOx2s" : {
"string" : "Please provide a transaction reference using the input below:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ryAyPr" : {
"string" : "Requested Invoice was generated. It was added to the top of the invoice list on this view. Enjoy!"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"rzhcpD" : {
"context" : "set expiry date selected label" ,
"string" : "Set gift card expiry date"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"s5Imt5" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Edit website SEO"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"s5v6m0" : {
"context" : "order" ,
"string" : "Gift Card ordered"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"s6lW8R" : {
"context" : "option label" ,
"string" : "Change address"
2020-02-13 11:14:47 +00:00
} ,
2022-08-10 09:11:32 +00:00
"s6oAC+" : {
"context" : "search label" ,
"string" : "Search products"
} ,
2022-05-05 07:54:28 +00:00
"s8FlDW" : {
"context" : "hide error log label in notification" ,
"string" : "Hide log"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"s97tLq" : {
"string" : "Search Collections"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"s9sOcC" : {
"context" : "button" ,
"string" : "OK"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sEjRyz" : {
"context" : "voucher type order discount" ,
"string" : "Voucher"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sG0w22" : {
"context" : "dialog title" ,
"string" : "Delete categories"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sHON47" : {
"context" : "refunded products list title" ,
"string" : "Products refunded"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sK1FPw" : {
"context" : "categories section name" ,
"string" : "Categories"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sR0urA" : {
"context" : "dialog content" ,
"string" : "Are you sure you want to delete {name}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sS5aVm" : {
"context" : "voucher discount type" ,
"string" : "Free Shipping"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sW9IyX" : {
2020-02-13 11:14:47 +00:00
"context" : "dialog header" ,
2022-05-05 07:54:28 +00:00
"string" : "Assign Category"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sZ27WU" : {
"context" : "error message" ,
"string" : "Only pre-authorized payments can be voided"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"saKXY3" : {
"context" : "product label" ,
"string" : "Not published"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"scHVdW" : {
2020-02-13 11:14:47 +00:00
"context" : "button" ,
2022-05-05 07:54:28 +00:00
"string" : "Assign product"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sdA14A" : {
"context" : "Status label when object is published in a channel" ,
"string" : "Published"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sedoZ3" : {
"context" : "VariantDetailsChannelsAvailabilityCard title" ,
"string" : "Availability"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sf6FMK" : {
"context" : "dialog search placeholder" ,
"string" : "Search by category name, etc..."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sfEbeB" : {
"string" : "You're going to mark this order as paid."
} ,
"sfErC+" : {
"string" : "Voucher Name"
} ,
2022-08-10 09:11:32 +00:00
"shmSDX" : {
"context" : "no products placeholder" ,
"string" : "No products are available in the channel assigned to this order."
} ,
2022-05-05 07:54:28 +00:00
"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:."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sjRXXz" : {
"string" : "Order #{orderId} was placed from draft by {userEmail}"
} ,
"skEK/i" : {
2020-02-13 11:14:47 +00:00
"context" : "section header" ,
2022-05-05 07:54:28 +00:00
"string" : "Variant Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"skPoVe" : {
"context" : "button" ,
"string" : "Accept"
2022-02-01 14:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"sn2awN" : {
"context" : "ExitFormPrompt cancel button" ,
"string" : "Discard changes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"snUby7" : {
"context" : "header" ,
"string" : "Unnamed Webhook Details"
2021-10-06 09:45:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"stjHjY" : {
"context" : "error message" ,
"string" : "Promo code already exists"
2021-10-06 09:45:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"szXISP" : {
"context" : "permission group name" ,
"string" : "Permission Group Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"t/R8nK" : {
"context" : "ShippingZoneSettingsCard title" ,
"string" : "Settings"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"t1UYU6" : {
"context" : "install app privacy" ,
"string" : "Uninstalling the app will remove all your customer’ s personal data stored by {name}."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"t3aiWF" : {
"context" : "section header" ,
"string" : "Excluded Products"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"t7UwLY" : {
"context" : "voucher status" ,
"string" : "Expired"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tA5HJx" : {
"context" : "webhook input help text" ,
"string" : "secret key is used to create a hash signature with each payload. *optional field"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tEdFmZ" : {
"context" : "notification title" ,
"string" : "System update required"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tIc2/h" : {
"context" : "input helper text, search attributes" ,
"string" : "Search by attribute name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tKxCld" : {
"context" : "set balance dialog title label" ,
"string" : "Set balance"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tQuE1q" : {
"string" : "Select channels you want for {contentType} to be available on"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tQxBXs" : {
"context" : "PageTypeDeleteWarningDialog single assigned items description" ,
"string" : "You are about to delete page type <b>{typeName}</b>. 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?"
2020-02-13 11:14:47 +00:00
} ,
2022-10-26 10:12:37 +00:00
"tR+UuE" : {
"string" : "User doesn't exist. Please check your email in URL"
} ,
2022-05-05 07:54:28 +00:00
"tTtoKd" : {
"context" : "error message" ,
"string" : "Sorry, your username and/or password are incorrect. Please try again."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tTuCYj" : {
"context" : "all gift cards label" ,
"string" : "All Gift Cards"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tUlsq+" : {
"string" : "Translating"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tV+Dcm" : {
"string" : "Default country"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tVybuM" : {
"context" : "WarehouseSettings local warehouse label" ,
"string" : "Local stock only"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tWbE34" : {
"string" : "Start Hour"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tXIgmR" : {
"context" : "balance curreny missing error message" ,
"string" : "Balance currency is missing"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tZnV8L" : {
"context" : "Header row stock label" ,
"string" : "Stock"
2020-02-13 11:14:47 +00:00
} ,
2022-07-11 09:43:08 +00:00
"taS/08" : {
"context" : "variant stocks section subtitle" ,
"string" : "Assign this variant to a channel in the product channel manager to define warehouses allocation"
} ,
2022-05-05 07:54:28 +00:00
"taX/V3" : {
"context" : "order total amount" ,
"string" : "Total"
2020-02-13 11:14:47 +00:00
} ,
2022-07-11 09:43:08 +00:00
"tlGXkh" : {
"context" : "input description" ,
"string" : "Unlimited"
} ,
2022-05-05 07:54:28 +00:00
"toDL5R" : {
"context" : "order status" ,
"string" : "Draft"
2021-07-29 12:15:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tsL3IW" : {
"context" : "gift card history message" ,
"string" : "Gift card was sent to customer"
2021-08-09 14:59:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ttMauu" : {
"context" : "window title" ,
"string" : "Create collection"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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:"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tuYPlG" : {
"context" : "minimum amount of spent money to activate voucher" ,
"string" : "Min. Spent"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tvpAXl" : {
"context" : "ordered product quantity" ,
"string" : "Quantity"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"txOXvy" : {
"context" : "checkbox label" ,
"string" : "Set the same for shipping address"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"tzMNF3" : {
"string" : "Status"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"u/hkKO" : {
"context" : "voucher has no requirements" ,
"string" : "None"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"u0S2be" : {
"context" : "order discount" ,
"string" : "Discount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"u0V06N" : {
"string" : "Max. Order Weight"
2021-08-09 14:59:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"u24Ppd" : {
"string" : "This attribute cannot be assigned to this product type"
2021-10-06 11:10:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"u3sYPH" : {
"context" : "independent of any particular day, eg. 11:35" ,
"string" : "Time"
2021-08-09 14:59:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2021-08-09 14:59:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"u9/vj9" : {
"context" : "webhook input label" ,
"string" : "Target URL"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uCn/rd" : {
"context" : "dialog header" ,
"string" : "Delete Image"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uD93er" : {
"context" : "dialog header" ,
"string" : "Changed Customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uIPD1i" : {
"context" : "app has been removed" ,
"string" : "App successfully removed"
2020-02-13 11:14:47 +00:00
} ,
2022-07-11 09:43:08 +00:00
"uKlrEk" : {
"context" : "all selected items message" ,
"string" : "All available {itemsName} have been selected"
} ,
2022-05-05 07:54:28 +00:00
"uMpv1v" : {
"string" : "Fulfillment successfully cancelled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uQk8gB" : {
"context" : "export all items to csv file" ,
"string" : "All gift cards ({number})"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uRTj1Q" : {
"context" : "error message" ,
"string" : "Invoice not found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uT5L4h" : {
"context" : "cancel button label" ,
"string" : "Cancel"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uULcph" : {
2020-02-13 11:14:47 +00:00
"context" : "header" ,
2022-05-05 07:54:28 +00:00
"string" : "Shipping"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uUQ+Al" : {
"context" : "note about customer" ,
"string" : "Note"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uUsZ7m" : {
"context" : "order payment" ,
"string" : "Preauthorized amount"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ubasgL" : {
"context" : "order history message" ,
"string" : "Order was confirmed"
2020-02-13 11:14:47 +00:00
} ,
2022-10-13 15:13:08 +00:00
"ubmFc8" : {
"string" : "Install"
} ,
2022-05-05 07:54:28 +00:00
"ud0w8h" : {
"context" : "number of postal code ranges" ,
"string" : "{number} postal code ranges"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ufD5Jr" : {
"string" : "Content type"
2020-11-27 15:53:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ufmuTp" : {
"context" : "button" ,
"string" : "Delete"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ugnggZ" : {
"string" : "Created menu"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uilt7q" : {
"context" : "issued cards amount label" ,
"string" : "Cards Issued"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ujFo4A" : {
"context" : "voucher start date" ,
"string" : "Started"
2020-02-13 11:14:47 +00:00
} ,
2022-09-01 11:47:13 +00:00
"ukYopn" : {
"context" : "order payment" ,
"string" : "Included in prices"
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ulh3kf" : {
"string" : "Collections"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"umsU70" : {
"string" : "Search Page Type"
2020-02-13 11:14:47 +00:00
} ,
2022-09-13 10:07:41 +00:00
"un+VWt" : {
"string" : "Search products"
} ,
2022-05-05 07:54:28 +00:00
"usSkzP" : {
"context" : "navigator order mode description" ,
"string" : "Search Orders"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"utaSh3" : {
"context" : "staff member's account" ,
"string" : "Status"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uxPpRx" : {
"context" : "button" ,
"string" : "Assign attribute"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uy+tB8" : {
"context" : "voucher status" ,
"string" : "Status"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"uzAPCt" : {
"context" : "OrderPayment does not require shipping" ,
"string" : "does not apply"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"v+Pkm+" : {
"context" : "field is optional" ,
"string" : "*Optional. Adding product to collection helps users find it."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"v/1VA6" : {
"context" : "add order note, button" ,
"string" : "Send"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"v01/tY" : {
"context" : "consent to send gift card to different address checkbox label" ,
"string" : "Yes, I want to send gift card to different address"
2021-08-09 14:59:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"v17Lly" : {
"context" : "label" ,
"string" : "Max Delivery Time"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"v1pNHW" : {
"string" : "Attribute Class"
2021-08-10 14:38:48 +00:00
} ,
2022-08-29 11:35:55 +00:00
"v2+u4c" : {
"context" : "card subtitle" ,
"string" : "Assign and sort warehouses that will be used in this channel (warehouses can be assigned in multiple channels)."
} ,
2022-05-05 07:54:28 +00:00
"v3WWK+" : {
"string" : "Status is invalid"
2021-08-10 14:38:48 +00:00
} ,
2022-07-11 09:43:08 +00:00
"v9ILn/" : {
"context" : "button" ,
"string" : "CANCEL END DATE"
} ,
2022-05-05 07:54:28 +00:00
"vC8vyb" : {
"context" : "enabled status option label" ,
"string" : "Enabled"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vCw7BP" : {
"context" : "requires activation checkbox label" ,
"string" : "Requires activation"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vDnheO" : {
"context" : "gift card bulk create success dialog accept button" ,
"string" : "Ok"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vEYtiq" : {
"string" : "Category Name"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vM9quW" : {
"context" : "order payment" ,
"string" : "Paid with Gift Card"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vN3qdA" : {
"context" : "button" ,
"string" : "Undo"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vONi+O" : {
"string" : "Country"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vP7g2+" : {
"context" : "error message" ,
"string" : "URL not set for an invoice"
2021-08-09 14:59:12 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vQunFc" : {
"context" : "gift card history message" ,
"string" : "Gift card expiry date was updated by {expiryUpdatedBy}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vTN5DZ" : {
"context" : "button" ,
"string" : "Discard"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vTgRTZ" : {
"context" : "limit voucher" ,
"string" : "Limit to one use per customer"
2021-04-16 12:33:14 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vVviA2" : {
"string" : "Those permissions are out of your scope"
2020-11-27 15:53:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vW3tb6" : {
"context" : "name" ,
"string" : "Product name"
2020-11-27 15:53:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vWTM6Y" : {
"context" : "customer gift cards card no cards subtitle" ,
"string" : "There are no gift cards assigned to this customer"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vWapBZ" : {
"context" : "card title" ,
"string" : "Order Weight"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vXFPD6" : {
"context" : "voucher discount type" ,
"string" : "Fixed Amount"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vY2lpx" : {
"context" : "channels availability text" ,
"string" : "Available at {selectedChannelsCount} out of {allChannelsCount, plural, one {# channel} other {# channels}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vZMs8f" : {
"context" : "default product variant indicator" ,
"string" : "Default"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vcwrgW" : {
"string" : "No translatable entities found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ve/Sph" : {
"context" : "there are more elements of list that are hidden" ,
"string" : "and {number} more"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vf56In" : {
"context" : "address type" ,
"string" : "Use one of customer addresses"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vfG+nh" : {
"string" : "Confirm Password"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"viFkCw" : {
"context" : "site settings section name" ,
"string" : "Site Settings"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vjsfyn" : {
"string" : "Max Value"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vkAWwY" : {
"context" : "gift card history message" ,
"string" : "Gift card tags were updated"
2020-07-13 16:51:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vlLyvk" : {
"string" : "{inputType} attributes cannot be used as variant selection attributes."
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vlVTmY" : {
"string" : "Product removed"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"voRaz3" : {
"context" : "custom apps content" ,
"string" : "Your custom-created apps will be shown here."
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vof5TR" : {
"context" : "button" ,
"string" : "Create category"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vwMO04" : {
"context" : "draft order" ,
"string" : "Created"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vy7fjd" : {
"context" : "tab name" ,
"string" : "All Categories"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vzce9B" : {
"context" : "customer gift cards card subtitle" ,
"string" : "Only five newest gift cards are shown here"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"vzgZ3U" : {
"context" : "card header" ,
"string" : "Sign In"
2020-03-16 12:41:45 +00:00
} ,
2022-09-23 12:15:59 +00:00
"w+3Q3e" : {
"context" : "input label" ,
"string" : "Product type"
} ,
2022-05-05 07:54:28 +00:00
"w+5Djm" : {
"string" : "Min. Order Weight"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"w+8BfK" : {
"context" : "button" ,
"string" : "Edit Address"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"w2Cewo" : {
"string" : "Search engine title"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"w2eTzO" : {
"context" : "placed orders counter" ,
"string" : "{count}/{max} orders"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"w3sGrD" : {
"string" : "Enter any extra infotmation regarding this customer."
2020-04-23 15:52:39 +00:00
} ,
2022-05-05 07:54:28 +00:00
"w424P4" : {
"context" : "section header" ,
"string" : "Plugin Information and Status"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2021-03-24 13:00:50 +00:00
} ,
2022-05-05 07:54:28 +00:00
"w9xgN9" : {
"context" : "see error log label in notification" ,
"string" : "See error log"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wDUBLR" : {
"context" : "order refund amount" ,
"string" : "Proposed refund amount"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wHdMAX" : {
"context" : "sale value, header" ,
"string" : "Value"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wL7VAE" : {
"string" : "Actions"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wNQzS/" : {
"string" : "The primary address of this customer."
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wOeIR4" : {
"context" : "order history message" ,
"string" : "Restocked {quantity} items"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wQdR8M" : {
"string" : "Add search engine title and description to make this category easier to find"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wTHjt3" : {
"string" : "Search Orders..."
2020-08-19 11:50:28 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wWTUrM" : {
"string" : "No activities found"
2020-09-25 13:56:27 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wgA48T" : {
"context" : "country selection" ,
"string" : "Countries A to Z"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"whTEcF" : {
"context" : "link" ,
"string" : "Deactivate"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wlQTfb" : {
"context" : "go to next step, button" ,
"string" : "Next"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wlr0Si" : {
"context" : "button" ,
"string" : "Create Webhook"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wmdHhD" : {
"context" : "button" ,
"string" : "Create Warehouse"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wn3di2" : {
"string" : "This password is too commonly used"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wpAXKX" : {
"context" : "checkbox label description" ,
"string" : "All orders will be automatically confirmed and all payments will be captured."
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"wpli4O" : {
"context" : "WarehouseSettings private stock label" ,
"string" : "Private Stock"
2020-03-17 18:53:58 +00:00
} ,
2022-09-13 10:07:41 +00:00
"wsDF7X" : {
"context" : "product variant attribute entity type" ,
"string" : "Product variants"
} ,
2022-05-05 07:54:28 +00:00
"wyvzh9" : {
"context" : "dialog header" ,
"string" : "Publish Pages"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"x/ZVlU" : {
"string" : "Product"
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
} ,
2022-05-05 07:54:28 +00:00
"x/pIZ9" : {
"context" : "button" ,
"string" : "Add product"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"x3g4Ry" : {
"context" : "sale discount" ,
"string" : "Discount Value"
2020-03-16 12:41:45 +00:00
} ,
2022-05-05 07:54:28 +00:00
"x3leH4" : {
"context" : "ProductTypeDeleteWarningDialog title" ,
"string" : "Delete product {selectedTypesCount,plural,one{type} other{types}}"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"x8V/xS" : {
"context" : "attribute visibility in storefront" ,
"string" : "Public"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xAHOGV" : {
"context" : "dialog header" ,
"string" : "Assign Variant"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xHj9Qe" : {
"context" : "gift card settings header" ,
"string" : "Gift Cards Settings"
2020-04-23 15:43:08 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xJQX5t" : {
"string" : "No staff members found"
2020-03-17 18:53:58 +00:00
} ,
2022-05-31 15:18:15 +00:00
"xNfh4L" : {
"context" : "app permissions tooltip header" ,
"string" : "App permissions"
} ,
2022-05-05 07:54:28 +00:00
"xOEZjV" : {
"context" : "attribute's label" ,
"string" : "Default Label"
2021-03-17 13:07:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xPnZ0R" : {
"context" : "title" ,
"string" : "Details"
2020-06-24 17:12:51 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xQK2EC" : {
"context" : "tab name" ,
"string" : "All Customers"
2020-03-17 18:53:58 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xRbqcg" : {
"context" : "option" ,
"string" : "Regular product type"
2020-07-13 16:51:05 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xRkj2h" : {
"string" : "Are you sure you want to delete {categoryName}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xTIKA/" : {
"context" : "PluginChannelConfigurationCell global title" ,
"string" : "Global"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xUvWaP" : {
"context" : "subtotal price" ,
"string" : "Subtotal"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xVn5B0" : {
"context" : "added new attribute value" ,
"string" : "Added new value"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xWEFrR" : {
2020-04-29 01:47:07 +00:00
"context" : "dialog content" ,
2022-05-05 07:54:28 +00:00
"string" : "This customer doesn't have any addresses in the address book. Provide address for order:"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xZhxBJ" : {
"context" : "dialog header" ,
"string" : "Assign Products"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xjpTLF" : {
"context" : "informations about product stock, header" ,
"string" : "Inventory Information"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xkjRu5" : {
"context" : "export products to csv file, dialog header" ,
"string" : "Export Information"
2021-08-10 14:38:48 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xl7Fag" : {
"string" : "Category created"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xo5UIb" : {
"context" : "dialog title" ,
"string" : "Delete category"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xoyCZ/" : {
"context" : "error message" ,
"string" : "Improper value"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xqXYF+" : {
"context" : "section header" ,
"string" : "Eligible Products"
2021-04-13 09:59:16 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xrPv2K" : {
"context" : "by preposition" ,
"string" : "by"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xtUXnK" : {
"context" : "export all items to csv file" ,
"string" : "All products ({number})"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xwEc8K" : {
"string" : "API"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"xxQxLE" : {
"string" : "Email Address"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"y/UWBR" : {
"string" : "There is no address to show for this customer"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"y1Z3or" : {
"string" : "Language"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"y7mfbl" : {
"string" : "Currently, there are no countries assigned to this shipping zone"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"y9cvqE" : {
"context" : "button" ,
"string" : "Create Voucher"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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?}}"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yEmwxD" : {
"context" : "publish page, button" ,
"string" : "Publish"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yH56V+" : {
"string" : "Ooops!..."
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yHQQMQ" : {
"context" : "dialog header" ,
"string" : "Unpublish Pages"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yHeZRQ" : {
"string" : "Product Export Failed"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yHwvLL" : {
"context" : "voucher uses" ,
"string" : "Uses"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yJynYK" : {
"context" : "discount value" ,
"string" : "discount"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yKuba7" : {
"context" : "attribute can be searched in dashboard" ,
"string" : "Searchable"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yMi8I8" : {
"context" : "dialog header" ,
"string" : "Dectivate App"
2021-08-27 08:10:41 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yNb+dT" : {
"context" : "product type" ,
"string" : "Simple product"
2020-04-29 01:47:07 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yOaNWB" : {
"context" : "delete shipping method" ,
"string" : "Are you sure you want to delete {name}?"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ySqrUU" : {
"context" : "button" ,
"string" : "Assign variants"
2020-03-18 11:03:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yT/GAp" : {
"string" : "Tracking number"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yT5zvU" : {
"string" : "{counter,plural,one{Are you sure you want to delete this collection?} other{Are you sure you want to delete {displayQuantity} collections?}}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yatGsm" : {
"context" : "card title" ,
"string" : "Order Value"
2021-06-08 10:33:21 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ybaLoZ" : {
"string" : "Search through channels"
2021-12-13 14:43:30 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ycMLN9" : {
"context" : "warehouses section name" ,
"string" : "Warehouses"
2020-08-11 11:59:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ychKsb" : {
"context" : "error message" ,
"string" : "Shipping method is required for this order"
2020-11-30 13:19:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ycrTBX" : {
"context" : "table header channel col label" ,
"string" : "Channel"
2020-06-22 16:34:59 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yhv3HX" : {
"context" : "voucher requirements, header" ,
"string" : "Minimum Requirements"
2021-12-07 09:43:24 +00:00
} ,
2022-10-03 09:41:00 +00:00
"ymo+cm" : {
"context" : "voucher discount" ,
"string" : "All products"
} ,
2022-05-05 07:54:28 +00:00
"ypW4Mi" : {
"context" : "button refreshing page" ,
"string" : "Refresh page"
2021-06-08 10:33:21 +00:00
} ,
2022-08-10 09:15:01 +00:00
"ys0jH2" : {
"context" : "channel publication status" ,
"string" : "Published"
} ,
2022-05-05 07:54:28 +00:00
"yuiyES" : {
"string" : "General Settings"
2021-02-18 13:50:57 +00:00
} ,
2022-05-05 07:54:28 +00:00
"yzYXW/" : {
"context" : "header, dialog" ,
"string" : "Create New Warehouse"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"z0gGP+" : {
"context" : "number of attributes" ,
"string" : "{number} Attributes"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"z1puMb" : {
"context" : "export items as csv or spreadsheet file" ,
"string" : "Export as:"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"z1y9oL" : {
"context" : "file attribute type" ,
"string" : "File"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"z8jo8h" : {
"context" : "button" ,
"string" : "View products"
2020-02-13 11:14:47 +00:00
} ,
2022-07-07 08:29:33 +00:00
"z9c6/C" : {
"string" : "Deprecated"
} ,
2022-05-05 07:54:28 +00:00
"z9wQ/U" : {
"context" : "no variant stock in warehouse" ,
"string" : "No Stock"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zCb8fX" : {
"string" : "Weight"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zD7/M6" : {
"context" : "empty list message" ,
"string" : "Please use Assign Members button to do so."
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"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."
2022-02-01 09:58:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zKOGkU" : {
"context" : "time during discount is active, header" ,
"string" : "Active Dates"
2022-02-01 09:58:06 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zLtb4N" : {
"context" : "gift card removed success alert message" ,
"string" : "{selectedItemsCount,plural,one{Successfully deleted gift card} other{Successfully deleted gift cards}}"
2022-02-01 09:58:06 +00:00
} ,
2022-08-10 09:11:32 +00:00
"zO+l0L" : {
"context" : "alert message" ,
"string" : "This product is not available for sale in this channel."
} ,
2022-05-05 07:54:28 +00:00
"zQX6xO" : {
"context" : "dialog header" ,
"string" : "Delete App"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zQnYKn" : {
"context" : "status section subtitle" ,
"string" : "Channel status"
2020-07-22 10:54:15 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zR9Ozi" : {
"context" : "select all channels label" ,
"string" : "Select All Channels"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zRrcOG" : {
"context" : "order history message" ,
"string" : "Order was cancelled"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zSOvI0" : {
"string" : "Filters"
2020-03-18 11:03:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zTdwWM" : {
"context" : "money" ,
"string" : "{fromMoney} - {toMoney}"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zWM89r" : {
"context" : "numeric attribute units of" ,
"string" : "Units of"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zWgbGg" : {
"string" : "Today"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zZCCqz" : {
"context" : "button" ,
"string" : "Assign countries"
2020-12-15 09:50:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zb4eBO" : {
"context" : "order total price" ,
"string" : "Total"
2021-10-01 12:41:31 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zbJHl7" : {
"context" : "attribute type" ,
"string" : "Content Attribute"
2020-12-15 09:50:29 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zjHH6b" : {
"context" : "sale start date" ,
"string" : "Started"
2021-01-25 10:28:44 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zjZuhM" : {
"context" : "created gift card code label" ,
"string" : "This is the code of a created gift card:"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zjkAMs" : {
"context" : "header" ,
"string" : "Translation Sale \"{saleName}\" - {languageCode}"
2021-10-01 12:41:31 +00:00
} ,
2022-08-10 09:15:01 +00:00
"znbVYT" : {
"context" : "product available for purchase date" ,
"string" : "Will become available on {date}"
} ,
2022-05-05 07:54:28 +00:00
"zqarUF" : {
"context" : "modal information under title" ,
"string" : "Select an address you want to use from the list below"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"ztQgD8" : {
"string" : "No attributes found"
2020-02-13 11:14:47 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zxs6G3" : {
"string" : "Manage how you ship out orders"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zyXcBP" : {
"string" : "Sorting by this column requires active filter: {filterName}"
Add channel shipping zones (#1015)
* Add naked input option to SingleAutocompleteSelectField and update it's stories
* Add new icons - chevron up, down & trash
* Add deletable item component and stories
* Add card add items footer component to be used in warehouses and product stocks assign
* Update schema and types
* Add shipping zones card components
* Update channel details page form to also include shipping zones
* Update makeTopLevelSearch hook files directory and add getSearchFetchMoreProps function to avoid extracting it manually every time
* Update channels types & fragments
* Move getDefaultNotifierSuccessErrorData function to useNotifier utils, update dir etc., also make order discount provider use it from the new dir
* Add shippinh zone to channel update and create and add shipping zone search
* Update messages
* Fix types
* Fix lint, types etc
* Small refactor from review and quick fix styles of shipping zones card
* Refactor a bit and update snapshots
* Refactor a bit and update snapshots
* Addd / refactor channels availability components
* Add useChannelsWithProductVariants hook with utils and types
* Add / refactor more channels availability components
* Move avatar from table cell avatar to separate component for it to be usable outside of tables
* Add channels with variants logic to product create and update pages & views
* Refactor components to use updated channels availability components
* Remove unnecessary comments
* Update storybook
* Update types
* Update messages
* Fix prices for variants / simple product not uodating properly
* Post merge cleanup, update schema, types, etc.
* Change shipping zone details warehouses card into settings card and add ability to assign channels to shipping zone
* Update types
* Update snapshots
* Fix selecting / deselecting all channels in channels with variants modal
* Fixes after review, some types changes etc.
* Update snapshots
* Small types fixes
* Make price rates views use parent shipping method channels instead of all
* Make price rates views use parent shipping method channels instead of all
* Update types
* Fix bugs
* Fixes after review
* Fix channels availability data submission
* Fix lint
* Fix variant pricing card showing not related channels
* Fixes after review
* Fix types
* Hide unaviable variants in add products to draft order dialog
* Fix channels with variants availability modal showing confirm button as enabled when it shouldn't
* Fix types
* Update semi checked icon to match old designs
* Update types
* Update channels icon in channels with variants availability
* Fix product cypress test after product channels mutation changed
* Fix trash and chevron down colors in dark mode
* Fix shipping zones card footer not updating query after click away
* Fix types in schema, add condition not to display shipping zones select in channel details if all zones have already been selected
* Fix products adding in order draft dialog
* Fix simple productupdate
* Update snapshots after merge with master
* Update messages
* Fix product api request for cypress
* Add missing test id
* Fix selecting if product is simple -> form being submitted with empty data sometimes
* Update snapshots, messages and add fix for invalid date at product update
* Remove unnecessary imports
* Fix failing test in saleor 2552 (#1061)
* fix
* fix
* fix
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Karolina <rakoczy.karolina@gmail.com>
2021-04-14 13:44:25 +00:00
} ,
2022-05-05 07:54:28 +00:00
"zyceue" : {
"context" : "placed order counter" ,
"string" : "{count}/{max} orders"
} ,
"zzfj8H" : {
"context" : "label" ,
"string" : "No refund"
2020-02-13 11:14:47 +00:00
}
2022-05-05 07:54:28 +00:00
}