@box/metadata-editor 0.54.0 → 0.56.0

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.
Files changed (53) hide show
  1. package/esm/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js +121 -117
  2. package/i18n/bn-IN.js +15 -15
  3. package/i18n/bn-IN.properties +21 -9
  4. package/i18n/da-DK.js +11 -11
  5. package/i18n/da-DK.properties +17 -5
  6. package/i18n/de-DE.js +11 -11
  7. package/i18n/de-DE.properties +17 -5
  8. package/i18n/en-AU.js +2 -2
  9. package/i18n/en-AU.properties +13 -1
  10. package/i18n/en-CA.js +1 -1
  11. package/i18n/en-CA.properties +13 -1
  12. package/i18n/en-GB.js +2 -2
  13. package/i18n/en-GB.properties +13 -1
  14. package/i18n/en-x-pseudo.js +95 -95
  15. package/i18n/en-x-pseudo.properties +101 -89
  16. package/i18n/es-419.js +11 -11
  17. package/i18n/es-419.properties +17 -5
  18. package/i18n/es-ES.js +11 -11
  19. package/i18n/es-ES.properties +17 -5
  20. package/i18n/fi-FI.js +11 -11
  21. package/i18n/fi-FI.properties +17 -5
  22. package/i18n/fr-CA.js +10 -10
  23. package/i18n/fr-CA.properties +16 -4
  24. package/i18n/fr-FR.js +10 -10
  25. package/i18n/fr-FR.properties +16 -4
  26. package/i18n/hi-IN.js +11 -11
  27. package/i18n/hi-IN.properties +17 -5
  28. package/i18n/it-IT.js +11 -11
  29. package/i18n/it-IT.properties +17 -5
  30. package/i18n/ja-JP.js +12 -12
  31. package/i18n/ja-JP.properties +18 -6
  32. package/i18n/ko-KR.js +11 -11
  33. package/i18n/ko-KR.properties +17 -5
  34. package/i18n/nb-NO.js +11 -11
  35. package/i18n/nb-NO.properties +17 -5
  36. package/i18n/nl-NL.js +11 -11
  37. package/i18n/nl-NL.properties +17 -5
  38. package/i18n/pl-PL.js +11 -11
  39. package/i18n/pl-PL.properties +17 -5
  40. package/i18n/pt-BR.js +11 -11
  41. package/i18n/pt-BR.properties +17 -5
  42. package/i18n/ru-RU.js +11 -11
  43. package/i18n/ru-RU.properties +17 -5
  44. package/i18n/sv-SE.js +11 -11
  45. package/i18n/sv-SE.properties +17 -5
  46. package/i18n/tr-TR.js +11 -11
  47. package/i18n/tr-TR.properties +17 -5
  48. package/i18n/zh-CN.js +11 -11
  49. package/i18n/zh-CN.properties +17 -5
  50. package/i18n/zh-TW.js +11 -11
  51. package/i18n/zh-TW.properties +17 -5
  52. package/package.json +2 -2
  53. package/types/lib/components/combobox-with-api-pagination/types.d.ts +4 -4
@@ -5,7 +5,7 @@ comboboxWithApiPagination.errorAction = 再読み込み
5
5
  # Aria-label text for the error icon in the loading results error message
6
6
  comboboxWithApiPagination.errorIconLabel = エラー
7
7
  # Error message displayed as inline notice that informs the user that the options failed to load
8
- comboboxWithApiPagination.errorMessage = オプションの読み込みに失敗
8
+ comboboxWithApiPagination.errorMessage = オプションの読み込みに失敗しました
9
9
  # Visually hidden aria-label text for the loading spinner
10
10
  comboboxWithApiPagination.loadingAriaLabel = 読み込み中...
11
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = テンプレートを検
75
75
  # Call to encourage user to add metadata templates
76
76
  metadataEditor.addMetadataTemplate.trigger.label = テンプレートを追加
77
77
  # Label for value suggested by Box AI
