@box/metadata-editor 0.94.0 → 0.95.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 (51) hide show
  1. package/i18n/bn-IN.js +14 -16
  2. package/i18n/bn-IN.properties +26 -4
  3. package/i18n/da-DK.js +14 -16
  4. package/i18n/da-DK.properties +26 -4
  5. package/i18n/de-DE.js +14 -16
  6. package/i18n/de-DE.properties +26 -4
  7. package/i18n/en-AU.js +2 -4
  8. package/i18n/en-AU.properties +26 -4
  9. package/i18n/en-CA.js +1 -3
  10. package/i18n/en-CA.properties +26 -4
  11. package/i18n/en-GB.js +2 -4
  12. package/i18n/en-GB.properties +26 -4
  13. package/i18n/en-x-pseudo.js +122 -124
  14. package/i18n/en-x-pseudo.properties +135 -113
  15. package/i18n/es-419.js +14 -16
  16. package/i18n/es-419.properties +26 -4
  17. package/i18n/es-ES.js +14 -16
  18. package/i18n/es-ES.properties +26 -4
  19. package/i18n/fi-FI.js +14 -16
  20. package/i18n/fi-FI.properties +26 -4
  21. package/i18n/fr-CA.js +14 -16
  22. package/i18n/fr-CA.properties +26 -4
  23. package/i18n/fr-FR.js +14 -16
  24. package/i18n/fr-FR.properties +26 -4
  25. package/i18n/hi-IN.js +14 -16
  26. package/i18n/hi-IN.properties +26 -4
  27. package/i18n/it-IT.js +14 -16
  28. package/i18n/it-IT.properties +26 -4
  29. package/i18n/ja-JP.js +14 -16
  30. package/i18n/ja-JP.properties +26 -4
  31. package/i18n/ko-KR.js +14 -16
  32. package/i18n/ko-KR.properties +26 -4
  33. package/i18n/nb-NO.js +14 -16
  34. package/i18n/nb-NO.properties +26 -4
  35. package/i18n/nl-NL.js +14 -16
  36. package/i18n/nl-NL.properties +26 -4
  37. package/i18n/pl-PL.js +14 -16
  38. package/i18n/pl-PL.properties +26 -4
  39. package/i18n/pt-BR.js +14 -16
  40. package/i18n/pt-BR.properties +26 -4
  41. package/i18n/ru-RU.js +14 -16
  42. package/i18n/ru-RU.properties +26 -4
  43. package/i18n/sv-SE.js +14 -16
  44. package/i18n/sv-SE.properties +26 -4
  45. package/i18n/tr-TR.js +14 -16
  46. package/i18n/tr-TR.properties +26 -4
  47. package/i18n/zh-CN.js +14 -16
  48. package/i18n/zh-CN.properties +26 -4
  49. package/i18n/zh-TW.js +14 -16
  50. package/i18n/zh-TW.properties +26 -4
  51. package/package.json +3 -3
package/i18n/bn-IN.js CHANGED
@@ -80,13 +80,13 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "কী অবশ্যক",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "মান",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "যেমন, 42",
83
- "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "Dismiss",
85
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "Please try again in a few minutes",
86
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "Metadata extraction could not complete",
87
- "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
88
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
89
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "মেটাডেটা এক্সট্র্যাক্ট করা হচ্ছে",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "খারিজ করুন",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "অনুগ্রহ করে কয়েক মিনিটের মধ্যে আবার চেষ্টা করুন",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "মেটাডেটা এক্সট্র্যাকশন সম্পন্ন করা যায়নি",
87
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "লোড করা হচ্ছে",
88
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "এখনও এটির কাজ চলছে!",
89
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "এটিতে স্বাভাবিকের চেয়ে বেশি সময় লাগে",
90
90
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ মান যোগ করুন",
91
91
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName} অ্যাট্রিবিউট মুছুন",
92
92
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "মান সেট করুন",
@@ -97,12 +97,12 @@ export default {
97
97
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "অটোফিল",
98
98
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI দিয়ে অটোফিল করুন",
99
99
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন (বিটা)",
100
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
100
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Box AI দিয়ে অটোফিল করুন",
101
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "জবাবগুলো সেভ করার আগে অনুগ্রহ করে চেক করুন।",
102
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI অটোফিল বিটাতে রয়েছে",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "কাস্টম মেটাডেটা",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the full text, which may impact metadata values",
105
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI পুরো টেক্সট অ্যাক্সেস করতে পারবে না, যার ফলে মেটাডেটার মানে প্রভাব পড়তে পারে",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "টেক্সট কন্টেন্ট খুবই বড়",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "লোড করা হচ্ছে...",
107
107
  "metadataEditor.unsavedChangesModal.body": "মেটাডেটা টেমপ্লেট(গুলো) পরিবর্তন আনসেভ করেছে। আপনি কীভাবে এগিয়ে যেতে চান?",
108
108
  "metadataEditor.unsavedChangesModal.closeLabel": "বন্ধ করুন",
@@ -113,7 +113,7 @@ export default {
113
113
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "খালি মান দেখান",
114
114
  "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI দিয়ে {templateName} অটোফিল করুন",
115
115
  "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন (বিটা)",
116
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
116
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Box AI দিয়ে অটোফিল করুন",
117
117
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "কাস্টম মেটাডেটা",
118
118
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} এডিট করুন",
119
119
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "সম্পাদনা করুন",
@@ -121,7 +121,5 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "রিলোড করুন",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "ত্রুটি",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "বিশদ লোড করা যায়নি",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে...",
125
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody": "জবাবগুলো সেভ করার আগে অনুগ্রহ করে চেক করুন।",
126
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader": "AI অটোফিল বিটাতে রয়েছে"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে..."
127
125
  }
