@@ -117,15 +117,15 @@ be.contentInsights.previewGraphType = Vorschauen
117
117
# Label for the arrow indicator in the trend pill
118
118
be.contentInsights.trendDown = Tendenz fallend
119
119
# Trend description for the content insights graph card regarding the count of events from the past month
120
- be.contentInsights.trendMonth = Vergangener Monat
120
+ be.contentInsights.trendMonth = LETZTEN MONAT
121
121
# Trend description for the content insights graph card regarding the count of events from the past three months
122
122
be.contentInsights.trendThreeMonths = Vergangene 3 Monate
123
123
# Label for the arrow indicator in the trend pill
124
124
be.contentInsights.trendUp = Tendenz steigend
125
125
# Trend description for the content insights graph card regarding the count of events from the past week
126
- be.contentInsights.trendWeek = Vergangene Woche
126
+ be.contentInsights.trendWeek = LETZTE WOCHE
127
127
# Trend description for the content insights graph card regarding the count of events from the past year
128
- be.contentInsights.trendYear = Vergangenes Jahr
128
+ be.contentInsights.trendYear = LETZTES JAHR
129
129
# Message that appears when the request for the ContentSharing Element is malformed.
130
130
be.contentSharing.badRequestError = Die Anforderung für dieses Element war fehlerhaft.
131
131
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
@@ -942,38 +942,34 @@ boxui.collaboratorAvatars.viewAdditionalPeopleText = Zusätzliche Personen anzei
942
942
boxui.collapsiblesidebar.collapseBtnLabel = Reduzieren
943
943
# Aria label for toggle button that expands/collapses sidebar (collapsed state)
944
944
boxui.collapsiblesidebar.expandBtnLabel = Erweitern
945
- # Content Answers submit input button text
946
- boxui.contentAnswers.ask = Fragen Sie
947
- # Content Answers submit input button disabled tooltip text when answer is generating
948
- boxui.contentAnswers.askDisabledTooltip = Sie können eine weitere Frage senden, sobald Box-KI reagiert hat
949
- # Content Answers modal input placeholder
950
- boxui.contentAnswers.askQuestionPlaceholder = Stellen Sie eine beliebige Frage zu diesem Dokument
951
945
# Content Answers feature name shown on menu item and modal title
952
946
boxui.contentAnswers.contentAnswersTitle = Box-KI
953
947
# Default tooltip message for Content Answers entry point button
954
948
boxui.contentAnswers.defaultTooltip = Erhalten Sie mithilfe von Box-KI sofortige Antworten zu diesem Dokument
955
949
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
956
950
boxui.contentAnswers.disabledTooltipFileNotCompatible = Box-KI wird derzeit für diesen Dateityp nicht unterstützt
951
+ # Text inside the chip for the first suggested question for documents
952
+ boxui.contentAnswers.documentSuggestedQuestionLabel1 = Summarize this document
953
+ # Text inside the chip for the second suggested question for documents
954
+ boxui.contentAnswers.documentSuggestedQuestionLabel2 = What are the key takeaways?
955
+ # Text inside the chip for the third suggested question for documents
956
+ boxui.contentAnswers.documentSuggestedQuestionLabel3 = How can this document be improved?
957
+ # Text inside the chip for the fourth suggested question for documents
958
+ boxui.contentAnswers.documentSuggestedQuestionLabel4 = Are there any next steps defined?
959
+ # Actual prompt for the first suggested question for documents
960
+ boxui.contentAnswers.documentSuggestedQuestionPrompt1 = Summarize this document
961
+ # Actual prompt for the second suggested question for documents
962
+ boxui.contentAnswers.documentSuggestedQuestionPrompt2 = What are the key takeaways?
963
+ # Actual prompt for the third suggested question for documents
964
+ boxui.contentAnswers.documentSuggestedQuestionPrompt3 = How can this document be improved?
965
+ # Actual prompt for the fourth suggested question for documents
966
+ boxui.contentAnswers.documentSuggestedQuestionPrompt4 = Are there any next steps defined?
957
967
# Existing questions tooltip message for Content Answers entry point button
958
968
boxui.contentAnswers.hasQuestionsTooltip = Zurück zu Box AI
959
- # Content Answers error message when the service fails
960
- boxui.contentAnswers.inlineErrorText = Der Box-KI-Service war nicht verfügbar.
961
- # Box AI Q&A service unavailable error description
962
- boxui.contentAnswers.intelligenceUnavailableDescription = Der Box-KI-Dienst reagiert nicht.
963
- # Box AI Q&A service unavailable error title
964
- boxui.contentAnswers.intelligenceUnavailableHeading = Box-KI ist nicht verfügbar
965
- # Box AI Q&A service unavailable error try again later description
966
- boxui.contentAnswers.intelligenceUnavailableTryAgain = Versuchen Sie es bitte später erneut.
967
- # Error tooltip to show inside text area if the user reached the character limit
968
- boxui.contentAnswers.maxCharactersReachedError = Das Maximum an {characterLimit} Zeichen ist erreicht
969
- # Retry button label to send again the question to the service
970
- boxui.contentAnswers.retryResponse = Erneut versuchen
971
- # Content Answers welcome message for asking questions
972
- boxui.contentAnswers.welcomeAskQuestionText = Fragen zu {name} stellen
973
- # Content Answers welcome message for clearing the chat
974
- boxui.contentAnswers.welcomeClearChatText = Dieser Chat wird gelöscht, wenn Sie dieses Dokument schließen
975
- # Content Answers welcome message title
976
- boxui.contentAnswers.welcomeMessageTitle = Willkommen bei Box
969
+ # Content Answers welcome message spreadsheet notification
970
+ boxui.contentAnswers.welcomeMessageSpreadsheetNotice = Spreadsheet support works best for text dense files
971
+ # Aria label for the icon inside spreadsheet notification
972
+ boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = spreadsheet support notification banner
977
973
# Aria label for the folder breadcrumb
978
974
boxui.contentExplorer.breadcrumb = Breadcrumb
979
975
# Text shown on button used to close the content explorer
0 commit comments