@box/metadata-editor 0.104.1 → 0.105.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.
- package/dist/i18n/bn-IN.js +2 -2
- package/dist/i18n/bn-IN.properties +3 -1
- package/dist/i18n/da-DK.js +2 -2
- package/dist/i18n/da-DK.properties +3 -1
- package/dist/i18n/de-DE.js +2 -2
- package/dist/i18n/de-DE.properties +3 -1
- package/dist/i18n/en-AU.js +1 -1
- package/dist/i18n/en-AU.properties +3 -1
- package/dist/i18n/en-CA.js +1 -1
- package/dist/i18n/en-CA.properties +3 -1
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +3 -1
- package/dist/i18n/en-x-pseudo.js +123 -123
- package/dist/i18n/en-x-pseudo.properties +124 -122
- package/dist/i18n/es-419.js +2 -2
- package/dist/i18n/es-419.properties +3 -1
- package/dist/i18n/es-ES.js +2 -2
- package/dist/i18n/es-ES.properties +3 -1
- package/dist/i18n/fi-FI.js +2 -2
- package/dist/i18n/fi-FI.properties +3 -1
- package/dist/i18n/fr-CA.js +2 -2
- package/dist/i18n/fr-CA.properties +3 -1
- package/dist/i18n/fr-FR.js +2 -2
- package/dist/i18n/fr-FR.properties +3 -1
- package/dist/i18n/hi-IN.js +2 -2
- package/dist/i18n/hi-IN.properties +3 -1
- package/dist/i18n/it-IT.js +2 -2
- package/dist/i18n/it-IT.properties +3 -1
- package/dist/i18n/ja-JP.js +2 -2
- package/dist/i18n/ja-JP.properties +3 -1
- package/dist/i18n/ko-KR.js +2 -2
- package/dist/i18n/ko-KR.properties +3 -1
- package/dist/i18n/nb-NO.js +2 -2
- package/dist/i18n/nb-NO.properties +3 -1
- package/dist/i18n/nl-NL.js +2 -2
- package/dist/i18n/nl-NL.properties +3 -1
- package/dist/i18n/pl-PL.js +2 -2
- package/dist/i18n/pl-PL.properties +3 -1
- package/dist/i18n/pt-BR.js +2 -2
- package/dist/i18n/pt-BR.properties +3 -1
- package/dist/i18n/ru-RU.js +2 -2
- package/dist/i18n/ru-RU.properties +3 -1
- package/dist/i18n/sv-SE.js +2 -2
- package/dist/i18n/sv-SE.properties +3 -1
- package/dist/i18n/tr-TR.js +2 -2
- package/dist/i18n/tr-TR.properties +3 -1
- package/dist/i18n/zh-CN.js +2 -2
- package/dist/i18n/zh-CN.properties +3 -1
- package/dist/i18n/zh-TW.js +2 -2
- package/dist/i18n/zh-TW.properties +3 -1
- package/package.json +2 -2
package/dist/i18n/fr-FR.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Sélectionner la case à cocher afin de confirmer la suppression",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill est en version bêta",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI ne pourra pas accéder à l'intégralité du contenu, ce qui pourrait compromettre ses réponses.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Le contenu
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Le contenu est trop volumineux",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Fermer",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirmer
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Sélectionner la case à cocher afin de confirmer la suppression
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI ne pourra pas accéder à l'intégralité du contenu, ce qui pourrait compromettre ses réponses.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Le contenu
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Le contenu est trop volumineux
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Chargement en cours...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/hi-IN.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "पुष्टि करें",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "नज़रअंदाज़ करें",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "हटाने की पुष्टि हेतु चेकबॉक्स चुनें",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "हटाने की पुष्टि करने के लिए एक मेटाडेटा टेम्पलेट का नाम टाइप करें",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "हटने के बाद, मेटाडेटा मूल्यमानों को बहाल नहीं किया जा सकता है।",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI ऑटोफिल, बीटा में है",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "कस्टम मेटाडेटा",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI पूरी सामग्री को एक्सेस नहीं कर पाएगा, जो इसके जवाबों को प्रभावित कर सकता है.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "सामग्री बहुत बड़ी है",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "लोड हो रहा है...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "मेटाडेटा टेम्पलेट में अनसहेजे बदलाव हैं। आप कैसे आगे बढ़ना चाहते हैं?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "बंद करें",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = पुष्टि करें
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = नज़रअंदाज़ करें
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = हटाने की पुष्टि हेतु चेकबॉक्स चुनें
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = क्या आप वाकई इस फ़ाइल से "{templateName}" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI पूरी सामग्री को एक्सेस नहीं कर पाएगा, जो इसके जवाबों को प्रभावित कर सकता है.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = सामग्री बहुत बड़ी है
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = लोड हो रहा है...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/it-IT.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Conferma",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignora",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Seleziona la casella di controllo per confermare l'eliminazione",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digita il nome del modello di metadati per confermare l'eliminazione",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una volta eliminati, i valori dei metadati non possono essere ripristinati.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "La compilazione automatica AI è in Beta",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadati personalizzati",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI non sarà in grado di accedere all'intero contenuto, cosa che potrebbe influire sulle risposte.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Contenuto troppo grande",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Caricamento in corso...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Gli uno o più modelli di metadati hanno delle modifiche non salvate. Come vuoi procedere?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Chiudi",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Conferma
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignora
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggerisce lo stesso valore indicato sopra
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Seleziona la casella di controllo per confermare l'eliminazione
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Confermi di voler eliminare il modello di metadati "{templateName}" e tutti i suoi valori da questo file?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI non sarà in grado di accedere all'intero contenuto, cosa che potrebbe influire sulle risposte.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Contenuto troppo grande
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Caricamento in corso...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/ja-JP.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "無視する",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AIは上記と同じ値をお勧めします",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "チェックボックスを選択して削除を確認",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "削除を確認するには、メタデータテンプレートの名前を入力してください",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "一度削除すると、メタデータ値は復元できません。",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI自動入力はベータ版です",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "カスタムメタデータ",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AIはコンテンツの一部にアクセスできないため、回答に影響を及ぼす可能性があります。",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "コンテンツが大きすぎます",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "読み込み中...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "メタデータテンプレートに保存されていない変更があります。どのように続行しますか?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "閉じる",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = 確認
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = 無視する
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AIは上記と同じ値をお勧めします
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = チェックボックスを選択して削除を確認
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AIはコンテンツの一部にアクセスできないため、回答に影響を及ぼす可能性があります。
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = コンテンツが大きすぎます
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = 読み込み中...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/ko-KR.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "확인",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "무시",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI는 위와 동일한 값을 제안합니다",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "체크박스를 선택하여 삭제를 확인하세요",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "일단 삭제된 메타데이터 값은 복원할 수 없습니다.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI 자동 완성 기능은 베타 버전입니다",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "사용자 정의 메타데이터",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI가 전체 콘텐츠에 액세스할 수 없으므로, 답변에 영향을 미칠 수 있습니다.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "콘텐츠가 너무 큽니다",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "로드 중...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "메타데이터 템플릿에 저장되지 않은 변경 사항이 있습니다. 어떻게 진행하시겠습니까?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "닫기",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = 확인
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = 무시
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI는 위와 동일한 값을 제안합니다
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 체크박스를 선택하여 삭제를 확인하세요
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI가 전체 콘텐츠에 액세스할 수 없으므로, 답변에 영향을 미칠 수 있습니다.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = 콘텐츠가 너무 큽니다
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = 로드 중...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/nb-NO.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bekreft",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien som ovenfor",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Velg avkrysningsboksen for å bekrefte sletting",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metadataverdier kan ikke gjenopprettes etter sletting.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill er i betaversjon",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Tilpasset metadata",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI får ikke tilgang til hele innholdet, noe som kan påvirke svarene.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Innholdet er for stort",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laster inn …",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Det finnes ulagrede endringer i metadatamalen(e). Hvordan vil du fortsette?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Lukk",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Bekreft
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI foreslår den samme verdien som ovenfor
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Velg avkrysningsboksen for å bekrefte sletting
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI får ikke tilgang til hele innholdet, noe som kan påvirke svarene.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Innholdet er for stort
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Laster inn …
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/nl-NL.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bevestigen",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Negeren",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI stelt dezelfde waarde voor als hierboven",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Vink het vakje aan om verwijdering te bevestigen",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI automatisch invullen is in Beta",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Aangepaste metagegevens",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI heeft geen toegang tot alle inhoud, wat van invloed kan zijn op de antwoorden.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Inhoud is te groot",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Metagegevenssjabloon(en) hebben niet-opgeslagen wijzigingen. Hoe wilt u verder gaan?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Sluiten",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Bevestigen
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Negeren
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI stelt dezelfde waarde voor als hierboven
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Vink het vakje aan om verwijdering te bevestigen
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI heeft geen toegang tot alle inhoud, wat van invloed kan zijn op de antwoorden.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Inhoud is te groot
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Laden...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/pl-PL.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Potwierdź",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignoruj",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI sugeruje tę samą wartość, co powyżej",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Zaznacz pole wyboru, aby potwierdzić usunięcie",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Po usunięciu wartości metadanych nie można przywrócić .",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "Autouzupełnianie AI jest w wersji beta",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Niestandardowe metadane",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Usługa Box AI nie będzie w stanie uzyskać dostępu do całej zawartości, co może mieć wpływ na odpowiedzi.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Zawartość
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Zawartość jest zbyt duża",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Trwa wczytywanie...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Szablony metadanych mają niezapisane zmiany. Jak chcesz kontynuować?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Zamknij",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Potwierdź
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignoruj
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI sugeruje tę samą wartość, co powyżej
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Zaznacz pole wyboru, aby potwierdzić usunięcie
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Usługa Box AI nie będzie w stanie uzyskać dostępu do całej zawartości, co może mieć wpływ na odpowiedzi.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Zawartość
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Zawartość jest zbyt duża
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Trwa wczytywanie...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/pt-BR.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "O Box AI sugere o mesmo valor acima",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Selecione a caixa de seleção para confirmar a exclusão",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Tem certeza de que deseja excluir o modelo de metadados \"{templateName}\" e todos os seus valores deste arquivo?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Após excluídos, os valores de metadados não podem ser restaurados.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "O preenchimento automático de IA está em versão beta",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadados personalizados",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "O Box AI não poderá acessar o conteúdo inteiro, o que pode afetar as respostas dele.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Conteúdo é grande demais",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Carregando...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Os modelos de metadados têm alterações não salvas. Como você gostaria de prosseguir?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Fechar",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirmar
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorar
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = O Box AI sugere o mesmo valor acima
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Selecione a caixa de seleção para confirmar a exclusão
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Tem certeza de que deseja excluir o modelo de metadados "{templateName}" e todos os seus valores deste arquivo?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = O Box AI não poderá acessar o conteúdo inteiro, o que pode afetar as respostas dele.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Conteúdo é grande demais
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Carregando...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/ru-RU.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Подтвердить",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Пропустить",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI предлагает то же значение, что и выше",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Выберите флажок для подтверждения удаления",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Удалить шаблон метаданных „{templateName}“ и все его значения из этого файла?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Введите имя шаблона метаданных для подтверждения удаления",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "После удаления значения метаданных не могут быть восстановлены.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "Автозаполнение AI находится на стадии бета-тестирования",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Настраиваемые метаданные",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI не сможет получить доступ ко всему контенту, что может повлиять на его ответы.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Контент слишком большой",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Загрузка...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Шаблон(ы) метаданных имеет(-ют) несохраненные изменения. Как бы вы хотели продолжить?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Закрыть",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Подтвердить
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Пропустить
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI предлагает то же значение, что и выше
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Выберите флажок для подтверждения удаления
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Удалить шаблон метаданных „{templateName}“ и все его значения из этого файла?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI не сможет получить доступ ко всему контенту, что может повлиять на его ответы.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Контент слишком большой
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Загрузка...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/sv-SE.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bekräfta",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorera",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI föreslår samma värde som ovan",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Välj kryssrutan för att bekräfta radering",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Är du säker på att du vill radera metadatamallen \"{templateName}\" och alla dess värden från den här filen?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv metadatamallens namn för att bekräfta radering",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "När de har raderats kan metadatavärden inte återställas.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill är i Beta",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Anpassade metadata",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI kan inte få tillgång till hela texten, vilket kan påverka svaren.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Innehållet är för stort",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Läser in...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Metadatamall(ar) har osparade ändringar. Hur vill du fortsätta?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Stäng",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Bekräfta
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorera
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI föreslår samma värde som ovan
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Välj kryssrutan för att bekräfta radering
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Är du säker på att du vill radera metadatamallen "{templateName}" och alla dess värden från den här filen?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI kan inte få tillgång till hela texten, vilket kan påverka svaren.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Innehållet är för stort
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Läser in...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/tr-TR.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Onayla",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Yoksay",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI yukarıdaki ile aynı değeri öneriyor",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Silme işlemini onaylamak için onay kutusunu seçin",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" Meta Veri şablonunu ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Silmeyi onaylamak için Meta Veri Şablonunun adını yazın",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Silindikten sonra Meta Veri değerleri geri yüklenemez.",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Otomatik Doldurma Beta durumdadır",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Özel Meta Veri",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI tüm içeriğe erişim sağlayamayacaktır ve bu durum vereceği cevapları etkileyebilir.",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "İçerik çok büyük",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Yükleniyor...",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "Meta veri şablonlarında kaydedilmemiş değişiklikler var. Nasıl ilerlemek istersiniz?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "Kapat",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = Onayla
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Yoksay
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI yukarıdaki ile aynı değeri öneriyor
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Silme işlemini onaylamak için onay kutusunu seçin
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" Meta Veri şablonunu ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI tüm içeriğe erişim sağlayamayacaktır ve bu durum vereceği cevapları etkileyebilir.
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = İçerik çok büyük
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Yükleniyor...
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/zh-CN.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "确认",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "忽略",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建议与上述相同的值",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "选中复选框以确认删除",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "是否确定要删除 “{templateName}” 元数据模板及其此文件中的所有值?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "键入元数据模板的名称以确认删除",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "元数据值一旦删除就无法恢复。",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI 自动填充处于测试阶段",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "自定义元数据",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI 将无法访问整个内容,这可能会影响其答案。",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "内容过大",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "正在加载......",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "元数据模板有未保存的更改。 您希望如何继续?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "关闭",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = 确认
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = 忽略
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI 建议与上述相同的值
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 选中复选框以确认删除
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = 是否确定要删除 “{templateName}” 元数据模板及其此文件中的所有值?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI 将无法访问整个内容,这可能会影响其答案。
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = 内容过大
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = 正在加载......
|
211
213
|
# Body for the unsaved changes modal
|
package/dist/i18n/zh-TW.js
CHANGED
@@ -45,7 +45,7 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "略過",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建議與上方相同的值",
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "選取核取方塊以確認刪除",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "確定要刪除「{templateName}」中繼資料範本,以及此檔案中的所有值?",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "輸入中繼資料範本的名稱以確認刪除",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "刪除後,中繼資料值將無法恢復。",
|
@@ -103,7 +103,7 @@ export default {
|
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI 自動填充為測試版",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "自訂中繼資料",
|
105
105
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI 將無法存取完整內容,這可能會影響其答案。",
|
106
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
106
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "內容太大",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "載入中......",
|
108
108
|
"metadataEditor.unsavedChangesModal.body": "中繼資料範本有未儲存的變更。 您想要如何繼續?",
|
109
109
|
"metadataEditor.unsavedChangesModal.closeLabel": "關閉",
|
@@ -90,6 +90,8 @@ metadataEditor.aiSuggestionField.dismissLabel = 確認
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = 略過
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI 建議與上方相同的值
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 選取核取方塊以確認刪除
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = 確定要刪除「{templateName}」中繼資料範本,以及此檔案中的所有值?
|
95
97
|
# Label informing how to confirm deletion of the template
|
@@ -205,7 +207,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
207
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
208
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI 將無法存取完整內容,這可能會影響其答案。
|
207
209
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = 內容太大
|
209
211
|
# Aria label used to indicate that the button is currently loading.
|
210
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = 載入中......
|
211
213
|
# Body for the unsaved changes modal
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.105.0",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
6
|
"@box/blueprint-web": "^7.30.3",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"devDependencies": {
|
16
16
|
"@ariakit/react": "0.4.15",
|
17
17
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
18
|
-
"@box/blueprint-web": "^11.10.
|
18
|
+
"@box/blueprint-web": "^11.10.1",
|
19
19
|
"@box/blueprint-web-assets": "^4.41.1",
|
20
20
|
"@box/storybook-utils": "^0.12.0",
|
21
21
|
"@testing-library/react": "^15.0.6",
|