@@ -160,6 +160,20 @@ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = কী
160
160
  metadataEditor.metadataEditor.customIntanceNewField.valueLabel = মান
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = যেমন, 42
163
+ # Loading message when autofill metadata extraction endpoint is called
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = মেটাডেটা এক্সট্র্যাক্ট করা হচ্ছে
165
+ # Dismiss button text which disabe error overlay when fetching AI suggestions failed
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = খারিজ করুন
167
+ # Description for error state when fetching AI suggestions failed
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = অনুগ্রহ করে কয়েক মিনিটের মধ্যে আবার চেষ্টা করুন
169
+ # Title for error state when fetching AI suggestions failed
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = মেটাডেটা এক্সট্র্যাকশন সম্পন্ন করা যায়নি
171
+ # Aria label for loading spinner
172
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = লোড করা হচ্ছে
173
+ # Description for long loading state while fetching AI suggestions
174
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = এখনও এটির কাজ চলছে!
175
+ # Title for long loading state while fetching AI suggestions
176
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = এটিতে স্বাভাবিকের চেয়ে বেশি সময় লাগে
163
177
  # Button that allow to add new attribute to metadata custom instance
164
178
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + মান যোগ করুন
165
179
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -174,18 +188,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton =
174
188
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = লোড করা হচ্ছে...
175
189
  # Call to action to save Metadata Instance.
176
190
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = সেভ করুন
177
- # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = জবাবগুলো সেভ করার আগে অনুগ্রহ করে চেক করুন।
179
- # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = AI অটোফিল বিটাতে রয়েছে
181
191
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
192
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = অটোফিল
183
193
  # Aria label for the "Autofill" button.
184
194
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Box AI দিয়ে অটোফিল করুন
185
195
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
196
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AI দিয়ে অটোফিল করুন (বিটা)
197
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
198
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Box AI দিয়ে অটোফিল করুন
199
+ # Body for AI suggestions is in Beta notice to inform user to check responses before saving
200
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = জবাবগুলো সেভ করার আগে অনুগ্রহ করে চেক করুন।
201
+ # Header for AI suggestions is in Beta notice
202
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI অটোফিল বিটাতে রয়েছে
187
203
  # Header with Custom Metadata template name
188
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = কাস্টম মেটাডেটা
205
+ # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI পুরো টেক্সট অ্যাক্সেস করতে পারবে না, যার ফলে মেটাডেটার মানে প্রভাব পড়তে পারে
207
+ # Header for notice informing that text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = টেক্সট কন্টেন্ট খুবই বড়
189
209
  # Aria label used to indicate that the button is currently loading.
190
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = লোড করা হচ্ছে...
191
211
  # Body for the unsaved changes modal
@@ -206,6 +226,8 @@ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = খা
206
226
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AI দিয়ে {templateName} অটোফিল করুন
207
227
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
228
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AI দিয়ে অটোফিল করুন (বিটা)
229
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
230
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Box AI দিয়ে অটোফিল করুন
209
231
  # Header with Custom Metadata template name
