box-ui-elements 23.4.0-beta.1 → 23.4.0-beta.3
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/preview.js +1 -1
- package/dist/sidebar.js +1 -1
- package/es/common/types/metadata.js.flow +1 -0
- package/es/common/types/metadata.js.map +1 -1
- package/es/features/metadata-instance-editor/CascadePolicy.js +6 -2
- package/es/features/metadata-instance-editor/CascadePolicy.js.flow +19 -12
- package/es/features/metadata-instance-editor/CascadePolicy.js.map +1 -1
- package/es/features/metadata-instance-editor/Instance.js +31 -9
- package/es/features/metadata-instance-editor/Instance.js.flow +41 -9
- package/es/features/metadata-instance-editor/Instance.js.map +1 -1
- package/es/features/metadata-instance-editor/Instances.js +2 -0
- package/es/features/metadata-instance-editor/Instances.js.flow +3 -0
- package/es/features/metadata-instance-editor/Instances.js.map +1 -1
- package/es/features/metadata-instance-editor/MetadataInstanceEditor.js +2 -0
- package/es/features/metadata-instance-editor/MetadataInstanceEditor.js.flow +3 -0
- package/es/features/metadata-instance-editor/MetadataInstanceEditor.js.map +1 -1
- package/es/features/metadata-instance-editor/TemplateDropdown.js +1 -1
- package/es/features/metadata-instance-editor/TemplateDropdown.js.flow +1 -1
- package/es/features/metadata-instance-editor/TemplateDropdown.js.map +1 -1
- package/es/features/metadata-instance-editor/TemplatedInstance.js +2 -0
- package/es/features/metadata-instance-editor/TemplatedInstance.js.flow +11 -1
- package/es/features/metadata-instance-editor/TemplatedInstance.js.map +1 -1
- package/es/features/metadata-instance-editor/constants.js +2 -1
- package/es/features/metadata-instance-editor/constants.js.flow +3 -1
- package/es/features/metadata-instance-editor/constants.js.map +1 -1
- package/es/features/metadata-instance-fields/DateMetadataField.js +30 -25
- package/es/features/metadata-instance-fields/DateMetadataField.js.flow +31 -27
- package/es/features/metadata-instance-fields/DateMetadataField.js.map +1 -1
- package/es/features/metadata-instance-fields/EnumMetadataField.js +8 -5
- package/es/features/metadata-instance-fields/EnumMetadataField.js.flow +8 -6
- package/es/features/metadata-instance-fields/EnumMetadataField.js.map +1 -1
- package/es/features/metadata-instance-fields/FloatMetadataField.js +2 -0
- package/es/features/metadata-instance-fields/FloatMetadataField.js.flow +3 -0
- package/es/features/metadata-instance-fields/FloatMetadataField.js.map +1 -1
- package/es/features/metadata-instance-fields/IntegerMetadataField.js +2 -0
- package/es/features/metadata-instance-fields/IntegerMetadataField.js.flow +3 -0
- package/es/features/metadata-instance-fields/IntegerMetadataField.js.map +1 -1
- package/es/features/metadata-instance-fields/MetadataField.js +7 -0
- package/es/features/metadata-instance-fields/MetadataField.js.flow +8 -0
- package/es/features/metadata-instance-fields/MetadataField.js.map +1 -1
- package/es/features/metadata-instance-fields/MultiSelectMetadataField.js +2 -0
- package/es/features/metadata-instance-fields/MultiSelectMetadataField.js.flow +3 -0
- package/es/features/metadata-instance-fields/MultiSelectMetadataField.js.map +1 -1
- package/es/features/metadata-instance-fields/TextMetadataField.js +8 -5
- package/es/features/metadata-instance-fields/TextMetadataField.js.flow +8 -6
- package/es/features/metadata-instance-fields/TextMetadataField.js.map +1 -1
- package/i18n/bn-IN.js +4 -4
- package/i18n/bn-IN.properties +4 -4
- package/i18n/da-DK.js +4 -4
- package/i18n/da-DK.properties +4 -4
- package/i18n/de-DE.js +4 -4
- package/i18n/de-DE.properties +4 -4
- package/i18n/es-419.js +3 -3
- package/i18n/es-419.properties +3 -3
- package/i18n/es-ES.js +3 -3
- package/i18n/es-ES.properties +3 -3
- package/i18n/fi-FI.js +3 -3
- package/i18n/fi-FI.properties +3 -3
- package/i18n/fr-CA.js +4 -4
- package/i18n/fr-CA.properties +4 -4
- package/i18n/fr-FR.js +4 -4
- package/i18n/fr-FR.properties +4 -4
- package/i18n/hi-IN.js +4 -4
- package/i18n/hi-IN.properties +4 -4
- package/i18n/it-IT.js +4 -4
- package/i18n/it-IT.properties +4 -4
- package/i18n/ko-KR.js +4 -4
- package/i18n/ko-KR.properties +4 -4
- package/i18n/nb-NO.js +4 -4
- package/i18n/nb-NO.properties +4 -4
- package/i18n/nl-NL.js +4 -4
- package/i18n/nl-NL.properties +4 -4
- package/i18n/pl-PL.js +4 -4
- package/i18n/pl-PL.properties +4 -4
- package/i18n/pt-BR.js +4 -4
- package/i18n/pt-BR.properties +4 -4
- package/i18n/ru-RU.js +4 -4
- package/i18n/ru-RU.properties +4 -4
- package/i18n/sv-SE.js +4 -4
- package/i18n/sv-SE.properties +4 -4
- package/i18n/tr-TR.js +4 -4
- package/i18n/tr-TR.properties +4 -4
- package/i18n/zh-CN.js +4 -4
- package/i18n/zh-CN.properties +4 -4
- package/i18n/zh-TW.js +4 -4
- package/i18n/zh-TW.properties +4 -4
- package/package.json +1 -1
- package/src/common/types/metadata.js +1 -0
- package/src/features/metadata-instance-editor/CascadePolicy.js +19 -12
- package/src/features/metadata-instance-editor/Instance.js +41 -9
- package/src/features/metadata-instance-editor/Instances.js +3 -0
- package/src/features/metadata-instance-editor/MetadataInstanceEditor.js +3 -0
- package/src/features/metadata-instance-editor/TemplateDropdown.js +1 -1
- package/src/features/metadata-instance-editor/TemplatedInstance.js +11 -1
- package/src/features/metadata-instance-editor/__tests__/CascadePolicy.test.js +92 -1
- package/src/features/metadata-instance-editor/__tests__/Instance.test.js +207 -2
- package/src/features/metadata-instance-editor/__tests__/Instances.test.js +92 -3
- package/src/features/metadata-instance-editor/__tests__/MetadataInstanceEditor.test.js +105 -0
- package/src/features/metadata-instance-editor/__tests__/TemplatedInstance.test.js +83 -1
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/CascadePolicy.test.js.snap +1 -0
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/Instance.test.js.snap +16 -5
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/Instances.test.js.snap +4 -2
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/MetadataInstanceEditor.test.js.snap +1 -0
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/TemplatedInstance.test.js.snap +2 -2
- package/src/features/metadata-instance-editor/constants.js +3 -1
- package/src/features/metadata-instance-fields/DateMetadataField.js +31 -27
- package/src/features/metadata-instance-fields/EnumMetadataField.js +8 -6
- package/src/features/metadata-instance-fields/FloatMetadataField.js +3 -0
- package/src/features/metadata-instance-fields/IntegerMetadataField.js +3 -0
- package/src/features/metadata-instance-fields/MetadataField.js +8 -0
- package/src/features/metadata-instance-fields/MultiSelectMetadataField.js +3 -0
- package/src/features/metadata-instance-fields/TextMetadataField.js +8 -6
- package/src/features/metadata-instance-fields/__tests__/DateMetadataField.test.js +59 -8
- package/src/features/metadata-instance-fields/__tests__/EnumMetadataField.test.js +63 -18
- package/src/features/metadata-instance-fields/__tests__/FloatMetadataField.test.js +68 -4
- package/src/features/metadata-instance-fields/__tests__/IntegerMetadataField.test.js +90 -4
- package/src/features/metadata-instance-fields/__tests__/MultiSelectMetadataField.test.js +95 -7
- package/src/features/metadata-instance-fields/__tests__/TextMetadataField.test.js +107 -14
- package/src/features/metadata-instance-fields/__tests__/__snapshots__/DateMetadataField.test.js.snap +0 -18
- package/src/features/metadata-instance-fields/__tests__/__snapshots__/EnumMetadataField.test.js.snap +0 -84
- package/src/features/metadata-instance-fields/__tests__/__snapshots__/FloatMetadataField.test.js.snap +0 -8
- package/src/features/metadata-instance-fields/__tests__/__snapshots__/IntegerMetadataField.test.js.snap +0 -8
- package/src/features/metadata-instance-fields/__tests__/__snapshots__/MultiSelectMetadataField.test.js.snap +0 -58
- package/src/features/metadata-instance-fields/__tests__/__snapshots__/TextMetadataField.test.js.snap +0 -31
package/i18n/it-IT.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Immetti un URL valido
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Opzioni
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Usa Box AI per estrarre automaticamente i valori dei metadati.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Ulteriori informazioni
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = L'attivazione di questa funzionalità potrebbe comportare l'addebito di costi aggiuntivi. Consulta la nostra {pricingLink} per ulteriori informazioni.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = dettagli sui prezzi
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Tutti gli attributi in questo modello sono stati nascosti.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = es. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Modifica metadati
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Compilazione automatica Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Abilita criterio a cascata
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/ko-KR.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "올바른 URL을 입력하십시오.",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "옵션",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Box AI를 사용하여 메타데이터 값을 자동으로 추출하세요.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "자세한 정보",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "이 기능을 활성화하면 추가 요금이 발생할 수 있습니다. {pricingLink} 링크에서 자세한 정보를 확인하세요.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "가격 세부 정보",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "이 템플릿의 모든 속성이 숨겨졌습니다.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "이 폴더 및 해당 하위 폴더에 있는 모든 새 항목과 기존 항목에 템플릿과 해당 값을 적용합니다.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "현재 사용자 지정 메타데이터에 캐스케이드 정책을 적용할 수 없습니다.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "값",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "예: 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "메타데이터 편집",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI 자동 채우기",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "캐스케이드 정책 활성화",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "이 파일에서 이 사용자 지정 메타데이터 및 해당 값을 모두 삭제하시겠습니까?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "이 파일에서 “{metadataName}” 및 해당 값을 모두 삭제하시겠습니까?",
|
package/i18n/ko-KR.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = 올바른 URL을 입력하십시오.
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = 옵션
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Box AI를 사용하여 메타데이터 값을 자동으로 추출하세요.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = 자세한 정보
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = 이 기능을 활성화하면 추가 요금이 발생할 수 있습니다. {pricingLink} 링크에서 자세한 정보를 확인하세요.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = 가격 세부 정보
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = 이 템플릿의 모든 속성이 숨겨졌습니다.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = 예: 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = 메타데이터 편집
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI 자동 채우기
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = 캐스케이드 정책 활성화
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/nb-NO.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "Nettadresse",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Skriv inn en gyldig nettadresse",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Alternativer",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Bruk Box AI til å hente metadataverdier automatisk.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Lær mer",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Aktivering av denne funksjonen kan innebære ekstra avgifter. Se gjennom {pricingLink} hvis du vil ha mer informasjon.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "prisinformasjon",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Alle attributter i denne malen er skjult.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Bruk malen og malens verdier på alle nye og eksisterende elementer i denne mappen og undermappene.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Kan ikke bruke retningslinjer for hierarkiske metadata på egendefinerte metadata.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Verdi",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "for eksempel 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Rediger metadata",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Automatisk utfylling med Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Aktiver hierarkiske retningslinjer",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Er du sikker på at du vil slette denne egendefinerte metadatamalen og alle tilknyttede verdier fra denne filen?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Er du sikker på at du vil slette {metadataName} og alle tilknyttede verdier fra denne filen?",
|
package/i18n/nb-NO.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Skriv inn en gyldig nettadresse
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Alternativer
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Bruk Box AI til å hente metadataverdier automatisk.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Lær mer
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Aktivering av denne funksjonen kan innebære ekstra avgifter. Se gjennom {pricingLink} hvis du vil ha mer informasjon.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = prisinformasjon
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Alle attributter i denne malen er skjult.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = for eksempel 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Rediger metadata
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Automatisk utfylling med Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Aktiver hierarkiske retningslinjer
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/nl-NL.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Voer een geldige URL in",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Opties",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Gebruik Box AI om automatisch waarden van metagegevens te extraheren.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Meer informatie",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Het inschakelen van deze functie kan extra kosten met zich meebrengen. Controleer onze {pricingLink} voor meer informatie.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "prijsgegevens",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Alle kenmerken in dit sjabloon zijn verborgen.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Pas het sjabloon en de waarden ervan toe op alle nieuwe en bestaande items in deze map inclusief de submappen.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Het trapsgewijze beleid kan momenteel niet op aangepaste metadata worden toegepast.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Waarde",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "bijv. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Metadata bewerken",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI Automatisch invullen",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Trapsgewijs beleid inschakelen",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Weet u zeker dat u deze aangepaste metadata en alle bijbehorende waarden uit dit bestand wilt verwijderen?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Weet u zeker dat u \"{metadataName}\" en alle bijbehorende waarden uit dit bestand wilt verwijderen?",
|
package/i18n/nl-NL.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Voer een geldige URL in
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Opties
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Gebruik Box AI om automatisch waarden van metagegevens te extraheren.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Meer informatie
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Het inschakelen van deze functie kan extra kosten met zich meebrengen. Controleer onze {pricingLink} voor meer informatie.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = prijsgegevens
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Alle kenmerken in dit sjabloon zijn verborgen.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = bijv. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Metadata bewerken
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Automatisch invullen
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Trapsgewijs beleid inschakelen
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/pl-PL.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "Adres URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Wprowadź poprawny adres URL.",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Opcje",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Użyj Box AI do automatycznego wyodrębniania wartości metadanych.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Dowiedz się więcej",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Włączenie tej funkcji może wiązać się z dodatkowymi opłatami. Przejrzyj {pricingLink}, aby uzyskać więcej informacji.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "cennik",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Wszystkie atrybuty w tym szablonie zostały ukryte.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Zastosuj szablon i jego wartości do wszystkich nowych i istniejących elementów w tym folderze i jego podfolderach.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "W tym momencie zasady kaskady nie można zastosować do niestandardowych metadanych.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Wartość",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "np. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Edytuj metadane",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Autouzupełnianie Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Włącz zasadę kaskady",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Czy na pewno chcesz usunąć te niestandardowe metadane i wszystkie ich wartości z tego pliku?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Czy na pewno chcesz usunąć element „{metadataName}” i wszystkie jego wartości z tego pliku?",
|
package/i18n/pl-PL.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Wprowadź poprawny adres URL.
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Opcje
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Użyj Box AI do automatycznego wyodrębniania wartości metadanych.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Dowiedz się więcej
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Włączenie tej funkcji może wiązać się z dodatkowymi opłatami. Przejrzyj {pricingLink}, aby uzyskać więcej informacji.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = cennik
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Wszystkie atrybuty w tym szablonie zostały ukryte.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = np. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Edytuj metadane
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Autouzupełnianie Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Włącz zasadę kaskady
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/pt-BR.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Digite um url válido",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Opções",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "Use Box AI
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Use o Box AI para extrair automaticamente valores de metadados.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Saiba mais",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "A habilitação desse recurso pode envolver encargos adicionais. Revise nosso {pricingLink} para obter mais informações.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "dados de preços",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Todos os atributos neste modelo foram ocultados.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Aplicar o modelo e seus valores em todos os itens novos e existentes nesta pasta e em suas subpastas.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Não é possível aplicar a política de cascata para metadados personalizados no momento.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Valor",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "Ex.: 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Editar metadados",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Preenchimento automático do Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Ativar a política de cascata",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Tem certeza de que deseja excluir estes metadados personalizados e todos os seus valores deste arquivo?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Tem certeza de que deseja excluir \"{metadataName}\" e todos os seus valores deste arquivo?",
|
package/i18n/pt-BR.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Digite um url válido
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Opções
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription = Use Box AI
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Use o Box AI para extrair automaticamente valores de metadados.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Saiba mais
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = A habilitação desse recurso pode envolver encargos adicionais. Revise nosso {pricingLink} para obter mais informações.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = dados de preços
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Todos os atributos neste modelo foram ocultados.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = Ex.: 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Editar metadados
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Preenchimento automático do Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Ativar a política de cascata
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/ru-RU.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL-адрес",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Введите действительный URL-адрес",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Параметры",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Используйте Box AI для автоматического извлечения значений метаданных.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Подробнее",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Включение этой функции может повлечь за собой дополнительную плату. Ознакомьтесь с нашими {pricingLink} для получения дополнительной информации.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "тарифами",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Все атрибуты этого шаблона скрыты.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Применить шаблон и его значения ко всем новым и существующим элементам в этой папке и ее подпапках.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "В данный момент каскадная политика не может быть применена к настраиваемым метаданным.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Значение",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "Пример: 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Редактирование метаданных",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Автозаполнение Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Включить каскадную политику",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Удалить эти настраиваемые метаданные вместе со всеми их значениями из этого файла?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Удалить метаданные «{metadataName}» и все их значения из этого файла?",
|
package/i18n/ru-RU.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Введите действительный U
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Параметры
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Используйте Box AI для автоматического извлечения значений метаданных.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Подробнее
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Включение этой функции может повлечь за собой дополнительную плату. Ознакомьтесь с нашими {pricingLink} для получения дополнительной информации.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = тарифами
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Все атрибуты этого шаблона скрыты.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = Пример: 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Редактирование метаданных
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Автозаполнение Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Включить каскадную политику
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/sv-SE.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "Webbadress",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Ange en giltig URL",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Alternativ",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Använd Box AI för att automatiskt extrahera metadatavärden.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Läs mer",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Aktivering av den här funktionen kan medföra ytterligare avgifter. Granska vår {pricingLink} för mer information.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "prisdetaljer",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Alla attribut i den här mallen har dolts.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Använd mallen och mallvärdena för alla nya och befintliga objekt i den här mappen med undermappar.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Övergripande policy kan inte tillämpas på anpassade metadata just nu.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Värde",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "t.ex. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Redigera metadata",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI autofyll",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Aktivera övergripande policy",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Är du säker på att du vill radera dessa anpassade metadata och alla tillhörande värden från den här filen?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Är du säker på att du vill radera \"{metadataName}\" och alla tillhörande värden från den här filen?",
|
package/i18n/sv-SE.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Ange en giltig URL
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Alternativ
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Använd Box AI för att automatiskt extrahera metadatavärden.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Läs mer
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Aktivering av den här funktionen kan medföra ytterligare avgifter. Granska vår {pricingLink} för mer information.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = prisdetaljer
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Alla attribut i den här mallen har dolts.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = t.ex. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Redigera metadata
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI autofyll
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Aktivera övergripande policy
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/tr-TR.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Geçerli bir URL girin",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Seçenekler",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Meta veri değerlerini otomatik olarak çıkarmak için Box AI'ı kullanın.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Daha fazla bilgi edinin",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Bu özelliği etkinleştirmek ek ücretler gerektirebilir. Daha fazla bilgi için lütfen {pricingLink} bağlantısını inceleyin.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "fiyatlandırma ayrıntıları",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Bu şablondaki tüm özellikler gizli.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Şablonu ve değerlerini, bu klasör ve alt klasörlerindeki tüm yeni ve mevcut öğelere uygulayın.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Alt klasörlere uygulama ilkesi şu anda özel meta verilere uygulanamıyor",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Değer",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "ör. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Meta Verileri Düzenle",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI Otomatik Doldurma",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Alt Klasörlere Uygulama İlkesini Etkinleştir",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Bu özel meta veriyi ve tüm değerlerini dosyadan silmek istediğinizden emin misiniz?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Bu \"{metadataName}\" öğesini ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?",
|
package/i18n/tr-TR.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Geçerli bir URL girin
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Seçenekler
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Meta veri değerlerini otomatik olarak çıkarmak için Box AI'ı kullanın.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Daha fazla bilgi edinin
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Bu özelliği etkinleştirmek ek ücretler gerektirebilir. Daha fazla bilgi için lütfen {pricingLink} bağlantısını inceleyin.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = fiyatlandırma ayrıntıları
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Bu şablondaki tüm özellikler gizli.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = ör. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Meta Verileri Düzenle
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI Otomatik Doldurma
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Alt Klasörlere Uygulama İlkesini Etkinleştir
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/zh-CN.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "输入有效的 URL",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "选项",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "使用 Box AI 自动提取元数据值。",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "了解更多",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "启用此功能可能需要额外付费。请查看我们的{pricingLink}了解更多信息。",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "定价详细信息",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "此模板中的所有属性都已隐藏。",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "将模板及其值应用于此文件夹及其子文件夹中的所有新项目和现有项目。",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "级联策略目前不适用于自定义元数据。",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "值",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "例如 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "编辑元数据",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI 自动填充",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "启用级联策略",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "是否确定要从此文件中删除此自定义元数据及其所有值?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "是否确定要从此文件中删除 \"{metadataName}\" 及其所有值?",
|
package/i18n/zh-CN.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = 输入有效的 URL
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = 选项
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = 使用 Box AI 自动提取元数据值。
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = 了解更多
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = 启用此功能可能需要额外付费。请查看我们的{pricingLink}了解更多信息。
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = 定价详细信息
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = 此模板中的所有属性都已隐藏。
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = 例如 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = 编辑元数据
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI 自动填充
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = 启用级联策略
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/zh-TW.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "輸入有效的 URL",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "選項",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "使用 Box AI 自動擷取中繼資料值。",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "詳細資訊",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "啟用此功能可能需要額外費用。請檢閱我們的 {pricingLink} 以取得詳細資訊。",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "定價詳細資料",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "此範本中的所有屬性皆已隱藏。",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "將範本及其值套用到此資料夾和其子資料夾中的所有新項目與現有項目。",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "向下套用原則目前無法套用到自訂中繼資料。",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "值",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "例如 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "編輯中繼資料",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI 自動填充",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "啟用向下套用原則",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "確定要從此檔案刪除此自訂中繼資料及其所有值?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "確定要從此檔案刪除「{metadataName}」及其所有值?",
|
package/i18n/zh-TW.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = 輸入有效的 URL
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = 選項
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = 使用 Box AI 自動擷取中繼資料值。
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = 詳細資訊
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = 啟用此功能可能需要額外費用。請檢閱我們的 {pricingLink} 以取得詳細資訊。
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = 定價詳細資料
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = 此範本中的所有屬性皆已隱藏。
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = 例如 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = 編輯中繼資料
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI 自動填充
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = 啟用向下套用原則
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/package.json
CHANGED