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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { useIntl } from 'react-intl';
|
|
3
3
|
import TextInput from '../../components/text-input';
|
|
4
4
|
import messages from './messages';
|
|
5
5
|
import './TextMetadataField.scss';
|
|
@@ -9,11 +9,14 @@ const TextMetadataField = ({
|
|
|
9
9
|
displayName,
|
|
10
10
|
description,
|
|
11
11
|
error,
|
|
12
|
-
|
|
12
|
+
isDisabled,
|
|
13
13
|
onChange,
|
|
14
14
|
onRemove,
|
|
15
15
|
type = 'text'
|
|
16
16
|
}) => {
|
|
17
|
+
const {
|
|
18
|
+
formatMessage
|
|
19
|
+
} = useIntl();
|
|
17
20
|
let value = '';
|
|
18
21
|
if (typeof dataValue === 'number') {
|
|
19
22
|
value = dataValue;
|
|
@@ -25,6 +28,7 @@ const TextMetadataField = ({
|
|
|
25
28
|
description: description,
|
|
26
29
|
error: error,
|
|
27
30
|
hideOptionalLabel: true,
|
|
31
|
+
disabled: isDisabled,
|
|
28
32
|
label: displayName,
|
|
29
33
|
name: dataKey,
|
|
30
34
|
onChange: event => {
|
|
@@ -35,11 +39,10 @@ const TextMetadataField = ({
|
|
|
35
39
|
onRemove(dataKey);
|
|
36
40
|
}
|
|
37
41
|
},
|
|
38
|
-
placeholder:
|
|
42
|
+
placeholder: formatMessage(messages.metadataFieldSetValue),
|
|
39
43
|
type: type,
|
|
40
44
|
value: value
|
|
41
45
|
});
|
|
42
46
|
};
|
|
43
|
-
export
|
|
44
|
-
export default injectIntl(TextMetadataField);
|
|
47
|
+
export default TextMetadataField;
|
|
45
48
|
//# sourceMappingURL=TextMetadataField.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @flow
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { useIntl } from 'react-intl';
|
|
4
4
|
|
|
5
5
|
import TextInput from '../../components/text-input';
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ type Props = {
|
|
|
14
14
|
description?: string,
|
|
15
15
|
displayName: string,
|
|
16
16
|
error?: React.Node,
|
|
17
|
-
|
|
17
|
+
isDisabled?: boolean,
|
|
18
18
|
onChange: (key: string, value: MetadataFieldValue) => void,
|
|
19
19
|
onRemove: (key: string) => void,
|
|
20
20
|
type?: string,
|
|
@@ -26,11 +26,13 @@ const TextMetadataField = ({
|
|
|
26
26
|
displayName,
|
|
27
27
|
description,
|
|
28
28
|
error,
|
|
29
|
-
|
|
29
|
+
isDisabled,
|
|
30
30
|
onChange,
|
|
31
31
|
onRemove,
|
|
32
32
|
type = 'text',
|
|
33
33
|
}: Props) => {
|
|
34
|
+
const { formatMessage } = useIntl();
|
|
35
|
+
|
|
34
36
|
let value = '';
|
|
35
37
|
|
|
36
38
|
if (typeof dataValue === 'number') {
|
|
@@ -45,6 +47,7 @@ const TextMetadataField = ({
|
|
|
45
47
|
description={description}
|
|
46
48
|
error={error}
|
|
47
49
|
hideOptionalLabel
|
|
50
|
+
disabled={isDisabled}
|
|
48
51
|
label={displayName}
|
|
49
52
|
name={dataKey}
|
|
50
53
|
onChange={(event: SyntheticKeyboardEvent<HTMLInputElement>) => {
|
|
@@ -55,12 +58,11 @@ const TextMetadataField = ({
|
|
|
55
58
|
onRemove(dataKey);
|
|
56
59
|
}
|
|
57
60
|
}}
|
|
58
|
-
placeholder={
|
|
61
|
+
placeholder={formatMessage(messages.metadataFieldSetValue)}
|
|
59
62
|
type={type}
|
|
60
63
|
value={value}
|
|
61
64
|
/>
|
|
62
65
|
);
|
|
63
66
|
};
|
|
64
67
|
|
|
65
|
-
export
|
|
66
|
-
export default injectIntl(TextMetadataField);
|
|
68
|
+
export default TextMetadataField;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextMetadataField.js","names":["React","
|
|
1
|
+
{"version":3,"file":"TextMetadataField.js","names":["React","useIntl","TextInput","messages","TextMetadataField","dataKey","dataValue","displayName","description","error","isDisabled","onChange","onRemove","type","formatMessage","value","createElement","className","hideOptionalLabel","disabled","label","name","event","currentTarget","placeholder","metadataFieldSetValue"],"sources":["../../../src/features/metadata-instance-fields/TextMetadataField.js"],"sourcesContent":["// @flow\nimport * as React from 'react';\nimport { useIntl } from 'react-intl';\n\nimport TextInput from '../../components/text-input';\n\nimport messages from './messages';\nimport type { MetadataFieldValue } from '../../common/types/metadata';\nimport './TextMetadataField.scss';\n\ntype Props = {\n dataKey: string,\n dataValue?: MetadataFieldValue,\n description?: string,\n displayName: string,\n error?: React.Node,\n isDisabled?: boolean,\n onChange: (key: string, value: MetadataFieldValue) => void,\n onRemove: (key: string) => void,\n type?: string,\n};\n\nconst TextMetadataField = ({\n dataKey,\n dataValue,\n displayName,\n description,\n error,\n isDisabled,\n onChange,\n onRemove,\n type = 'text',\n}: Props) => {\n const { formatMessage } = useIntl();\n\n let value = '';\n\n if (typeof dataValue === 'number') {\n value = dataValue;\n } else if (dataValue) {\n value = dataValue;\n }\n\n return (\n <TextInput\n className=\"bdl-TextMetadataField\"\n description={description}\n error={error}\n hideOptionalLabel\n disabled={isDisabled}\n label={displayName}\n name={dataKey}\n onChange={(event: SyntheticKeyboardEvent<HTMLInputElement>) => {\n const currentTarget = (event.currentTarget: HTMLInputElement);\n if (currentTarget.value) {\n onChange(dataKey, currentTarget.value);\n } else {\n onRemove(dataKey);\n }\n }}\n placeholder={formatMessage(messages.metadataFieldSetValue)}\n type={type}\n value={value}\n />\n );\n};\n\nexport default TextMetadataField;\n"],"mappings":"AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,OAAO,QAAQ,YAAY;AAEpC,OAAOC,SAAS,MAAM,6BAA6B;AAEnD,OAAOC,QAAQ,MAAM,YAAY;AAEjC,OAAO,0BAA0B;AAcjC,MAAMC,iBAAiB,GAAGA,CAAC;EACvBC,OAAO;EACPC,SAAS;EACTC,WAAW;EACXC,WAAW;EACXC,KAAK;EACLC,UAAU;EACVC,QAAQ;EACRC,QAAQ;EACRC,IAAI,GAAG;AACJ,CAAC,KAAK;EACT,MAAM;IAAEC;EAAc,CAAC,GAAGb,OAAO,CAAC,CAAC;EAEnC,IAAIc,KAAK,GAAG,EAAE;EAEd,IAAI,OAAOT,SAAS,KAAK,QAAQ,EAAE;IAC/BS,KAAK,GAAGT,SAAS;EACrB,CAAC,MAAM,IAAIA,SAAS,EAAE;IAClBS,KAAK,GAAGT,SAAS;EACrB;EAEA,oBACIN,KAAA,CAAAgB,aAAA,CAACd,SAAS;IACNe,SAAS,EAAC,uBAAuB;IACjCT,WAAW,EAAEA,WAAY;IACzBC,KAAK,EAAEA,KAAM;IACbS,iBAAiB;IACjBC,QAAQ,EAAET,UAAW;IACrBU,KAAK,EAAEb,WAAY;IACnBc,IAAI,EAAEhB,OAAQ;IACdM,QAAQ,EAAGW,KAA+C,IAAK;MAC3D,MAAMC,aAAa,GAAID,KAAK,CAACC,aAAgC;MAC7D,IAAIA,aAAa,CAACR,KAAK,EAAE;QACrBJ,QAAQ,CAACN,OAAO,EAAEkB,aAAa,CAACR,KAAK,CAAC;MAC1C,CAAC,MAAM;QACHH,QAAQ,CAACP,OAAO,CAAC;MACrB;IACJ,CAAE;IACFmB,WAAW,EAAEV,aAAa,CAACX,QAAQ,CAACsB,qBAAqB,CAAE;IAC3DZ,IAAI,EAAEA,IAAK;IACXE,KAAK,EAAEA;EAAM,CAChB,CAAC;AAEV,CAAC;AAED,eAAeX,iBAAiB","ignoreList":[]}
|
package/i18n/bn-IN.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/bn-IN.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/da-DK.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Indtast en gyldig URL",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Indstillinger",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Brug Box AI til automatisk at udtrække metadataværdier.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Få mere at vide",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Aktivering af denne funktion kan medføre ekstra gebyrer. Gennemgå venligst vores {pricingLink} for flere informationer.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "detaljer om priser",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Alle attributter i denne skabelon er blevet skjult.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Anvend skabelonen og dens værdier på alle nye og eksisterende elementer i denne mappe og dens undermapper.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Cascade-politik kan ikke anvendes til brugerdefinerede metadata på dette tidspunkt.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Værdi",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "f.eks. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Rediger metadata",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI automatisk udfyldning",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Aktivér cascade-politik",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Er du sikker på, at du vil slette disse brugerdefinerede metadata og alle deres værdier fra denne fil?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Er du sikker på, at du vil slette \"{metadataName}\" og alle deres værdier fra denne fil?",
|
package/i18n/da-DK.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Indtast en gyldig URL
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Indstillinger
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Brug Box AI til automatisk at udtrække metadataværdier.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Få mere at vide
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Aktivering af denne funktion kan medføre ekstra gebyrer. Gennemgå venligst vores {pricingLink} for flere informationer.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = detaljer om priser
|
|
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 skabelon er blevet skjult.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = f.eks. 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 = Box AI automatisk udfyldning
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Aktivér cascade-politik
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/de-DE.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Gültige URL eingeben",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Optionen",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Verwenden Sie Box AI, um Metadatenwerte automatisch zu extrahieren.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Mehr erfahren",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Die Aktivierung dieser Funktion kann zusätzliche Gebühren verursachen. Überprüfen Sie bitte unsere {pricingLink} für mehr Informationen.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "Preisdetails",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Alle Attribute in dieser Vorlage wurden ausgeblendet.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Wenden Sie die Vorlage und ihre Werte auf alle neuen und vorhandenen Elemente in diesem Ordner und seinen Unterordnern an.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Kaskadenrichtlinie kann zu diesem Zeitpunkt nicht auf benutzerdefinierte Metadaten angewendet werden.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Wert",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "z. B. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Metadaten bearbeiten",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI automatischen Ausfüllen",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Kaskadenrichtlinie aktivieren",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Möchten Sie diese benutzerdefinierten Metadaten und ihre gesamten Werte aus dieser Datei wirklich löschen?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Möchten Sie „{metadataName}“ und ihre gesamten Werte aus dieser Datei wirklich löschen?",
|
package/i18n/de-DE.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Gültige URL eingeben
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Optionen
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Verwenden Sie Box AI, um Metadatenwerte automatisch zu extrahieren.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Mehr erfahren
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Die Aktivierung dieser Funktion kann zusätzliche Gebühren verursachen. Überprüfen Sie bitte unsere {pricingLink} für mehr Informationen.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = Preisdetails
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Alle Attribute in dieser Vorlage wurden ausgeblendet.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = z. B. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Metadaten bearbeiten
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Box AI automatischen Ausfüllen
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Kaskadenrichtlinie aktivieren
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/es-419.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Introduzca una URL válida",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Opciones",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Utilice Box AI para extraer automáticamente los valores de los metadatos.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Más información",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "La habilitación de esta función puede implicar cargos adicionales. Revise nuestra {pricingLink} para obtener más información.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "detalles de los precios",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Se han ocultado todos los atributos de esta plantilla.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Aplique la plantilla y sus valores a todos los elementos nuevos y existentes de esta carpeta y sus subcarpetas.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "En este momento, no es posible implementar la política de aplicación en cascada a los metadatos personalizados.",
|
package/i18n/es-419.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Introduzca una URL válida
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Opciones
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Utilice Box AI para extraer automáticamente los valores de los metadatos.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Más información
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = La habilitación de esta función puede implicar cargos adicionales. Revise nuestra {pricingLink} para obtener más información.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = detalles de los precios
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Se han ocultado todos los atributos de esta plantilla.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
package/i18n/es-ES.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Introduzca una URL válida",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Opciones",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Utilice Box AI para extraer automáticamente los valores de los metadatos.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Más información",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "La habilitación de esta función puede implicar cargos adicionales. Revise nuestra {pricingLink} para obtener más información.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "detalles de los precios",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Se han ocultado todos los atributos de esta plantilla.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Aplique la plantilla y sus valores a todos los elementos nuevos y existentes de esta carpeta y sus subcarpetas.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "En este momento, no es posible implementar la política de aplicación en cascada a los metadatos personalizados.",
|
package/i18n/es-ES.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Introduzca una URL válida
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Opciones
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Utilice Box AI para extraer automáticamente los valores de los metadatos.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Más información
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = La habilitación de esta función puede implicar cargos adicionales. Revise nuestra {pricingLink} para obtener más información.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = detalles de los precios
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Se han ocultado todos los atributos de esta plantilla.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
package/i18n/fi-FI.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL-osoite",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Kirjoita kelvollinen URL-osoite",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Valinnat",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Käytä Box AI:ta metatietoarvojen automaattiseen poimimiseen.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Lisätietoja",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "Tämän ominaisuuden käyttöönotto voi aiheuttaa lisämaksuja. Katso lisätietoja kohdasta {pricingLink}.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "hinnoittelutiedot",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Kaikki tämän mallin määritteet on piilotettu.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Käytä tätä mallia ja sen arvoja kaikissa tämän kansion ja sen alikansioiden uusissa ja nykyisissä kohteissa.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Limityskäytäntöä ei voi juuri nyt käyttää mukautetuissa metatiedoissa.",
|
package/i18n/fi-FI.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Kirjoita kelvollinen URL-osoite
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Valinnat
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Käytä Box AI:ta metatietoarvojen automaattiseen poimimiseen.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = Lisätietoja
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = Tämän ominaisuuden käyttöönotto voi aiheuttaa lisämaksuja. Katso lisätietoja kohdasta {pricingLink}.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = hinnoittelutiedot
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Kaikki tämän mallin määritteet on piilotettu.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
package/i18n/fr-CA.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Saisissez une URL valide",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Options",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Utilisez Box AI pour extraire automatiquement les valeurs de métadonnées.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "En savoir plus",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "L'activation de cette fonctionnalité peut entraîner des frais supplémentaires. Veuillez consulter notre {pricingLink} pour plus d'informations.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "détails des prix",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Tous les attributs de ce modèle ont été masqués.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Appliquez le modèle et ses valeurs à tous les éléments nouveaux et existants dans ce dossier et ses sous-dossiers.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "La politique en cascade ne peut pas être appliquée à des métadonnées personnalisées pour l'instant.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Valeur",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "par ex. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Modifier des métadonnées",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Remplissage automatique de Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Activer la règle en cascade",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Voulez-vous vraiment supprimer ces métadonnées personnalisées et toutes ses valeurs de ce fichier ?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Êtes-vous sûr de vouloir supprimer « {metadataName} » et tout son contenu de ce fichier ?",
|
package/i18n/fr-CA.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Saisissez une URL valide
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Options
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Utilisez Box AI pour extraire automatiquement les valeurs de métadonnées.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = En savoir plus
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = L'activation de cette fonctionnalité peut entraîner des frais supplémentaires. Veuillez consulter notre {pricingLink} pour plus d'informations.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = détails des prix
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Tous les attributs de ce modèle ont été masqués.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = par ex. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Modifier des métadonnées
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Remplissage automatique de Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Activer la règle en cascade
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/fr-FR.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Saisissez une URL valide",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Options",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Utilisez Box AI pour extraire automatiquement les valeurs de métadonnées.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "En savoir plus",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "L'activation de cette fonctionnalité peut entraîner des frais supplémentaires. Veuillez consulter notre {pricingLink} pour plus d'informations.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "détails des prix",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Tous les attributs de ce modèle ont été masqués.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Appliquez le modèle et ses valeurs à tous les éléments nouveaux et existants dans ce dossier et ses sous-dossiers.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "La politique en cascade ne peut pas être appliquée à des métadonnées personnalisées pour l'instant.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Valeur",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "par ex. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Modifier des métadonnées",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Remplissage automatique de Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Activer la règle en cascade",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Voulez-vous vraiment supprimer ces métadonnées personnalisées et toutes ses valeurs de ce fichier ?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Êtes-vous sûr de vouloir supprimer « {metadataName} » et tout son contenu de ce fichier ?",
|
package/i18n/fr-FR.properties
CHANGED
|
@@ -1211,13 +1211,13 @@ boxui.itemDetails.urlPlaceholder = Saisissez une URL valide
|
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
1212
|
boxui.media.menuButtonArialLabel = Options
|
|
1213
1213
|
# Description for AI autofill toggle switch
|
|
1214
|
-
boxui.metadataInstanceEditor.aiAutofillDescription =
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = Utilisez Box AI pour extraire automatiquement les valeurs de métadonnées.
|
|
1215
1215
|
# Learn more link for AI autofill
|
|
1216
1216
|
boxui.metadataInstanceEditor.aiAutofillLearnMore = En savoir plus
|
|
1217
1217
|
# Notice for AI autofill toggle switch
|
|
1218
|
-
boxui.metadataInstanceEditor.aiAutofillNotice =
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = L'activation de cette fonctionnalité peut entraîner des frais supplémentaires. Veuillez consulter notre {pricingLink} pour plus d'informations.
|
|
1219
1219
|
# Pricing details link for AI autofill
|
|
1220
|
-
boxui.metadataInstanceEditor.aiAutofillPricingDetails =
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = détails des prix
|
|
1221
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1222
1222
|
boxui.metadataInstanceEditor.allAttributesAreHidden = Tous les attributs de ce modèle ont été masqués.
|
|
1223
1223
|
# Informational text below enable cascade policy toggle switch
|
|
@@ -1259,7 +1259,7 @@ boxui.metadataInstanceEditor.customValuePlaceholder = par ex. 42
|
|
|
1259
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1260
1260
|
boxui.metadataInstanceEditor.editTooltip = Modifier des métadonnées
|
|
1261
1261
|
# Label for enable AI autofill toggle switch
|
|
1262
|
-
boxui.metadataInstanceEditor.enableAIAutofill = Box AI
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = Remplissage automatique de Box AI
|
|
1263
1263
|
# Label for enable cascade policy toggle switch
|
|
1264
1264
|
boxui.metadataInstanceEditor.enableCascadePolicy = Activer la règle en cascade
|
|
1265
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
package/i18n/hi-IN.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/hi-IN.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/it-IT.js
CHANGED
|
@@ -605,10 +605,10 @@ export default {
|
|
|
605
605
|
"boxui.itemDetails.url": "URL",
|
|
606
606
|
"boxui.itemDetails.urlPlaceholder": "Immetti un URL valido",
|
|
607
607
|
"boxui.media.menuButtonArialLabel": "Opzioni",
|
|
608
|
-
"boxui.metadataInstanceEditor.aiAutofillDescription": "
|
|
608
|
+
"boxui.metadataInstanceEditor.aiAutofillDescription": "Usa Box AI per estrarre automaticamente i valori dei metadati.",
|
|
609
609
|
"boxui.metadataInstanceEditor.aiAutofillLearnMore": "Ulteriori informazioni",
|
|
610
|
-
"boxui.metadataInstanceEditor.aiAutofillNotice": "
|
|
611
|
-
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "
|
|
610
|
+
"boxui.metadataInstanceEditor.aiAutofillNotice": "L'attivazione di questa funzionalità potrebbe comportare l'addebito di costi aggiuntivi. Consulta la nostra {pricingLink} per ulteriori informazioni.",
|
|
611
|
+
"boxui.metadataInstanceEditor.aiAutofillPricingDetails": "dettagli sui prezzi",
|
|
612
612
|
"boxui.metadataInstanceEditor.allAttributesAreHidden": "Tutti gli attributi in questo modello sono stati nascosti.",
|
|
613
613
|
"boxui.metadataInstanceEditor.applyCascadePolicyText": "Applica il modello e i relativi valori a tutti gli elementi nuovi ed esistenti in questa cartella e nelle relative sottocartelle.",
|
|
614
614
|
"boxui.metadataInstanceEditor.cannotApplyCascadePolicyText": "Attualmente non è possibile applicare un criterio a cascata ai metadati personalizzati.",
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
629
629
|
"boxui.metadataInstanceEditor.customValue": "Valore",
|
|
630
630
|
"boxui.metadataInstanceEditor.customValuePlaceholder": "es. 42",
|
|
631
631
|
"boxui.metadataInstanceEditor.editTooltip": "Modifica metadati",
|
|
632
|
-
"boxui.metadataInstanceEditor.enableAIAutofill": "Box AI
|
|
632
|
+
"boxui.metadataInstanceEditor.enableAIAutofill": "Compilazione automatica Box AI",
|
|
633
633
|
"boxui.metadataInstanceEditor.enableCascadePolicy": "Abilita criterio a cascata",
|
|
634
634
|
"boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm": "Confermi l'eliminazione di questi metadati personalizzati e dei relativi valori dal file?",
|
|
635
635
|
"boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm": "Confermi l'eliminazione di \"{metadataName}\" e dei relativi valori dal file?",
|