210
232
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = কাস্টম মেটাডেটা
211
233
  # Aria label for the edit button
package/i18n/da-DK.js CHANGED
@@ -80,13 +80,13 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Nøgle er påkrævet",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Værdi",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "f.eks. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "Dismiss",
85
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "Please try again in a few minutes",
86
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "Metadata extraction could not complete",
87
- "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
88
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
89
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Udtræk af Metadata",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "Afvis",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "Prøv venligst igen om et par minutter",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "Udtræk af metadata kunne ikke fuldføres",
87
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Indlæser",
88
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Arbejder stadig det!",
89
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Det tager længere tid end normalt",
90
90
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Tilføj attribut",
91
91
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Slet attributten {fieldName}",
92
92
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Indstil værdi",
@@ -97,12 +97,12 @@ export default {
97
97
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisk udfyldning",
98
98
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Automatisk udfyldning med Box AI",
99
99
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofyld med Box AI (beta)",
100
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
100
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Automatisk udfyldning med Box AI",
101
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Tjek svarene før du gemmer.",
102
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill er i Beta",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Brugerdefineret metadata",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the full text, which may impact metadata values",
105
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI kan ikke adgang til den fulde tekst, hvilket kan påvirke metadataværdierne",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Tekstindholdet er for stort",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Indlæser...",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadataskabelon(er) har ikke-gemte ændringer. Hvordan vil du gerne fortsætte?",
108
108
  "metadataEditor.unsavedChangesModal.closeLabel": "Luk",
@@ -113,7 +113,7 @@ export default {
113
113
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme værdier",
114
114
  "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisk udfyldning af {templateName} med Box AI",
115
115
  "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofyld med Box AI (beta)",
116
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
116
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Automatisk udfyldning med Box AI",
117
117
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Brugerdefineret metadata",
118
118
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger {templateName}",
119
119
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger",
@@ -121,7 +121,5 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Genindlæs",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Fejl",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Kunne ikke indlæse detaljer",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser...",
125
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody": "Tjek svarene før du gemmer.",
126
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader": "AI Autofill er i Beta"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser..."
127
125
  }
@@ -160,6 +160,20 @@ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = Nøgle er
160
160
  metadataEditor.metadataEditor.customIntanceNewField.valueLabel = Værdi
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = f.eks. 42
163
+ # Loading message when autofill metadata extraction endpoint is called
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = Udtræk af Metadata
165
+ # Dismiss button text which disabe error overlay when fetching AI suggestions failed
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = Afvis
167
+ # Description for error state when fetching AI suggestions failed
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = Prøv venligst igen om et par minutter
169
+ # Title for error state when fetching AI suggestions failed
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = Udtræk af metadata kunne ikke fuldføres
171
+ # Aria label for loading spinner
172
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Indlæser
173
+ # Description for long loading state while fetching AI suggestions
174
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Arbejder stadig på det!
175
+ # Title for long loading state while fetching AI suggestions
176
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = Det tager længere tid end normalt
163
177
  # Button that allow to add new attribute to metadata custom instance
164
178
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Tilføj attribut
165
179
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -174,18 +188,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton =
174
188
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = Indlæser...
175
189
  # Call to action to save Metadata Instance.
176
190
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Gem
177
- # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = Tjek svarene før du gemmer.
179
- # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = AI Autofill er i Beta
181
191
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
192
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Automatisk udfyldning
183
193
  # Aria label for the "Autofill" button.
184
194
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Automatisk udfyldning med Box AI
185
195
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
196
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autofyld med Box AI (beta)
197
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
198
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Automatisk udfyldning med Box AI
199
+ # Body for AI suggestions is in Beta notice to inform user to check responses before saving
200
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Tjek svarene før du gemmer.
201
+ # Header for AI suggestions is in Beta notice
202
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill er i Beta
187
203
  # Header with Custom Metadata template name
188
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Brugerdefineret metadata
205
+ # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI kan ikke få adgang til den fulde tekst, hvilket kan påvirke metadataværdierne
207
+ # Header for notice informing that text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Tekstindholdet er for stort
189
209
  # Aria label used to indicate that the button is currently loading.
190
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Indlæser...
191
211
  # Body for the unsaved changes modal
@@ -206,6 +226,8 @@ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Vis tomm
206
226
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatisk udfyldning af {templateName} med Box AI
207
227
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
228
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofyld med Box AI (beta)
229
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
230
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Automatisk udfyldning med Box AI
209
231
  # Header with Custom Metadata template name
210
232
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Brugerdefineret metadata
211
233
  # Aria label for the edit button
package/i18n/de-DE.js CHANGED
@@ -80,13 +80,13 @@ export default {
80
80
  "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Schlüssel ist erforderlich",
81
81
  "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Wert",
82
82
  "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "z. B. 42",
83
- "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
84
- "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "Dismiss",
85
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "Please try again in a few minutes",
86
- "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "Metadata extraction could not complete",
87
- "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
88
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
89
- "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
83
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Metadaten werden extrahiert",
84
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "Verwerfen",
85
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "Versuchen Sie es bitte in einigen Minuten noch einmal.",
86
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "Extrahieren von Metadaten konnte nicht abgeschlossen werden",
87
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Laden",
88
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Noch in Arbeit!",
89
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "Dies dauert länger als üblich",
90
90
  "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Attribut hinzufügen",
91
91
  "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "{fieldName}-Attribut löschen",
92
92
  "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Wert festlegen",
@@ -97,12 +97,12 @@ export default {
97
97
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisch ausfüllen",
98
98
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Mit Box AI automatisch ausfüllen",
99
99
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autovervollständigen mit Box AI (Beta)",
100
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
101
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
100
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Mit Box AI automatisch ausfüllen",
101
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Bitte überprüfen Sie die Antworten vor dem Speichern.",
102
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill befindet sich in der Beta-Version",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Benutzerdefinierte Metadaten",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the full text, which may impact metadata values",
105
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI wird nicht auf den ganzen Text zugreifen können, was die Metadatenwerte beeinflussen kann",
105
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Der Textinhalt ist zu umfangreich",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden…",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadaten-Vorlage(n) enthält/enthalten nicht gespeicherte Änderungen. Wie möchten Sie fortfahren?",
108
108
  "metadataEditor.unsavedChangesModal.closeLabel": "Schließen",
@@ -113,7 +113,7 @@ export default {
113
113
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Leere Werte anzeigen",
114
114
  "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Mit Box KI automatisch ausfüllen {templateName}",
115
115
  "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autovervollständigen mit Box AI (Beta)",
116
- "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
116
+ "metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Mit Box AI automatisch ausfüllen",
117
117
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Benutzerdefinierte Metadaten",
118
118
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} bearbeiten",
119
119
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bearbeiten",
@@ -121,7 +121,5 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Neu laden",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Fehler",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Details konnten nicht geladen werden",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …",
125
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody": "Bitte überprüfen Sie die Antworten vor dem Speichern.",
126
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader": "AI Autofill befindet sich in der Beta-Version"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …"
127
125
  }
@@ -160,6 +160,20 @@ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = Schlüsse
160
160
  metadataEditor.metadataEditor.customIntanceNewField.valueLabel = Wert
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = z. B. 42
163
+ # Loading message when autofill metadata extraction endpoint is called
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = Metadaten werden extrahiert
165
+ # Dismiss button text which disabe error overlay when fetching AI suggestions failed
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = Verwerfen
167
+ # Description for error state when fetching AI suggestions failed
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = Versuchen Sie es bitte in einigen Minuten noch einmal.
169
+ # Title for error state when fetching AI suggestions failed
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = Extrahieren von Metadaten konnte nicht abgeschlossen werden
171
+ # Aria label for loading spinner
172
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Laden
173
+ # Description for long loading state while fetching AI suggestions
174
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Noch in Arbeit!
175
+ # Title for long loading state while fetching AI suggestions
176
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = Dies dauert länger als üblich
163
177
  # Button that allow to add new attribute to metadata custom instance
164
178
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Attribut hinzufügen
165
179
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -174,18 +188,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton =
174
188
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = Laden…
175
189
  # Call to action to save Metadata Instance.
176
190
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Speichern
177
- # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = Bitte überprüfen Sie die Antworten vor dem Speichern.
179
- # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = AI Autofill befindet sich in der Beta-Version
181
191
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
192
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Automatisch ausfüllen
183
193
  # Aria label for the "Autofill" button.
184
194
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Mit Box AI automatisch ausfüllen
185
195
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
196
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autovervollständigen mit Box AI (Beta)
197
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
198
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Mit Box AI automatisch ausfüllen
199
+ # Body for AI suggestions is in Beta notice to inform user to check responses before saving
200
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Bitte überprüfen Sie die Antworten vor dem Speichern.
201
+ # Header for AI suggestions is in Beta notice
202
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill befindet sich in der Beta-Version
187
203
  # Header with Custom Metadata template name
188
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Benutzerdefinierte Metadaten
205
+ # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI wird nicht auf den ganzen Text zugreifen können, was die Metadatenwerte beeinflussen kann
207
+ # Header for notice informing that text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Der Textinhalt ist zu umfangreich
189
209
  # Aria label used to indicate that the button is currently loading.
190
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Laden…
191
211
  # Body for the unsaved changes modal
@@ -206,6 +226,8 @@ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Leere We
206
226
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Mit Box KI automatisch ausfüllen {templateName}
207
227
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
228
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autovervollständigen mit Box AI (Beta)
229
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
230
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Mit Box AI automatisch ausfüllen
209
231
  # Header with Custom Metadata template name
210
232
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Benutzerdefinierte Metadaten
211
233
  # Aria label for the edit button
package/i18n/en-AU.js CHANGED
@@ -101,7 +101,7 @@ export default {
101
101
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI wont be able to access the full text, which may impact metadata values",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the full text, which may impact metadata values",
105
105
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
@@ -121,7 +121,5 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Reload",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
125
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody": "Please check responses before saving.",
126
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader": "AI Autofill is in Beta"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
127
125
  }
@@ -160,6 +160,20 @@ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = Key is re
160
160
  metadataEditor.metadataEditor.customIntanceNewField.valueLabel = Value
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = e.g. 42
163
+ # Loading message when autofill metadata extraction endpoint is called
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = Extracting Metadata
165
+ # Dismiss button text which disabe error overlay when fetching AI suggestions failed
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = Dismiss
167
+ # Description for error state when fetching AI suggestions failed
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = Please try again in a few minutes
169
+ # Title for error state when fetching AI suggestions failed
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = Metadata extraction could not complete
171
+ # Aria label for loading spinner
172
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Loading
173
+ # Description for long loading state while fetching AI suggestions
174
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Still working on it!
175
+ # Title for long loading state while fetching AI suggestions
176
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = This is taking longer than usual
163
177
  # Button that allow to add new attribute to metadata custom instance
164
178
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Add Attribute
165
179
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -174,18 +188,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton =
174
188
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = Loading...
175
189
  # Call to action to save Metadata Instance.
176
190
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Save
177
- # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = Please check responses before saving.
179
- # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = AI Autofill is in Beta
181
191
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
192
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autofill
183
193
  # Aria label for the "Autofill" button.
184
194
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Autofill with Box AI
185
195
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
196
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
197
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
198
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Autofill with Box AI
199
+ # Body for AI suggestions is in Beta notice to inform user to check responses before saving
200
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Please check responses before saving.
201
+ # Header for AI suggestions is in Beta notice
202
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill is in Beta
187
203
  # Header with Custom Metadata template name
188
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Custom Metadata
205
+ # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won't be able to access the full text, which may impact metadata values
207
+ # Header for notice informing that text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
189
209
  # Aria label used to indicate that the button is currently loading.
190
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
191
211
  # Body for the unsaved changes modal
@@ -206,6 +226,8 @@ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show emp
206
226
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
207
227
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
228
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
229
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
230
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Autofill with Box AI
209
231
  # Header with Custom Metadata template name
210
232
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
211
233
  # Aria label for the edit button
package/i18n/en-CA.js CHANGED
@@ -121,7 +121,5 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Reload",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
125
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody": "Please check responses before saving.",
126
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader": "AI Autofill is in Beta"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
127
125
  }
@@ -160,6 +160,20 @@ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = Key is re
160
160
  metadataEditor.metadataEditor.customIntanceNewField.valueLabel = Value
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = e.g. 42
163
+ # Loading message when autofill metadata extraction endpoint is called
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = Extracting Metadata
165
+ # Dismiss button text which disabe error overlay when fetching AI suggestions failed
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = Dismiss
167
+ # Description for error state when fetching AI suggestions failed
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = Please try again in a few minutes
169
+ # Title for error state when fetching AI suggestions failed
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = Metadata extraction could not complete
171
+ # Aria label for loading spinner
172
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Loading
173
+ # Description for long loading state while fetching AI suggestions
174
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Still working on it!
175
+ # Title for long loading state while fetching AI suggestions
176
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = This is taking longer than usual
163
177
  # Button that allow to add new attribute to metadata custom instance
164
178
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Add Attribute
165
179
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -174,18 +188,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton =
174
188
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = Loading...
175
189
  # Call to action to save Metadata Instance.
176
190
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Save
177
- # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = Please check responses before saving.
179
- # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = AI Autofill is in Beta
181
191
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
192
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autofill
183
193
  # Aria label for the "Autofill" button.
184
194
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Autofill with Box AI
185
195
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
196
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
197
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
198
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Autofill with Box AI
199
+ # Body for AI suggestions is in Beta notice to inform user to check responses before saving
200
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Please check responses before saving.
201
+ # Header for AI suggestions is in Beta notice
202
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill is in Beta
187
203
  # Header with Custom Metadata template name
188
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Custom Metadata
205
+ # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won’t be able to access the full text, which may impact metadata values
207
+ # Header for notice informing that text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
189
209
  # Aria label used to indicate that the button is currently loading.
190
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
191
211
  # Body for the unsaved changes modal
@@ -206,6 +226,8 @@ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show emp
206
226
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
207
227
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
228
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
229
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
230
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Autofill with Box AI
209
231
  # Header with Custom Metadata template name
210
232
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
211
233
  # Aria label for the edit button
package/i18n/en-GB.js CHANGED
@@ -101,7 +101,7 @@ export default {
101
101
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI wont be able to access the full text, which may impact metadata values",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the full text, which may impact metadata values",
105
105
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
@@ -121,7 +121,5 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Reload",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
125
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody": "Please check responses before saving.",
126
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader": "AI Autofill is in Beta"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
127
125
  }
@@ -160,6 +160,20 @@ metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = Key is re
160
160
  metadataEditor.metadataEditor.customIntanceNewField.valueLabel = Value
161
161
  # Placeholder for the value field for custom metadata
162
162
  metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = e.g. 42
163
+ # Loading message when autofill metadata extraction endpoint is called
164
+ metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = Extracting Metadata
165
+ # Dismiss button text which disabe error overlay when fetching AI suggestions failed
166
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = Dismiss
167
+ # Description for error state when fetching AI suggestions failed
168
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = Please try again in a few minutes
169
+ # Title for error state when fetching AI suggestions failed
170
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = Metadata extraction could not complete
171
+ # Aria label for loading spinner
172
+ metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = Loading
173
+ # Description for long loading state while fetching AI suggestions
174
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = Still working on it!
175
+ # Title for long loading state while fetching AI suggestions
176
+ metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = This is taking longer than usual
163
177
  # Button that allow to add new attribute to metadata custom instance
164
178
  metadataEditor.metadataInstanceEditor.customInstance.addAttribute = + Add Attribute
165
179
  # Aria label for button that allow to remove attribute from metadata custom instance
@@ -174,18 +188,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton =
174
188
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = Loading...
175
189
  # Call to action to save Metadata Instance.
176
190
  metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Save
177
- # Body for AI suggestions is in Beta notice to inform user to check responses before saving
178
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = Please check responses before saving.
179
- # Header for AI suggestions is in Beta notice
180
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = AI Autofill is in Beta
181
191
  # Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
182
192
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autofill
183
193
  # Aria label for the "Autofill" button.
184
194
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Autofill with Box AI
185
195
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
186
196
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
197
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
198
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Autofill with Box AI
199
+ # Body for AI suggestions is in Beta notice to inform user to check responses before saving
200
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Please check responses before saving.
201
+ # Header for AI suggestions is in Beta notice
202
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill is in Beta
187
203
  # Header with Custom Metadata template name
188
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Custom Metadata
205
+ # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won't be able to access the full text, which may impact metadata values
207
+ # Header for notice informing that text content is too large
208
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
189
209
  # Aria label used to indicate that the button is currently loading.
190
210
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
191
211
  # Body for the unsaved changes modal
@@ -206,6 +226,8 @@ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show emp
206
226
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
207
227
  # Tooltip text explaining that by clicking button user can autofill template using Box AI
208
228
  metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI (Beta)
229
+ # Tooltip text explaining that by clicking button user can autofill template using Box AI
230
+ metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Autofill with Box AI
209
231
  # Header with Custom Metadata template name
210
232
  metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
211
233
  # Aria label for the edit button