From 8f7619468a8a6d9236592ea24960a13abc4aa2ac Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Thu, 12 Feb 2026 12:20:38 +0100 Subject: [PATCH] chore: prepare translations --- packages/main/src/i18n/messagebundle.properties | 6 ++++++ 1 file changed, 6 insertions(+) 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.