diff --git a/packages/main/src/i18n/messagebundle.properties b/packages/main/src/i18n/messagebundle.properties index 39c64c0d918..956ee6d4fd1 100644 --- a/packages/main/src/i18n/messagebundle.properties +++ b/packages/main/src/i18n/messagebundle.properties @@ -398,3 +398,9 @@ 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.