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..d16230a6030 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,11 +37,11 @@ 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 - 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}}" 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: 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_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=[[[Ţŏ ƌēşēĺēċţ ţĥē ŗŏŵ, ρŗēşş ţĥē şρąċēƃąŗ.∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]] 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. diff --git a/yarn.lock b/yarn.lock index bcb81961576..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 @@ -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