From 1bea22af7859307a0ee6486b24f087a3513c4127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:02:06 +0200 Subject: [PATCH 1/6] chore(deps): update actions/checkout action to v7.0.1 (#8800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v7.0.0` β†’ `v7.0.1` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v7.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.1) - Bump github/codeql-action from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2475](https://redirect.github.com/actions/checkout/pull/2475) - Bump actions/setup-node from 4 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2477](https://redirect.github.com/actions/checkout/pull/2477) - Bump docker/build-push-action from 6.5.0 to 7.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2478](https://redirect.github.com/actions/checkout/pull/2478) - Bump docker/login-action from 3.3.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2479](https://redirect.github.com/actions/checkout/pull/2479) - Bump actions/checkout from 6 to 7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2488](https://redirect.github.com/actions/checkout/pull/2488) - Bump actions/upload-artifact from 4 to 7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2476](https://redirect.github.com/actions/checkout/pull/2476) - eslint 9 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2474](https://redirect.github.com/actions/checkout/pull/2474) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2499](https://redirect.github.com/actions/checkout/pull/2499) - skip running unsafe pr check if input is default by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2518](https://redirect.github.com/actions/checkout/pull/2518) - trim only ascii whitespace for branch by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2521](https://redirect.github.com/actions/checkout/pull/2521) - escape values passed to --unset by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2530](https://redirect.github.com/actions/checkout/pull/2530)
--- ### Configuration πŸ“… **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/docs-stable.yml | 2 +- .github/workflows/examples.yml | 6 +++--- .github/workflows/main.yml | 8 ++++---- .github/workflows/open-source-security.yml | 2 +- .github/workflows/publish-mcp-registry.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19e699c8d14..01641374e77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: env: CYPRESS_INSTALL_BINARY: 0 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6ba5f44691e..7c14cc4f735 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -15,7 +15,7 @@ jobs: env: CYPRESS_INSTALL_BINARY: 0 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 437a1d0db2c..c6fac547f1d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docs-stable.yml b/.github/workflows/docs-stable.yml index 17c5dc9dede..354fd9cd4d0 100644 --- a/.github/workflows/docs-stable.yml +++ b/.github/workflows/docs-stable.yml @@ -13,7 +13,7 @@ jobs: id-token: write # to verify the deployment originates from an appropriate source contents: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node.js environment uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 51ec2074259..5de580a5213 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -28,7 +28,7 @@ jobs: - vite-ts fail-fast: false steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: @@ -60,7 +60,7 @@ jobs: - vite-ts fail-fast: false steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: @@ -90,7 +90,7 @@ jobs: - navigation-layout fail-fast: false steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f4e872ac2d..58ece90aa47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: REUSE Compliance Check uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0 @@ -32,7 +32,7 @@ jobs: contents: read pull-requests: write # compressed-size-action posts PR comments steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: preactjs/compressed-size-action@f322c295dde06a1cb7ccaef105732dd8a726d1d9 # 2.10.0 with: @@ -61,7 +61,7 @@ jobs: env: CYPRESS_INSTALL_BINARY: 0 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: @@ -84,7 +84,7 @@ jobs: env: CYPRESS_INSTALL_BINARY: 0 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node.js environment uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 diff --git a/.github/workflows/open-source-security.yml b/.github/workflows/open-source-security.yml index 590b1de14cf..62124bdd7b8 100644 --- a/.github/workflows/open-source-security.yml +++ b/.github/workflows/open-source-security.yml @@ -15,7 +15,7 @@ jobs: name: 'Security' runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: artifactPrepareVersion uses: SAP/project-piper-action@ab454f666891a05a3fee3c631e72e1412ba28105 # v1.27.1 diff --git a/.github/workflows/publish-mcp-registry.yml b/.github/workflows/publish-mcp-registry.yml index 47ab17c216b..5bdd83dfaf0 100644 --- a/.github/workflows/publish-mcp-registry.yml +++ b/.github/workflows/publish-mcp-registry.yml @@ -21,7 +21,7 @@ jobs: working-directory: packages/mcp-server steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26dc0a8efd9..4f356ba8f4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 @@ -156,7 +156,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5db59a00c1..1269d8bdc8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: @@ -46,7 +46,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: @@ -101,7 +101,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: From 13eee1046566f5108cd4937428acc47beb00ced0 Mon Sep 17 00:00:00 2001 From: SAP LX Lab Service Account Date: Tue, 21 Jul 2026 23:05:18 -0700 Subject: [PATCH 2/6] chore: Translation Delivery (#8792) Translation Delivery --- .../main/src/i18n/messagebundle_en.properties | 178 ++++++++++++++++++ .../messagebundle_en_US_saprigi.properties | 20 ++ 2 files changed, 198 insertions(+) diff --git a/packages/main/src/i18n/messagebundle_en.properties b/packages/main/src/i18n/messagebundle_en.properties index 707c0b0a407..788069549ae 100644 --- a/packages/main/src/i18n/messagebundle_en.properties +++ b/packages/main/src/i18n/messagebundle_en.properties @@ -1,263 +1,441 @@ +# +# https://sdk.openui5.org/#/topic/831039835e7c4da3a8a0b49567573afe/ +#XTXT TARGET=Target +#XTXT DEVIATION=Deviation +#XTXT ABORT=Abort +#XTXT CANCEL=Cancel +#XTXT CLOSE=Close +#XTXT DELETE=Delete +#XTXT IGNORE=Ignore +#XTXT NO=No +#XTXT OK=OK +#XTXT RETRY=Retry +#XTXT YES=Yes +#XTXT CLEAR_SORTING=Clear Sorting +#XTXT SORT_ASCENDING=Sort Ascending +#XTXT SORT_DESCENDING=Sort Descending +#XTXT GROUP=Group +#XACT: Aria announcement for grouped table rows GROUPED=Grouped +#XTXT UNGROUP=Ungroup +#XTOL DRAG_TO_RESIZE=Drag to resize +#XTXT PLEASE_WAIT=Please wait +#XTXT CONFIRMATION=Confirmation +#XTXT ERROR=Error +#XTXT INFORMATION=Information +#XTXT SUCCESS=Success +#XTXT WARNING=Warning +#XTXT SHOW_LESS=Show Less +#XTXT SHOW_MORE=Show More +#XTXT EXPAND_GROUP=Expand Group +#XTXT COLLAPSE_GROUP=Collapse Group +#XBUT: Displays the filter item section of the FilterBar SHOW_FILTER_BAR=Show Filter Bar +#XBUT: Hides the filter item section of the FilterBar HIDE_FILTER_BAR=Hide Filter Bar +#XBUT: Clears all values from the filter items inside the FilterBar CLEAR=Clear +#XBUT: Restores all filter items to initial value RESTORE=Restore +#XBUT: Opens the filters dialog of the FilterBar FILTERS=Filters +#XBUT: Opens the filters dialog of the FilterBar ADAPT_FILTERS=Adapt Filters +#XBUT: Executes the search with given filter values of the FilterBar GO=Go +#XBUT: Saves the filter configuration set in the filter dialog SAVE=Save +#XCKL: Selects the filter to be displayed in the FilterBar. SHOW_ON_FILTER_BAR=Show on Filter Bar +#XGRP: Default filter group name inside the filter dialog. BASIC=Basic +#XBUT: Placeholder for search input. SEARCH_FOR_FILTERS=Search for Filters +#XTXT: Tooltip for filter select in filter bar dialog FIELDS_BY_ATTRIBUTE=Show Filters by Attribute +#XMIT: Selection item in filter bar dialog for displaying visible filters only. VISIBLE=Visible +#XMIT: Selection item in filter bar dialog for displaying active filters only. ACTIVE=Active +#XMIT: Selection item in filter bar dialog for displaying visible and active filters only. VISIBLE_AND_ACTIVE=Visible and Active +#XMIT: Selection item in filter bar dialog for displaying mandatory (required) filters only. MANDATORY=Mandatory +#XACT: ARIA announcement for SegmentedButton item in filter bar dialog for displaying filters in list view. LIST_VIEW=List View +#XACT: ARIA announcement for SegmentedButton item in filter bar dialog for displaying filters in group view. GROUP_VIEW=Group View +#XBUT: Shows values of filters in the filter bar dialog. SHOW_VALUES=Show Values +#XBUT: Hide values of filters in the filter bar dialog. HIDE_VALUES=Hide Values +#XCOL: Table column header for fields (filters) in the filter bar dialog. (deprecated) FIELD=Field +#XCOL: Table column header for filters in the filter bar dialog. FILTER=Filter +#XACT: ARIA announcement for active filters in the FilterBar's dialog table. FILTER_IS_ACTIVE=Filter is active +#XACT: ARIA description for Submit/Go buttons SHOW_RESULTS=Show Results +#XACT COLLAPSE_HEADER=Collapse Header +#XACT EXPAND_HEADER=Expand Header +#XACT PIN_HEADER=Pin Header +#XACT UNPIN_HEADER=Unpin Header +#XACT SEPARATOR=Separator +#XACT: ARIA announcement for the ActionSheet popover/dialog AVAILABLE_ACTIONS=Available Actions +#XACT: ARIA announcement for the action buttons inside the ActionSheet X_OF_Y=Item {0} of {1} +#XHED: Heading for the VariantManagement popover MY_VIEWS=My Views +#XHED: Heading for the VariantManagement Save View dialog SAVE_VIEW=Save View +#XHED: Heading for the VariantManagement Manage Views dialog MANAGE_VIEWS=Manage Views +#XFLD: Label for the VariantManagement Save View dialog input field VIEW=View +#XTIT: VariantManagement predefined title for Error Message duplicate Variant VARIANT_MANAGEMENT_ERROR_DUPLICATE=The view name already exists. Please enter a different name. +#XMSG: Error message if the variant name is left empty SPECIFY_VIEW_NAME=Please specify a view name. +#XFLD: Label for the VariantManagement Save View dialog checkbox SET_AS_DEFAULT=Set as Default +#XFLD: Label for the VariantManagement Save View dialog checkbox PUBLIC=Public +#XFLD: Label for the VariantManagement Save View dialog checkbox APPLY_AUTOMATICALLY=Apply Automatically +#XCOL: Column header for the VariantManagement Manage Views table SHARING=Sharing +#XCOL: Column header for the VariantManagement Manage Views table DEFAULT=Default +#XCOL: Column header for the VariantManagement Manage Views table CREATED_BY=Created By +#XBUT: Button for opening the VariantManagement Manage Views dialog MANAGE=Manage +#XTXT: Indicator that the view is public in the VariantManagement Manage Views table PRIVATE=Private +#XACT: Label for the "standard" radio button inside the VariantManagement Manage Views table MARK_AS_STANDARD=Use as Standard View +#XACT: Label for the "favorite" checkbox inside the VariantManagement Manage Views table MARK_AS_FAVORITE=Mark as Favorite View +#XBUT: Title for the delete icon inside the VariantManagement Manage Views table DELETE_VIEW=Delete View +#XBUT: Title for the VariantManagement select button SELECT_VIEW=Select View +#XACT: Label for the search variant input inside the VariantManagement Manage Views table SEARCH_VARIANT=Search Variant +#XHED: Heading text for the IllustratedMessage component in the VariantManagement Manage Views dialog when no rows (views) are defined. NO_VIEWS_DEFINED_TITLE=No views available +#XMSG: Subheading text for the IllustratedMessage component in the Variant Management Manage Views dialog when no rows (views) are defined. NO_VIEWS_DEFINED_SUBTITLE=Please create some views. +#XBUT: Used in the MessageView component for filtering message types, should show messages of all types when selected ALL=All +#XTXT: Search input placeholder SEARCH=Search +#XBUT: Save As Button SAVE_AS=Save As +#XBUT: Reset icon inside input RESET=Reset +#XBUT: Title for selected favorite icon SELECTED_AS_FAVORITE=Selected as Favorite +#XBUT: Title for unselected favorite icon UNSELECTED_AS_FAVORITE=Unselected as Favorite +#XBUT: Select button SELECT=Select +#XTXT: Infobar text of SelectDialog SELECTED=Selected +#XTXT: Info text of Resizer Element in Splitter Layout PRESS_ARROW_KEYS_TO_MOVE=Press ARROW keys to move +#XBLI: List text for no data lists LIST_NO_DATA=No data +#XACT: Expand button aria label in Tree Table EXPAND_NODE=Expand Node +#XACT: Collapse button aria label in Tree Table COLLAPSE_NODE=Collapse Node +#XACT: Aria label text for expandable table cells in collapsed state EXPAND_PRESS_SPACE=To expand the row, press the spacebar. +#XACT: Aria label text for expandable table cells in expanded state COLLAPSE_PRESS_SPACE=To collapse the row, press the spacebar. +#XACT: general ARIA live announcement for expanded row ROW_EXPANDED=Row expanded +#XACT: general ARIA live announcement for collapsed row ROW_COLLAPSED=Row collapsed +#XACT: ARIA live announcement for expanded row number {0} ROW_X_EXPANDED=Row {0} expanded +#XACT: ARIA live announcement for collapsed row number {0} ROW_X_COLLAPSED=Row {0} collapsed +#XACT: ARIA live announcement when a row is selected (single selection mode) +ROW_SELECTED=Row selected + +#XACT: ARIA live announcement when a row is deselected (single selection mode) +ROW_DESELECTED=Row deselected + +#XACT: ARIA live announcement when a row is selected in multi selection mode. The placeholder is the total number of selected rows. +ROW_SELECTED_MULTI=Row selected, {0} rows selected + +#XACT: ARIA live announcement when a row is deselected in multi selection mode. The placeholder is the total number of selected rows. +ROW_DESELECTED_MULTI=Row deselected, {0} rows selected + +#XACT: ARIA live announcement when a row is selected in multi selection mode while a filter is active. The placeholder is the number of currently visible (non-filtered-out) selected rows. +ROW_SELECTED_MULTI_FILTERED=Row selected, {0} visible rows selected + +#XACT: ARIA live announcement when a row is deselected in multi selection mode while a filter is active. The placeholder is the number of currently visible (non-filtered-out) selected rows. +ROW_DESELECTED_MULTI_FILTERED=Row deselected, {0} visible rows selected + +#XACT: ARIA live announcement when the header "Select All" checkbox is toggled and all rows become selected +ALL_ROWS_SELECTED=All rows selected + +#XACT: ARIA live announcement when the header "Select All" checkbox is toggled and all rows become deselected +ALL_ROWS_DESELECTED=All rows deselected + +#XACT: ARIA live announcement when the header "Select All" checkbox is toggled while a filter is active and all visible (non-filtered-out) rows become selected +ALL_ROWS_SELECTED_FILTERED=All visible rows selected + +#XACT: ARIA live announcement when the header "Select All" checkbox is toggled while a filter is active and all visible (non-filtered-out) rows become deselected +ALL_ROWS_DESELECTED_FILTERED=All visible rows deselected + +#XACT: Aria label text for selectable table cells in unselected state SELECT_PRESS_SPACE=To select the row, press the spacebar. +#XACT: Aria label text for selectable table cells in selected state UNSELECT_PRESS_SPACE=To deselect the row, press the spacebar. +#XACT: Aria label for unselected select-all checkbox cell inside a table SELECT_ALL_PRESS_SPACE=To select all rows, press the spacebar. +#XACT: Aria label for selected select-all checkbox cell inside a table UNSELECT_ALL_PRESS_SPACE=To deselect all rows, press the spacebar. +#XACT: Label for table selection column header SELECTION_COLUMN=Selection Column +#XACT: Label for table highlight column header HIGHLIGHT_COLUMN=Highlight Column +#XACT: Label for table navigation column header NAVIGATION_COLUMN=Navigation Column +#XACT: Aria label text for an invalid table with overlay INVALID_TABLE=Invalid Table +#XACT: Aria announcement for filtered table columns FILTERED=Filtered +#XACT: Aria Role description for Card Headers ARIA_DESC_CARD_HEADER=Card Header +#XTXT: text for critical color SEMANTIC_COLOR_CRITICAL=Warning +#XTXT: text for good color SEMANTIC_COLOR_GOOD=Good +#XTXT: text for neutral color SEMANTIC_COLOR_NEUTRAL=Neutral +#XTXT: text for error color SEMANTIC_COLOR_ERROR=Critical +#XTOL: Tooltip Numeric Content Deviation Up NUMERICCONTENT_DEVIATION_UP=Ascending +#XTOL: Tooltip Numeric Content Deviation Down NUMERICCONTENT_DEVIATION_DOWN=Descending +#XACT: Aria role description for active ObjectStatus component ARIA_OBJ_STATUS_DESC=Object Status Button +#XACT: Aria role description for inactive ObjectStatus component ARIA_OBJ_STATUS_DESC_INACTIVE=Object Status +#XACT: Invisible text for ObjectStatus indication color INDICATION_COLOR=Indication Color +#XACT: Invisible text for ObjectStatus empty value EMPTY_VALUE=Empty Value +#XACT: Tooltip for unselected "Select All" checkbox of table SELECT_ALL=Select All +#XACT: Tooltip for selected "Select All" checkbox of table DESELECT_ALL=Deselect All +#XACT: Invisible text for ExpandableText Show More button SHOW_FULL_TEXT=Show the full text +#XACT: Invisible text for ExpandableText Show Less button CLOSE_POPOVER=Close the popover +#XTXT: Text describing the content of the reset warning message that is displayed in the filter dialog of the filter bar. FILTER_DIALOG_RESET_WARNING=You are about to reset all the changes you made to your view settings and revert to the selected view. +#XACT: Aria label for moving an element to the top of a list/table through interaction - the placeholder includes the shortcut for this action MOVE_TO_TOP=Move to Top{0} +#XACT: Aria label for moving an element up one level inside a list/table through interaction - the placeholder includes the shortcut for this action MOVE_UP=Move Up{0} +#XACT: Aria label for moving an element down one level inside a list/table through interaction - the placeholder includes the shortcut for this action MOVE_DOWN=Move Down{0} +#XACT: Aria label for moving an element to the bottom of a list/table through interaction - the placeholder includes the shortcut for this action MOVE_TO_BOTTOM=Move to Bottom{0} +#XACT: Aria label describing how to reorder filters inside the FilterBar filters dialog FILTER_DIALOG_REORDER_FILTERS=Press {0} and up or down key to move. +#XACT: Keyboard down arrow DOWN_ARROW=Down Arrow +#XACT: Keyboard up arrow UP_ARROW=Up Arrow +#XTXT: No-data text for filtered AnalyticalTable that returns no results NO_DATA_FILTERED=No data found. Try adjusting the filter settings. +#XACT: Number of items in a pseudo list WITH_X_ITEMS=with {0} items +#XACT: Message View error button label ERROR_TYPE=Error Type +#XACT: Message View warning button label WARNING_TYPE=Warning Type +#XACT: Message View information button label INFORMATION_TYPE=Information Type +#XACT: Message View success button label SUCCESS_TYPE=Success Type +#XACT: Message View SegmentedButton label MESSAGE_TYPES=Message Types +#XACT: Message View label and tooltip for "navigate back" button in details view NAVIGATE_BACK=Navigate Back +#XACT: MessageView details announcement MESSAGE_DETAILS=Message Details +#XACT: Aria label for message items with detail view. HAS_DETAILS=Has Details +#XACT: Message Item counter label COUNTER=Counter +#XACT: Screen reader announcement text for selection in the SelectDialog component when multi-selection mode is active. The placeholder represents a number. SELECTED_ITEMS=Selected Items {0} +#XACT: Screen reader announcement for table cell that includes interactive element/s. The placeholder is the name of the element (e.g. "Input"). INCLUDES_X=Includes {0} +#XACT: Screen reader announcement for a list containing interactive elements. LIST_INTERACTIVE_ITEMS=List with interactive items. +#XACT: Keyboard navigation instruction for focusing interactive content in a list. MOVE_TO_CONTENT_F2=To move to the content, press F2. +#XTXT TOTAL=Total diff --git a/packages/main/src/i18n/messagebundle_en_US_saprigi.properties b/packages/main/src/i18n/messagebundle_en_US_saprigi.properties index d79a2bbdded..61eb07848e6 100644 --- a/packages/main/src/i18n/messagebundle_en_US_saprigi.properties +++ b/packages/main/src/i18n/messagebundle_en_US_saprigi.properties @@ -166,6 +166,26 @@ ROW_X_EXPANDED=βͺβͺβͺβ€β€Œβ€‹β€β€β€Œβ€β€‹β€Œβ€β€β€Œβ€‹β€Œβ€β€Œβ€‹β€ ROW_X_COLLAPSED=βͺβͺβͺβ€Œβ€Œβ€β€Œβ€‹β€Œβ€‹β€β€β€‹β€Œβ€Œβ€β€‹β€Œβ€‹β€Œβ€‹β€Œβ€‹β€‹β€‹β€Œβ€Œβ€Œβ€Œβ€β€Œβ€β€‹β€Œβ€Œβ€Œβ€‹β€Œβ€β€‹β€β€β€βͺRow ​​​{0}β€Œβ€Œβ€Œ collapsedβͺβͺ +ROW_SELECTED=βͺβͺβͺβ€Œβ€‹β€‹β€‹β€‹β€β€Œβ€Œβ€‹β€Œβ€‹β€‹β€Œβ€β€‹β€β€Œβ€β€β€‹β€β€β€‹β€‹β€β€Œβ€β€β€β€‹β€‹β€Œβ€Œβ€β€‹β€Œβ€‹β€β€β€‹β€βͺRow selectedβͺβͺ + +ROW_DESELECTED=βͺβͺβͺβ€Œβ€‹β€β€β€Œβ€‹β€β€‹β€‹β€β€‹β€Œβ€β€β€‹β€Œβ€β€Œβ€‹β€Œβ€Œβ€‹β€‹β€β€β€Œβ€‹β€‹β€‹β€Œβ€Œβ€β€‹β€β€‹β€β€‹β€β€β€ŒβͺRow deselectedβͺβͺ + +ROW_SELECTED_MULTI=βͺβͺβͺβ€Œβ€Œβ€Œβ€β€Œβ€‹β€β€β€Œβ€β€Œβ€‹β€β€Œβ€Œβ€β€β€β€Œβ€‹β€Œβ€β€Œβ€β€‹β€‹β€‹β€‹β€β€Œβ€‹β€Œβ€β€‹β€‹β€β€Œβ€β€βͺRow selected, ​​​{0}β€Œβ€Œβ€Œ rows selectedβͺβͺ + +ROW_DESELECTED_MULTI=βͺβͺβͺβ€β€Œβ€β€Œβ€Œβ€β€Œβ€β€‹β€‹β€β€‹β€‹β€Œβ€Œβ€‹β€Œβ€‹β€β€Œβ€Œβ€‹β€‹β€β€β€β€‹β€β€β€β€‹β€β€‹β€β€‹β€β€‹β€β€β€‹βͺRow deselected, ​​​{0}β€Œβ€Œβ€Œ rows selectedβͺβͺ + +ROW_SELECTED_MULTI_FILTERED=βͺβͺβͺβ€Œβ€‹β€Œβ€β€‹β€Œβ€Œβ€Œβ€Œβ€β€Œβ€β€Œβ€Œβ€β€Œβ€Œβ€‹β€β€‹β€‹β€Œβ€Œβ€β€β€Œβ€Œβ€β€‹β€Œβ€β€β€‹β€‹β€β€‹β€β€Œβ€‹β€Œβ€βͺRow selected, ​​​{0}β€Œβ€Œβ€Œ visible rows selectedβͺβͺ + +ROW_DESELECTED_MULTI_FILTERED=βͺβͺβͺβ€Œβ€β€β€Œβ€β€β€β€β€Œβ€‹β€‹β€Œβ€β€β€β€β€β€Œβ€β€β€β€Œβ€‹β€β€‹β€Œβ€‹β€‹β€Œβ€β€Œβ€‹β€‹β€β€Œβ€β€Œβ€‹β€Œβ€‹βͺRow deselected, ​​​{0}β€Œβ€Œβ€Œ visible rows selectedβͺβͺ + +ALL_ROWS_SELECTED=βͺβͺβͺβ€β€Œβ€β€β€Œβ€β€Œβ€Œβ€‹β€‹β€‹β€Œβ€Œβ€β€Œβ€‹β€‹β€‹β€β€‹β€‹β€β€Œβ€‹β€Œβ€Œβ€Œβ€β€‹β€β€‹β€‹β€Œβ€Œβ€Œβ€β€‹β€Œβ€Œβ€‹βͺAll rows selectedβͺβͺ + +ALL_ROWS_DESELECTED=βͺβͺβͺβ€β€β€β€β€‹β€Œβ€‹β€‹β€β€β€β€Œβ€‹β€‹β€Œβ€β€Œβ€‹β€‹β€Œβ€Œβ€β€Œβ€Œβ€‹β€‹β€β€‹β€Œβ€Œβ€β€β€Œβ€Œβ€Œβ€‹β€‹β€‹β€‹βͺAll rows deselectedβͺβͺ + +ALL_ROWS_SELECTED_FILTERED=βͺβͺβͺβ€Œβ€Œβ€‹β€β€β€‹β€‹β€Œβ€‹β€‹β€Œβ€β€Œβ€Œβ€β€‹β€‹β€β€β€Œβ€β€‹β€Œβ€β€Œβ€Œβ€β€β€β€β€β€Œβ€‹β€‹β€β€‹β€‹β€‹β€Œβ€β€ŒβͺAll visible rows selectedβͺβͺ + +ALL_ROWS_DESELECTED_FILTERED=βͺβͺβͺβ€Œβ€‹β€Œβ€‹β€β€Œβ€β€‹β€‹β€β€‹β€‹β€‹β€Œβ€Œβ€β€Œβ€β€‹β€Œβ€‹β€β€β€Œβ€Œβ€‹β€‹β€‹β€‹β€Œβ€β€Œβ€‹β€Œβ€β€‹β€β€‹β€ŒβͺAll visible rows deselectedβͺβͺ + SELECT_PRESS_SPACE=βͺβͺβͺβ€β€Œβ€Œβ€‹β€Œβ€‹β€β€Œβ€Œβ€‹β€‹β€β€β€Œβ€‹β€β€β€Œβ€Œβ€‹β€β€‹β€Œβ€β€Œβ€‹β€Œβ€‹β€‹β€Œβ€β€β€β€β€Œβ€‹β€β€Œβ€β€ŒβͺTo select the row, press the spacebar.βͺβͺ UNSELECT_PRESS_SPACE=βͺβͺβͺβ€Œβ€β€β€‹β€Œβ€Œβ€Œβ€Œβ€‹β€‹β€β€‹β€Œβ€‹β€‹β€‹β€Œβ€β€‹β€β€Œβ€Œβ€β€Œβ€‹β€‹β€Œβ€‹β€Œβ€‹β€‹β€β€Œβ€β€‹β€‹β€β€β€‹βͺTo deselect the row, press the spacebar.βͺβͺ From 4ed8819e0d7ecf1a8f646ab4be92d3ca0653c855 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:19:48 +0000 Subject: [PATCH 3/6] chore(deps): update github/codeql-action action to v4.37.3 (#8806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.37.1` β†’ `v4.37.3` | --- ### Release Notes
github/codeql-action (github/codeql-action) ### [`v4.37.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.3) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.2...v4.37.3) No user facing changes. ### [`v4.37.2`](https://redirect.github.com/github/codeql-action/releases/tag/v4.37.2) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.37.1...v4.37.2) - The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#​4023](https://redirect.github.com/github/codeql-action/pull/4023) - The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#​4007](https://redirect.github.com/github/codeql-action/pull/4007)
--- ### Configuration πŸ“… **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c6fac547f1d..d16230a6030 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -70,6 +70,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: category: "/language:${{matrix.language}}" From b98e89da5acbe4acfb0511d6137242c3fc6d01c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:24:42 +0200 Subject: [PATCH 4/6] chore(deps): bump svgo from 4.0.1 to 4.0.2 (#8808) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [svgo](https://github.com/svg/svgo) from 4.0.1 to 4.0.2.
Release notes

Sourced from svgo's releases.

v4.0.2

What's Changed

Security

Bug Fixes

Performance

Other Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/UI5/webcomponents-react/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index bcb81961576..832c3e51c0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21378,8 +21378,8 @@ __metadata: linkType: hard "svgo@npm:^4.0.1": - version: 4.0.1 - resolution: "svgo@npm:4.0.1" + version: 4.0.2 + resolution: "svgo@npm:4.0.2" dependencies: commander: "npm:^11.1.0" css-select: "npm:^5.1.0" @@ -21390,7 +21390,7 @@ __metadata: sax: "npm:^1.5.0" bin: svgo: ./bin/svgo.js - checksum: 10c0/f61f9957b42e0c97593b49a01f3b93cb239b2e818efccb056fcc866d622704d9021c4ef8bd0287264c3e4f33da60e4af14d841b4a624b87ff8888e3b896d13d5 + checksum: 10c0/d58c9446d2701dd57ef62a29b4299b157cfc32e2282f82fc68dd7cdca2e1efdf0d8bb0fb30ba0499f322d20b6304be277ffbc60a6b6a75489fa30c5300694b9a languageName: node linkType: hard From 68915b722daaa730a0fdc052cb4825f68e67cd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:24:51 +0200 Subject: [PATCH 5/6] chore(deps): bump fast-uri from 3.1.2 to 3.1.3 (#8807) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.2 to 3.1.3.
Release notes

Sourced from fast-uri's releases.

v3.1.3

⚠️ Security Release

Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fast-uri&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/UI5/webcomponents-react/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 832c3e51c0e..a97fd80a655 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11405,9 +11405,9 @@ __metadata: linkType: hard "fast-uri@npm:^3.0.1": - version: 3.1.2 - resolution: "fast-uri@npm:3.1.2" - checksum: 10c0/5b35641895959f3f7ab7a7b1b5542bded159346f25ec9f256817b206d50b64eda5828e90d605a2e2fc645c90519a7259c2bab2c942ee728c88b88e5be21b090d + version: 3.1.3 + resolution: "fast-uri@npm:3.1.3" + checksum: 10c0/0ce405815546770ad7e730b8f8fd58db80cefe4533ee99ee1a3263f11d2ccc3b8a0cf10d6cd9ba590e9746eb43b60f2ef2631d0c379a9ebba063ce0d4076b109 languageName: node linkType: hard From 08b5baf6d8fb1bb6b6e9ef2bda7dd0ff34f7580e Mon Sep 17 00:00:00 2001 From: SAP LX Lab Service Account Date: Wed, 22 Jul 2026 02:09:41 -0700 Subject: [PATCH 6/6] chore: Translation Delivery (#8810) Translation Delivery --- .../messagebundle_en_US_sappsd.properties | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/main/src/i18n/messagebundle_en_US_sappsd.properties b/packages/main/src/i18n/messagebundle_en_US_sappsd.properties index 6e8ee65f40d..216afc49d71 100644 --- a/packages/main/src/i18n/messagebundle_en_US_sappsd.properties +++ b/packages/main/src/i18n/messagebundle_en_US_sappsd.properties @@ -166,6 +166,26 @@ ROW_X_EXPANDED=[[[Řŏš {0} Δ“Ο‡ΟΔ…Ε‹ΖŒΔ“ΖŒ]]] ROW_X_COLLAPSED=[[[Řŏš {0} Δ‹ΕΔΊΔΊΔ…ΟΕŸΔ“ΖŒ]]] +ROW_SELECTED=[[[Řŏš ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒβˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™]]] + +ROW_DESELECTED=[[[Řŏš ΖŒΔ“ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒβˆ™βˆ™βˆ™βˆ™βˆ™]]] + +ROW_SELECTED_MULTI=[[[Řŏš ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ, {0} Ε—ΕΕ΅ΕŸ ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ]]] + +ROW_DESELECTED_MULTI=[[[Řŏš ΖŒΔ“ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ, {0} Ε—ΕΕ΅ΕŸ ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ]]] + +ROW_SELECTED_MULTI_FILTERED=[[[Řŏš ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ, {0} Κ‹Δ―ΕŸΔ―ΖƒΔΊΔ“ Ε—ΕΕ΅ΕŸ ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ]]] + +ROW_DESELECTED_MULTI_FILTERED=[[[Řŏš ΖŒΔ“ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ, {0} Κ‹Δ―ΕŸΔ―ΖƒΔΊΔ“ Ε—ΕΕ΅ΕŸ ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒ]]] + +ALL_ROWS_SELECTED=[[[Δ€ΔΊΔΊ Ε—ΕΕ΅ΕŸ ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒβˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™]]] + +ALL_ROWS_DESELECTED=[[[Δ€ΔΊΔΊ Ε—ΕΕ΅ΕŸ ΖŒΔ“ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒβˆ™βˆ™βˆ™βˆ™βˆ™]]] + +ALL_ROWS_SELECTED_FILTERED=[[[Δ€ΔΊΔΊ Κ‹Δ―ΕŸΔ―ΖƒΔΊΔ“ Ε—ΕΕ΅ΕŸ ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒβˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™]]] + +ALL_ROWS_DESELECTED_FILTERED=[[[Δ€ΔΊΔΊ Κ‹Δ―ΕŸΔ―ΖƒΔΊΔ“ Ε—ΕΕ΅ΕŸ ΖŒΔ“ΕŸΔ“ΔΊΔ“Δ‹Ε£Δ“ΖŒβˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™]]] + SELECT_PRESS_SPACE=[[[Œŏ ΕŸΔ“ΔΊΔ“Δ‹Ε£ Ε£Δ₯Δ“ ŗŏš, ΟΕ—Δ“ΕŸΕŸ Ε£Δ₯Δ“ ΕŸΟΔ…Δ‹Δ“ΖƒΔ…Ε—.βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™]]] UNSELECT_PRESS_SPACE=[[[Œŏ ΖŒΔ“ΕŸΔ“ΔΊΔ“Δ‹Ε£ Ε£Δ₯Δ“ ŗŏš, ΟΕ—Δ“ΕŸΕŸ Ε£Δ₯Δ“ ΕŸΟΔ…Δ‹Δ“ΖƒΔ…Ε—.βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™βˆ™]]]