78
- metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIの提案:
79
79
  # Aria-label for AI suggestion options
80
- metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = オプション
81
81
  # Label for appending the AI suggestion
82
82
  metadataEditor.aiSuggestionField.appendLabel = 追加
83
83
  # Label for clearing the current value and applying the AI suggestion
84
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = クリアして置き換え
85
85
  # Label for ignoring the AI suggestion
86
- metadataEditor.aiSuggestionField.ignoreLabel = Ignore
86
+ metadataEditor.aiSuggestionField.ignoreLabel = 無視する
87
87
  # Paragraph asking user are they sure that they want to delete the template
88
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?
89
89
  # Label informing how to confirm deletion of the template
90
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 「{templateName}」と入力して確認します
90
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 削除を確認するには、メタデータテンプレートの名前を入力してください
91
91
  # Paragraph informing that data cannot be restored
92
92
  metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = 一度削除すると、メタデータ値は復元できません。
93
93
  # CTA to cancel deletion of the template
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = カスタ
100
100
  metadataEditor.editInstance.deleteConfirmationModal.dismissButton = 閉じる
101
101
  # Header informing that template will be deleted
102
102
  metadataEditor.editInstance.deleteConfirmationModal.header = 「{templateName}」の削除
103
+ # Aria label for header informing that template will be deleted
104
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = メタデータテンプレートを削除
103
105
  # Description of Box AI features
104
106
  metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Box AIを活用して、向上し続ける精度でドキュメントのメタデータをすばやくキャプチャします。
105
107
  # Call to encourage user to use Box AI to autofill metadata fields
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
158
160
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = 保存
159
161
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
160
162
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = 自動入力
163
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
164
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AIで自動入力
161
165
  # Header with Custom Metadata template name
162
166
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = カスタムメタデータ
163
167
  # Aria label used to indicate that the button is currently loading.
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = 保存して続行
176
180
  metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = 空の値を非表示
177
181
  # Call to action to show hidden empty values
178
182
  metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = 空の値を表示
183
+ # Aria label for the autofill button
184
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AIで自動入力
185
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AIで自動入力
179
187
  # Header with Custom Metadata template name
