Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ifs and pagination total count proto #12767

Draft
wants to merge 12 commits into
base: indexfilters-search-proto--solution-5
Choose a base branch
from
Draft
10 changes: 9 additions & 1 deletion polaris-react/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"selectAllLabel": "Select all {resourceNamePlural}",
"selected": "{selectedItemsCount} selected",
"undo": "Undo",
"selectAllItems": "Select all {itemsLength}+ {resourceNamePlural}",
"selectAllItems": "Select all {itemCount} in store",
"selectItem": "Select {resourceName}",
"selectButtonText": "Select",
"sortAccessibilityLabel": "sort {direction} by"
Expand Down Expand Up @@ -291,6 +291,14 @@
"viewItem": "View details for {itemName}"
},
"BulkActions": {
"selectAllMenu": {
"activator": "{selectedItemsCount} selected",
"items": {
"selectAllOnPage": "Select all {pageCount} on page",
"unselectAllOnPage": "Unselect all {pageCount} on page",
"unselectAll": "Unselect all"
}
},
"actionsActivatorLabel": "Actions",
"moreActionsActivatorLabel": "More actions"
}
Expand Down
Loading
Loading