@box/metadata-editor 1.71.11 → 1.71.17
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 +1 -1
- package/dist/i18n/bn-IN.properties +1 -1
- package/dist/i18n/da-DK.js +3 -3
- package/dist/i18n/da-DK.properties +3 -3
- package/dist/i18n/de-DE.js +2 -2
- package/dist/i18n/de-DE.properties +2 -2
- package/dist/i18n/en-x-pseudo.js +158 -158
- package/dist/i18n/en-x-pseudo.properties +158 -158
- package/dist/i18n/es-419.js +1 -1
- package/dist/i18n/es-419.properties +1 -1
- package/dist/i18n/es-ES.js +1 -1
- package/dist/i18n/es-ES.properties +1 -1
- package/dist/i18n/fi-FI.js +1 -1
- package/dist/i18n/fi-FI.properties +1 -1
- package/dist/i18n/fr-CA.js +2 -2
- package/dist/i18n/fr-CA.properties +2 -2
- package/dist/i18n/fr-FR.js +2 -2
- package/dist/i18n/fr-FR.properties +2 -2
- package/dist/i18n/hi-IN.js +1 -1
- package/dist/i18n/hi-IN.properties +1 -1
- package/dist/i18n/it-IT.js +1 -1
- package/dist/i18n/it-IT.properties +1 -1
- package/dist/i18n/ko-KR.js +2 -2
- package/dist/i18n/ko-KR.properties +2 -2
- package/dist/i18n/nb-NO.js +2 -2
- package/dist/i18n/nb-NO.properties +2 -2
- package/dist/i18n/nl-NL.js +1 -1
- package/dist/i18n/nl-NL.properties +1 -1
- package/dist/i18n/pl-PL.js +2 -2
- package/dist/i18n/pl-PL.properties +2 -2
- package/dist/i18n/pt-BR.js +2 -2
- package/dist/i18n/pt-BR.properties +2 -2
- package/dist/i18n/ru-RU.js +2 -2
- package/dist/i18n/ru-RU.properties +2 -2
- package/dist/i18n/sv-SE.js +3 -3
- package/dist/i18n/sv-SE.properties +3 -3
- package/dist/i18n/tr-TR.js +3 -3
- package/dist/i18n/tr-TR.properties +3 -3
- package/dist/i18n/zh-CN.js +1 -1
- package/dist/i18n/zh-CN.properties +1 -1
- package/dist/i18n/zh-TW.js +1 -1
- package/dist/i18n/zh-TW.properties +1 -1
- package/package.json +10 -10
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Ladataan...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan Lisää...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ei tuloksia",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Uusi malli",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Mukautetut metatiedot",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Hae malleja",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Lisää malli",
|
|
@@ -13,7 +13,7 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Ladataan Lisää...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Ei tuloksia
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Uusi malli
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Mukautetut metatiedot
|
|
19
19
|
# Description for the search input field in the metadata editor
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nouveau modèle",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Rechercher les modèles",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Les résultats de Box AI doivent être examinés et vérifiés avant d’être utilisés.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "en chargement",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Aucun résultat trouvé
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nouveau modèle
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnalisées
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder =
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Rechercher les modèles
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nouveau modèle",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Rechercher les modèles",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Les résultats de Box AI doivent être examinés et vérifiés avant d’être utilisés.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "en chargement",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Aucun résultat trouvé
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nouveau modèle
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnalisées
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder =
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Rechercher les modèles
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "लोड हो रहा है...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "और लोड हो रहा है...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "कोई परिणाम नहीं मिला",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "नया टेम्पलेट",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "कस्टम मेटाडेटा",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "टेम्पलेट्स खोजें",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "टेम्पलेट जोड़ें",
|
|
@@ -13,7 +13,7 @@ comboboxWithApiPagination.loadingMoreAriaLabel = और लोड हो रह
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = कोई परिणाम नहीं मिला
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = नया टेम्पलेट
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = कस्टम मेटाडेटा
|
|
19
19
|
# Description for the search input field in the metadata editor
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -6,7 +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.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nuovo modello",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Metadati personalizzati",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Cerca modelli",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Aggiungi modello",
|
|
@@ -13,7 +13,7 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Caricamento altri risultati in
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Nessun risultato trovato
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nuovo modello
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Metadati personalizzati
|
|
19
19
|
# Description for the search input field in the metadata editor
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "로드 중...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "더 많이 로드 중...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "결과 없음",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "새 템플릿",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "사용자 정의 메타데이터",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "검색
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "템플릿 검색",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "템플릿 추가",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI 출력은 사용하기 전에 검토하고 확인해야 합니다.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "로드 중",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = 더 많이 로드 중...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 결과 없음
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = 새 템플릿
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = 사용자 정의 메타데이터
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = 검색
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = 템플릿 검색
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = 템플릿 추가
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -6,8 +6,8 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laster …",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Laster mer …",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ingen resultater funnet",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
10
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Ny mal",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Egendefinerte metadata",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-utdata skal gjennomgås og bekreftes før bruk.",
|
|
@@ -13,9 +13,9 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Laster mer …
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Ingen resultater funnet
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Ny mal
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName =
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Egendefinerte metadata
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
20
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Søk etter maler
|
|
21
21
|
# Call to encourage user to add metadata templates
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laden...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Meer laden...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Geen resultaten gevonden",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nieuwe sjabloon",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Aangepaste metagegevens",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Sjablonen zoeken",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Sjabloon toevoegen",
|
|
@@ -13,7 +13,7 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Meer laden...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Geen resultaten gevonden
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nieuwe sjabloon
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Aangepaste metagegevens
|
|
19
19
|
# Description for the search input field in the metadata editor
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Trwa wczytywanie...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Wczytywanie więcej...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Nie znaleziono wyników",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Nowy szablon",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Niestandardowe metadane",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Wyszukaj szablony",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Dodaj szablon",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Przejrzyj i zweryfikuj dane wyjściowe Box AI przed wykorzystaniem.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "Wczytywanie",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Wczytywanie więcej...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Nie znaleziono wyników
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Nowy szablon
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Niestandardowe metadane
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder =
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Wyszukaj szablony
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Dodaj szablon
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Carregando...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Carregando mais...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Nenhum resultado encontrado",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Novo modelo",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Metadados personalizados",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Pesquisar modelos",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Adicionar modelo",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "As saídas do Box AI devem ser revisadas e verificadas antes do uso.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "carregando",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Carregando mais...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Nenhum resultado encontrado
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Novo modelo
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Metadados personalizados
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder =
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Pesquisar modelos
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Adicionar modelo
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Загрузка...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Загрузка больше...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Результаты не найдены",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Новый шаблон",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Настраиваемые метаданные",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Поиск шаблонов",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Добавить шаблон",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Перед использованием выводы Box AI следует просмотреть и проверить.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "загрузка",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Загрузка больше..
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Результаты не найдены
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Новый шаблон
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Настраиваемые метаданные
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder =
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Поиск шаблонов
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Добавить шаблон
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -6,9 +6,9 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Läser in...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Läser in mer...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Inga träffar hittades",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
10
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Ny mall",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Anpassad metadata",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Sök mallar",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Lägg till mall",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-utdata bör granskas och verifieras före användning.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "läser in",
|
|
@@ -13,11 +13,11 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Läser in mer...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Inga träffar hittades
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Ny mall
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName =
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Anpassad metadata
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder =
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Sök mallar
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
22
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Lägg till mall
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -6,10 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Yükleniyor...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Daha fazla yükleniyor...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Sonuç bulunamadı",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "Yeni Şablon",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Özel Meta Veri",
|
|
11
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Şablonları
|
|
12
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Şablon
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Şablonları arayın",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Şablon ekleyin",
|
|
13
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI tarafından üretilen çıktılar, kullanılmadan önce incelenmeli ve doğrulanmalıdır.",
|
|
14
14
|
"groupSharedFeatures.metadataEditor.loading": "yükleniyor",
|
|
15
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} tarihinden sonraki bir tarihi girin",
|
|
@@ -13,13 +13,13 @@ comboboxWithApiPagination.loadingMoreAriaLabel = Daha fazla yükleniyor...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Sonuç bulunamadı
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = Yeni Şablon
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Özel Meta Veri
|
|
19
19
|
# Description for the search input field in the metadata editor
|
|
20
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Şablonları
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Şablonları arayın
|
|
21
21
|
# Call to encourage user to add metadata templates
|
|
22
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Şablon
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Şablon ekleyin
|
|
23
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
24
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI tarafından üretilen çıktılar, kullanılmadan önce incelenmeli ve doğrulanmalıdır.
|
|
25
25
|
# Aria label indicating that content is loading or in progress
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "正在加载......",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "正在加载更多……",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "未找到结果",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "新建模板",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "自定义元数据",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "搜索模板",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "添加模板",
|
|
@@ -13,7 +13,7 @@ comboboxWithApiPagination.loadingMoreAriaLabel = 正在加载更多……
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 未找到结果
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = 新建模板
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = 自定义元数据
|
|
19
19
|
# Description for the search input field in the metadata editor
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "正在載入...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "正在載入更多...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "未找到結果",
|
|
9
|
-
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "新範本",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "自訂中繼資料",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "搜尋範本",
|
|
12
12
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "新增範本",
|
|
@@ -13,7 +13,7 @@ comboboxWithApiPagination.loadingMoreAriaLabel = 正在載入更多...
|
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 未找到結果
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
|
-
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label =
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = 新範本
|
|
17
17
|
# Display name for custom metadata templates
|
|
18
18
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = 自訂中繼資料
|
|
19
19
|
# Description for the search input field in the metadata editor
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.17",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^14.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.
|
|
8
|
-
"@box/box-ai-agent-selector": "^1.41.
|
|
9
|
-
"@box/combobox-with-api": "^1.44.
|
|
10
|
-
"@box/metadata-template-browser": "^1.22.
|
|
6
|
+
"@box/blueprint-web": "^14.32.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.119.2",
|
|
8
|
+
"@box/box-ai-agent-selector": "^1.41.16",
|
|
9
|
+
"@box/combobox-with-api": "^1.44.16",
|
|
10
|
+
"@box/metadata-template-browser": "^1.22.17",
|
|
11
11
|
"formik": "^2.0.3",
|
|
12
12
|
"lodash": "^4.17.15",
|
|
13
13
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@ariakit/react": "0.4.21",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.6.2",
|
|
20
|
-
"@box/blueprint-web": "^14.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.
|
|
22
|
-
"@box/box-ai-agent-selector": "^1.41.
|
|
23
|
-
"@box/storybook-utils": "^0.19.
|
|
20
|
+
"@box/blueprint-web": "^14.32.1",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.119.2",
|
|
22
|
+
"@box/box-ai-agent-selector": "^1.41.16",
|
|
23
|
+
"@box/storybook-utils": "^0.19.11",
|
|
24
24
|
"@testing-library/react": "^15.0.6",
|
|
25
25
|
"react": "^18.3.0",
|
|
26
26
|
"react-dom": "^18.3.0",
|