box-ui-elements 24.0.0-beta.3 → 24.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/api/Metadata.js +98 -13
- package/es/api/Metadata.js.flow +110 -12
- package/es/api/Metadata.js.map +1 -1
- package/es/elements/common/messages.js +16 -0
- package/es/elements/common/messages.js.flow +25 -0
- package/es/elements/common/messages.js.map +1 -1
- package/es/elements/common/withBlueprintModernization.js +16 -0
- package/es/elements/common/withBlueprintModernization.js.map +1 -0
- package/es/elements/content-explorer/Content.js +2 -1
- package/es/elements/content-explorer/Content.js.map +1 -1
- package/es/elements/content-explorer/ContentExplorer.js +21 -6
- package/es/elements/content-explorer/ContentExplorer.js.map +1 -1
- package/es/elements/content-explorer/MetadataQueryAPIHelper.js +61 -4
- package/es/elements/content-explorer/MetadataQueryAPIHelper.js.map +1 -1
- package/es/elements/content-explorer/MetadataSidePanel.js +40 -14
- package/es/elements/content-explorer/MetadataSidePanel.js.map +1 -1
- package/es/elements/content-explorer/MetadataViewContainer.js +55 -4
- package/es/elements/content-explorer/MetadataViewContainer.js.map +1 -1
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +5 -0
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.flow +6 -0
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.map +1 -1
- package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js +61 -13
- package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js.map +1 -1
- package/es/elements/content-explorer/utils.js +140 -12
- package/es/elements/content-explorer/utils.js.map +1 -1
- package/es/elements/content-picker/ContentPicker.js +4 -1
- package/es/elements/content-picker/ContentPicker.js.flow +4 -1
- package/es/elements/content-picker/ContentPicker.js.map +1 -1
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +5 -0
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.flow +6 -0
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.map +1 -1
- package/es/elements/content-preview/ContentPreview.js +3 -1
- package/es/elements/content-preview/ContentPreview.js.flow +3 -0
- package/es/elements/content-preview/ContentPreview.js.map +1 -1
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +5 -0
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.flow +7 -1
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.map +1 -1
- package/es/elements/content-sharing/ContentSharing.js +4 -1
- package/es/elements/content-sharing/ContentSharing.js.flow +4 -1
- package/es/elements/content-sharing/ContentSharing.js.map +1 -1
- package/es/elements/content-sidebar/ContentSidebar.js +3 -1
- package/es/elements/content-sidebar/ContentSidebar.js.flow +3 -0
- package/es/elements/content-sidebar/ContentSidebar.js.map +1 -1
- package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js +5 -0
- package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js.map +1 -1
- package/es/elements/content-uploader/ContentUploader.js +3 -1
- package/es/elements/content-uploader/ContentUploader.js.map +1 -1
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +5 -0
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.flow +6 -0
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.map +1 -1
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js +51 -0
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js.map +1 -0
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
- package/es/features/classification/applied-by-ai-classification-reason/messages.js +13 -0
- package/es/features/classification/applied-by-ai-classification-reason/messages.js.map +1 -0
- package/es/features/classification/types.js +2 -0
- package/es/features/classification/types.js.map +1 -0
- package/es/src/elements/common/__tests__/withBlueprintModernization.test.d.ts +1 -0
- package/es/src/elements/common/withBlueprintModernization.d.ts +3 -0
- package/es/src/elements/content-explorer/ContentExplorer.d.ts +11 -3
- package/es/src/elements/content-explorer/MetadataQueryAPIHelper.d.ts +11 -1
- package/es/src/elements/content-explorer/MetadataSidePanel.d.ts +6 -3
- package/es/src/elements/content-explorer/MetadataViewContainer.d.ts +3 -1
- package/es/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.d.ts +1 -0
- package/es/src/elements/content-explorer/utils.d.ts +9 -3
- package/es/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.d.ts +5 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.d.ts +6 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.d.ts +1 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/messages.d.ts +13 -0
- package/es/src/features/classification/types.d.ts +6 -0
- package/i18n/bn-IN.js +8 -2
- package/i18n/bn-IN.properties +6 -2
- package/i18n/da-DK.js +8 -2
- package/i18n/da-DK.properties +6 -2
- package/i18n/de-DE.js +8 -2
- package/i18n/de-DE.properties +6 -2
- package/i18n/en-AU.js +6 -0
- package/i18n/en-AU.properties +4 -0
- package/i18n/en-CA.js +6 -0
- package/i18n/en-CA.properties +4 -0
- package/i18n/en-GB.js +6 -0
- package/i18n/en-GB.properties +4 -0
- package/i18n/en-US.js +6 -0
- package/i18n/en-US.properties +12 -0
- package/i18n/en-x-pseudo.js +6 -0
- package/i18n/es-419.js +8 -2
- package/i18n/es-419.properties +6 -2
- package/i18n/es-ES.js +8 -2
- package/i18n/es-ES.properties +6 -2
- package/i18n/fi-FI.js +8 -2
- package/i18n/fi-FI.properties +6 -2
- package/i18n/fr-CA.js +8 -2
- package/i18n/fr-CA.properties +6 -2
- package/i18n/fr-FR.js +8 -2
- package/i18n/fr-FR.properties +6 -2
- package/i18n/hi-IN.js +8 -2
- package/i18n/hi-IN.properties +6 -2
- package/i18n/it-IT.js +8 -2
- package/i18n/it-IT.properties +6 -2
- package/i18n/ja-JP.js +8 -2
- package/i18n/ja-JP.properties +6 -2
- package/i18n/ko-KR.js +8 -2
- package/i18n/ko-KR.properties +6 -2
- package/i18n/nb-NO.js +8 -2
- package/i18n/nb-NO.properties +6 -2
- package/i18n/nl-NL.js +8 -2
- package/i18n/nl-NL.properties +6 -2
- package/i18n/pl-PL.js +8 -2
- package/i18n/pl-PL.properties +6 -2
- package/i18n/pt-BR.js +8 -2
- package/i18n/pt-BR.properties +6 -2
- package/i18n/ru-RU.js +8 -2
- package/i18n/ru-RU.properties +6 -2
- package/i18n/sv-SE.js +8 -2
- package/i18n/sv-SE.properties +6 -2
- package/i18n/tr-TR.js +8 -2
- package/i18n/tr-TR.properties +6 -2
- package/i18n/zh-CN.js +8 -2
- package/i18n/zh-CN.properties +6 -2
- package/i18n/zh-TW.js +8 -2
- package/i18n/zh-TW.properties +6 -2
- package/package.json +1 -1
- package/src/api/Metadata.js +110 -12
- package/src/api/__tests__/Metadata.test.js +120 -0
- package/src/elements/common/__tests__/withBlueprintModernization.test.tsx +91 -0
- package/src/elements/common/messages.js +25 -0
- package/src/elements/common/withBlueprintModernization.tsx +24 -0
- package/src/elements/content-explorer/Content.tsx +1 -0
- package/src/elements/content-explorer/ContentExplorer.tsx +224 -182
- package/src/elements/content-explorer/MetadataQueryAPIHelper.ts +89 -4
- package/src/elements/content-explorer/MetadataSidePanel.tsx +55 -14
- package/src/elements/content-explorer/MetadataViewContainer.tsx +61 -1
- package/src/elements/content-explorer/__tests__/ContentExplorer.test.tsx +36 -2
- package/src/elements/content-explorer/__tests__/MetadataQueryAPIHelper.test.ts +8 -5
- package/src/elements/content-explorer/__tests__/MetadataSidePanel.test.tsx +145 -3
- package/src/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +6 -0
- package/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.tsx +54 -8
- package/src/elements/content-explorer/utils.ts +150 -13
- package/src/elements/content-picker/ContentPicker.js +4 -1
- package/src/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +6 -0
- package/src/elements/content-preview/ContentPreview.js +3 -0
- package/src/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +7 -1
- package/src/elements/content-sharing/ContentSharing.js +4 -1
- package/src/elements/content-sidebar/ContentSidebar.js +3 -0
- package/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.tsx +6 -0
- package/src/elements/content-uploader/ContentUploader.tsx +3 -1
- package/src/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +6 -0
- package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
- package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.tsx +55 -0
- package/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.tsx +105 -0
- package/src/features/classification/applied-by-ai-classification-reason/messages.ts +18 -0
- package/src/features/classification/types.ts +7 -0
package/i18n/ja-JP.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "キャンセル",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "コメントを入力",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "投稿",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "タイムスタンプ付きでコメントする",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "コメントを入力",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "オリジナルを表示",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "対応済み",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "この画像を表示できません。",
|
|
292
292
|
"be.messageCenter.product": "製品",
|
|
293
293
|
"be.messageCenter.title": "最新情報",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "修正日: {date}",
|
|
295
297
|
"be.modifiedDateBy": "更新日: {date}、更新者: {name}",
|
|
296
298
|
"be.moreOptions": "その他のオプション",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "名前: A → Z",
|
|
298
301
|
"be.nameDESC": "名前: Z → A",
|
|
299
302
|
"be.nameDate": "{date}、更新者: {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "このスキルの実行中またはデータの取得中に問題が発生しました。",
|
|
418
421
|
"be.sort": "並べ替え",
|
|
419
422
|
"be.statusSkill": "ステータス",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "今日",
|
|
421
425
|
"be.topicsSkill": "トピック",
|
|
422
426
|
"be.transcriptEdit": "編集するセクションをクリックします。",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "その他",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "情報",
|
|
485
489
|
"boxui.classification.add": "追加",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "分類",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "濃い青",
|
|
488
494
|
"boxui.classification.classificationGreen": "緑",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "ショートカットのみ",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "表示とダウンロード",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "表示のみ",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "一括操作",
|
|
917
923
|
"boxui.subHeader.metadata": "メタデータ",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "必須フィールドです。HH:MM AM/PM形式で時間を入力してください。",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "時間の形式が無効です。HH:MM AM/PM形式で時間を入力してください。",
|
package/i18n/ja-JP.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = コメントを入力
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = 投稿
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = タイムスタンプ付きでコメントする
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = コメントを入力
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = その他
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = 情報
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = 追加
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = 分類
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = 表示とダウンロード
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = 表示のみ
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = 一括操作
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = メタデータ
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/ko-KR.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "취소",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "코멘트 작성",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "게시",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "타임스탬프가 있는 코멘트",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "코멘트 작성",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "원본 표시",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "해결됨",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "죄송합니다. 이 이미지를 표시하는 중 문제가 발생했습니다.",
|
|
292
292
|
"be.messageCenter.product": "제품",
|
|
293
293
|
"be.messageCenter.title": "새 소식",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "{date}에 수정",
|
|
295
297
|
"be.modifiedDateBy": "{date}에 {name} 님이 수정",
|
|
296
298
|
"be.moreOptions": "추가 옵션",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "이름: A → Z",
|
|
298
301
|
"be.nameDESC": "이름: Z → A",
|
|
299
302
|
"be.nameDate": "{date}, {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "이 스킬을 실행하는 중 또는 해당 데이터를 가져오는 중 문제가 발생했습니다.",
|
|
418
421
|
"be.sort": "정렬",
|
|
419
422
|
"be.statusSkill": "상태",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "오늘",
|
|
421
425
|
"be.topicsSkill": "주제",
|
|
422
426
|
"be.transcriptEdit": "편집할 섹션을 클릭하십시오.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "더 보기",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "정보",
|
|
485
489
|
"boxui.classification.add": "추가",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "분류",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "진한 파란색",
|
|
488
494
|
"boxui.classification.classificationGreen": "녹색",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "바로 가기 전용",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "보기 및 다운로드",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "보기 전용",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "일괄 작업",
|
|
917
923
|
"boxui.subHeader.metadata": "메타데이터",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "필수 필드입니다. HH:MM A 형식으로 시간을 입력하십시오.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "올바르지 않은 시간 형식입니다. HH:MM A 형식으로 시간을 입력하십시오.",
|
package/i18n/ko-KR.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = 코멘트 작성
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = 게시
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = 타임스탬프가 있는 코멘트
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = 코멘트 작성
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = 더 보기
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = 정보
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = 추가
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = 분류
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = 보기 및 다운로드
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = 보기 전용
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = 일괄 작업
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = 메타데이터
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/nb-NO.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Avbryt",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Skriv en kommentar",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Legg inn",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Kommentar med tidsstempel",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Skriv en kommentar",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Vis opprinnelig",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Løst",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Beklager, vi har problemer med å vise dette bildet.",
|
|
292
292
|
"be.messageCenter.product": "Produkt",
|
|
293
293
|
"be.messageCenter.title": "Nytt",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Endret {date}",
|
|
295
297
|
"be.modifiedDateBy": "Endret {date} av {name}",
|
|
296
298
|
"be.moreOptions": "Flere alternativer",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Navn: A → Å",
|
|
298
301
|
"be.nameDESC": "Navn: Å → A",
|
|
299
302
|
"be.nameDate": "{date} av {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Kan ikke kjøre denne ferdigheten eller hente dataene for den.",
|
|
418
421
|
"be.sort": "Sorter",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "i dag",
|
|
421
425
|
"be.topicsSkill": "Emner",
|
|
422
426
|
"be.transcriptEdit": "Klikk på en del for å redigere den.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Mer",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Informasjon",
|
|
485
489
|
"boxui.classification.add": "Legg til",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Klassifisering",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Mørkeblå",
|
|
488
494
|
"boxui.classification.classificationGreen": "Grønn",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Bare snarvei",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Vise og laste ned",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Bare vis",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Samlehandlinger",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadata",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Obligatorisk felt. Oppgi klokkeslettet i formatet TT.MM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Ugyldig tidsformat. Oppgi klokkeslettet i formatet HH:MM A.",
|
package/i18n/nb-NO.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Skriv en kommentar
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Legg inn
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Kommentar med tidsstempel
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Skriv en kommentar
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mer
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Informasjon
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Legg til
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Klassifisering
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Vise og laste ned
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Bare vis
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Samlehandlinger
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadata
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/nl-NL.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Annuleren",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Een opmerking schrijven",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Plaatsen",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Opmerking met tijdstempel",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Een opmerking schrijven",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Origineel tonen",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Opgelost",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Er zijn problemen met het weergeven van deze afbeelding.",
|
|
292
292
|
"be.messageCenter.product": "Product",
|
|
293
293
|
"be.messageCenter.title": "Nieuwe functies",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Gewijzigd op: {date}",
|
|
295
297
|
"be.modifiedDateBy": "Gewijzigd op {date} door {name}",
|
|
296
298
|
"be.moreOptions": "Meer opties",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Naam: A → Z",
|
|
298
301
|
"be.nameDESC": "Naam: Z → A",
|
|
299
302
|
"be.nameDate": "{date} door {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Er is iets fout gegaan met deze skill of het ophalen van de gegevens.",
|
|
418
421
|
"be.sort": "Sorteren",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "vandaag",
|
|
421
425
|
"be.topicsSkill": "Onderwerpen",
|
|
422
426
|
"be.transcriptEdit": "Klik op een sectie om deze te bewerken.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Meer",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Toevoegen",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classificatie",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Donkerblauw",
|
|
488
494
|
"boxui.classification.classificationGreen": "Groen",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Alleen snelkoppeling",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Bekijken en downloaden",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Alleen bekijken",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulkacties",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadata",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Vereist veld. Voer een tijd in de notatie UU:MM in.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Ongeldige tijdnotatie. Voer een tijd in de notatie UU:MM in.",
|
package/i18n/nl-NL.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Een opmerking schrijve
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Plaatsen
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Opmerking met tijdstempel
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Een opmerking schrijven
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Meer
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Info
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Toevoegen
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Classificatie
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Bekijken en downloaden
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Alleen bekijken
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Bulkacties
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadata
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/pl-PL.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Anuluj",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Napisz komentarz",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Opublikuj",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Komentarz ze znacznikiem czasu",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Napisz komentarz",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Pokaż oryginalny",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Rozwiązany",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Przepraszamy, występują problemy z wyświetlaniem tego obrazu.",
|
|
292
292
|
"be.messageCenter.product": "Produkt",
|
|
293
293
|
"be.messageCenter.title": "Co nowego",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Ostatnia modyfikacja: {date}",
|
|
295
297
|
"be.modifiedDateBy": "Zmieniono {date} przez użytkownika {name}",
|
|
296
298
|
"be.moreOptions": "Więcej opcji",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nazwa: A → Z",
|
|
298
301
|
"be.nameDESC": "Nazwa: Z → A",
|
|
299
302
|
"be.nameDate": "{date} przez użytkownika {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Podczas uruchamiania umiejętności lub pobierania danych wystąpił błąd.",
|
|
418
421
|
"be.sort": "Sortuj",
|
|
419
422
|
"be.statusSkill": "Stan",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "dziś",
|
|
421
425
|
"be.topicsSkill": "Tematy",
|
|
422
426
|
"be.transcriptEdit": "Kliknij dowolną sekcję, aby edytować.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Więcej",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Informacje",
|
|
485
489
|
"boxui.classification.add": "Dodaj",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Klasyfikacja",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Ciemnoniebieski",
|
|
488
494
|
"boxui.classification.classificationGreen": "Zielony",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Tylko skrót",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Przeglądanie i pobieranie",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Tylko przeglądanie",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Działania zbiorcze",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadane",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Pole wymagane. Wprowadź godzinę w formacie GG:MM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Nieprawidłowy format godziny. Wprowadź godzinę w formacie GG:MM.",
|
package/i18n/pl-PL.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Napisz komentarz
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Opublikuj
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Komentarz ze znacznikiem czasu
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Napisz komentarz
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Więcej
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Informacje
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Dodaj
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Klasyfikacja
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Przeglądanie i pobieranie
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Tylko przeglądanie
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Działania zbiorcze
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadane
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/pt-BR.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Cancelar",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Escrever um comentário",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Publicar",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comentário com registro de horário",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Escrever um comentário",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Mostrar original",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Solucionado",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Lamentamos, mas estamos com problemas para exibir esta imagem.",
|
|
292
292
|
"be.messageCenter.product": "Produto",
|
|
293
293
|
"be.messageCenter.title": "Novidades",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Alterado em {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modificado em {date} por {name}",
|
|
296
298
|
"be.moreOptions": "Mais opções",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nome: A → Z",
|
|
298
301
|
"be.nameDESC": "Nome: Z → A",
|
|
299
302
|
"be.nameDate": "{date} por {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Ocorreu um erro ao executar esta habilidade ou ao obter esses dados.",
|
|
418
421
|
"be.sort": "Classificar",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "hoje",
|
|
421
425
|
"be.topicsSkill": "Tópicos",
|
|
422
426
|
"be.transcriptEdit": "Clique em qualquer seção para editar.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Mais",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Informações",
|
|
485
489
|
"boxui.classification.add": "Adicionar",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classificação",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Azul escuro",
|
|
488
494
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Apenas atalho",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Visualização e download",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Apenas visualização",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Ações em lote",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadados",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Campo obrigatório. Informe uma hora no formato HH:MM AM/PM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Formato de hora inválido. Informe uma hora no formato HH:MM A.",
|
package/i18n/pt-BR.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Escrever um comentári
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Publicar
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comentário com registro de horário
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Escrever um comentário
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mais
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Informações
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Adicionar
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Classificação
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visualização e download
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Apenas visualização
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Ações em lote
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadados
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/ru-RU.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Отмена",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Оставьте комментарий",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Отправить",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Комментарий с меткой времени",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Оставьте комментарий",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Показать оригинал",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Решено",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Не удается показать это изображение.",
|
|
292
292
|
"be.messageCenter.product": "Продукт",
|
|
293
293
|
"be.messageCenter.title": "Новые возможности",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Изменено: {date}",
|
|
295
297
|
"be.modifiedDateBy": "Изменено {date} пользователем {name}",
|
|
296
298
|
"be.moreOptions": "Дополнительные параметры",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Имя: А → Я",
|
|
298
301
|
"be.nameDESC": "Имя: Я → А",
|
|
299
302
|
"be.nameDate": "{date} пользователем {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Произошла ошибка при запуске этого навыка или получении его данных.",
|
|
418
421
|
"be.sort": "Сортировать",
|
|
419
422
|
"be.statusSkill": "Статус",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "сегодня",
|
|
421
425
|
"be.topicsSkill": "Темы",
|
|
422
426
|
"be.transcriptEdit": "Нажмите на любой раздел для изменения.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Дополнительно",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Информация",
|
|
485
489
|
"boxui.classification.add": "Добавить",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "ИИ Box",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Классификация",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Темно-синий",
|
|
488
494
|
"boxui.classification.classificationGreen": "Зеленый",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Только ярлык",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Просмотр и скачивание",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Только просмотр",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Массовые действия",
|
|
917
923
|
"boxui.subHeader.metadata": "Метаданные",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Обязательное поле. Введите время в 12-часовом формате ЧЧ:ММ.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Неверный формат времени. Введите время в 12-часовом формате ЧЧ:ММ.",
|
package/i18n/ru-RU.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Оставьте ко
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Отправить
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Комментарий с меткой времени
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Оставьте комментарий
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Дополнительно
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Информация
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Добавить
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = ИИ Box
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Классификация
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Просмотр и скачивание
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Только просмотр
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Массовые действия
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Метаданные
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/sv-SE.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Avbryt",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Skriv en kommentar",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Publicera",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Kommentar med tidsstämpel",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Skriv en kommentar",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Visa original",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Löst",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Vi har tyvärr problem med att visa den här bilden.",
|
|
292
292
|
"be.messageCenter.product": "Produkt",
|
|
293
293
|
"be.messageCenter.title": "Nyheter",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Ändrad {date}",
|
|
295
297
|
"be.modifiedDateBy": "Ändrad {date} av {name}",
|
|
296
298
|
"be.moreOptions": "Fler alternativ",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Namn: A → Ö",
|
|
298
301
|
"be.nameDESC": "Namn: Ö → A",
|
|
299
302
|
"be.nameDate": "{date} av {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Något gick fel när funktionen kördes eller när dess data hämtades.",
|
|
418
421
|
"be.sort": "Sortera",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "idag",
|
|
421
425
|
"be.topicsSkill": "Ämnen",
|
|
422
426
|
"be.transcriptEdit": "Klicka på det avsnitt du vill redigera.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Mer",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Lägg till",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Klassificering",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Mörkblått",
|
|
488
494
|
"boxui.classification.classificationGreen": "Grön",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Endast genväg",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Visa och hämta",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Endast visning",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Massåtgärder",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadata",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Obligatoriskt fält. Ange en tid i formatet TT:MM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Ogiltigt tidsformat. Ange en tid i formatet TT:MM.",
|
package/i18n/sv-SE.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Skriv en kommentar
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Publicera
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Kommentar med tidsstämpel
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Skriv en kommentar
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mer
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Info
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Lägg till
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Klassificering
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visa och hämta
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Endast visning
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Massåtgärder
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadata
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|