180
188
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = カスタムメタデータ
189
+ # Aria label for the edit button
190
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = 編集
191
+ # Tooltip text explaining that by clicking button user can edit template
192
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = 編集
package/i18n/ko-KR.js CHANGED
@@ -37,20 +37,20 @@ export default {
37
37
  "metadataEditor.addMetadataTemplate.customMetadataName": "사용자 정의 메타데이터",
38
38
  "metadataEditor.addMetadataTemplate.search.placeholder": "검색 템플릿",
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "템플릿 추가",
40
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
40
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 제안:",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "옵션",
42
42
  "metadataEditor.aiSuggestionField.appendLabel": "추가",
43
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
- "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
43
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "지우기 바꾸기",
44
+ "metadataEditor.aiSuggestionField.ignoreLabel": "무시",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
46
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "확인하려면 \"{templateName}\"을 입력합니다.",
46
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다",
47
47
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "일단 삭제된 메타데이터 값은 복원할 수 없습니다.",
48
48
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "취소",
49
49
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "확인",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "사용자 정의 메타데이터",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "해제",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" 삭제",
53
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Delete Metadata Template",
53
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "메타데이터 템플릿 삭제",
54
54
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Box AI의 기능을 사용하여 정확도가 지속적으로 높아지는 동시에 문서 메타데이터를 빠르게 캡처합니다.",
55
55
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Box AI를 사용한 자동 입력 메타데이터",
56
56
  "metadataEditor.fileLevel.emptyState.default.body": "파일에 메타데이터를 추가하여 비즈니스 작업, 워크플로 등을 지원합니다!",
@@ -80,7 +80,7 @@ export default {
80
80
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "로드 중...",
81
81
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "저장",
82
82
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "자동 입력",
83
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI",
83
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI를 사용한 자동 입력",
84
84
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "사용자 정의 메타데이터",
85
85
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "로드 중...",
86
86
  "metadataEditor.unsavedChangesModal.body": "메타데이터 템플릿에 저장되지 않은 변경 사항이 있습니다. 어떻게 진행하시겠습니까?",
@@ -90,9 +90,9 @@ export default {
90
90
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "저장 및 계속",
91
91
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "빈 값 숨기기",
92
92
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "빈 값 표시",
93
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
94
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
93
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI를 사용한 자동 입력",
94
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI를 사용한 자동 입력",
95
95
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "사용자 정의 메타데이터",
96
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
97
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
96
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "편집",
97
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "편집"
98
98
  }
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = 검색 템플릿
75
75
  # Call to encourage user to add metadata templates
76
76
  metadataEditor.addMetadataTemplate.trigger.label = 템플릿 추가
77
77
  # Label for value suggested by Box AI
78
- metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI 제안:
79
79
  # Aria-label for AI suggestion options
80
- metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = 옵션
81
81
  # Label for appending the AI suggestion
82
82
  metadataEditor.aiSuggestionField.appendLabel = 추가
83
83
  # Label for clearing the current value and applying the AI suggestion
84
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = 지우기 바꾸기
85
85
  # Label for ignoring the AI suggestion
86
- metadataEditor.aiSuggestionField.ignoreLabel = Ignore
86
+ metadataEditor.aiSuggestionField.ignoreLabel = 무시
87
87
  # Paragraph asking user are they sure that they want to delete the template
88
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?
89
89
  # Label informing how to confirm deletion of the template
90
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 확인하려면 "{templateName}"을 입력합니다.
90
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = 메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다
91
91
  # Paragraph informing that data cannot be restored
92
92
  metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = 일단 삭제된 메타데이터 값은 복원할 수 없습니다.
93
93
  # CTA to cancel deletion of the template
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = 사용자
100
100
  metadataEditor.editInstance.deleteConfirmationModal.dismissButton = 해제
101
101
  # Header informing that template will be deleted
102
102
  metadataEditor.editInstance.deleteConfirmationModal.header = "{templateName}" 삭제
103
+ # Aria label for header informing that template will be deleted
104
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = 메타데이터 템플릿 삭제
103
105
  # Description of Box AI features
104
106
  metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Box AI의 기능을 사용하여 정확도가 지속적으로 높아지는 동시에 문서 메타데이터를 빠르게 캡처합니다.
105
107
  # Call to encourage user to use Box AI to autofill metadata fields
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
158
160
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = 저장
159
161
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
160
162
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = 자동 입력
163
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
164
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AI를 사용한 자동 입력
161
165
  # Header with Custom Metadata template name
162
166
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = 사용자 정의 메타데이터
163
167
  # Aria label used to indicate that the button is currently loading.
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = 저장 및 계속
176
180
  metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = 빈 값 숨기기
177
181
  # Call to action to show hidden empty values
178
182
  metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = 빈 값 표시
183
+ # Aria label for the autofill button
184
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AI를 사용한 자동 입력
185
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AI를 사용한 자동 입력
179
187
  # Header with Custom Metadata template name
180
188
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = 사용자 정의 메타데이터
189
+ # Aria label for the edit button
190
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = 편집
191
+ # Tooltip text explaining that by clicking button user can edit template
192
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = 편집
package/i18n/nb-NO.js CHANGED
@@ -37,20 +37,20 @@ export default {
37
37
  "metadataEditor.addMetadataTemplate.customMetadataName": "Tilpasset metadata",
38
38
  "metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal",
40
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
40
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-forslag:",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Alternativer",
42
42
  "metadataEditor.aiSuggestionField.appendLabel": "Tilføy",
43
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
- "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
43
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Tøm og erstatt",
44
+ "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
46
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv «{templateName}» for å bekrefte",
46
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen",
47
47
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metadataverdier kan ikke gjenopprettes etter sletting.",
48
48
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
49
49
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekreft",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Tilpasset metadata",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Lukk",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Slette «{templateName}»",
53
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Delete Metadata Template",
53
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Slett metadatamalen",
54
54
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Bruk kraften fra Box AI til å raskt hente dokumentmetadata, med stadig økende nøyaktighet.",
55
55
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Automatisk fylling av metadata med Box AI",
56
56
  "metadataEditor.fileLevel.emptyState.default.body": "Legg til Metadata til filen for å støtte bedriftstransaksjoner, arbeidsflyter, med mer!",
@@ -80,7 +80,7 @@ export default {
80
80
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laster inn …",
81
81
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Lagre",
82
82
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofyll",
83
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI",
83
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisk utfylling med Box AI",
84
84
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Tilpasset metadata",
85
85
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laster inn …",
86
86
  "metadataEditor.unsavedChangesModal.body": "Det finnes ulagrede endringer i metadatamalen(e). Hvordan vil du fortsette?",
@@ -90,9 +90,9 @@ export default {
90
90
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Lagre og fortsett",
91
91
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Skjul tomme verdier",
92
92
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme verdier",
93
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
94
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
93
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisk utfylling med Box AI",
94
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisk utfylling med Box AI",
95
95
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Tilpasset metadata",
96
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
97
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
96
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger",
97
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger"
98
98
  }
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = Søk etter maler
75
75
  # Call to encourage user to add metadata templates
76
76
  metadataEditor.addMetadataTemplate.trigger.label = Legg til mal
77
77
  # Label for value suggested by Box AI
78
- metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI-forslag:
79
79
  # Aria-label for AI suggestion options
80
- metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Alternativer
81
81
  # Label for appending the AI suggestion
82
82
  metadataEditor.aiSuggestionField.appendLabel = Tilføy
83
83
  # Label for clearing the current value and applying the AI suggestion
84
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Tøm og erstatt
85
85
  # Label for ignoring the AI suggestion
86
- metadataEditor.aiSuggestionField.ignoreLabel = Ignore
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
87
87
  # Paragraph asking user are they sure that they want to delete the template
88
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?
89
89
  # Label informing how to confirm deletion of the template
90
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Skriv «{templateName}» for å bekrefte
90
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Skriv inn navnet på metadatamalen for å bekrefte slettingen
91
91
  # Paragraph informing that data cannot be restored
92
92
  metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Metadataverdier kan ikke gjenopprettes etter sletting.
93
93
  # CTA to cancel deletion of the template
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Tilpasset m
100
100
  metadataEditor.editInstance.deleteConfirmationModal.dismissButton = Lukk
101
101
  # Header informing that template will be deleted
102
102
  metadataEditor.editInstance.deleteConfirmationModal.header = Slette «{templateName}»
103
+ # Aria label for header informing that template will be deleted
104
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = Slett metadatamalen
103
105
  # Description of Box AI features
104
106
  metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Bruk kraften fra Box AI til å raskt hente dokumentmetadata, med stadig økende nøyaktighet.
105
107
  # Call to encourage user to use Box AI to autofill metadata fields
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
158
160
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Lagre
159
161
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
160
162
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autofyll
163
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
164
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Automatisk utfylling med Box AI
161
165
  # Header with Custom Metadata template name
162
166
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Tilpasset metadata
163
167
  # Aria label used to indicate that the button is currently loading.
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = Lagre og fortsett
176
180
  metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Skjul tomme verdier
177
181
  # Call to action to show hidden empty values
178
182
  metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Vis tomme verdier
183
+ # Aria label for the autofill button
184
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatisk utfylling med Box AI
185
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Automatisk utfylling med Box AI
179
187
  # Header with Custom Metadata template name
180
188
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Tilpasset metadata
189
+ # Aria label for the edit button
190
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Rediger
191
+ # Tooltip text explaining that by clicking button user can edit template
192
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Rediger
package/i18n/nl-NL.js CHANGED
@@ -37,20 +37,20 @@ export default {
37
37
  "metadataEditor.addMetadataTemplate.customMetadataName": "Aangepaste metagegevens",
38
38
  "metadataEditor.addMetadataTemplate.search.placeholder": "Sjablonen zoeken",
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Sjabloon toevoegen",
40
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
40
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-suggestie:",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opties",
42
42
  "metadataEditor.aiSuggestionField.appendLabel": "Toevoegen",
43
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
- "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
43
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Wissen en vervangen",
44
+ "metadataEditor.aiSuggestionField.ignoreLabel": "Negeren",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
46
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ ‘{templateName}’ om te bevestigen",
46
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen",
47
47
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.",
48
48
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuleren",
49
49
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bevestigen",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Aangepaste metagegevens",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Sluiten",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.header": "‘{templateName}’ verwijderen",
53
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Delete Metadata Template",
53
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Metagegevenssjabloon verwijderen",
54
54
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Gebruik de kracht van Box AI om snel metagegevens van documenten vast te leggen, met een steeds grotere nauwkeurigheid.",
55
55
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Metagegevens automatisch invullen met Box AI",
56
56
  "metadataEditor.fileLevel.emptyState.default.body": "Voeg metagegevens toe aan uw bestand om bedrijfsactiviteiten, workflows en meer te ondersteunen.",
@@ -80,7 +80,7 @@ export default {
80
80
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laden...",
81
81
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Opslaan",
82
82
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisch invullen",
83
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI",
83
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisch invullen met Box AI",
84
84
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Aangepaste metagegevens",
85
85
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden...",
86
86
  "metadataEditor.unsavedChangesModal.body": "Metagegevenssjabloon(en) hebben niet-opgeslagen wijzigingen. Hoe wilt u verder gaan?",
@@ -90,9 +90,9 @@ export default {
90
90
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Opslaan en doorgaan",
91
91
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Lege waarden verbergen",
92
92
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Lege waarden weergeven",
93
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
94
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
93
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisch invullen met Box AI",
94
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisch invullen met Box AI",
95
95
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Aangepaste metagegevens",
96
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
97
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
96
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Bewerken",
97
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bewerken"
98
98
  }
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = Sjablonen zoeken
75
75
  # Call to encourage user to add metadata templates
76
76
  metadataEditor.addMetadataTemplate.trigger.label = Sjabloon toevoegen
77
77
  # Label for value suggested by Box AI
78
- metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI-suggestie:
79
79
  # Aria-label for AI suggestion options
80
- metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Opties
81
81
  # Label for appending the AI suggestion
82
82
  metadataEditor.aiSuggestionField.appendLabel = Toevoegen
83
83
  # Label for clearing the current value and applying the AI suggestion
84
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Wissen en vervangen
85
85
  # Label for ignoring the AI suggestion
86
- metadataEditor.aiSuggestionField.ignoreLabel = Ignore
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Negeren
87
87
  # Paragraph asking user are they sure that they want to delete the template
88
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?
89
89
  # Label informing how to confirm deletion of the template
90
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Typ ‘{templateName}’ om te bevestigen
90
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen
91
91
  # Paragraph informing that data cannot be restored
92
92
  metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.
93
93
  # CTA to cancel deletion of the template
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Aangepaste
100
100
  metadataEditor.editInstance.deleteConfirmationModal.dismissButton = Sluiten
101
101
  # Header informing that template will be deleted
102
102
  metadataEditor.editInstance.deleteConfirmationModal.header = ‘{templateName}’ verwijderen
103
+ # Aria label for header informing that template will be deleted
104
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = Metagegevenssjabloon verwijderen
103
105
  # Description of Box AI features
104
106
  metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Gebruik de kracht van Box AI om snel metagegevens van documenten vast te leggen, met een steeds grotere nauwkeurigheid.
105
107
  # Call to encourage user to use Box AI to autofill metadata fields
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
158
160
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Opslaan
159
161
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
160
162
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Automatisch invullen
163
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
164
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Automatisch invullen met Box AI
161
165
  # Header with Custom Metadata template name
162
166
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Aangepaste metagegevens
163
167
  # Aria label used to indicate that the button is currently loading.
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = Opslaan en doorgaan
176
180
  metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Lege waarden verbergen
177
181
  # Call to action to show hidden empty values
178
182
  metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Lege waarden weergeven
183
+ # Aria label for the autofill button
184
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatisch invullen met Box AI
185
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Automatisch invullen met Box AI
179
187
  # Header with Custom Metadata template name
180
188
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Aangepaste metagegevens
189
+ # Aria label for the edit button
190
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Bewerken
191
+ # Tooltip text explaining that by clicking button user can edit template
192
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Bewerken
package/i18n/pl-PL.js CHANGED
@@ -37,20 +37,20 @@ export default {
37
37
  "metadataEditor.addMetadataTemplate.customMetadataName": "Niestandardowe metadane",
38
38
  "metadataEditor.addMetadataTemplate.search.placeholder": "Szablony wyszukiwania",
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Dodaj szablon",
40
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
40
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugestia Box AI:",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opcje",
42
42
  "metadataEditor.aiSuggestionField.appendLabel": "Dołącz",
43
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
- "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
43
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Wyczyść i zamień",
44
+ "metadataEditor.aiSuggestionField.ignoreLabel": "Ignoruj",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?",
46
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz „{templateName}”, aby potwierdzić",
46
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie",
47
47
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Po usunięciu wartości metadanych nie można przywrócić .",
48
48
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anuluj",
49
49
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Potwierdź",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Niestandardowe metadane",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Zamknij",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Usuń „{templateName}”",
53
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Delete Metadata Template",
53
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Usuń szablon metadanych",
54
54
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Użyj mocy Box AI, aby szybko przechwytywać metadane dokumentów z coraz większą dokładnością.",
55
55
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Automatyczne wypełnianie metadanych za pomocą Box AI",
56
56
  "metadataEditor.fileLevel.emptyState.default.body": "Dodaj metadane do swojego pliku, aby wspierać operacje biznesowe, przepływy pracy i nie tylko!",
@@ -80,7 +80,7 @@ export default {
80
80
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Trwa wczytywanie...",
81
81
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Zapisz",
82
82
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autouzupełnianie",
83
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI",
83
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatyczne wypełnianie za pomocą Box AI",
84
84
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Niestandardowe metadane",
85
85
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Trwa wczytywanie...",
86
86
  "metadataEditor.unsavedChangesModal.body": "Szablony metadanych mają niezapisane zmiany. Jak chcesz kontynuować?",
@@ -90,9 +90,9 @@ export default {
90
90
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Zapisz i kontynuuj",
91
91
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ukryj puste wartości",
92
92
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Pokaż puste wartości",
93
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
94
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
93
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatyczne wypełnianie za pomocą Box AI",
94
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatyczne wypełnianie za pomocą Box AI",
95
95
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Niestandardowe metadane",
96
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
97
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
96
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edycja",
97
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edycja"
98
98
  }
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = Szablony wyszukiwania
75
75
  # Call to encourage user to add metadata templates
76
76
  metadataEditor.addMetadataTemplate.trigger.label = Dodaj szablon
77
77
  # Label for value suggested by Box AI
78
- metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Sugestia Box AI:
79
79
  # Aria-label for AI suggestion options
80
- metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Opcje
81
81
  # Label for appending the AI suggestion
82
82
  metadataEditor.aiSuggestionField.appendLabel = Dołącz
83
83
  # Label for clearing the current value and applying the AI suggestion
84
- metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Wyczyść i zamień
85
85
  # Label for ignoring the AI suggestion
86
- metadataEditor.aiSuggestionField.ignoreLabel = Ignore
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignoruj
87
87
  # Paragraph asking user are they sure that they want to delete the template
88
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?
89
89
  # Label informing how to confirm deletion of the template
90
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Wpisz „{templateName}”, aby potwierdzić
90
+ metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie
91
91
  # Paragraph informing that data cannot be restored
92
92
  metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Po usunięciu wartości metadanych nie można przywrócić .
93
93
  # CTA to cancel deletion of the template
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Niestandard
100
100
  metadataEditor.editInstance.deleteConfirmationModal.dismissButton = Zamknij
101
101
  # Header informing that template will be deleted
102
102
  metadataEditor.editInstance.deleteConfirmationModal.header = Usuń „{templateName}”
103
+ # Aria label for header informing that template will be deleted
104
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = Usuń szablon metadanych
103
105
  # Description of Box AI features
104
106
  metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Użyj mocy Box AI, aby szybko przechwytywać metadane dokumentów z coraz większą dokładnością.
105
107
  # Call to encourage user to use Box AI to autofill metadata fields
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
158
160
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Zapisz
159
161
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
160
162
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autouzupełnianie
163
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
164
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Automatyczne wypełnianie za pomocą Box AI
161
165
  # Header with Custom Metadata template name
162
166
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Niestandardowe metadane
163
167
  # Aria label used to indicate that the button is currently loading.
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = Zapisz i kontynuuj
176
180
  metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Ukryj puste wartości
177
181
  # Call to action to show hidden empty values
178
182
  metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Pokaż puste wartości
183
+ # Aria label for the autofill button
184
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatyczne wypełnianie za pomocą Box AI
185
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Automatyczne wypełnianie za pomocą Box AI
179
187
  # Header with Custom Metadata template name
180
188
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Niestandardowe metadane
189
+ # Aria label for the edit button
190
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Edycja
191
+ # Tooltip text explaining that by clicking button user can edit template
192
+ metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Edycja
package/i18n/pt-BR.js CHANGED
@@ -37,20 +37,20 @@ export default {
37
37
  "metadataEditor.addMetadataTemplate.customMetadataName": "Metadados personalizados",
38
38
  "metadataEditor.addMetadataTemplate.search.placeholder": "Modelos de pesquisa",
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Adicionar modelo",
40
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
- "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
40
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugestão do Box AI:",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opções",
42
42
  "metadataEditor.aiSuggestionField.appendLabel": "Acrescentar",
43
- "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
- "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
43
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Limpar e substituir",
44
+ "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Tem certeza de que deseja excluir o modelo de metadados \"{templateName}\" e todos os seus valores deste arquivo?",
46
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite \"{templateName}\" para confirmar",
46
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão",
47
47
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Após excluídos, os valores de metadados não podem ser restaurados.",
48
48
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancelar",
49
49
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Metadados personalizados",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Excluir \"{templateName}\"",
53
- "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Delete Metadata Template",
53
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Excluir modelo de metadados",
54
54
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Use o poder do Box AI para capturar rapidamente os metadados do documento, com precisão cada vez maior.",
55
55
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Preencha automaticamente metadados com o Box AI",
56
56
  "metadataEditor.fileLevel.emptyState.default.body": "Adicione metadados ao seu arquivo para auxiliar às operações de negócios, fluxos de trabalho e muito mais!",
@@ -80,7 +80,7 @@ export default {
80
80
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Carregando...",
81
81
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Salvar",
82
82
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Preenchimento automático",
83
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill with Box AI",
83
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Preencher automaticamente com o Box AI",
84
84
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadados personalizados",
85
85
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Carregando...",
86
86
  "metadataEditor.unsavedChangesModal.body": "Os modelos de metadados têm alterações não salvas. Como você gostaria de prosseguir?",
@@ -90,9 +90,9 @@ export default {
90
90
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Salvar e continuar",
91
91
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ocultar valores vazios",
92
92
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar valores vazios",
93
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
94
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
93
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Preencher automaticamente com o Box AI",
94
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Preencher automaticamente com o Box AI",
95
95
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadados personalizados",
96
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
97
- "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
96
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar",
97
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar"
98
98
  }