box-ui-elements 23.3.0-beta.6 → 23.3.0-beta.7
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.css +1 -1
- package/dist/explorer.js +1 -1
- package/dist/preview.css +1 -1
- package/dist/preview.js +1 -1
- package/dist/sidebar.css +1 -1
- package/dist/sidebar.js +1 -1
- package/es/features/metadata-instance-editor/CascadePolicy.js +20 -2
- package/es/features/metadata-instance-editor/CascadePolicy.js.flow +27 -1
- package/es/features/metadata-instance-editor/CascadePolicy.js.map +1 -1
- package/es/features/metadata-instance-editor/CascadePolicy.scss +4 -0
- package/i18n/bn-IN.js +212 -212
- package/i18n/bn-IN.properties +10 -0
- package/i18n/da-DK.js +212 -212
- package/i18n/da-DK.properties +10 -0
- package/i18n/de-DE.js +212 -212
- package/i18n/de-DE.properties +10 -0
- package/i18n/en-AU.js +211 -211
- package/i18n/en-AU.properties +10 -0
- package/i18n/en-CA.js +211 -211
- package/i18n/en-CA.properties +10 -0
- package/i18n/en-GB.js +211 -211
- package/i18n/en-GB.properties +10 -0
- package/i18n/en-x-pseudo.js +1017 -1017
- package/i18n/en-x-pseudo.properties +1021 -1011
- package/i18n/es-419.js +212 -212
- package/i18n/es-419.properties +10 -0
- package/i18n/es-ES.js +212 -212
- package/i18n/es-ES.properties +10 -0
- package/i18n/fi-FI.js +212 -212
- package/i18n/fi-FI.properties +10 -0
- package/i18n/fr-CA.js +212 -212
- package/i18n/fr-CA.properties +10 -0
- package/i18n/fr-FR.js +212 -212
- package/i18n/fr-FR.properties +10 -0
- package/i18n/hi-IN.js +212 -212
- package/i18n/hi-IN.properties +10 -0
- package/i18n/it-IT.js +212 -212
- package/i18n/it-IT.properties +10 -0
- package/i18n/ja-JP.js +212 -212
- package/i18n/ja-JP.properties +10 -0
- package/i18n/ko-KR.js +212 -212
- package/i18n/ko-KR.properties +10 -0
- package/i18n/nb-NO.js +212 -212
- package/i18n/nb-NO.properties +10 -0
- package/i18n/nl-NL.js +212 -212
- package/i18n/nl-NL.properties +10 -0
- package/i18n/pl-PL.js +212 -212
- package/i18n/pl-PL.properties +10 -0
- package/i18n/pt-BR.js +212 -212
- package/i18n/pt-BR.properties +10 -0
- package/i18n/ru-RU.js +212 -212
- package/i18n/ru-RU.properties +10 -0
- package/i18n/sv-SE.js +212 -212
- package/i18n/sv-SE.properties +10 -0
- package/i18n/tr-TR.js +212 -212
- package/i18n/tr-TR.properties +10 -0
- package/i18n/zh-CN.js +212 -212
- package/i18n/zh-CN.properties +10 -0
- package/i18n/zh-TW.js +212 -212
- package/i18n/zh-TW.properties +10 -0
- package/package.json +1 -1
- package/src/features/metadata-instance-editor/CascadePolicy.js +27 -1
- package/src/features/metadata-instance-editor/CascadePolicy.scss +4 -0
- package/src/features/metadata-instance-editor/__tests__/CascadePolicy.test.js +7 -0
package/i18n/zh-TW.js
CHANGED
|
@@ -17,6 +17,9 @@ export default {
|
|
|
17
17
|
"be.activitySidebarFilter.status.tasks": "工作",
|
|
18
18
|
"be.add": "新增",
|
|
19
19
|
"be.additionalTab.blockedByShieldAccessPolicy": "受安全性原則影響,已封鎖此應用程式之使用。",
|
|
20
|
+
"be.annotationThread.errorDeleteAnnotation": "刪除此項目時發生錯誤。",
|
|
21
|
+
"be.annotationThread.errorEditAnnotation": "此註解無法修改。",
|
|
22
|
+
"be.annotattionThread.errorFetchAnnotation": "無法擷取註解。",
|
|
20
23
|
"be.api.appActivityDeleteErrorMessage": "刪除此項目時發生錯誤。",
|
|
21
24
|
"be.api.commentCreateConflictMessage": "此留言已存在。",
|
|
22
25
|
"be.api.commentCreateErrorMessage": "建立此留言時發生錯誤。",
|
|
@@ -228,6 +231,8 @@ export default {
|
|
|
228
231
|
"be.expand": "展開",
|
|
229
232
|
"be.externalFolder": "外部資料夾",
|
|
230
233
|
"be.faceSkill": "臉部",
|
|
234
|
+
"be.feedbackCtaText": "按一下以提供意見反應",
|
|
235
|
+
"be.feedbackFormDescription": "Beta 意見反應表單",
|
|
231
236
|
"be.file": "檔案",
|
|
232
237
|
"be.fileAccessStatsErrorHeaderMessage": "擷取存取統計資料時發生錯誤。",
|
|
233
238
|
"be.fileClassificationErrorHeaderMessage": "擷取分類時發生錯誤。",
|
|
@@ -276,6 +281,14 @@ export default {
|
|
|
276
281
|
"be.loading": "正在載入",
|
|
277
282
|
"be.logo": "標誌",
|
|
278
283
|
"be.max": "已達上限",
|
|
284
|
+
"be.messageCenter.all": "全部",
|
|
285
|
+
"be.messageCenter.boxEducation": "Box Education",
|
|
286
|
+
"be.messageCenter.errorFetchingPosts": "很抱歉,目前顯示貼文時發生問題。重新整理頁面也許會有幫助。",
|
|
287
|
+
"be.messageCenter.events": "事件",
|
|
288
|
+
"be.messageCenter.noPosts": "目前沒有此類別的貼文。",
|
|
289
|
+
"be.messageCenter.previewError": "很抱歉,顯示此影像時發生問題。",
|
|
290
|
+
"be.messageCenter.product": "產品",
|
|
291
|
+
"be.messageCenter.title": "新增內容",
|
|
279
292
|
"be.modifiedDate": "於 {date} 修改",
|
|
280
293
|
"be.modifiedDateBy": "{name} 於 {date} 修改",
|
|
281
294
|
"be.moreOptions": "更多選項",
|
|
@@ -463,6 +476,8 @@ export default {
|
|
|
463
476
|
"boxui.badges.upgrade": "升級",
|
|
464
477
|
"boxui.base.nextMonth": "下個月",
|
|
465
478
|
"boxui.base.previousMonth": "上個月",
|
|
479
|
+
"boxui.breadcrumb.breadcrumbLabel": "階層連結",
|
|
480
|
+
"boxui.categorySelector.label.more": "更多",
|
|
466
481
|
"boxui.checkboxTooltip.iconInfoText": "資訊",
|
|
467
482
|
"boxui.classification.add": "新增",
|
|
468
483
|
"boxui.classification.classification": "分類",
|
|
@@ -486,6 +501,8 @@ export default {
|
|
|
486
501
|
"boxui.collaboratorAvatars.collaborators.externalCollabTooltipText": "{email} 並非您公司的人員",
|
|
487
502
|
"boxui.collaboratorAvatars.manageAllLinkText": "管理全部",
|
|
488
503
|
"boxui.collaboratorAvatars.viewAdditionalPeopleText": "檢視其他人員",
|
|
504
|
+
"boxui.collapsiblesidebar.collapseBtnLabel": "摺疊",
|
|
505
|
+
"boxui.collapsiblesidebar.expandBtnLabel": "展開",
|
|
489
506
|
"boxui.contentAnswers.contentAnswersTitle": "Box AI",
|
|
490
507
|
"boxui.contentAnswers.defaultTooltip": "使用 Box AI 即時找到此文件的答案",
|
|
491
508
|
"boxui.contentAnswers.disabledTooltipFileNotCompatible": "Box AI 目前不支援此檔案類型",
|
|
@@ -501,15 +518,55 @@ export default {
|
|
|
501
518
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "您可以在試算表中詢問 BoxAI 簡單和複雜的問題:總計數、平均數、進階比較、趨勢分析等。 今天試用一下!",
|
|
502
519
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "試算表支援最適合文字密集型檔案",
|
|
503
520
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "試算表支援通知橫幅",
|
|
521
|
+
"boxui.contentExplorer.breadcrumb": "階層連結",
|
|
522
|
+
"boxui.contentExplorer.cancel": "取消",
|
|
523
|
+
"boxui.contentExplorer.choose": "選擇",
|
|
524
|
+
"boxui.contentExplorer.clickToGoBack": "按一下即可返回",
|
|
525
|
+
"boxui.contentExplorer.clickToViewPath": "按一下即可檢視路徑",
|
|
526
|
+
"boxui.contentExplorer.copy": "複製",
|
|
527
|
+
"boxui.contentExplorer.emptyFolder": "此資料夾沒有任何子資料夾。",
|
|
528
|
+
"boxui.contentExplorer.emptySearch": "很抱歉,我們找不到您尋找的內容。",
|
|
529
|
+
"boxui.contentExplorer.filepath": "檔案路徑",
|
|
530
|
+
"boxui.contentExplorer.folderTreeBreadcrumbsText": "{folderName} ({totalItems})",
|
|
531
|
+
"boxui.contentExplorer.includeSubfolders": "包含子資料夾",
|
|
532
|
+
"boxui.contentExplorer.infoNoticeIconAriaLabel": "資訊圖示",
|
|
533
|
+
"boxui.contentExplorer.move": "移動",
|
|
534
|
+
"boxui.contentExplorer.name": "名稱",
|
|
535
|
+
"boxui.contentExplorer.newFolder": "新資料夾",
|
|
536
|
+
"boxui.contentExplorer.numFoldersSelected": "{numSelected, plural, =0 {0 個資料夾已選擇} other {個資料夾已選擇}}",
|
|
537
|
+
"boxui.contentExplorer.numItemsSelected": "{numSelected, plural, =0 {0 個項目已選擇} other {# 個項目已選擇}}",
|
|
538
|
+
"boxui.contentExplorer.numSelected": "已選擇 {numSelected} 個",
|
|
539
|
+
"boxui.contentExplorer.result": "{itemsCount} 個結果",
|
|
540
|
+
"boxui.contentExplorer.results": "{itemsCount} 個結果",
|
|
541
|
+
"boxui.contentExplorer.searchPlaceholder": "搜尋",
|
|
542
|
+
"boxui.contentExplorer.searchResults": "搜尋結果",
|
|
543
|
+
"boxui.contentExplorer.selectAll": "全選",
|
|
544
|
+
"boxui.contentExplorer.selectItem": "選擇{name}",
|
|
545
|
+
"boxui.contentexplorer.newFolder.forbidden": "您沒有在此處建立資料夾的權限。",
|
|
504
546
|
"boxui.core.cancel": "取消",
|
|
505
547
|
"boxui.core.close": "關閉",
|
|
506
548
|
"boxui.core.copied": "已複製",
|
|
507
549
|
"boxui.core.copy": "複製",
|
|
508
550
|
"boxui.core.done": "完成",
|
|
509
551
|
"boxui.core.guidetooltip.navigation": "{currentStepIndex}/{totalNumSteps}",
|
|
552
|
+
"boxui.core.hotkeys.altKey": "Alt",
|
|
553
|
+
"boxui.core.hotkeys.ctrlKey": "Ctrl",
|
|
554
|
+
"boxui.core.hotkeys.enterKey": "Enter",
|
|
555
|
+
"boxui.core.hotkeys.escKey": "Esc",
|
|
556
|
+
"boxui.core.hotkeys.hotkeyModalTitle": "鍵盤快速鍵",
|
|
557
|
+
"boxui.core.hotkeys.hotkeySequence": "先按下 {key1} 接著按下 {key2}",
|
|
558
|
+
"boxui.core.hotkeys.shiftKey": "Shift",
|
|
559
|
+
"boxui.core.hotkeys.spacebarKey": "空格鍵",
|
|
510
560
|
"boxui.core.okay": "確定",
|
|
511
561
|
"boxui.core.optional": "非必填",
|
|
512
562
|
"boxui.core.save": "儲存",
|
|
563
|
+
"boxui.core.selection.deselectAllDescription": "取消選擇所有項目",
|
|
564
|
+
"boxui.core.selection.downDescription": "選擇下一個項目",
|
|
565
|
+
"boxui.core.selection.selectAllDescription": "選擇所有項目",
|
|
566
|
+
"boxui.core.selection.shiftDownDescription": "將下一個項目新增到目前的選擇範圍中",
|
|
567
|
+
"boxui.core.selection.shiftUpDescription": "將上一個項目新增到目前的選擇範圍中",
|
|
568
|
+
"boxui.core.selection.shiftXDescription": "選擇目前項目",
|
|
569
|
+
"boxui.core.selection.upDescription": "選擇上一個項目",
|
|
513
570
|
"boxui.core.send": "傳送",
|
|
514
571
|
"boxui.datePicker.chooseDate": "選擇日期",
|
|
515
572
|
"boxui.datePicker.dateClearButton": "清除日期",
|
|
@@ -521,6 +578,12 @@ export default {
|
|
|
521
578
|
"boxui.draftjs.mentionSelector.startMention": "提及某人來通知該名人員",
|
|
522
579
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural,other {找到 {usersCount} 位使用者}}",
|
|
523
580
|
"boxui.errorMask.iconSadCloudText": "傷心的 Box 雲",
|
|
581
|
+
"boxui.features.VirtualizedTableRenderers.allFiles": "所有檔案",
|
|
582
|
+
"boxui.features.VirtualizedTableRenderers.anonymousUser": "匿名使用者",
|
|
583
|
+
"boxui.features.VirtualizedTableRenderers.externalFile": "外部檔案",
|
|
584
|
+
"boxui.features.VirtualizedTableRenderers.externalFolder": "外部資料夾",
|
|
585
|
+
"boxui.features.VirtualizedTableRenderers.lastModifiedBy": "{lastModified},修改者:{user}",
|
|
586
|
+
"boxui.features.VirtualizedTableRenderers.unknownUser": "不明的使用者",
|
|
524
587
|
"boxui.itemDetails.archived": "已封存",
|
|
525
588
|
"boxui.itemDetails.bookmarkExpiration": "此書籤將於下列日期刪除:{expiration}。",
|
|
526
589
|
"boxui.itemDetails.created": "建立時間",
|
|
@@ -543,7 +606,7 @@ export default {
|
|
|
543
606
|
"boxui.itemDetails.urlPlaceholder": "輸入有效的 URL",
|
|
544
607
|
"boxui.media.menuButtonArialLabel": "選項",
|
|
545
608
|
"boxui.metadataInstanceEditor.aiAutofillDescription": "Use Box AI to automatically extract metadata values.",
|
|
546
|
-
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "
|
|
609
|
+
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "詳細資訊",
|
|
547
610
|
"boxui.metadataInstanceEditor.aiAutofillNotice": "Enabling this feature may involve additional charges. Please review our {pricingLink} for more information.",
|
|
548
611
|
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "pricing details",
|
|
549
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "此範本中的所有屬性皆已隱藏。",
|
|
@@ -598,7 +661,57 @@ export default {
|
|
|
598
661
|
"boxui.metadataInstanceFields.invalidMetadataFieldType": "中繼資料欄位類型無效!",
|
|
599
662
|
"boxui.modalDialog.backModalText": "返回",
|
|
600
663
|
"boxui.modalDialog.closeModalText": "關閉強制回應",
|
|
664
|
+
"boxui.newFolderModal.cancel": "取消",
|
|
665
|
+
"boxui.newFolderModal.create": "建立",
|
|
666
|
+
"boxui.newFolderModal.folderName.label": "資料夾名稱",
|
|
667
|
+
"boxui.newFolderModal.folderName.placeholder": "我的新資料夾",
|
|
668
|
+
"boxui.newFolderModal.title": "在「{parentFolderName}」中建立新資料夾",
|
|
601
669
|
"boxui.notification.clearNotification": "清除通知",
|
|
670
|
+
"boxui.presence.accessedInTheLastMinute": "在不到一分鐘前進行檢視",
|
|
671
|
+
"boxui.presence.activeNow": "目前使用中",
|
|
672
|
+
"boxui.presence.commentedIntheLastMinute": "在不到一分鐘前留言",
|
|
673
|
+
"boxui.presence.getLinkButton": "取得連結",
|
|
674
|
+
"boxui.presence.inviteButton": "邀請人員",
|
|
675
|
+
"boxui.presence.modifiedIntheLastMinute": "在不到一分鐘前進行編輯",
|
|
676
|
+
"boxui.presence.previewPresenceFlyoutAccessStatsLink": "查看所有的活動",
|
|
677
|
+
"boxui.presence.previewPresenceFlyoutActivityCTA": "檢視最近的活動",
|
|
678
|
+
"boxui.presence.previewPresenceFlyoutCopy": "快速查看誰在此檔案上留言、編輯或檢視檔案。",
|
|
679
|
+
"boxui.presence.previewedIntheLastMinute": "在不到一分鐘前預覽",
|
|
680
|
+
"boxui.presence.recentActivity": "最近的活動",
|
|
681
|
+
"boxui.presence.timeSinceLastAccessed": "上次檢視:{timeAgo}",
|
|
682
|
+
"boxui.presence.timeSinceLastCommented": "上次留言:{timeAgo}",
|
|
683
|
+
"boxui.presence.timeSinceLastModified": "上次編輯:{timeAgo}",
|
|
684
|
+
"boxui.presence.timeSinceLastPreviewed": "上次預覽:{timeAgo}",
|
|
685
|
+
"boxui.presence.toggleButtonLabel": "最近的活動",
|
|
686
|
+
"boxui.queryBar.addFilterButtonText": "+ 新增篩選",
|
|
687
|
+
"boxui.queryBar.applyFiltersButtonText": "套用",
|
|
688
|
+
"boxui.queryBar.columnsButtonText": "欄",
|
|
689
|
+
"boxui.queryBar.columnsHiddenButtonText": "{count, plural, one {1 欄已隱藏} other {{count} 欄已隱藏}}",
|
|
690
|
+
"boxui.queryBar.connectorAndText": "AND",
|
|
691
|
+
"boxui.queryBar.connectorOrText": "OR",
|
|
692
|
+
"boxui.queryBar.connectorWhereText": "WHERE",
|
|
693
|
+
"boxui.queryBar.filtersButtonText": "修改篩選條件",
|
|
694
|
+
"boxui.queryBar.metadataViewTemplateListHeaderTitle": "中繼資料範本",
|
|
695
|
+
"boxui.queryBar.multipleFiltersButtonText": "{number} 個篩選條件",
|
|
696
|
+
"boxui.queryBar.noFiltersAppliedText": "未套用任何篩選條件",
|
|
697
|
+
"boxui.queryBar.noTemplatesText": "沒有範本可用",
|
|
698
|
+
"boxui.queryBar.selectValuePlaceholderText": "選擇值",
|
|
699
|
+
"boxui.queryBar.templatesButtonText": "選擇中繼資料",
|
|
700
|
+
"boxui.queryBar.templatesLoadingButtonText": "範本名稱",
|
|
701
|
+
"boxui.queryBar.tooltipEnterValueError": "請輸入值",
|
|
702
|
+
"boxui.queryBar.tooltipInvalidFloatError": "請輸入含小數之數字",
|
|
703
|
+
"boxui.queryBar.tooltipInvalidNumberError": "請輸入整數",
|
|
704
|
+
"boxui.queryBar.tooltipSelectDateError": "請選擇日期",
|
|
705
|
+
"boxui.queryBar.tooltipSelectValueError": "請選擇值",
|
|
706
|
+
"boxui.quickSearch.bookmark": "書籤",
|
|
707
|
+
"boxui.quickSearch.collaboratedFolder": "共同作業的資料夾",
|
|
708
|
+
"boxui.quickSearch.externalFolder": "外部資料夾",
|
|
709
|
+
"boxui.quickSearch.file": "檔案",
|
|
710
|
+
"boxui.quickSearch.parentFolder": "上層資料夾",
|
|
711
|
+
"boxui.quickSearch.personalFolder": "個人資料夾",
|
|
712
|
+
"boxui.quickSearch.updatedText": "{date, date, medium},更新者為 {user}",
|
|
713
|
+
"boxui.quickSearch.updatedTextToday": "今天,更新者為 {user}",
|
|
714
|
+
"boxui.quickSearch.updatedTextYesterday": "昨天,更新者為 {user}",
|
|
602
715
|
"boxui.readableTime.eventTime": "{time, date, medium}",
|
|
603
716
|
"boxui.readableTime.eventTimeDate": "{time, date, medium} {time, time, short}",
|
|
604
717
|
"boxui.readableTime.eventTimeDateShort": "{date} {time, time, short}",
|
|
@@ -608,6 +721,20 @@ export default {
|
|
|
608
721
|
"boxui.searchForm.clearButtonTitle": "清除",
|
|
609
722
|
"boxui.searchForm.searchButtonTitle": "搜尋",
|
|
610
723
|
"boxui.searchForm.searchLabel": "搜尋查詢",
|
|
724
|
+
"boxui.securityCloudGame.accessibilityInstructions": "基於安全考量,請將雲端對象拖曳到目標。您位於{row}乘{column}的網格上,其中包括一個可移動的雲端對象和目標區域。請按空白鍵抓取雲端對象、用方向鍵移動,再以空白鍵以丟棄目標。",
|
|
725
|
+
"boxui.securityCloudGame.cloudDropped": "已丟掉雲端對象。",
|
|
726
|
+
"boxui.securityCloudGame.cloudGrabbed": "已抓取雲端對象。",
|
|
727
|
+
"boxui.securityCloudGame.cloudObject": "雲端對象",
|
|
728
|
+
"boxui.securityCloudGame.currentPosition": "目前位置:行{row},列{column}。",
|
|
729
|
+
"boxui.securityCloudGame.instructions": "基於安全性考量,請將白雲拖曳到黑雲上。鍵盤使用者:請按空白鍵抓取雲、方向鍵做移動,最後再用空白鍵做丟棄。",
|
|
730
|
+
"boxui.securityCloudGame.reachBottomEdge": "已到達網格的底部邊緣。",
|
|
731
|
+
"boxui.securityCloudGame.reachLeftEdge": "已到達網格的左邊。",
|
|
732
|
+
"boxui.securityCloudGame.reachRightEdge": "已到達網格的右邊。",
|
|
733
|
+
"boxui.securityCloudGame.reachTopEdge": "已到達網格的頂邊。",
|
|
734
|
+
"boxui.securityCloudGame.success": "成功!",
|
|
735
|
+
"boxui.securityCloudGame.target": "目標",
|
|
736
|
+
"boxui.securityCloudGame.targetInRange": "目標範圍,您可以丟掉雲端對象。",
|
|
737
|
+
"boxui.securityCloudGame.targetPosition": "目標位置:行{row},列{column}。",
|
|
611
738
|
"boxui.securityControls.allAppNames": "所有應用程式:{appsList}",
|
|
612
739
|
"boxui.securityControls.allIntegrationNames": "所有的整合功能:{appsList}",
|
|
613
740
|
"boxui.securityControls.appDownloadBlacklist": "部分應用程式的下載功能受到限制:{appNames}",
|
|
@@ -669,11 +796,77 @@ export default {
|
|
|
669
796
|
"boxui.securityControls.webDownloadExternalOwnersEditors": "除了擁有者/共同擁有者/編輯者外,在網路上的下載功能受到限制。外部使用者亦受到相同限制。",
|
|
670
797
|
"boxui.securityControls.webDownloadOwners": "除了擁有者/共同擁有者外,在網路上的下載功能受到限制。",
|
|
671
798
|
"boxui.securityControls.webDownloadOwnersEditors": "除了擁有者/共同擁有者/編輯者外,在網路上的下載功能受到限制。",
|
|
799
|
+
"boxui.select.moreInfo": "更多資訊",
|
|
672
800
|
"boxui.selectField.clearAll": "全部清除",
|
|
673
801
|
"boxui.selectField.noResults": "無結果",
|
|
674
802
|
"boxui.selectField.searchPlaceholder": "搜尋",
|
|
803
|
+
"boxui.share.accessType": "存取類型",
|
|
804
|
+
"boxui.share.canEdit": "可編輯",
|
|
805
|
+
"boxui.share.canView": "可檢視",
|
|
806
|
+
"boxui.share.coownerLevelText": "共同擁有者",
|
|
807
|
+
"boxui.share.deleteTableHeaderText": "刪除",
|
|
808
|
+
"boxui.share.downloadTableHeaderText": "下載",
|
|
809
|
+
"boxui.share.editTableHeaderText": "編輯",
|
|
810
|
+
"boxui.share.editorLevelText": "編輯者",
|
|
811
|
+
"boxui.share.emailSharedLink": "電子郵件傳送共用連結",
|
|
812
|
+
"boxui.share.enterAtLeastOneEmail": "請輸入至少一個有效的電子郵件",
|
|
813
|
+
"boxui.share.getLinkTableHeaderText": "取得連結",
|
|
814
|
+
"boxui.share.groupLabel": "群組",
|
|
815
|
+
"boxui.share.inviteCollaboratorsModalCancelButton": "取消",
|
|
816
|
+
"boxui.share.inviteCollaboratorsModalSendInvites": "傳送邀請",
|
|
817
|
+
"boxui.share.inviteCollaboratorsModalTitle": "邀請加入 {itemName}",
|
|
818
|
+
"boxui.share.inviteFieldLabel": "邀請",
|
|
819
|
+
"boxui.share.inviteFileEditorsLabel": "邀請人員成為此檔案的編輯者。",
|
|
820
|
+
"boxui.share.inviteePermissionsFieldLabel": "受邀者權限",
|
|
821
|
+
"boxui.share.inviteePermissionsLearnMore": "詳細資訊",
|
|
822
|
+
"boxui.share.message": "訊息",
|
|
675
823
|
"boxui.share.messageSelectorPlaceholder": "新增訊息",
|
|
824
|
+
"boxui.share.ownerTableHeaderText": "擁有者",
|
|
825
|
+
"boxui.share.peopleInCompanyCanDownloadFile": "您公司中的任何人只要擁有連結,即可檢視和下載此檔案。",
|
|
826
|
+
"boxui.share.peopleInCompanyCanDownloadFolder": "您公司中的任何人只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
827
|
+
"boxui.share.peopleInCompanyCanEditFile": "您公司中的任何人只要擁有連結,即可編輯和下載此檔案。",
|
|
828
|
+
"boxui.share.peopleInCompanyCanViewFile": "您公司中的任何人只要擁有連結,即可檢視此檔案。",
|
|
829
|
+
"boxui.share.peopleInCompanyCanViewFolder": "您公司中的任何人只要擁有連結,即可檢視此資料夾。",
|
|
830
|
+
"boxui.share.peopleInEnterprise": "{enterpriseName} 中的人員",
|
|
831
|
+
"boxui.share.peopleInItemCanAccessFile": "檔案的任何共同作業者只要擁有連結,即可存取此檔案。",
|
|
832
|
+
"boxui.share.peopleInItemCanAccessFolder": "資料夾的任何共同作業者只要擁有連結,即可存取此資料夾。",
|
|
833
|
+
"boxui.share.peopleInItemCanDownloadFile": "此檔案的任何共同作業者只要擁有連結,即可下載此檔案。",
|
|
834
|
+
"boxui.share.peopleInItemCanDownloadFolder": "此資料夾的任何共同作業者只要擁有連結,即可下載此資料夾。",
|
|
835
|
+
"boxui.share.peopleInItemCanEditFile": "此檔案的任何共同作業者只要擁有連結,即可編輯此檔案並下載其內容。",
|
|
836
|
+
"boxui.share.peopleInItemCanPreviewAndDownloadFile": "此檔案的任何共同作業者只要擁有連結,即可檢視此檔案並下載其內容。",
|
|
837
|
+
"boxui.share.peopleInItemCanPreviewAndDownloadFolder": "此資料夾的任何共同作業者只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
838
|
+
"boxui.share.peopleInItemCanPreviewFile": "此檔案的任何共同作業者只要擁有連結,即可檢視此檔案。",
|
|
839
|
+
"boxui.share.peopleInItemCanPreviewFolder": "此資料夾的任何共同作業者只要擁有連結,即可檢視此資料夾。",
|
|
840
|
+
"boxui.share.peopleInSpecifiedCompanyCanDownloadFile": "{company} 中的任何人只要擁有連結,即可檢視和下載此檔案。",
|
|
841
|
+
"boxui.share.peopleInSpecifiedCompanyCanDownloadFolder": "{company} 中的任何人只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
842
|
+
"boxui.share.peopleInSpecifiedCompanyCanEditFile": "{company} 中的任何人只要擁有連結,即可編輯和下載此檔案。",
|
|
843
|
+
"boxui.share.peopleInSpecifiedCompanyCanViewFile": "{company} 中的任何人只要擁有連結,即可檢視此檔案。",
|
|
844
|
+
"boxui.share.peopleInSpecifiedCompanyCanViewFolder": "{company} 中的任何人只要擁有連結,即可檢視此資料夾。",
|
|
845
|
+
"boxui.share.peopleInThisFile": "共用檔案的人員",
|
|
846
|
+
"boxui.share.peopleInThisFolder": "共用資料夾的人員",
|
|
847
|
+
"boxui.share.peopleInYourCompany": "公司人員",
|
|
848
|
+
"boxui.share.peopleWithLinkCanDownloadFile": "任何人只要擁有連結,即可檢視和下載此檔案。",
|
|
849
|
+
"boxui.share.peopleWithLinkCanDownloadFolder": "任何人只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
850
|
+
"boxui.share.peopleWithLinkCanEditFile": "任何人只要擁有連結,即可編輯和下載此檔案。",
|
|
851
|
+
"boxui.share.peopleWithLinkCanViewFile": "任何人只要擁有連結,即可檢視此檔案。",
|
|
852
|
+
"boxui.share.peopleWithLinkCanViewFolder": "任何人只要擁有連結,即可檢視此資料夾。",
|
|
853
|
+
"boxui.share.peopleWithTheLink": "擁有連結的人員",
|
|
854
|
+
"boxui.share.permissionLevelsTableHeaderText": "權限等級",
|
|
855
|
+
"boxui.share.personalMessageLabel": "個人訊息",
|
|
676
856
|
"boxui.share.pillSelectorPlaceholder": "新增名稱或電子郵件地址",
|
|
857
|
+
"boxui.share.previewTableHeaderText": "預覽",
|
|
858
|
+
"boxui.share.previewerLevelText": "預覽者",
|
|
859
|
+
"boxui.share.previewerUploaderLevelText": "具預覽權限的上傳者",
|
|
860
|
+
"boxui.share.referAFriendBadgeText": "引介",
|
|
861
|
+
"boxui.share.referAFriendRewardCenterLinkText": "按一下這裡",
|
|
862
|
+
"boxui.share.referAFriendText": "想要免費使用 Box 一個月?現在就推薦朋友使用 Box!",
|
|
863
|
+
"boxui.share.removeLink": "移除連結",
|
|
864
|
+
"boxui.share.removeLinkConfirmationDescription": "這會永久移除共用的連結。若此項目已內嵌於其他網站,該些網站亦將無法存取此項目。系統也會移除所有自訂屬性、設定及到期日。您是否要繼續?",
|
|
865
|
+
"boxui.share.removeLinkConfirmationTitle": "移除共用的連結",
|
|
866
|
+
"boxui.share.settingsButtonLabel": "開啟「共用的連結設定」快顯視窗",
|
|
867
|
+
"boxui.share.sharedLinkExpirationTooltip": "此連結將於 {expiration, date, long} 到期",
|
|
868
|
+
"boxui.share.sharedLinkLabel": "共用的連結",
|
|
869
|
+
"boxui.share.sharedLinkModalTitle": "{itemName} 的共用連結",
|
|
677
870
|
"boxui.share.sharedLinkSettings.accessLevel.inCompanyView": "此內容提供給您公司中擁有此連結的任何人檢視。",
|
|
678
871
|
"boxui.share.sharedLinkSettings.accessLevel.inCompanyViewDownload": "此內容提供給您公司中擁有此連結的任何人檢視或下載。",
|
|
679
872
|
"boxui.share.sharedLinkSettings.accessLevel.inItem": "此內容提供給擁有此連結的受邀共同作業者。",
|
|
@@ -699,7 +892,24 @@ export default {
|
|
|
699
892
|
"boxui.share.sharedLinkSettings.vanityNamePlaceholder": "輸入自訂路徑 (12 或更多個字元)",
|
|
700
893
|
"boxui.share.sharedLinkSettings.vanityURLWarning": "在共用機密內容時不應使用自訂 URL。",
|
|
701
894
|
"boxui.share.sharedLinkURLLabel": "URL",
|
|
895
|
+
"boxui.share.upgradeGetMoreAccessControls": "取得更多存取控制功能",
|
|
896
|
+
"boxui.share.uploadTableHeaderText": "上傳",
|
|
897
|
+
"boxui.share.uploaderLevelText": "上傳者",
|
|
702
898
|
"boxui.share.vanityURLEnableText": "以自訂非私人 URL 廣泛發佈內容",
|
|
899
|
+
"boxui.share.viewerLevelText": "檢視者",
|
|
900
|
+
"boxui.share.viewerUploaderLevelText": "具檢視權限的上傳者",
|
|
901
|
+
"boxui.shareMenu.downloadOnly": "僅限下載",
|
|
902
|
+
"boxui.shareMenu.editAndComment": "編輯與留言",
|
|
903
|
+
"boxui.shareMenu.getSharedLink": "取得共用的連結",
|
|
904
|
+
"boxui.shareMenu.insufficientPermissionsMenuOption": "共用權限不足。請連絡資料夾擁有者。",
|
|
905
|
+
"boxui.shareMenu.insufficientPermissionsTooltip": "您的權限不足,無法邀請共同作業者。",
|
|
906
|
+
"boxui.shareMenu.inviteCollabs": "邀請共同作業者",
|
|
907
|
+
"boxui.shareMenu.ownerCoownerOnlyTooltip": "您的權限不足,無法邀請共同作業者。只有擁有者及共同擁有者可以邀請共同作業者。",
|
|
908
|
+
"boxui.shareMenu.shortcutOnly": "僅捷徑",
|
|
909
|
+
"boxui.shareMenu.viewAndDownload": "檢視與下載",
|
|
910
|
+
"boxui.shareMenu.viewOnly": "僅檢視",
|
|
911
|
+
"boxui.timeInput.emptyTimeError": "必填欄位。請以「上午 時時:分分」的格式輸入時間。",
|
|
912
|
+
"boxui.timeInput.invalidTimeError": "無效的時間格式。請以「上午 時時:分分」的格式輸入時間。",
|
|
703
913
|
"boxui.unifiedShare.collabAccess": "共同作業者存取",
|
|
704
914
|
"boxui.unifiedShare.collaboration.groupCollabText": "群組",
|
|
705
915
|
"boxui.unifiedShare.collaboration.userCollabText": "使用者",
|
|
@@ -812,215 +1022,5 @@ export default {
|
|
|
812
1022
|
"boxui.validation.invalidUserError": "使用者無效",
|
|
813
1023
|
"boxui.validation.requiredError": "必填欄位",
|
|
814
1024
|
"boxui.validation.tooLongError": "不可輸入超過 {max} 個字元",
|
|
815
|
-
"boxui.validation.tooShortError": "必須至少輸入 {min} 個字元"
|
|
816
|
-
"be.annotationThread.errorDeleteAnnotation": "刪除此項目時發生錯誤。",
|
|
817
|
-
"be.annotationThread.errorEditAnnotation": "此註解無法修改。",
|
|
818
|
-
"be.annotattionThread.errorFetchAnnotation": "無法擷取註解。",
|
|
819
|
-
"be.feedbackCtaText": "按一下以提供意見反應",
|
|
820
|
-
"be.feedbackFormDescription": "Beta 意見反應表單",
|
|
821
|
-
"be.messageCenter.all": "全部",
|
|
822
|
-
"be.messageCenter.boxEducation": "Box Education",
|
|
823
|
-
"be.messageCenter.errorFetchingPosts": "很抱歉,目前顯示貼文時發生問題。重新整理頁面也許會有幫助。",
|
|
824
|
-
"be.messageCenter.events": "事件",
|
|
825
|
-
"be.messageCenter.noPosts": "目前沒有此類別的貼文。",
|
|
826
|
-
"be.messageCenter.previewError": "很抱歉,顯示此影像時發生問題。",
|
|
827
|
-
"be.messageCenter.product": "產品",
|
|
828
|
-
"be.messageCenter.title": "新增內容",
|
|
829
|
-
"boxui.breadcrumb.breadcrumbLabel": "階層連結",
|
|
830
|
-
"boxui.categorySelector.label.more": "更多",
|
|
831
|
-
"boxui.collapsiblesidebar.collapseBtnLabel": "摺疊",
|
|
832
|
-
"boxui.collapsiblesidebar.expandBtnLabel": "展開",
|
|
833
|
-
"boxui.contentExplorer.breadcrumb": "階層連結",
|
|
834
|
-
"boxui.contentExplorer.cancel": "取消",
|
|
835
|
-
"boxui.contentExplorer.choose": "選擇",
|
|
836
|
-
"boxui.contentExplorer.clickToGoBack": "按一下即可返回",
|
|
837
|
-
"boxui.contentExplorer.clickToViewPath": "按一下即可檢視路徑",
|
|
838
|
-
"boxui.contentExplorer.copy": "複製",
|
|
839
|
-
"boxui.contentExplorer.emptyFolder": "此資料夾沒有任何子資料夾。",
|
|
840
|
-
"boxui.contentExplorer.emptySearch": "很抱歉,我們找不到您尋找的內容。",
|
|
841
|
-
"boxui.contentExplorer.filepath": "檔案路徑",
|
|
842
|
-
"boxui.contentExplorer.folderTreeBreadcrumbsText": "{folderName} ({totalItems})",
|
|
843
|
-
"boxui.contentExplorer.includeSubfolders": "包含子資料夾",
|
|
844
|
-
"boxui.contentExplorer.infoNoticeIconAriaLabel": "資訊圖示",
|
|
845
|
-
"boxui.contentExplorer.move": "移動",
|
|
846
|
-
"boxui.contentExplorer.name": "名稱",
|
|
847
|
-
"boxui.contentExplorer.newFolder": "新資料夾",
|
|
848
|
-
"boxui.contentExplorer.numFoldersSelected": "{numSelected, plural, =0 {0 個資料夾已選擇} other {個資料夾已選擇}}",
|
|
849
|
-
"boxui.contentExplorer.numItemsSelected": "{numSelected, plural, =0 {0 個項目已選擇} other {# 個項目已選擇}}",
|
|
850
|
-
"boxui.contentExplorer.numSelected": "已選擇 {numSelected} 個",
|
|
851
|
-
"boxui.contentExplorer.result": "{itemsCount} 個結果",
|
|
852
|
-
"boxui.contentExplorer.results": "{itemsCount} 個結果",
|
|
853
|
-
"boxui.contentExplorer.searchPlaceholder": "搜尋",
|
|
854
|
-
"boxui.contentExplorer.searchResults": "搜尋結果",
|
|
855
|
-
"boxui.contentExplorer.selectAll": "全選",
|
|
856
|
-
"boxui.contentExplorer.selectItem": "選擇{name}",
|
|
857
|
-
"boxui.contentexplorer.newFolder.forbidden": "您沒有在此處建立資料夾的權限。",
|
|
858
|
-
"boxui.core.hotkeys.altKey": "Alt",
|
|
859
|
-
"boxui.core.hotkeys.ctrlKey": "Ctrl",
|
|
860
|
-
"boxui.core.hotkeys.enterKey": "Enter",
|
|
861
|
-
"boxui.core.hotkeys.escKey": "Esc",
|
|
862
|
-
"boxui.core.hotkeys.hotkeyModalTitle": "鍵盤快速鍵",
|
|
863
|
-
"boxui.core.hotkeys.hotkeySequence": "先按下 {key1} 接著按下 {key2}",
|
|
864
|
-
"boxui.core.hotkeys.shiftKey": "Shift",
|
|
865
|
-
"boxui.core.hotkeys.spacebarKey": "空格鍵",
|
|
866
|
-
"boxui.core.selection.deselectAllDescription": "取消選擇所有項目",
|
|
867
|
-
"boxui.core.selection.downDescription": "選擇下一個項目",
|
|
868
|
-
"boxui.core.selection.selectAllDescription": "選擇所有項目",
|
|
869
|
-
"boxui.core.selection.shiftDownDescription": "將下一個項目新增到目前的選擇範圍中",
|
|
870
|
-
"boxui.core.selection.shiftUpDescription": "將上一個項目新增到目前的選擇範圍中",
|
|
871
|
-
"boxui.core.selection.shiftXDescription": "選擇目前項目",
|
|
872
|
-
"boxui.core.selection.upDescription": "選擇上一個項目",
|
|
873
|
-
"boxui.features.VirtualizedTableRenderers.allFiles": "所有檔案",
|
|
874
|
-
"boxui.features.VirtualizedTableRenderers.anonymousUser": "匿名使用者",
|
|
875
|
-
"boxui.features.VirtualizedTableRenderers.externalFile": "外部檔案",
|
|
876
|
-
"boxui.features.VirtualizedTableRenderers.externalFolder": "外部資料夾",
|
|
877
|
-
"boxui.features.VirtualizedTableRenderers.lastModifiedBy": "{lastModified},修改者:{user}",
|
|
878
|
-
"boxui.features.VirtualizedTableRenderers.unknownUser": "不明的使用者",
|
|
879
|
-
"boxui.newFolderModal.cancel": "取消",
|
|
880
|
-
"boxui.newFolderModal.create": "建立",
|
|
881
|
-
"boxui.newFolderModal.folderName.label": "資料夾名稱",
|
|
882
|
-
"boxui.newFolderModal.folderName.placeholder": "我的新資料夾",
|
|
883
|
-
"boxui.newFolderModal.title": "在「{parentFolderName}」中建立新資料夾",
|
|
884
|
-
"boxui.presence.accessedInTheLastMinute": "在不到一分鐘前進行檢視",
|
|
885
|
-
"boxui.presence.activeNow": "目前使用中",
|
|
886
|
-
"boxui.presence.commentedIntheLastMinute": "在不到一分鐘前留言",
|
|
887
|
-
"boxui.presence.getLinkButton": "取得連結",
|
|
888
|
-
"boxui.presence.inviteButton": "邀請人員",
|
|
889
|
-
"boxui.presence.modifiedIntheLastMinute": "在不到一分鐘前進行編輯",
|
|
890
|
-
"boxui.presence.previewPresenceFlyoutAccessStatsLink": "查看所有的活動",
|
|
891
|
-
"boxui.presence.previewPresenceFlyoutActivityCTA": "檢視最近的活動",
|
|
892
|
-
"boxui.presence.previewPresenceFlyoutCopy": "快速查看誰在此檔案上留言、編輯或檢視檔案。",
|
|
893
|
-
"boxui.presence.previewedIntheLastMinute": "在不到一分鐘前預覽",
|
|
894
|
-
"boxui.presence.recentActivity": "最近的活動",
|
|
895
|
-
"boxui.presence.timeSinceLastAccessed": "上次檢視:{timeAgo}",
|
|
896
|
-
"boxui.presence.timeSinceLastCommented": "上次留言:{timeAgo}",
|
|
897
|
-
"boxui.presence.timeSinceLastModified": "上次編輯:{timeAgo}",
|
|
898
|
-
"boxui.presence.timeSinceLastPreviewed": "上次預覽:{timeAgo}",
|
|
899
|
-
"boxui.presence.toggleButtonLabel": "最近的活動",
|
|
900
|
-
"boxui.queryBar.addFilterButtonText": "+ 新增篩選",
|
|
901
|
-
"boxui.queryBar.applyFiltersButtonText": "套用",
|
|
902
|
-
"boxui.queryBar.columnsButtonText": "欄",
|
|
903
|
-
"boxui.queryBar.columnsHiddenButtonText": "{count, plural, one {1 欄已隱藏} other {{count} 欄已隱藏}}",
|
|
904
|
-
"boxui.queryBar.connectorAndText": "AND",
|
|
905
|
-
"boxui.queryBar.connectorOrText": "OR",
|
|
906
|
-
"boxui.queryBar.connectorWhereText": "WHERE",
|
|
907
|
-
"boxui.queryBar.filtersButtonText": "修改篩選條件",
|
|
908
|
-
"boxui.queryBar.metadataViewTemplateListHeaderTitle": "中繼資料範本",
|
|
909
|
-
"boxui.queryBar.multipleFiltersButtonText": "{number} 個篩選條件",
|
|
910
|
-
"boxui.queryBar.noFiltersAppliedText": "未套用任何篩選條件",
|
|
911
|
-
"boxui.queryBar.noTemplatesText": "沒有範本可用",
|
|
912
|
-
"boxui.queryBar.selectValuePlaceholderText": "選擇值",
|
|
913
|
-
"boxui.queryBar.templatesButtonText": "選擇中繼資料",
|
|
914
|
-
"boxui.queryBar.templatesLoadingButtonText": "範本名稱",
|
|
915
|
-
"boxui.queryBar.tooltipEnterValueError": "請輸入值",
|
|
916
|
-
"boxui.queryBar.tooltipInvalidFloatError": "請輸入含小數之數字",
|
|
917
|
-
"boxui.queryBar.tooltipInvalidNumberError": "請輸入整數",
|
|
918
|
-
"boxui.queryBar.tooltipSelectDateError": "請選擇日期",
|
|
919
|
-
"boxui.queryBar.tooltipSelectValueError": "請選擇值",
|
|
920
|
-
"boxui.quickSearch.bookmark": "書籤",
|
|
921
|
-
"boxui.quickSearch.collaboratedFolder": "共同作業的資料夾",
|
|
922
|
-
"boxui.quickSearch.externalFolder": "外部資料夾",
|
|
923
|
-
"boxui.quickSearch.file": "檔案",
|
|
924
|
-
"boxui.quickSearch.parentFolder": "上層資料夾",
|
|
925
|
-
"boxui.quickSearch.personalFolder": "個人資料夾",
|
|
926
|
-
"boxui.quickSearch.updatedText": "{date, date, medium},更新者為 {user}",
|
|
927
|
-
"boxui.quickSearch.updatedTextToday": "今天,更新者為 {user}",
|
|
928
|
-
"boxui.quickSearch.updatedTextYesterday": "昨天,更新者為 {user}",
|
|
929
|
-
"boxui.securityCloudGame.accessibilityInstructions": "基於安全考量,請將雲端對象拖曳到目標。您位於{row}乘{column}的網格上,其中包括一個可移動的雲端對象和目標區域。請按空白鍵抓取雲端對象、用方向鍵移動,再以空白鍵以丟棄目標。",
|
|
930
|
-
"boxui.securityCloudGame.cloudDropped": "已丟掉雲端對象。",
|
|
931
|
-
"boxui.securityCloudGame.cloudGrabbed": "已抓取雲端對象。",
|
|
932
|
-
"boxui.securityCloudGame.cloudObject": "雲端對象",
|
|
933
|
-
"boxui.securityCloudGame.currentPosition": "目前位置:行{row},列{column}。",
|
|
934
|
-
"boxui.securityCloudGame.instructions": "基於安全性考量,請將白雲拖曳到黑雲上。鍵盤使用者:請按空白鍵抓取雲、方向鍵做移動,最後再用空白鍵做丟棄。",
|
|
935
|
-
"boxui.securityCloudGame.reachBottomEdge": "已到達網格的底部邊緣。",
|
|
936
|
-
"boxui.securityCloudGame.reachLeftEdge": "已到達網格的左邊。",
|
|
937
|
-
"boxui.securityCloudGame.reachRightEdge": "已到達網格的右邊。",
|
|
938
|
-
"boxui.securityCloudGame.reachTopEdge": "已到達網格的頂邊。",
|
|
939
|
-
"boxui.securityCloudGame.success": "成功!",
|
|
940
|
-
"boxui.securityCloudGame.target": "目標",
|
|
941
|
-
"boxui.securityCloudGame.targetInRange": "目標範圍,您可以丟掉雲端對象。",
|
|
942
|
-
"boxui.securityCloudGame.targetPosition": "目標位置:行{row},列{column}。",
|
|
943
|
-
"boxui.select.moreInfo": "更多資訊",
|
|
944
|
-
"boxui.share.accessType": "存取類型",
|
|
945
|
-
"boxui.share.canEdit": "可編輯",
|
|
946
|
-
"boxui.share.canView": "可檢視",
|
|
947
|
-
"boxui.share.coownerLevelText": "共同擁有者",
|
|
948
|
-
"boxui.share.deleteTableHeaderText": "刪除",
|
|
949
|
-
"boxui.share.downloadTableHeaderText": "下載",
|
|
950
|
-
"boxui.share.editTableHeaderText": "編輯",
|
|
951
|
-
"boxui.share.editorLevelText": "編輯者",
|
|
952
|
-
"boxui.share.emailSharedLink": "電子郵件傳送共用連結",
|
|
953
|
-
"boxui.share.enterAtLeastOneEmail": "請輸入至少一個有效的電子郵件",
|
|
954
|
-
"boxui.share.getLinkTableHeaderText": "取得連結",
|
|
955
|
-
"boxui.share.groupLabel": "群組",
|
|
956
|
-
"boxui.share.inviteCollaboratorsModalCancelButton": "取消",
|
|
957
|
-
"boxui.share.inviteCollaboratorsModalSendInvites": "傳送邀請",
|
|
958
|
-
"boxui.share.inviteCollaboratorsModalTitle": "邀請加入 {itemName}",
|
|
959
|
-
"boxui.share.inviteFieldLabel": "邀請",
|
|
960
|
-
"boxui.share.inviteFileEditorsLabel": "邀請人員成為此檔案的編輯者。",
|
|
961
|
-
"boxui.share.inviteePermissionsFieldLabel": "受邀者權限",
|
|
962
|
-
"boxui.share.inviteePermissionsLearnMore": "詳細資訊",
|
|
963
|
-
"boxui.share.message": "訊息",
|
|
964
|
-
"boxui.share.ownerTableHeaderText": "擁有者",
|
|
965
|
-
"boxui.share.peopleInCompanyCanDownloadFile": "您公司中的任何人只要擁有連結,即可檢視和下載此檔案。",
|
|
966
|
-
"boxui.share.peopleInCompanyCanDownloadFolder": "您公司中的任何人只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
967
|
-
"boxui.share.peopleInCompanyCanEditFile": "您公司中的任何人只要擁有連結,即可編輯和下載此檔案。",
|
|
968
|
-
"boxui.share.peopleInCompanyCanViewFile": "您公司中的任何人只要擁有連結,即可檢視此檔案。",
|
|
969
|
-
"boxui.share.peopleInCompanyCanViewFolder": "您公司中的任何人只要擁有連結,即可檢視此資料夾。",
|
|
970
|
-
"boxui.share.peopleInEnterprise": "{enterpriseName} 中的人員",
|
|
971
|
-
"boxui.share.peopleInItemCanAccessFile": "檔案的任何共同作業者只要擁有連結,即可存取此檔案。",
|
|
972
|
-
"boxui.share.peopleInItemCanAccessFolder": "資料夾的任何共同作業者只要擁有連結,即可存取此資料夾。",
|
|
973
|
-
"boxui.share.peopleInItemCanDownloadFile": "此檔案的任何共同作業者只要擁有連結,即可下載此檔案。",
|
|
974
|
-
"boxui.share.peopleInItemCanDownloadFolder": "此資料夾的任何共同作業者只要擁有連結,即可下載此資料夾。",
|
|
975
|
-
"boxui.share.peopleInItemCanEditFile": "此檔案的任何共同作業者只要擁有連結,即可編輯此檔案並下載其內容。",
|
|
976
|
-
"boxui.share.peopleInItemCanPreviewAndDownloadFile": "此檔案的任何共同作業者只要擁有連結,即可檢視此檔案並下載其內容。",
|
|
977
|
-
"boxui.share.peopleInItemCanPreviewAndDownloadFolder": "此資料夾的任何共同作業者只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
978
|
-
"boxui.share.peopleInItemCanPreviewFile": "此檔案的任何共同作業者只要擁有連結,即可檢視此檔案。",
|
|
979
|
-
"boxui.share.peopleInItemCanPreviewFolder": "此資料夾的任何共同作業者只要擁有連結,即可檢視此資料夾。",
|
|
980
|
-
"boxui.share.peopleInSpecifiedCompanyCanDownloadFile": "{company} 中的任何人只要擁有連結,即可檢視和下載此檔案。",
|
|
981
|
-
"boxui.share.peopleInSpecifiedCompanyCanDownloadFolder": "{company} 中的任何人只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
982
|
-
"boxui.share.peopleInSpecifiedCompanyCanEditFile": "{company} 中的任何人只要擁有連結,即可編輯和下載此檔案。",
|
|
983
|
-
"boxui.share.peopleInSpecifiedCompanyCanViewFile": "{company} 中的任何人只要擁有連結,即可檢視此檔案。",
|
|
984
|
-
"boxui.share.peopleInSpecifiedCompanyCanViewFolder": "{company} 中的任何人只要擁有連結,即可檢視此資料夾。",
|
|
985
|
-
"boxui.share.peopleInThisFile": "共用檔案的人員",
|
|
986
|
-
"boxui.share.peopleInThisFolder": "共用資料夾的人員",
|
|
987
|
-
"boxui.share.peopleInYourCompany": "公司人員",
|
|
988
|
-
"boxui.share.peopleWithLinkCanDownloadFile": "任何人只要擁有連結,即可檢視和下載此檔案。",
|
|
989
|
-
"boxui.share.peopleWithLinkCanDownloadFolder": "任何人只要擁有連結,即可檢視此資料夾並下載其內容。",
|
|
990
|
-
"boxui.share.peopleWithLinkCanEditFile": "任何人只要擁有連結,即可編輯和下載此檔案。",
|
|
991
|
-
"boxui.share.peopleWithLinkCanViewFile": "任何人只要擁有連結,即可檢視此檔案。",
|
|
992
|
-
"boxui.share.peopleWithLinkCanViewFolder": "任何人只要擁有連結,即可檢視此資料夾。",
|
|
993
|
-
"boxui.share.peopleWithTheLink": "擁有連結的人員",
|
|
994
|
-
"boxui.share.permissionLevelsTableHeaderText": "權限等級",
|
|
995
|
-
"boxui.share.personalMessageLabel": "個人訊息",
|
|
996
|
-
"boxui.share.previewTableHeaderText": "預覽",
|
|
997
|
-
"boxui.share.previewerLevelText": "預覽者",
|
|
998
|
-
"boxui.share.previewerUploaderLevelText": "具預覽權限的上傳者",
|
|
999
|
-
"boxui.share.referAFriendBadgeText": "引介",
|
|
1000
|
-
"boxui.share.referAFriendRewardCenterLinkText": "按一下這裡",
|
|
1001
|
-
"boxui.share.referAFriendText": "想要免費使用 Box 一個月?現在就推薦朋友使用 Box!",
|
|
1002
|
-
"boxui.share.removeLink": "移除連結",
|
|
1003
|
-
"boxui.share.removeLinkConfirmationDescription": "這會永久移除共用的連結。若此項目已內嵌於其他網站,該些網站亦將無法存取此項目。系統也會移除所有自訂屬性、設定及到期日。您是否要繼續?",
|
|
1004
|
-
"boxui.share.removeLinkConfirmationTitle": "移除共用的連結",
|
|
1005
|
-
"boxui.share.settingsButtonLabel": "開啟「共用的連結設定」快顯視窗",
|
|
1006
|
-
"boxui.share.sharedLinkExpirationTooltip": "此連結將於 {expiration, date, long} 到期",
|
|
1007
|
-
"boxui.share.sharedLinkLabel": "共用的連結",
|
|
1008
|
-
"boxui.share.sharedLinkModalTitle": "{itemName} 的共用連結",
|
|
1009
|
-
"boxui.share.upgradeGetMoreAccessControls": "取得更多存取控制功能",
|
|
1010
|
-
"boxui.share.uploadTableHeaderText": "上傳",
|
|
1011
|
-
"boxui.share.uploaderLevelText": "上傳者",
|
|
1012
|
-
"boxui.share.viewerLevelText": "檢視者",
|
|
1013
|
-
"boxui.share.viewerUploaderLevelText": "具檢視權限的上傳者",
|
|
1014
|
-
"boxui.shareMenu.downloadOnly": "僅限下載",
|
|
1015
|
-
"boxui.shareMenu.editAndComment": "編輯與留言",
|
|
1016
|
-
"boxui.shareMenu.getSharedLink": "取得共用的連結",
|
|
1017
|
-
"boxui.shareMenu.insufficientPermissionsMenuOption": "共用權限不足。請連絡資料夾擁有者。",
|
|
1018
|
-
"boxui.shareMenu.insufficientPermissionsTooltip": "您的權限不足,無法邀請共同作業者。",
|
|
1019
|
-
"boxui.shareMenu.inviteCollabs": "邀請共同作業者",
|
|
1020
|
-
"boxui.shareMenu.ownerCoownerOnlyTooltip": "您的權限不足,無法邀請共同作業者。只有擁有者及共同擁有者可以邀請共同作業者。",
|
|
1021
|
-
"boxui.shareMenu.shortcutOnly": "僅捷徑",
|
|
1022
|
-
"boxui.shareMenu.viewAndDownload": "檢視與下載",
|
|
1023
|
-
"boxui.shareMenu.viewOnly": "僅檢視",
|
|
1024
|
-
"boxui.timeInput.emptyTimeError": "必填欄位。請以「上午 時時:分分」的格式輸入時間。",
|
|
1025
|
-
"boxui.timeInput.invalidTimeError": "無效的時間格式。請以「上午 時時:分分」的格式輸入時間。"
|
|
1025
|
+
"boxui.validation.tooShortError": "必須至少輸入 {min} 個字元"
|
|
1026
1026
|
}
|
package/i18n/zh-TW.properties
CHANGED
|
@@ -1210,6 +1210,14 @@ boxui.itemDetails.url = URL
|
|
|
1210
1210
|
boxui.itemDetails.urlPlaceholder = 輸入有效的 URL
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = 選項
|
|
1213
|
+
# Description for AI autofill toggle switch
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Use Box AI to automatically extract metadata values.
|
|
1215
|
+
# Learn more link for AI autofill
|
|
1216
|
+
boxui.metadataInstanceEditor.aiAutofillLearnMore = 詳細資訊
|
|
1217
|
+
# Notice for AI autofill toggle switch
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Enabling this feature may involve additional charges. Please review our {pricingLink} for more information.
|
|
1219
|
+
# Pricing details link for AI autofill
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = pricing details
|
|
1213
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1214
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = 此範本中的所有屬性皆已隱藏。
|
|
1215
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1250,6 +1258,8 @@ boxui.metadataInstanceEditor.customValue = 值
|
|
|
1250
1258
|
boxui.metadataInstanceEditor.customValuePlaceholder = 例如 42
|
|
1251
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1252
1260
|
boxui.metadataInstanceEditor.editTooltip = 編輯中繼資料
|
|
1261
|
+
# Label for enable AI autofill toggle switch
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Autofill
|
|
1253
1263
|
# Label for enable cascade policy toggle switch
|
|
1254
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = 啟用向下套用原則
|
|
1255
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/package.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { FormattedMessage } from 'react-intl';
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { BoxAiAgentSelector } from '@box/box-ai-agent-selector';
|
|
6
|
+
import { InlineNotice, TooltipProvider } from '@box/blueprint-web';
|
|
6
7
|
import BoxAiLogo from '@box/blueprint-web-assets/icons/Logo/BoxAiLogo';
|
|
7
8
|
|
|
8
9
|
import Toggle from '../../components/toggle';
|
|
@@ -15,6 +16,20 @@ import './CascadePolicy.scss';
|
|
|
15
16
|
const COMMUNITY_LINK = 'https://support.box.com/hc/en-us/articles/360044195873-Cascading-metadata-in-folders';
|
|
16
17
|
const AI_LINK = 'https://www.box.com/ai';
|
|
17
18
|
const PRICING_LINK = 'https://www.box.com/pricing';
|
|
19
|
+
|
|
20
|
+
const agents = [
|
|
21
|
+
{
|
|
22
|
+
id: '1',
|
|
23
|
+
name: 'Basic',
|
|
24
|
+
isEnterpriseDefault: true,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: '2',
|
|
28
|
+
name: 'Enhanced (Gemini 2.5 Pro)',
|
|
29
|
+
isEnterpriseDefault: false,
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
18
33
|
type Props = {
|
|
19
34
|
canEdit: boolean,
|
|
20
35
|
canUseAIFolderExtraction: boolean,
|
|
@@ -126,6 +141,17 @@ const CascadePolicy = ({
|
|
|
126
141
|
<FormattedMessage {...messages.aiAutofillLearnMore} />
|
|
127
142
|
</Link>
|
|
128
143
|
</div>
|
|
144
|
+
<div className="metadata-cascade-ai-agent-selector">
|
|
145
|
+
<TooltipProvider>
|
|
146
|
+
<BoxAiAgentSelector
|
|
147
|
+
agents={agents}
|
|
148
|
+
onErrorAction={() => {}}
|
|
149
|
+
requestState="success"
|
|
150
|
+
selectedAgent={agents[0]}
|
|
151
|
+
variant="sidebar"
|
|
152
|
+
/>
|
|
153
|
+
</TooltipProvider>
|
|
154
|
+
</div>
|
|
129
155
|
<InlineNotice className="metadata-cascade-ai-notice" variant="info">
|
|
130
156
|
<FormattedMessage
|
|
131
157
|
{...messages.aiAutofillNotice}
|