@box/metadata-editor 0.109.7 → 0.110.1
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/chunks/metadata-instance-form-card-wrapper.js +32 -30
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.js +1 -1
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +70 -68
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +14 -14
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +100 -56
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +24 -22
- package/dist/esm/lib/components/metadata-instance-list/metadata-instance-list.js +10 -8
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +29 -27
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +2 -14
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +46 -40
- package/dist/esm/lib/constants.js +13 -2
- package/dist/esm/lib/messages.js +18 -0
- package/dist/esm/lib/utils/utils.js +7 -5
- package/dist/i18n/bn-IN.js +17 -10
- package/dist/i18n/bn-IN.properties +5 -1
- package/dist/i18n/da-DK.js +17 -10
- package/dist/i18n/da-DK.properties +5 -1
- package/dist/i18n/de-DE.js +17 -10
- package/dist/i18n/de-DE.properties +5 -1
- package/dist/i18n/en-AU.js +15 -8
- package/dist/i18n/en-AU.properties +5 -1
- package/dist/i18n/en-CA.js +15 -8
- package/dist/i18n/en-CA.properties +5 -1
- package/dist/i18n/en-GB.js +15 -8
- package/dist/i18n/en-GB.properties +5 -1
- package/dist/i18n/en-US.js +7 -6
- package/dist/i18n/en-US.properties +14 -12
- package/dist/i18n/en-x-pseudo.js +132 -125
- package/dist/i18n/en-x-pseudo.properties +127 -123
- package/dist/i18n/es-419.js +17 -10
- package/dist/i18n/es-419.properties +5 -1
- package/dist/i18n/es-ES.js +17 -10
- package/dist/i18n/es-ES.properties +5 -1
- package/dist/i18n/fi-FI.js +17 -10
- package/dist/i18n/fi-FI.properties +5 -1
- package/dist/i18n/fr-CA.js +17 -10
- package/dist/i18n/fr-CA.properties +5 -1
- package/dist/i18n/fr-FR.js +17 -10
- package/dist/i18n/fr-FR.properties +5 -1
- package/dist/i18n/hi-IN.js +17 -10
- package/dist/i18n/hi-IN.properties +5 -1
- package/dist/i18n/it-IT.js +17 -10
- package/dist/i18n/it-IT.properties +5 -1
- package/dist/i18n/ja-JP.js +17 -10
- package/dist/i18n/ja-JP.properties +5 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.json +1 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.json +1 -1
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +17 -10
- package/dist/i18n/ko-KR.properties +5 -1
- package/dist/i18n/nb-NO.js +17 -10
- package/dist/i18n/nb-NO.properties +5 -1
- package/dist/i18n/nl-NL.js +17 -10
- package/dist/i18n/nl-NL.properties +5 -1
- package/dist/i18n/pl-PL.js +17 -10
- package/dist/i18n/pl-PL.properties +5 -1
- package/dist/i18n/pt-BR.js +17 -10
- package/dist/i18n/pt-BR.properties +5 -1
- package/dist/i18n/ru-RU.js +17 -10
- package/dist/i18n/ru-RU.properties +5 -1
- package/dist/i18n/sv-SE.js +17 -10
- package/dist/i18n/sv-SE.properties +5 -1
- package/dist/i18n/tr-TR.js +17 -10
- package/dist/i18n/tr-TR.properties +5 -1
- package/dist/i18n/zh-CN.js +17 -10
- package/dist/i18n/zh-CN.properties +5 -1
- package/dist/i18n/zh-TW.js +17 -10
- package/dist/i18n/zh-TW.properties +5 -1
- package/dist/styles/metadata-instance-form-autofill-button.css +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.d.ts +4 -4
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +7 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.d.ts +0 -15
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/types.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +12 -0
- package/dist/types/lib/messages.d.ts +22 -0
- package/dist/types/lib/types.d.ts +1 -0
- package/dist/types/lib/utils/utils.d.ts +3 -1
- package/package.json +6 -4
@@ -1 +1 @@
|
|
1
|
-
[{"id":"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle","description":"Header with Custom Metadata template name","defaultMessage":"Custom Metadata"},{"id":"metadataEditor.viewInstance.metadataInstanceHeader.
|
1
|
+
[{"id":"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle","description":"Header with Custom Metadata template name","defaultMessage":"Custom Metadata"},{"id":"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip","description":"Tooltip text explaining that by clicking button user can edit template","defaultMessage":"Edit"},{"id":"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel","description":"Aria label for the edit button","defaultMessage":"Edit {templateName}"}]
|
@@ -1 +1 @@
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"}]
|
1
|
+
[{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill {templateName} with Box AI"}]
|
package/dist/i18n/ko-KR.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "확인",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "무시",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI는 위와 동일한 값을 제안합니다",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "메타데이터 인스턴스 삭제 확인",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "\"{templateName}\" 메타데이터 인스턴스 및 해당 값을 삭제하시겠습니까?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "일단 삭제된 메타데이터 값은 복원할 수 없습니다.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "취소",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "확인",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "삭제",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "사용자 정의 메타데이터",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "해제",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" 삭제",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "로드 중...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "저장",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "자동 입력",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI로 자동 완성하기(베타)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Box AI를 사용한 자동 입력",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "저장하기 전에 응답을 확인하십시오.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI 자동 완성 기능은 베타 버전입니다",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "사용자 정의 메타데이터",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI가 전체 콘텐츠에 액세스할 수 없으므로, 답변에 영향을 미칠 수 있습니다.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "콘텐츠가 너무 큽니다",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "로드 중...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "메타데이터 템플릿에 저장되지 않은 변경 사항이 있습니다. 어떻게 진행하시겠습니까?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "닫기",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "편집 계속",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "저장되지 않은 변경 사항",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "빈 값 숨기기",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "빈 값 표시",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI를 사용한 {templateName}자동 입력",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI로 자동 완성하기(베타)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Box AI를 사용한 자동 입력",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "사용자 정의 메타데이터",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} 편집",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "편집",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "다시 로드",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "오류",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "상세한 내용을 로드하지 못함",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "로드 중..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "로드 중...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI를 사용한 자동 입력",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI로 자동 완성하기(베타)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Box AI를 사용한 자동 입력",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI를 사용한 {templateName}자동 입력",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI로 자동 완성하기(베타)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Box AI를 사용한 자동 입력"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = 무시
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI는 위와 동일한 값을 제안합니다
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 메타데이터 인스턴스 삭제 확인
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = "{templateName}" 메타데이터 인스턴스 및 해당 값을 삭제하시겠습니까?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = 일
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = 취소
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = 확인
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = 삭제
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = 사용자 정의 메타데이터
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/nb-NO.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bekreft",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien som ovenfor",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Bekreft sletting av metadataforekomst",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Er du sikker på at du vil slette metadataforekomsten «{templateName}» og tilhørende verdier?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metadataverdier kan ikke gjenopprettes etter sletting.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekreft",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Slett",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Tilpasset metadata",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Lukk",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Slette «{templateName}»",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laster inn …",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Lagre",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofyll",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofyll med Box AI (beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatisk utfylling med Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Sjekk svarene før du lagrer de.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill er i betaversjon",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Tilpasset metadata",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI får ikke tilgang til hele innholdet, noe som kan påvirke svarene.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Innholdet er for stort",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laster inn …",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Det finnes ulagrede endringer i metadatamalen(e). Hvordan vil du fortsette?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Lukk",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Fortsett å redigere",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Ulagrede endringer",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Skjul tomme verdier",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme verdier",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Fyll {templateName} automatisk med Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofyll med Box AI (beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatisk utfylling med Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Tilpasset metadata",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Last inn på nytt",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Feil",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Kunne ikke laste inn detaljer",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Automatisk utfylling med Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofyll med Box AI (beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatisk utfylling med Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Fyll {templateName} automatisk med Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofyll med Box AI (beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatisk utfylling med Box AI"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI foreslår den samme verdien som ovenfor
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Bekreft sletting av metadataforekomst
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Er du sikker på at du vil slette metadataforekomsten «{templateName}» og tilhørende verdier?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Skriv inn navnet på metadatamalen for å bekrefte slettingen
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Metad
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Avbryt
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Bekreft
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Slett
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Tilpasset metadata
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/nl-NL.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bevestigen",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Negeren",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI stelt dezelfde waarde voor als hierboven",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Bevestig het verwijderen van de metadata-instantie",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u het metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Weet u zeker dat u de metadata-instantie en de waarden voor ’{templateName}’ wilt verwijderen?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van het metagegevenssjabloon om verwijdering te bevestigen",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuleren",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bevestigen",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Verwijderen",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Aangepaste metagegevens",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Sluiten",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "‘{templateName}’ verwijderen",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laden...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Opslaan",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisch invullen",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisch invullen met Box AI (Beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatisch invullen met Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Controleer de antwoorden voordat u opslaat.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI automatisch invullen is in Beta",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Aangepaste metagegevens",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI heeft geen toegang tot alle inhoud, wat van invloed kan zijn op de antwoorden.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Inhoud is te groot",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Metagegevens-sjabloon(en) hebben niet-opgeslagen wijzigingen. Hoe wilt u verder gaan?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Sluiten",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Doorgaan met bewerken",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Niet-opgeslagen wijzigingen",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Lege waarden verbergen",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Lege waarden weergeven",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} met Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisch invullen met Box AI (Beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatisch invullen met Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Aangepaste metagegevens",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} bewerken",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bewerken",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Opnieuw laden",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fout",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Kan geen details laden",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Automatisch invullen met Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisch invullen met Box AI (Beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatisch invullen met Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} met Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisch invullen met Box AI (Beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatisch invullen met Box AI"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Negeren
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI stelt dezelfde waarde voor als hierboven
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Bevestig het verwijderen van de metadata-instantie
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Weet u zeker dat u het metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Weet u zeker dat u de metadata-instantie en de waarden voor ’{templateName}’ wilt verwijderen?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Typ de naam van het metagegevenssjabloon om verwijdering te bevestigen
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Eenma
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Annuleren
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Bevestigen
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Verwijderen
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Aangepaste metagegevens
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/pl-PL.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Potwierdź",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignoruj",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI sugeruje tę samą wartość, co powyżej",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Potwierdź usunięcie instancji metadanych",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Czy na pewno chcesz usuwać instancję metadanych „{templateName}” i jej wartości?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Po usunięciu wartości metadanych nie można przywrócić .",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anuluj",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Potwierdź",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Usuń",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Niestandardowe metadane",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Zamknij",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Usuń „{templateName}”",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Trwa wczytywanie...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Zapisz",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autouzupełnianie",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autouzupełnianie za pomocą Box AI (beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatyczne wypełnianie za pomocą Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Sprawdź odpowiedzi przed zapisaniem.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "Autouzupełnianie AI jest w wersji beta",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Niestandardowe metadane",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Usługa Box AI nie będzie w stanie uzyskać dostępu do całej zawartości, co może mieć wpływ na odpowiedzi.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Zawartość jest zbyt duża",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Trwa wczytywanie...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Szablony metadanych mają niezapisane zmiany. Jak chcesz kontynuować?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Zamknij",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Kontynuuj edycję",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Niezapisane zmiany",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ukryj puste wartości",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Pokaż puste wartości",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatycznie wypełnij {templateName} za pomocą Box AI.",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autouzupełnianie za pomocą Box AI (beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatyczne wypełnianie za pomocą Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Niestandardowe metadane",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edycja {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edycja",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Wczytaj ponownie",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Błąd",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Nie udało się wczytać szczegółów",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Automatyczne wypełnianie za pomocą Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autouzupełnianie za pomocą Box AI (beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatyczne wypełnianie za pomocą Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatycznie wypełnij {templateName} za pomocą Box AI.",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autouzupełnianie za pomocą Box AI (beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatyczne wypełnianie za pomocą Box AI"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignoruj
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI sugeruje tę samą wartość, co powyżej
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Potwierdź usunięcie instancji metadanych
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Czy na pewno chcesz usuwać instancję metadanych „{templateName}” i jej wartości?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Po us
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Anuluj
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Potwierdź
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Usuń
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Niestandardowe metadane
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/pt-BR.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "O Box AI sugere o mesmo valor acima",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar exclusão da instância de metadados",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Tem certeza de que deseja excluir o modelo de metadados \"{templateName}\" e todos os seus valores deste arquivo?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Você tem certeza de que deseja excluir a instância de metadados \"{templateName}\" e seus valores?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Após excluídos, os valores de metadados não podem ser restaurados.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancelar",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Excluir",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Metadados personalizados",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Excluir \"{templateName}\"",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Carregando...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Salvar",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Preenchimento automático",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Preenchimento automático com o Box AI (beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Preencher automaticamente com o Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Verifique as respostas antes de salvar.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "O preenchimento automático de IA está em versão beta",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadados personalizados",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "O Box AI não poderá acessar o conteúdo inteiro, o que pode afetar as respostas dele.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Conteúdo é grande demais",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Carregando...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Os modelos de metadados têm alterações não salvas. Como você gostaria de prosseguir?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Fechar",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Continuar editando",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Alterações não salvas",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ocultar valores vazios",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar valores vazios",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Preencher automaticamente {templateName} com o Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Preenchimento automático com o Box AI (beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Preencher automaticamente com o Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadados personalizados",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Recarregar",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erro",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Falha ao carregar detalhes",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Preencher automaticamente com o Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Preenchimento automático com o Box AI (beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Preencher automaticamente com o Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Preencher automaticamente {templateName} com o Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Preenchimento automático com o Box AI (beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Preencher automaticamente com o Box AI"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignorar
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = O Box AI sugere o mesmo valor acima
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar exclusão da instância de metadados
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Tem certeza de que deseja excluir o modelo de metadados "{templateName}" e todos os seus valores deste arquivo?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Você tem certeza de que deseja excluir a instância de metadados "{templateName}" e seus valores?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Digite o nome do modelo de metadados para confirmar a exclusão
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Após
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Cancelar
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Confirmar
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Excluir
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Metadados personalizados
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/ru-RU.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Подтвердить",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Пропустить",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI предлагает то же значение, что и выше",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Подтвердите удаление экземпляра метаданных",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Удалить шаблон метаданных „{templateName}“ и все его значения из этого файла?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Действительно удалить экземпляр метаданных «{templateName}» и его значения?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Введите имя шаблона метаданных для подтверждения удаления",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "После удаления значения метаданных не могут быть восстановлены.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Отмена",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Подтвердить",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Удалить",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Настраиваемые метаданные",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Закрыть",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Удалить „{templateName}“",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Загрузка...",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Сохранить",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Автозаполнение",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Автозаполнение Box AI (бета-версия)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Автозаполнение с помощью ИИ Box",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Проверьте ответы перед сохранением.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "Автозаполнение AI находится на стадии бета-тестирования",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Настраиваемые метаданные",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI не сможет получить доступ ко всему контенту, что может повлиять на его ответы.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Контент слишком большой",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Загрузка...",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "Шаблон(ы) метаданных имеет(-ют) несохраненные изменения. Как бы вы хотели продолжить?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Закрыть",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Продолжить редактирование",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Несохраненные изменения",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Скрыть пустые значения",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Показать пустые значения",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Автозаполнение {templateName} с помощью Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Автозаполнение Box AI (бета-версия)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Автозаполнение с помощью ИИ Box",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Настраиваемые метаданные",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Изменить {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Изменить",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Перезагрузить",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Ошибка",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Не удалось загрузить сведения",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Загрузка..."
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Загрузка...",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Автозаполнение с помощью ИИ Box",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Автозаполнение Box AI (бета-версия)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Автозаполнение с помощью ИИ Box",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Автозаполнение {templateName} с помощью Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Автозаполнение Box AI (бета-версия)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Автозаполнение с помощью ИИ Box"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Пропустить
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI предлагает то же значение, что и выше
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Подтвердите удаление экземпляра метаданных
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Удалить шаблон метаданных „{templateName}“ и все его значения из этого файла?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = Действительно удалить экземпляр метаданных «{templateName}» и его значения?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Введите имя шаблона метаданных для подтверждения удаления
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = По
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Отмена
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Подтвердить
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Удалить
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Настраиваемые метаданные
|
107
111
|
# Aria label for Dismiss (x) button
|