@box/metadata-editor 1.64.7 → 1.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/metadata-instance-form-ai-disclaimer.js +28 -0
- package/dist/chunks/metadata-instance-form-card-wrapper.js +39 -33
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.js +2 -0
- package/dist/esm/lib/messages.js +4 -0
- package/dist/i18n/bn-IN.js +9 -8
- package/dist/i18n/bn-IN.properties +17 -5
- package/dist/i18n/da-DK.js +9 -8
- package/dist/i18n/da-DK.properties +17 -5
- package/dist/i18n/de-DE.js +9 -8
- package/dist/i18n/de-DE.properties +17 -5
- package/dist/i18n/en-AU.js +4 -3
- package/dist/i18n/en-AU.properties +17 -5
- package/dist/i18n/en-CA.js +4 -3
- package/dist/i18n/en-CA.properties +17 -5
- package/dist/i18n/en-GB.js +4 -3
- package/dist/i18n/en-GB.properties +17 -5
- package/dist/i18n/en-US.js +1 -0
- package/dist/i18n/en-US.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +157 -156
- package/dist/i18n/en-x-pseudo.properties +165 -153
- package/dist/i18n/es-419.js +9 -8
- package/dist/i18n/es-419.properties +17 -5
- package/dist/i18n/es-ES.js +9 -8
- package/dist/i18n/es-ES.properties +17 -5
- package/dist/i18n/fi-FI.js +9 -8
- package/dist/i18n/fi-FI.properties +17 -5
- package/dist/i18n/fr-CA.js +9 -8
- package/dist/i18n/fr-CA.properties +17 -5
- package/dist/i18n/fr-FR.js +9 -8
- package/dist/i18n/fr-FR.properties +17 -5
- package/dist/i18n/hi-IN.js +9 -8
- package/dist/i18n/hi-IN.properties +17 -5
- package/dist/i18n/it-IT.js +9 -8
- package/dist/i18n/it-IT.properties +17 -5
- package/dist/i18n/ja-JP.js +10 -9
- package/dist/i18n/ja-JP.properties +18 -6
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +9 -8
- package/dist/i18n/ko-KR.properties +17 -5
- package/dist/i18n/nb-NO.js +9 -8
- package/dist/i18n/nb-NO.properties +17 -5
- package/dist/i18n/nl-NL.js +9 -8
- package/dist/i18n/nl-NL.properties +17 -5
- package/dist/i18n/pl-PL.js +9 -8
- package/dist/i18n/pl-PL.properties +17 -5
- package/dist/i18n/pt-BR.js +9 -8
- package/dist/i18n/pt-BR.properties +17 -5
- package/dist/i18n/ru-RU.js +9 -8
- package/dist/i18n/ru-RU.properties +17 -5
- package/dist/i18n/sv-SE.js +9 -8
- package/dist/i18n/sv-SE.properties +17 -5
- package/dist/i18n/tr-TR.js +9 -8
- package/dist/i18n/tr-TR.properties +17 -5
- package/dist/i18n/zh-CN.js +9 -8
- package/dist/i18n/zh-CN.properties +17 -5
- package/dist/i18n/zh-TW.js +9 -8
- package/dist/i18n/zh-TW.properties +17 -5
- package/dist/styles/metadata-instance-form-ai-disclaimer.css +1 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.d.ts +8 -0
- package/dist/types/lib/messages.d.ts +5 -0
- package/package.json +4 -4
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = लोड हो रहा है..
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = और लोड हो रहा है...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = कोई परिणाम नहीं मिला
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = लोड हो रहा है
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = एक टेम्पलेट चुनें
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = टेम्पलेट्स लोड नहीं कर सका। बाद में पुनः प्रयास करें
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = दस्तावेज़ पर देखें
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = कस्टम मेटाडेटा
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = टेम्पलेट्स खोजें
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = टेम्पलेट जोड़ें
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = सुझाव स्वीकार करें
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI सुझाव:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = विकल्प
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = शामिल करें
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = साफ करें और बदलें
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = उच्च
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = निम्न
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = पुष्टि करें
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = नज़रअंदाज़ करें
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
122
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI वही मान सुझाता है जो ऊपर ({level} आत्मविश्वास) दिख रहा है
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = Box AI के साथ ऑटोफिल करें
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Box AI (उन्नत) के
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = Box AI के साथ ऑटोफिल करें
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = Box AI (मानक) के साथ ऑटोफिल करें
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = इस एक्सट्रैक्शन के लिए
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = इस एक्सट्रैक्शन के लिए
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ने इस एक्सट्रैक्शन के लिए उच्च आत्मविश्वास स्तर प्रदर्शित किया।
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ने इस एक्सट्रैक्शन के लिए निम्न आत्मविश्वास स्तर प्रदर्शित किया। मान की समीक्षा करें।
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ने इस एक्सट्रैक्शन के लिए
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ने इस एक्सट्रैक्शन के लिए निम्न आत्मविश्वास स्तर प्रदर्शित किया, लेकिन उसे एक व्यक्ति द्वारा स्वीकार किया गया।
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = मेटाडेटा उदाहरण के हटाए जाने की पुष्टि करें
|
|
131
143
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Caricamento in corso...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Caricamento altri risultati in corso…",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Nessun risultato trovato",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "Caricamento in corso…",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Inserisci una data dopo il {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Accoda",
|
|
@@ -44,30 +45,30 @@ export default {
|
|
|
44
45
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Cerca in tutti i modelli",
|
|
45
46
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Seleziona un modello",
|
|
46
47
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Impossibile caricare i modelli. Riprova più tardi",
|
|
47
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "
|
|
48
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "Visualizza nel documento",
|
|
48
49
|
"metadataEditor.addMetadataTemplate.customMetadataName": "Metadati personalizzati",
|
|
49
50
|
"metadataEditor.addMetadataTemplate.search.placeholder": "Cerca modelli",
|
|
50
51
|
"metadataEditor.addMetadataTemplate.trigger.label": "Aggiungi modello",
|
|
51
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "
|
|
52
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "Accetta suggerimento",
|
|
52
53
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Suggerimento Box AI:",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Suggerimento di Box AI (attendibilità di livello {level})",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opzioni",
|
|
55
56
|
"metadataEditor.aiSuggestionField.appendLabel": "Accoda",
|
|
56
57
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Cancella e sostituisci",
|
|
57
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "
|
|
58
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "
|
|
58
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "Alto",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "Basso",
|
|
59
60
|
"metadataEditor.aiSuggestionField.dismissLabel": "Conferma",
|
|
60
61
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignora",
|
|
61
62
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
|
|
62
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggerisce lo stesso valore sopra (attendibilità di {level})",
|
|
63
64
|
"metadataEditor.autofillButton.ariaLabel": "Compilazione automatica con Box AI",
|
|
64
65
|
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "Compila automaticamente {templateName} con Box AI",
|
|
65
66
|
"metadataEditor.autofillButton.tooltip.enhanced": "Compilazione automatica con Box AI (migliorato)",
|
|
66
67
|
"metadataEditor.autofillButton.tooltip.ga": "Compilazione automatica con Box AI",
|
|
67
68
|
"metadataEditor.autofillButton.tooltip.standard": "Compilazione automatica con Box AI (Standard)",
|
|
68
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ha restituito un livello di
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ha restituito un livello di
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ha restituito un livello di attendibilità basso
|
|
69
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ha restituito un livello di attendibilità elevato per questa estrazione.",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ha restituito un livello di attendibilità basso per questa estrazione. Controlla il valore.",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ha restituito un livello di attendibilità basso per questa estrazione, ma è stata accettata da un utente.",
|
|
71
72
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Conferma l'eliminazione dell'istanza dei metadati",
|
|
72
73
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
|
|
73
74
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Vuoi eliminare l'istanza dei metadati \"{templateName}\" e i relativi valori?",
|
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Caricamento in corso...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Caricamento altri risultati in corso…
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Nessun risultato trovato
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = Caricamento in corso…
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Seleziona un modello
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Impossibile caricare i modelli. Riprova più tardi
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = Visualizza nel documento
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = Metadati personalizzati
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = Cerca modelli
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = Aggiungi modello
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = Accetta suggerimento
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Suggerimento Box AI:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Opzioni
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = Accoda
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Cancella e sostituisci
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = Alto
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = Basso
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = Conferma
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignora
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
122
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggerisce lo stesso valore indicato sopra
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI suggerisce lo stesso valore sopra (attendibilità di {level})
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = Compilazione automatica con Box AI
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Compilazione automatica con Box
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = Compilazione automatica con Box AI
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = Compilazione automatica con Box AI (Standard)
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha restituito un livello di
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha restituito un livello di
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha restituito un livello di attendibilità elevato per questa estrazione.
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha restituito un livello di attendibilità basso per questa estrazione. Controlla il valore.
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha restituito un livello di attendibilità basso
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha restituito un livello di attendibilità basso per questa estrazione, ma è stata accettata da un utente.
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Conferma l'eliminazione dell'istanza dei metadati
|
|
131
143
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "読み込み中...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "さらに読み込み中...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "一致する結果がありません",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "読み込み中",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date}より後の日付を入力してください",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "追加する",
|
|
@@ -44,30 +45,30 @@ export default {
|
|
|
44
45
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "すべてのテンプレートを検索",
|
|
45
46
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "テンプレートを選択",
|
|
46
47
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "テンプレートを読み込めませんでした。しばらくしてからもう一度お試しください",
|
|
47
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "
|
|
48
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "ドキュメントで表示",
|
|
48
49
|
"metadataEditor.addMetadataTemplate.customMetadataName": "カスタムメタデータ",
|
|
49
50
|
"metadataEditor.addMetadataTemplate.search.placeholder": "テンプレートを検索",
|
|
50
51
|
"metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
|
|
51
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "
|
|
52
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "候補を承認",
|
|
52
53
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIによる候補:",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AIによる候補 (信頼度{level})",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
|
|
55
56
|
"metadataEditor.aiSuggestionField.appendLabel": "追加する",
|
|
56
57
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換える",
|
|
57
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "
|
|
58
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "
|
|
58
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "高",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "低",
|
|
59
60
|
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
|
60
61
|
"metadataEditor.aiSuggestionField.ignoreLabel": "無視する",
|
|
61
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
|
62
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI
|
|
62
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AIによる候補は上と同じ値です",
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AIによる候補は上と同じ値です (信頼度{level})",
|
|
63
64
|
"metadataEditor.autofillButton.ariaLabel": "Box AIによる自動入力",
|
|
64
65
|
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AIで{templateName}を自動入力",
|
|
65
66
|
"metadataEditor.autofillButton.tooltip.enhanced": "Box AIによる自動入力 (強化)",
|
|
66
67
|
"metadataEditor.autofillButton.tooltip.ga": "Box AIによる自動入力",
|
|
67
68
|
"metadataEditor.autofillButton.tooltip.standard": "Box AIによる自動入力 (標準)",
|
|
68
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI
|
|
69
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AIは、この抽出に対して高い信頼度レベルを返しました。",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AIは、この抽出に対して低い信頼度レベルを返しました。値を確認してください。",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AIはこの抽出に対して低い信頼度レベルを返しましたが、ユーザーにより承認されました。",
|
|
71
72
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "メタデータインスタンスの削除を確認",
|
|
72
73
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
|
|
73
74
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "「{templateName}」メタデータインスタンスとその値を削除してもよろしいですか?",
|
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = 読み込み中...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = さらに読み込み中...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 一致する結果がありません
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = 読み込み中
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = テンプレートを選択
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = テンプレートを読み込めませんでした。しばらくしてからもう一度お試しください
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = ドキュメントで表示
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = カスタムメタデータ
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = テンプレートを検索
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = テンプレートを追加
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = 候補を承認
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIによる候補:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = オプション
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = 追加する
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = クリアして置き換える
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = 高
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = 低
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = 確認
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = 無視する
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI
|
|
122
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AIによる候補は上と同じ値です
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AIによる候補は上と同じ値です (信頼度{level})
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = Box AIによる自動入力
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Box AIによる自動入力 (
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = Box AIによる自動入力
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = Box AIによる自動入力 (標準)
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AIは、この抽出に対して高い信頼度レベルを返しました。
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AIは、この抽出に対して低い信頼度レベルを返しました。値を確認してください。
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AIはこの抽出に対して低い信頼度レベルを返しましたが、ユーザーにより承認されました。
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = メタデータインスタンスの削除を確認
|
|
131
143
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned","description":"Tooltip text for a taxonomy field that is externally owned","defaultMessage":"Edit functionality for Taxonomy shared externally is not available"},{"id":"groupSharedFeatures.metadataEditor.viewOnDocument","description":"Tooltip shown when hovering over a clickable metadata field with bounding boxes","defaultMessage":"View on document"},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabelWithTemplateName","description":"Aria label for the autofill button with the template name","defaultMessage":"Autofill {templateName} with Box AI"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill with Box AI"}]
|
|
1
|
+
[{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError","description":"Error message shown if an invalid after date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date after {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError","description":"Error message shown if an invalid before date is entered. {date} represents the date entered by the user.","defaultMessage":"Enter a date before {date}"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate","description":"Aria label for clearing the selected date","defaultMessage":"Clear selected date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue","description":"Error message shown for an invalid field value","defaultMessage":"Invalid field value"},{"id":"groupSharedFeatures.metadataEditor.loading","description":"Aria label indicating that content is loading or in progress","defaultMessage":"loading"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder","description":"Placeholder text for the multiselect field","defaultMessage":"Select value(s)"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError","description":"Error message shown if no attributes are available in the template","defaultMessage":"There are no attributes in this template."},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel","description":"Aria label for opening the calendar to pick a date","defaultMessage":"Open calendar to pick a date"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate","description":"Aria label for selecting the date","defaultMessage":"Select the date"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate","description":"Placeholder text prompting the user to select a template","defaultMessage":"Select a Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError","description":"Error message displayed when templates fail to load","defaultMessage":"Could not load templates. Try again later"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder","description":"Placeholder text for selecting a value","defaultMessage":"Select a value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder","description":"Placeholder text for setting a value","defaultMessage":"Set Value"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth","description":"Aria label for switching to the next month in the calendar","defaultMessage":"Switch to next month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth","description":"Aria label for switching to the previous month in the calendar","defaultMessage":"Switch to previous month"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder","description":"Placeholder text for selecting a taxonomy option","defaultMessage":"Select an option"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header","description":"Title for the metadata template selection dialog","defaultMessage":"Select Metadata Template"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder","description":"Placeholder text for the search input in the metadata template selector modal","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel","description":"Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Search all templates"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel","description":"Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog","defaultMessage":"Clear"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel","description":"Label for the button that dismisses the template selection dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add","description":"Label for the button that applies the selection and closes the template selection dialog","defaultMessage":"Add"},{"id":"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close","description":"Aria label for the button that closes the template selection dialog","defaultMessage":"Close"},{"id":"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned","description":"Tooltip text for a taxonomy field that is externally owned","defaultMessage":"Edit functionality for Taxonomy shared externally is not available"},{"id":"groupSharedFeatures.metadataEditor.viewOnDocument","description":"Tooltip shown when hovering over a clickable metadata field with bounding boxes","defaultMessage":"View on document"},{"id":"groupSharedFeatures.metadataEditor.aiDisclaimer","description":"Disclaimer shown when at least one metadata field has been autofilled by AI","defaultMessage":"Box AI is continuously evolving. Please verify all AI-generated information."},{"id":"metadataEditor.autofillButton.tooltip.ga","description":"Tooltip for the autofill button in GA","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.autofillButton.tooltip.standard","description":"Tooltip for the autofill button when using standard AI agent","defaultMessage":"Autofill with Box AI (Standard)"},{"id":"metadataEditor.autofillButton.tooltip.enhanced","description":"Tooltip for the autofill button when using enhanced AI agent","defaultMessage":"Autofill with Box AI (Enhanced)"},{"id":"metadataEditor.autofillButton.ariaLabelWithTemplateName","description":"Aria label for the autofill button with the template name","defaultMessage":"Autofill {templateName} with Box AI"},{"id":"metadataEditor.autofillButton.ariaLabel","description":"Aria label for the autofill button","defaultMessage":"Autofill with Box AI"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "로드 중...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "더 많이 로드 중...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "결과 없음",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "로드 중",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} 이후의 날짜를 입력하십시오.",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "추가",
|
|
@@ -44,30 +45,30 @@ export default {
|
|
|
44
45
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "모든 템플릿 검색",
|
|
45
46
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "템플릿 선택",
|
|
46
47
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "템플릿을 로드할 수 없습니다. 나중에 다시 시도하십시오",
|
|
47
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "
|
|
48
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "문서에서 보기",
|
|
48
49
|
"metadataEditor.addMetadataTemplate.customMetadataName": "사용자 정의 메타데이터",
|
|
49
50
|
"metadataEditor.addMetadataTemplate.search.placeholder": "검색 템플릿",
|
|
50
51
|
"metadataEditor.addMetadataTemplate.trigger.label": "템플릿 추가",
|
|
51
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "
|
|
52
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "제안 수락",
|
|
52
53
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 제안:",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI 제안({level} 신뢰도)",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "옵션",
|
|
55
56
|
"metadataEditor.aiSuggestionField.appendLabel": "추가",
|
|
56
57
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "지우기 및 바꾸기",
|
|
57
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "
|
|
58
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "
|
|
58
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "높음",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "낮음",
|
|
59
60
|
"metadataEditor.aiSuggestionField.dismissLabel": "확인",
|
|
60
61
|
"metadataEditor.aiSuggestionField.ignoreLabel": "무시",
|
|
61
62
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI는 위와 동일한 값을 제안합니다",
|
|
62
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI가 위와 동일한 값을 제안합니다({level} 신뢰도)",
|
|
63
64
|
"metadataEditor.autofillButton.ariaLabel": "Box AI로 자동 완성하기",
|
|
64
65
|
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AI를 사용한 {templateName}자동 입력",
|
|
65
66
|
"metadataEditor.autofillButton.tooltip.enhanced": "Box AI로 자동 완성하기(고급형)",
|
|
66
67
|
"metadataEditor.autofillButton.tooltip.ga": "Box AI로 자동 완성하기",
|
|
67
68
|
"metadataEditor.autofillButton.tooltip.standard": "Box AI로 자동 완성하기(표준형)",
|
|
68
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI가 이 추출에 대해 높은 신뢰도
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI가 이 추출에 대해 낮은 신뢰도
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI가 이 추출에 대해 낮은
|
|
69
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI가 이 추출에 대해 높은 신뢰도 레벨을 반환했습니다.",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI가 이 추출에 대해 낮은 신뢰도 수준을 반환했습니다. 값을 리뷰해 주세요.",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI가 이 추출에 대해 낮은 신뢰 수준을 반환했지만, 사용자가 이를 수락했습니다.",
|
|
71
72
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "메타데이터 인스턴스 삭제 확인",
|
|
72
73
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
|
|
73
74
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "\"{templateName}\" 메타데이터 인스턴스 및 해당 값을 삭제하시겠습니까?",
|
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = 로드 중...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = 더 많이 로드 중...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 결과 없음
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = 로드 중
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = 템플릿 선택
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = 템플릿을 로드할 수 없습니다. 나중에 다시 시도하십시오
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = 문서에서 보기
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = 사용자 정의 메타데이터
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = 검색 템플릿
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = 템플릿 추가
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = 제안 수락
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI 제안:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = 옵션
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = 추가
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = 지우기 및 바꾸기
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = 높음
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = 낮음
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = 확인
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = 무시
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
122
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI는 위와 동일한 값을 제안합니다
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI가 위와 동일한 값을 제안합니다({level} 신뢰도)
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = Box AI로 자동 완성하기
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Box AI로 자동 완성하기(
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = Box AI로 자동 완성하기
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = Box AI로 자동 완성하기(표준형)
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI가 이 추출에 대해 높은 신뢰도
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI가 이 추출에 대해 낮은 신뢰도
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI가 이 추출에 대해 높은 신뢰도 레벨을 반환했습니다.
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI가 이 추출에 대해 낮은 신뢰도 수준을 반환했습니다. 값을 리뷰해 주세요.
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI가 이 추출에 대해 낮은
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI가 이 추출에 대해 낮은 신뢰 수준을 반환했지만, 사용자가 이를 수락했습니다.
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 메타데이터 인스턴스 삭제 확인
|
|
131
143
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laster …",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Laster mer …",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ingen resultater funnet",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
|
|
9
10
|
"groupSharedFeatures.metadataEditor.loading": "laster",
|
|
10
11
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Skriv inn en dato etter {date}",
|
|
11
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Tilføy",
|
|
@@ -44,30 +45,30 @@ export default {
|
|
|
44
45
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Søk i alle maler",
|
|
45
46
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Velg en mal",
|
|
46
47
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Kunne ikke laste inn maler. Prøv igjen senere",
|
|
47
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "
|
|
48
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "Vis på dokument",
|
|
48
49
|
"metadataEditor.addMetadataTemplate.customMetadataName": "Tilpasset metadata",
|
|
49
50
|
"metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
|
|
50
51
|
"metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal",
|
|
51
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "
|
|
52
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "Godta forslag",
|
|
52
53
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-forslag:",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-forslag ({level} konfidens)",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Alternativer",
|
|
55
56
|
"metadataEditor.aiSuggestionField.appendLabel": "Tilføy",
|
|
56
57
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Tøm og erstatt",
|
|
57
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "
|
|
58
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "
|
|
58
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "Høy",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "Lav",
|
|
59
60
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bekreft",
|
|
60
61
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
|
61
62
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien som ovenfor",
|
|
62
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI foreslår samme verdi som ovenfor ({level} konfidens)",
|
|
63
64
|
"metadataEditor.autofillButton.ariaLabel": "Automatisk utfylling med Box AI",
|
|
64
65
|
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "Fyll {templateName} automatisk med Box AI",
|
|
65
66
|
"metadataEditor.autofillButton.tooltip.enhanced": "Automatisk utfylling med Box AI (forbedret)",
|
|
66
67
|
"metadataEditor.autofillButton.tooltip.ga": "Automatisk utfylling med Box AI",
|
|
67
68
|
"metadataEditor.autofillButton.tooltip.standard": "Automatisk utfylling med Box AI (standard)",
|
|
68
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returnerte høyt tillitsnivå
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returnerte lavt tillitsnivå
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returnerte lavt konfidensnivå
|
|
69
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returnerte høyt tillitsnivå for denne ekstraksjonen.",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returnerte et lavt tillitsnivå for denne ekstraksjonen. Gjennomgå verdien.",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returnerte lavt konfidensnivå for denne ekstraksjonen, men den ble akseptert av et menneske.",
|
|
71
72
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Bekreft sletting av metadataforekomst",
|
|
72
73
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
|
|
73
74
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Er du sikker på at du vil slette metadataforekomsten «{templateName}» og tilhørende verdier?",
|
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Laster …
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Laster mer …
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Ingen resultater funnet
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = laster
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Velg en mal
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Kunne ikke laste inn maler. Prøv igjen senere
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = Vis på dokument
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = Tilpasset metadata
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = Søk etter maler
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = Legg til mal
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = Godta forslag
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI-forslag:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Alternativer
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = Tilføy
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Tøm og erstatt
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = Høy
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = Lav
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = Bekreft
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
122
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI foreslår den samme verdien som ovenfor
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI foreslår samme verdi som ovenfor ({level} konfidens)
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = Automatisk utfylling med Box AI
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Automatisk utfylling med Box AI
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = Automatisk utfylling med Box AI
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = Automatisk utfylling med Box AI (standard)
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returnerte høyt tillitsnivå
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returnerte lavt tillitsnivå
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returnerte høyt tillitsnivå for denne ekstraksjonen.
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returnerte et lavt tillitsnivå for denne ekstraksjonen. Gjennomgå verdien.
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returnerte lavt konfidensnivå
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returnerte lavt konfidensnivå for denne ekstraksjonen, men den ble akseptert av et menneske.
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Bekreft sletting av metadataforekomst
|
|
131
143
|
# Paragraph asking user are they sure that they want to delete the template
|