@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (bearbeitet)
232232be.contentSidebar.activityFeed.common.seeLessMessage = Weniger anzeigen
233233# See more button for showing whole long message
234234be.contentSidebar.activityFeed.common.seeMoreMessage = Mehr anzeigen
235+ # Accessibility label for timestamp button that allows jumping to a specific time in media
236+ be.contentSidebar.activityFeed.common.timestampLabel = Zum Zeitstempel eines Videos suchen
235237# Translate button for translating comment
236238be.contentSidebar.activityFeed.common.translateMessage = Übersetzen
237239# Text for aria label of approval task circle type icon
@@ -978,6 +980,10 @@ boxui.classification.add = Hinzufügen
978980boxui.classification.appliedByBoxAi = Box AI
979981# Title of the card that shows the reason why the AI classification was applied on a specific date.
980982boxui.classification.appliedByBoxAiOnDate = Box AI am {modifiedAt}
983+ # Details stating which user or service applied the classification and on what date.
984+ boxui.classification.appliedByDetails = {appliedBy} bei {appliedAt}
985+ # The title text for classification applied details
986+ boxui.classification.appliedByTitle = Angewandt von
981987# Header for classification section in sidebar
982988boxui.classification.classification = Klassifizierung
983989# Classification label color name as dark blue
@@ -1166,6 +1172,8 @@ boxui.datePicker.dateInputMinError = Geben Sie ein Datum ein, das nach dem {minL
11661172boxui.datePicker.dateInputRangeError = Geben Sie ein Datum ein, das zwischen dem {minLocaleDate} und dem {maxLocaleDate} liegt.
11671173# Date entered is invalid
11681174boxui.datePicker.iconAlertText = Ungültiges Datum
1175+ # Label for comment timestamp in the comment form
1176+ boxui.draftjs.mentionSelector.commentTimestampLabel = Zeitstempel des Kommentars
11691177# Message for screenReader users when trying to tag a user but there are no matches
11701178boxui.draftjs.mentionSelector.noUsersFound = Keine Benutzer gefunden
11711179# Message to display when a user triggers a mention
0 commit comments