@box/metadata-editor 0.79.7 → 0.80.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/i18n/bn-IN.js +7 -7
- package/i18n/bn-IN.properties +14 -0
- package/i18n/da-DK.js +7 -7
- package/i18n/da-DK.properties +14 -0
- package/i18n/de-DE.js +7 -7
- package/i18n/de-DE.properties +14 -0
- package/i18n/en-AU.properties +14 -0
- package/i18n/en-CA.properties +14 -0
- package/i18n/en-GB.properties +14 -0
- package/i18n/en-x-pseudo.js +109 -109
- package/i18n/en-x-pseudo.properties +116 -102
- package/i18n/es-419.js +7 -7
- package/i18n/es-419.properties +14 -0
- package/i18n/es-ES.js +7 -7
- package/i18n/es-ES.properties +14 -0
- package/i18n/fi-FI.js +7 -7
- package/i18n/fi-FI.properties +14 -0
- package/i18n/fr-CA.js +7 -7
- package/i18n/fr-CA.properties +14 -0
- package/i18n/fr-FR.js +7 -7
- package/i18n/fr-FR.properties +14 -0
- package/i18n/hi-IN.js +7 -7
- package/i18n/hi-IN.properties +14 -0
- package/i18n/it-IT.js +7 -7
- package/i18n/it-IT.properties +14 -0
- package/i18n/ja-JP.js +7 -7
- package/i18n/ja-JP.properties +14 -0
- package/i18n/ko-KR.js +7 -7
- package/i18n/ko-KR.properties +14 -0
- package/i18n/nb-NO.js +7 -7
- package/i18n/nb-NO.properties +14 -0
- package/i18n/nl-NL.js +7 -7
- package/i18n/nl-NL.properties +14 -0
- package/i18n/pl-PL.js +7 -7
- package/i18n/pl-PL.properties +14 -0
- package/i18n/pt-BR.js +7 -7
- package/i18n/pt-BR.properties +14 -0
- package/i18n/ru-RU.js +7 -7
- package/i18n/ru-RU.properties +14 -0
- package/i18n/sv-SE.js +7 -7
- package/i18n/sv-SE.properties +14 -0
- package/i18n/tr-TR.js +7 -7
- package/i18n/tr-TR.properties +14 -0
- package/i18n/zh-CN.js +7 -7
- package/i18n/zh-CN.properties +14 -0
- package/i18n/zh-TW.js +7 -7
- package/i18n/zh-TW.properties +14 -0
- package/package.json +3 -3
package/i18n/fr-CA.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Effacer et remplacer",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
48
|
"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 ?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "Ajoutez des modèles de métadonnées",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "Supprimer la recherche",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "Aucun résultat trouvé",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber}
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "Métadonnées personnalisées",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Étiquette Aria pour les sous-titres avec des détails de filtrage. Indique les modèles choisis à l'utilisateur.",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "Tous les modèles",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber} de {visibleTemplatesNumber} modèles",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "Affichez les valeurs vides",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "Ce modèle ne contient valeur",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Ce modèle n'a aucun attribut",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Chargement en cours...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Mettre à jour la balise",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Remplissage automatique",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Remplissez automatiquement avec Box AI",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Remplissez automatiquement avec Box AI",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
package/i18n/fr-CA.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = Ajouter
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Effacer et remplacer
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = Confirmer
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
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 ?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = Ajoutez des modèles de m
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = Supprimer la recherche
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = Aucun résultat trouvé
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = Métadonnées personnalisées
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = Étiquette Aria pour les sous-titres avec des détails de filtrage. Indique les modèles choisis à l'utilisateur.
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = Tous les modèles
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {selectedTemplatesNumber} de {visibleTemplatesNumber} modèles
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = Affichez les valeurs vides
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Mettre à jour la balise
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Remplissage automatique
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Remplissez automatiquement avec Box AI
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Remplissez automatiquement avec Box AI
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/fr-FR.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Effacer et remplacer",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
48
|
"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 ?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "Ajoutez des modèles de métadonnées",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "Supprimer la recherche",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "Aucun résultat trouvé",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber}
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "Métadonnées personnalisées",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Étiquette Aria pour les sous-titres avec des détails de filtrage. Indique les modèles choisis à l'utilisateur.",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "Tous les modèles",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber} de {visibleTemplatesNumber} modèles",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "Affichez les valeurs vides",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "Ce modèle ne contient valeur",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Ce modèle n'a aucun attribut",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Chargement en cours...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Mettre à jour la balise",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Remplissage automatique",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Remplissez automatiquement avec Box AI",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Remplissez automatiquement avec Box AI",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
package/i18n/fr-FR.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = Ajouter
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Effacer et remplacer
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = Confirmer
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
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 ?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = Ajoutez des modèles de m
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = Supprimer la recherche
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = Aucun résultat trouvé
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = Métadonnées personnalisées
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = Étiquette Aria pour les sous-titres avec des détails de filtrage. Indique les modèles choisis à l'utilisateur.
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = Tous les modèles
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {selectedTemplatesNumber} de {visibleTemplatesNumber} modèles
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = Affichez les valeurs vides
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Mettre à jour la balise
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Remplissage automatique
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Remplissez automatiquement avec Box AI
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Remplissez automatiquement avec Box AI
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/hi-IN.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "विकल्प",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "शामिल करें",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "साफ करें और बदलें",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "पुष्टि करें",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "नज़रअंदाज़ करें",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "हटाने की पुष्टि करने के लिए एक मेटाडेटा टेम्पलेट का नाम टाइप करें",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "हटने के बाद, मेटाडेटा मूल्यमानों को बहाल नहीं किया जा सकता है।",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "मेटाडेटा टेम्पलेट्स जोड़ें",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "खोज साफ करें",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "कोई परिणाम नहीं मिला",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "कस्टम मेटाडेटा",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "फ़िल्टरिंग विवरण के साथ सबटाइटल के लिए एरिया लेबल। जिस उपयोगकर्ता के टेम्पलेट्स को चुना गया था उसे सूचित करता है।",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "सभी टेम्पलेट्स",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{visibleTemplatesNumber} में से {selectedTemplatesNumber} टेम्पलेट्स",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "खाली मूल्यमान देखें",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "इस टेम्पलेट में कोई मूल्यमान नहीं है",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "इस टेम्पलेट में कोई एट्रीब्यूट नहीं है",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "लोड हो रहा है...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "सहेजें",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "ऑटोफिल",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI के साथ ऑटोफ़िल",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI के साथ ऑटोफ़िल",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "कस्टम मेटाडेटा",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "लोड हो रहा है...",
|
package/i18n/hi-IN.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = विकल्प
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = शामिल करें
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = साफ करें और बदलें
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = पुष्टि करें
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = नज़रअंदाज़ करें
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = क्या आप वाकई इस फ़ाइल से "{templateName}" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = मेटाडेटा
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = खोज साफ करें
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = कोई परिणाम नहीं मिला
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = कस्टम मेटाडेटा
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = फ़िल्टरिंग विवरण के साथ सबटाइटल के लिए एरिया लेबल। जिस उपयोगकर्ता के टेम्पलेट्स को चुना गया था उसे सूचित करता है।
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = सभी टेम्पलेट्स
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {visibleTemplatesNumber} में से {selectedTemplatesNumber} टेम्पलेट्स
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = खाली मूल्यमान देखें
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = सहेजें
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ऑटोफिल
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Box AI के साथ ऑटोफ़िल
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AI के साथ ऑटोफ़िल
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/it-IT.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opzioni",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "Accoda",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Cancella e sostituisci",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "Conferma",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignora",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digita il nome del modello di metadati per confermare l'eliminazione",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una volta eliminati, i valori dei metadati non possono essere ripristinati.",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "Aggiungi modelli di metadati",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "Annulla la ricerca",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "Nessun risultato trovato",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber}
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "Metadati personalizzati",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Etichetta sottotitolo Aria con dettagli delle opzioni di filtraggio. Informa l'utente sui modelli scelti.",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "Tutti i modelli",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber} di {visibleTemplatesNumber} modelli",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "Visualizza i valori vuoti",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "Per questo modello non è disponibile nessun valore",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Questo modello non ha attributi",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Caricamento in corso...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Salva",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Riempimento automatico",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Riempimento automatico con Box AI",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Riempimento automatico con Box AI",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadati personalizzati",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Caricamento in corso...",
|
package/i18n/it-IT.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Opzioni
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = Accoda
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Cancella e sostituisci
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = Conferma
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignora
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggerisce lo stesso valore indicato sopra
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Confermi di voler eliminare il modello di metadati "{templateName}" e tutti i suoi valori da questo file?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = Aggiungi modelli di metada
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = Annulla la ricerca
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = Nessun risultato trovato
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = Metadati personalizzati
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = Etichetta sottotitolo Aria con dettagli delle opzioni di filtraggio. Informa l'utente sui modelli scelti.
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = Tutti i modelli
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {selectedTemplatesNumber} di {visibleTemplatesNumber} modelli
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = Visualizza i valori vuoti
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Salva
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Riempimento automatico
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Riempimento automatico con Box AI
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Riempimento automatico con Box AI
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/ja-JP.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "追加",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換え",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "無視する",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AIは上記と同じ値をお勧めします",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "削除を確認するには、メタデータテンプレートの名前を入力してください",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "一度削除すると、メタデータ値は復元できません。",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "メタデータテンプレートを追加",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "検索をクリア",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "一致する結果がありません",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "カスタムメタデータ",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "フィルタの詳細を含むサブタイトルのAriaラベル。どのテンプレートが選択されたかをユーザーに通知します。",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "すべてのテンプレート",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{visibleTemplatesNumber}個中{selectedTemplatesNumber}個のテンプレート",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "空の値を表示",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "このテンプレートには値がありません",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "このテンプレートに属性はありません",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "読み込み中...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "保存",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "自動入力",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AIで自動入力",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AIで自動入力",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "カスタムメタデータ",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "読み込み中...",
|
package/i18n/ja-JP.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = オプション
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = 追加
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = クリアして置き換え
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = 確認
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = 無視する
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AIは上記と同じ値をお勧めします
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = メタデータテンプ
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = 検索をクリア
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = 一致する結果がありません
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = カスタムメタデータ
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = フィルタの詳細を含むサブタイトルのAriaラベル。どのテンプレートが選択されたかをユーザーに通知します。
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = すべてのテンプレート
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {visibleTemplatesNumber}個中{selectedTemplatesNumber}個のテンプレート
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = 空の値を表示
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = 保存
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = 自動入力
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Box AIで自動入力
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AIで自動入力
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/ko-KR.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "옵션",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "추가",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "지우기 및 바꾸기",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "확인",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "무시",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI는 위와 동일한 값을 제안합니다",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "일단 삭제된 메타데이터 값은 복원할 수 없습니다.",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "메타데이터 템플릿 추가",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "검색 지우기",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "결과 없음",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "사용자 지정 메타데이터",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "필터링 세부 정보가 포함된 자막용 Aria 레이블. 사용자에게 어떤 템플릿이 선택되었는지 알립니다.",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "모든 템플릿",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{visibleTemplatesNumber}개 중 {selectedTemplatesNumber}개의 템플릿",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "빈 값 보기",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "이 템플릿에는 값이 없습니다.",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "이 템플릿에는 속성이 없습니다.",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "로드 중...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "저장",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "자동 입력",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI를 사용한 자동 입력",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI를 사용한 자동 입력",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "사용자 정의 메타데이터",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "로드 중...",
|
package/i18n/ko-KR.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = 옵션
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = 추가
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = 지우기 및 바꾸기
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = 확인
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = 무시
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI는 위와 동일한 값을 제안합니다
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = 메타데이터 템플릿
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = 검색 지우기
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = 결과 없음
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = 사용자 지정 메타데이터
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = 필터링 세부 정보가 포함된 자막용 Aria 레이블. 사용자에게 어떤 템플릿이 선택되었는지 알립니다.
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = 모든 템플릿
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {visibleTemplatesNumber}개 중 {selectedTemplatesNumber}개의 템플릿
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = 빈 값 보기
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = 저장
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = 자동 입력
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Box AI를 사용한 자동 입력
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AI를 사용한 자동 입력
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/nb-NO.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Alternativer",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "Tilføy",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Tøm og erstatt",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "Bekreft",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien som ovenfor",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metadataverdier kan ikke gjenopprettes etter sletting.",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "Legg til metadatamaler",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "Tøm søket",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "Ingen resultater funnet",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber}
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "Egendefinerte metadata",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria-etikett for undertekst med filtering. Gi brukeren beskjed om hvilke maler som er valgt.",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "Alle maler",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber} av {visibleTemplatesNumber} maler",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "Se tomme verdier",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "Denne malen har ingen verdier",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Denne malen har ingen egenskaper",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laster inn …",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Lagre",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofyll",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Automatisk utfylling med Box AI",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisk utfylling med Box AI",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Tilpasset metadata",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laster inn …",
|
package/i18n/nb-NO.properties
CHANGED
@@ -84,8 +84,12 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Alternativer
|
|
84
84
|
metadataEditor.aiSuggestionField.appendLabel = Tilføy
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Tøm og erstatt
|
87
|
+
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = Bekreft
|
87
89
|
# Label for ignoring the AI suggestion
|
88
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
|
+
# Label informing that AI suggestion value is the same as already existing value
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI foreslår den samme verdien som ovenfor
|
89
93
|
# Paragraph asking user are they sure that they want to delete the template
|
90
94
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?
|
91
95
|
# Label informing how to confirm deletion of the template
|
@@ -116,6 +120,14 @@ metadataEditor.fileLevel.emptyState.default.heading = Legg til metadatamaler
|
|
116
120
|
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = Tøm søket
|
117
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
118
122
|
metadataEditor.filterDropdownMenuSearch.noResultsFound = Ingen resultater funnet
|
123
|
+
# Display name for custom metadata templates
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = Egendefinerte metadata
|
125
|
+
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = Aria-etikett for undertekst med filtering. Gi brukeren beskjed om hvilke maler som er valgt.
|
127
|
+
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = Alle maler
|
129
|
+
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = {selectedTemplatesNumber} av {visibleTemplatesNumber} maler
|
119
131
|
# Call to show empty values
|
120
132
|
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = Se tomme verdier
|
121
133
|
# Header informing user that there are no values in the template
|
@@ -164,6 +176,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
164
176
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Lagre
|
165
177
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
166
178
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autofyll
|
179
|
+
# Aria label for the "Autofill" button.
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = Automatisk utfylling med Box AI
|
167
181
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
168
182
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Automatisk utfylling med Box AI
|
169
183
|
# Header with Custom Metadata template name
|
package/i18n/nl-NL.js
CHANGED
@@ -42,9 +42,9 @@ export default {
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opties",
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "Toevoegen",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Wissen en vervangen",
|
45
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "
|
45
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "Bevestigen",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Negeren",
|
47
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI
|
47
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI stelt dezelfde waarde voor als hierboven",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.",
|
@@ -60,10 +60,10 @@ export default {
|
|
60
60
|
"metadataEditor.fileLevel.emptyState.default.heading": "Metagegevenssjablonen toevoegen",
|
61
61
|
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "Zoekopdracht wissen",
|
62
62
|
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "Geen resultaten gevonden",
|
63
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "
|
64
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria
|
65
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "
|
66
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber}
|
63
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "Aangepaste metadata",
|
64
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria-label voor ondertitel met filtergegevens. Informeert de gebruiker welke sjablonen zijn gekozen.",
|
65
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "Alle sjablonen",
|
66
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber} van {visibleTemplatesNumber} sjablonen",
|
67
67
|
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "Lege waarden bekijken",
|
68
68
|
"metadataEditor.instanceLevel.emptyState.heading": "Deze sjabloon heeft geen waarden",
|
69
69
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Deze sjabloon heeft geen kenmerken",
|
@@ -88,7 +88,7 @@ export default {
|
|
88
88
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laden...",
|
89
89
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Opslaan",
|
90
90
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisch invullen",
|
91
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "
|
91
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Automatisch invullen met Box AI",
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisch invullen met Box AI",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Aangepaste metagegevens",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden...",
|