@box/metadata-template-editor 2.1.8 → 2.1.10
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 +108 -107
- package/dist/i18n/da-DK.js +107 -107
- package/dist/i18n/de-DE.js +106 -107
- package/dist/i18n/en-AU.js +5 -107
- package/dist/i18n/en-CA.js +2 -108
- package/dist/i18n/en-GB.js +5 -107
- package/dist/i18n/en-x-pseudo.js +2 -108
- package/dist/i18n/es-419.js +107 -107
- package/dist/i18n/es-ES.js +107 -107
- package/dist/i18n/fi-FI.js +108 -107
- package/dist/i18n/fr-CA.js +107 -107
- package/dist/i18n/fr-FR.js +107 -107
- package/dist/i18n/hi-IN.js +108 -107
- package/dist/i18n/it-IT.js +108 -107
- package/dist/i18n/ja-JP.js +108 -107
- package/dist/i18n/ko-KR.js +108 -107
- package/dist/i18n/nb-NO.js +108 -107
- package/dist/i18n/nl-NL.js +108 -107
- package/dist/i18n/pl-PL.js +108 -107
- package/dist/i18n/pt-BR.js +108 -107
- package/dist/i18n/ru-RU.js +108 -107
- package/dist/i18n/sv-SE.js +107 -107
- package/dist/i18n/tr-TR.js +108 -107
- package/dist/i18n/zh-CN.js +108 -107
- package/dist/i18n/zh-TW.js +108 -107
- package/package.json +7 -7
- package/dist/i18n/bn-IN.properties +0 -212
- package/dist/i18n/da-DK.properties +0 -212
- package/dist/i18n/de-DE.properties +0 -212
- package/dist/i18n/en-AU.properties +0 -212
- package/dist/i18n/en-CA.properties +0 -212
- package/dist/i18n/en-GB.properties +0 -212
- package/dist/i18n/en-US.js +0 -108
- package/dist/i18n/en-US.properties +0 -212
- package/dist/i18n/en-x-pseudo.properties +0 -212
- package/dist/i18n/es-419.properties +0 -212
- package/dist/i18n/es-ES.properties +0 -212
- package/dist/i18n/fi-FI.properties +0 -212
- package/dist/i18n/fr-CA.properties +0 -212
- package/dist/i18n/fr-FR.properties +0 -212
- package/dist/i18n/hi-IN.properties +0 -212
- package/dist/i18n/it-IT.properties +0 -212
- package/dist/i18n/ja-JP.properties +0 -212
- package/dist/i18n/json/src/lib/components/field-selector/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/field-type-dropdown/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/field-type-tiles/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/components/confirmation-modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/components/type-specific-configuration/taxonomy/taxonomy-selector-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/configurator-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/dropdown-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/levels-chain-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/taxonomy-messages.json +0 -1
- package/dist/i18n/json/src/lib/messages.json +0 -1
- package/dist/i18n/json/src/lib/utils/field-options/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -212
- package/dist/i18n/nb-NO.properties +0 -212
- package/dist/i18n/nl-NL.properties +0 -212
- package/dist/i18n/pl-PL.properties +0 -212
- package/dist/i18n/pt-BR.properties +0 -212
- package/dist/i18n/ru-RU.properties +0 -212
- package/dist/i18n/sv-SE.properties +0 -212
- package/dist/i18n/tr-TR.properties +0 -212
- package/dist/i18n/zh-CN.properties +0 -212
- package/dist/i18n/zh-TW.properties +0 -212
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
# Label for the section that shows all taxonomies
|
|
2
|
-
groupSharedFeatures.metadataTemplateEditor.allTaxonomies = Wszystkie taksonomie
|
|
3
|
-
# Label for the cancel button in the confirmation modal
|
|
4
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.cancelDeleteField = Anuluj
|
|
5
|
-
# Label for the confirm button in the confirmation modal
|
|
6
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.confirmDeleteField = Potwierdź
|
|
7
|
-
# Aria label for the context menu of the field configurator
|
|
8
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.contextMenuAriaLabel = Menu kontekstowe konfiguratora pól
|
|
9
|
-
# Label for the button to delete a field
|
|
10
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteField = Usuń
|
|
11
|
-
# Aria label for the button to delete a field
|
|
12
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldAriaLabel = Usuń pole
|
|
13
|
-
# Description for the delete field confirmation modal
|
|
14
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldDescription = Wszystkie pliki lub foldery powiązane z tym polem będą teraz miały nieprzypisaną wartość. Nie można cofnąć tego działania po zapisaniu szablonu.
|
|
15
|
-
# Title for the delete field confirmation modal
|
|
16
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldTitle = Usuń pole „{fieldName}”
|
|
17
|
-
# Description of the inline notice that explains the purpose of the description field.
|
|
18
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionInfoTooltip = Opis jest widoczny dla wszystkich osób uzyskujących dostęp do szablonu. Pomaga również Box AI znaleźć i automatycznie wypełnić metadane dla Ciebie.
|
|
19
|
-
# Aria label for the info badge that provides more information about the description field.
|
|
20
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionLearnMoreBadgeAriaLabel = Dowiedz się więcej o polu opisu
|
|
21
|
-
# Aria label for the button to drag and drop a field to reorder it
|
|
22
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dragAndDropFieldAriaLabel = Przeciągnij i upuść, aby zmienić kolejność pól
|
|
23
|
-
# Placeholder text for the input to add a new dropdown option
|
|
24
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addAnOptionOptionPlaceholder = Dodaj opcję
|
|
25
|
-
# Label for the button to add a new dropdown option
|
|
26
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addOption = + Dodaj opcję
|
|
27
|
-
# Label for the checkbox to allow multiple selections in a dropdown
|
|
28
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.allowMultipleSelection = Zezwól na wiele wyborów
|
|
29
|
-
# Label for the button to delete a dropdown option
|
|
30
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteDropdownOptionAriaLabel = Usuń opcję
|
|
31
|
-
# Description for the delete option confirmation modal
|
|
32
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionDescription = Wszystkie pliki lub foldery powiązane z tym będą teraz miały nieprzypisaną wartość. Nie można cofnąć tego działania po zapisaniu szablonu.
|
|
33
|
-
# Title for the delete option confirmation modal
|
|
34
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionTitle = Usuń opcję „{optionName}”
|
|
35
|
-
# Aria label for the button to drag and drop a dropdown option to reorder it
|
|
36
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.dragAndDropOptionAriaLabel = Przeciągnij i upuść, aby zmienić kolejność pól
|
|
37
|
-
# Generic error shown above the option list when any dropdown option has a validation error
|
|
38
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.optionListValidationError = Niektóre opcje na tej liście zawierają błędy weryfikacji.
|
|
39
|
-
# Label for the button to duplicate a field
|
|
40
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateField = Powiel
|
|
41
|
-
# Aria label for the button to duplicate a field
|
|
42
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateFieldAriaLabel = Powiel pole
|
|
43
|
-
# Aria label for the Edit tab button in the field configurator extension tab switcher
|
|
44
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.editTabAriaLabel = Edytuj pole
|
|
45
|
-
# Placeholder for a text input allowing the description of a field in templates.
|
|
46
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionInputPlaceholder = Dodaj niestandardowy tekst pomocy, który pojawia się w podpowiedzi dla użytkowników
|
|
47
|
-
# Label for a text input allowing the description of a field in templates.
|
|
48
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionLabel = Opis pola
|
|
49
|
-
# Placeholder for a text input allowing the specification of a field name in templates.
|
|
50
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameInputPlaceholder = Dodaj nazwę/etykietę pola
|
|
51
|
-
# Label for a text input allowing the specification of a field name in templates.
|
|
52
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameLabel = Nazwa pola
|
|
53
|
-
# Label for a dropdown allowing the selection of a field type in templates.
|
|
54
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypeLabel = Typ pola
|
|
55
|
-
# Placeholder for a dropdown allowing the selection of a field type in templates.
|
|
56
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypePlaceholder = Wybierz typ
|
|
57
|
-
# Label for the status badge indicating that a field is hidden
|
|
58
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hiddenStatus = Ukryte
|
|
59
|
-
# Text for the button to hide a field
|
|
60
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hideField = Ukryj pole
|
|
61
|
-
# Accessibility label indicating that a taxonomy level chip is not selected.
|
|
62
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipNotSelected = nie wybrano
|
|
63
|
-
# Accessibility label indicating that a taxonomy level chip is selected.
|
|
64
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipSelected = wybrano
|
|
65
|
-
# Message displayed when there are no levels to display in the levels chain.
|
|
66
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.noLevels = Nie ma poziomów do wyświetlenia.
|
|
67
|
-
# Label for the button to move a field down in the list
|
|
68
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDown = Przenieś w dół
|
|
69
|
-
# Aria label for the button to move a field down in the list
|
|
70
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDownAriaLabel = Przenieś pole w dół
|
|
71
|
-
# Label for the button to move a field up in the list
|
|
72
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUp = Przenieś w górę
|
|
73
|
-
# Aria label for the button to move a field up in the list
|
|
74
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUpAriaLabel = Przenieś pole w górę
|
|
75
|
-
# Text for the button to show a field
|
|
76
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.showField = Pokaż
|
|
77
|
-
# Label for the toggle that allows you to set the taxonomy field in the template as multiple selection.
|
|
78
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.allowMultipleTaxonomySelections = Użytkownicy mogą wybierać wiele wartości
|
|
79
|
-
# Call to action header
|
|
80
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionHeader = Wybierz lub utwórz taksonomię
|
|
81
|
-
# Call to action subheader
|
|
82
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionSubheader = Dzięki taksonomiom możesz ustawić dynamiczne i wielokrotnego użytku opcje w polach rozwijanych.
|
|
83
|
-
# Error message shown when no taxonomy has been selected
|
|
84
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.noTaxonomySelectedError = Wybierz taksonomię
|
|
85
|
-
# Label in taxonomy template field defining the selection policy
|
|
86
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection = Z jakich poziomów użytkownicy mogą wybierać wartość?
|
|
87
|
-
# Radio button label for any level selection
|
|
88
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.anyLevelSelection = Użytkownicy mogą wybierać z dowolnego poziomu na liście
|
|
89
|
-
# Label for the dropdown to choose the taxonomy level
|
|
90
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.chooseTaxonomyLevel = Wybierz poziom taksonomii
|
|
91
|
-
# Radio button label for required selection
|
|
92
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.requiredSelection = Użytkownicy muszą wybierać z następującego poziomu:
|
|
93
|
-
# Text for the cancel button in the confirmation modal
|
|
94
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.cancelButtonText = Anuluj
|
|
95
|
-
# Aria label for the close button ("x") in the modal
|
|
96
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.closeButtonAriaLabel = Zamknij
|
|
97
|
-
# Text for the confirm button in the confirmation modal
|
|
98
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.confirmButtonText = Potwierdź
|
|
99
|
-
# Heading for the empty state when no fields exist yet
|
|
100
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.heading = Dodaj pierwsze pole
|
|
101
|
-
# Aria label for the field type picker tiles.
|
|
102
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.selectFieldTypeAriaLabel = Wybierz typ pola.
|
|
103
|
-
# Label for the field selector dropdown button that scrolls to a specific field
|
|
104
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.selectField = Wybierz pole
|
|
105
|
-
# Placeholder label shown for fields that have no display name yet
|
|
106
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.unnamedField = (Pole bez nazwy)
|
|
107
|
-
# Field type description for date input
|
|
108
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.date = Pole daty z wyborem z kalendarza
|
|
109
|
-
# Field type description for dropdown selection
|
|
110
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.dropdown = Obsługuje wybór pojedynczy i wielokrotny
|
|
111
|
-
# Field type description for numerical input
|
|
112
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.number = Obsługuje wszystkie wartości liczbowe
|
|
113
|
-
# Field type description for taxonomy selection
|
|
114
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.taxonomy = Hierarchiczna lista opcji do wyboru
|
|
115
|
-
# Field type description for text input
|
|
116
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.text = Wprowadzanie dowolnego tekstu do 10 000 znaków
|
|
117
|
-
# Label for the add field dropdown trigger button
|
|
118
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addField = Dodaj pole
|
|
119
|
-
# Aria label for the add field button
|
|
120
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addFieldAriaLabel = Dodaj pole
|
|
121
|
-
# Field type for date input
|
|
122
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.date = Data
|
|
123
|
-
# Field type for dropdown selection
|
|
124
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.dropdown = Menu rozwijane
|
|
125
|
-
# Field type for numerical input
|
|
126
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.number = Liczba
|
|
127
|
-
# Field type for taxonomy selection
|
|
128
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.taxonomy = Taksonomia
|
|
129
|
-
# Field type for text input
|
|
130
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.text = Tekst
|
|
131
|
-
# Error message for duplicate option labels
|
|
132
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.duplicateOption = Etykieta opcji musi być unikalna.
|
|
133
|
-
# Error message displayed when a required field is not filled out in templates.
|
|
134
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameCannotBeEmpty = Nazwa pola nie może być pusta.
|
|
135
|
-
# Error message for field name length
|
|
136
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameTooLong = Nazwa pola jest zbyt długa.
|
|
137
|
-
# Error message for empty option labels
|
|
138
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.optionKeyCannotBeEmpty = Opcja nie może być pusta.
|
|
139
|
-
# Error message for missing selected level in taxonomy
|
|
140
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.selectedLevelRequired = Wybierz poziom.
|
|
141
|
-
# Error message shown when the taxonomy fetch fails
|
|
142
|
-
groupSharedFeatures.metadataTemplateEditor.loadTaxonomiesError = Nie można wczytać taksonomii.
|
|
143
|
-
# Accessible label shown while taxonomy options are being fetched
|
|
144
|
-
groupSharedFeatures.metadataTemplateEditor.loadingTaxonomies = Trwa wczytywanie taksonomii…
|
|
145
|
-
# Label for the section that shows recently used taxonomies
|
|
146
|
-
groupSharedFeatures.metadataTemplateEditor.recentlyUsedTaxonomies = Ostatnie
|
|
147
|
-
# Button label to retry a failed taxonomy fetch
|
|
148
|
-
groupSharedFeatures.metadataTemplateEditor.retryLoadTaxonomies = Spróbuj ponownie
|
|
149
|
-
# Placeholder text for the search input in the taxonomy selector
|
|
150
|
-
groupSharedFeatures.metadataTemplateEditor.searchTaxonomiesInputPlaceholder = Wyszukaj taksonomie
|
|
151
|
-
# Text for the button that opens the taxonomy selector
|
|
152
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelector = Wybierz taksonomię
|
|
153
|
-
# Aria label for the button that opens the taxonomy selector
|
|
154
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelectorAriaLabel = Otwórz wybór taksonomii
|
|
155
|
-
# Cancel button
|
|
156
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.cancel = Anuluj
|
|
157
|
-
# Accessible label for the close (×) button on the metadata template editor modal
|
|
158
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.closeAriaLabel = Zamknij edytor szablonu metadanych
|
|
159
|
-
# Default title displayed in the metadata template editor header
|
|
160
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.createTitle = Nowy szablon metadanych
|
|
161
|
-
# Error message for display name already used before.
|
|
162
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.displayNameUsedBefore = Ta nazwa wyświetlana była już wcześniej używana. Wybierz inną.
|
|
163
|
-
# Title displayed in the metadata template editor header for editing an existing template
|
|
164
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.editTitle = Edytuj szablon metadanych „{templateName}”
|
|
165
|
-
# Error message shown when the template data could not be fetched
|
|
166
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fetchError = Wystąpił błąd. Wczytaj ponownie, aby ponowić.
|
|
167
|
-
# Error message for field name too long
|
|
168
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldNameTooLong = Nazwa pola jest zbyt długa.
|
|
169
|
-
# Error message for required fields
|
|
170
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldRequired = To pole jest wymagane
|
|
171
|
-
# Description for the fields section
|
|
172
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.description = Dodaj swoje pierwsze pole do szablonu:
|
|
173
|
-
# Label for the fields section
|
|
174
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.label = Pola
|
|
175
|
-
# Link to more information about metadata field types
|
|
176
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.learnMore = Dowiedz się więcej o typach pól metadanych
|
|
177
|
-
# Error message for forbidden display name
|
|
178
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName = Ta nazwa wyświetlana jest zakazana. Wybierz inną.
|
|
179
|
-
# Error message for invalid characters
|
|
180
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters = Pole zawiera niedozwolone znaki.
|
|
181
|
-
# Aria label for the loading indicator shown while template data is being fetched
|
|
182
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.loading = Wczytywanie szablonu…
|
|
183
|
-
# Accessible label for the close button on save notifications
|
|
184
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel = Zamknij powiadomienie
|
|
185
|
-
# Accessible label for the error icon in the save notification
|
|
186
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel = Błąd
|
|
187
|
-
# Accessible label for the success icon in the save notification
|
|
188
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel = Powodzenie
|
|
189
|
-
# Label for the reload button shown when template loading fails
|
|
190
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.reload = Wczytaj ponownie
|
|
191
|
-
# Save button
|
|
192
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.save = Zapisz
|
|
193
|
-
# Error notification message shown when the template fails to save
|
|
194
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveErrorNotification = Nie udało się zapisać szablonu. Spróbuj ponownie.
|
|
195
|
-
# Success notification message shown after the template is saved
|
|
196
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveSuccessNotification = Szablon został zapisany.
|
|
197
|
-
# Aria Label for the save changes button in metadata template
|
|
198
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.submitting = Przesyłanie…
|
|
199
|
-
# Description for the template name field
|
|
200
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.description = Nazwa wyświetlana szablonu widoczna dla użytkowników
|
|
201
|
-
# Label for the template name field
|
|
202
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.label = Nazwa szablonu
|
|
203
|
-
# Body text for the unsaved changes confirmation modal
|
|
204
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesBody = Masz niezapisane zmiany. Jeśli wyjdziesz teraz, Twoje zmiany zostaną utracone.
|
|
205
|
-
# Confirm button label for the unsaved changes modal — discards changes and closes
|
|
206
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesDiscard = Wyjdź bez zapisywania
|
|
207
|
-
# Cancel button label for the unsaved changes modal — returns to the editor
|
|
208
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesKeepEditing = Edytuj dalej
|
|
209
|
-
# Title for the unsaved changes confirmation modal
|
|
210
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesTitle = Niezapisane zmiany
|
|
211
|
-
# Message to show that the collapsed field configurator contains errors
|
|
212
|
-
groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors = To pole zawiera błędy walidacji.
|
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
# Label for the section that shows all taxonomies
|
|
2
|
-
groupSharedFeatures.metadataTemplateEditor.allTaxonomies = Todas as taxonomias
|
|
3
|
-
# Label for the cancel button in the confirmation modal
|
|
4
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.cancelDeleteField = Cancelar
|
|
5
|
-
# Label for the confirm button in the confirmation modal
|
|
6
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.confirmDeleteField = Confirmar
|
|
7
|
-
# Aria label for the context menu of the field configurator
|
|
8
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.contextMenuAriaLabel = Menu de contexto do configurador de campos
|
|
9
|
-
# Label for the button to delete a field
|
|
10
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteField = Remover
|
|
11
|
-
# Aria label for the button to delete a field
|
|
12
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldAriaLabel = Excluir campo
|
|
13
|
-
# Description for the delete field confirmation modal
|
|
14
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldDescription = Todos os arquivos ou pastas associados a esse campo agora terão um valor não atribuído. Essa ação não pode ser desfeita depois que o modelo for salvo.
|
|
15
|
-
# Title for the delete field confirmation modal
|
|
16
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldTitle = Excluir o campo "{fieldName}"
|
|
17
|
-
# Description of the inline notice that explains the purpose of the description field.
|
|
18
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionInfoTooltip = A descrição está visível para qualquer pessoa que acesse o modelo. Ele também ajuda o Box AI a encontrar e preencher automaticamente metadados para você.
|
|
19
|
-
# Aria label for the info badge that provides more information about the description field.
|
|
20
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionLearnMoreBadgeAriaLabel = Saiba mais sobre o campo de descrição
|
|
21
|
-
# Aria label for the button to drag and drop a field to reorder it
|
|
22
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dragAndDropFieldAriaLabel = Arrastar e soltar para reordenar campos
|
|
23
|
-
# Placeholder text for the input to add a new dropdown option
|
|
24
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addAnOptionOptionPlaceholder = Adicionar uma opção
|
|
25
|
-
# Label for the button to add a new dropdown option
|
|
26
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addOption = + Opção Adicionar
|
|
27
|
-
# Label for the checkbox to allow multiple selections in a dropdown
|
|
28
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.allowMultipleSelection = Permitir várias seleções
|
|
29
|
-
# Label for the button to delete a dropdown option
|
|
30
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteDropdownOptionAriaLabel = Excluir opção
|
|
31
|
-
# Description for the delete option confirmation modal
|
|
32
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionDescription = Todos os arquivos ou pastas associados a isso agora terão um valor não atribuído. Essa ação não pode ser desfeita depois que o modelo for salvo.
|
|
33
|
-
# Title for the delete option confirmation modal
|
|
34
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionTitle = Excluir a opção "{optionName}"
|
|
35
|
-
# Aria label for the button to drag and drop a dropdown option to reorder it
|
|
36
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.dragAndDropOptionAriaLabel = Arrastar e soltar para reordenar opções
|
|
37
|
-
# Generic error shown above the option list when any dropdown option has a validation error
|
|
38
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.optionListValidationError = Algumas opções nesta lista contêm erros de validação.
|
|
39
|
-
# Label for the button to duplicate a field
|
|
40
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateField = Duplicar
|
|
41
|
-
# Aria label for the button to duplicate a field
|
|
42
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateFieldAriaLabel = Campo duplicado
|
|
43
|
-
# Aria label for the Edit tab button in the field configurator extension tab switcher
|
|
44
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.editTabAriaLabel = Editar campo
|
|
45
|
-
# Placeholder for a text input allowing the description of a field in templates.
|
|
46
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionInputPlaceholder = Adicionar texto de ajuda personalizado que aparece em uma dica de ferramenta para usuários
|
|
47
|
-
# Label for a text input allowing the description of a field in templates.
|
|
48
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionLabel = Descrição do campo
|
|
49
|
-
# Placeholder for a text input allowing the specification of a field name in templates.
|
|
50
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameInputPlaceholder = Adicionar um nome/rótulo de campo
|
|
51
|
-
# Label for a text input allowing the specification of a field name in templates.
|
|
52
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameLabel = Nome do campo
|
|
53
|
-
# Label for a dropdown allowing the selection of a field type in templates.
|
|
54
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypeLabel = Tipo de campo
|
|
55
|
-
# Placeholder for a dropdown allowing the selection of a field type in templates.
|
|
56
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypePlaceholder = Selecionar tipo
|
|
57
|
-
# Label for the status badge indicating that a field is hidden
|
|
58
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hiddenStatus = Oculto
|
|
59
|
-
# Text for the button to hide a field
|
|
60
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hideField = Ocultar campo
|
|
61
|
-
# Accessibility label indicating that a taxonomy level chip is not selected.
|
|
62
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipNotSelected = não selecionado
|
|
63
|
-
# Accessibility label indicating that a taxonomy level chip is selected.
|
|
64
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipSelected = selecionado
|
|
65
|
-
# Message displayed when there are no levels to display in the levels chain.
|
|
66
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.noLevels = Não há níveis para exibir.
|
|
67
|
-
# Label for the button to move a field down in the list
|
|
68
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDown = Mover para baixo
|
|
69
|
-
# Aria label for the button to move a field down in the list
|
|
70
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDownAriaLabel = Mover campo para baixo
|
|
71
|
-
# Label for the button to move a field up in the list
|
|
72
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUp = Mover para cima
|
|
73
|
-
# Aria label for the button to move a field up in the list
|
|
74
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUpAriaLabel = Mover campo para cima
|
|
75
|
-
# Text for the button to show a field
|
|
76
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.showField = Tornar visível
|
|
77
|
-
# Label for the toggle that allows you to set the taxonomy field in the template as multiple selection.
|
|
78
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.allowMultipleTaxonomySelections = Os usuários podem escolher vários valores
|
|
79
|
-
# Call to action header
|
|
80
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionHeader = Escolher ou criar uma taxonomia
|
|
81
|
-
# Call to action subheader
|
|
82
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionSubheader = As taxonomias permitem que você defina opções dinâmicas e reutilizáveis para campos de lista suspensa.
|
|
83
|
-
# Error message shown when no taxonomy has been selected
|
|
84
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.noTaxonomySelectedError = Selecione uma taxonomia
|
|
85
|
-
# Label in taxonomy template field defining the selection policy
|
|
86
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection = De que níveis os usuários podem selecionar um valor?
|
|
87
|
-
# Radio button label for any level selection
|
|
88
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.anyLevelSelection = Os usuários podem escolher a partir de qualquer nível da lista
|
|
89
|
-
# Label for the dropdown to choose the taxonomy level
|
|
90
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.chooseTaxonomyLevel = Escolher o nível da taxonomia
|
|
91
|
-
# Radio button label for required selection
|
|
92
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.requiredSelection = Os usuários devem escolher a partir do seguinte nível:
|
|
93
|
-
# Text for the cancel button in the confirmation modal
|
|
94
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.cancelButtonText = Cancelar
|
|
95
|
-
# Aria label for the close button ("x") in the modal
|
|
96
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.closeButtonAriaLabel = Fechar
|
|
97
|
-
# Text for the confirm button in the confirmation modal
|
|
98
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.confirmButtonText = Confirmar
|
|
99
|
-
# Heading for the empty state when no fields exist yet
|
|
100
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.heading = Adicionar seu primeiro campo
|
|
101
|
-
# Aria label for the field type picker tiles.
|
|
102
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.selectFieldTypeAriaLabel = Selecionar o tipo de campo.
|
|
103
|
-
# Label for the field selector dropdown button that scrolls to a specific field
|
|
104
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.selectField = Selecionar um campo
|
|
105
|
-
# Placeholder label shown for fields that have no display name yet
|
|
106
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.unnamedField = (Campo sem nome)
|
|
107
|
-
# Field type description for date input
|
|
108
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.date = Campo de data com seletor de calendário
|
|
109
|
-
# Field type description for dropdown selection
|
|
110
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.dropdown = Suporta seleções únicas e múltiplas
|
|
111
|
-
# Field type description for numerical input
|
|
112
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.number = Suporta todos os valores numéricos
|
|
113
|
-
# Field type description for taxonomy selection
|
|
114
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.taxonomy = Lista hierárquica de opções selecionáveis
|
|
115
|
-
# Field type description for text input
|
|
116
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.text = Entrada de texto livre de até 10.000 caracteres
|
|
117
|
-
# Label for the add field dropdown trigger button
|
|
118
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addField = Adicionar campo
|
|
119
|
-
# Aria label for the add field button
|
|
120
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addFieldAriaLabel = Adicionar campo
|
|
121
|
-
# Field type for date input
|
|
122
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.date = Data
|
|
123
|
-
# Field type for dropdown selection
|
|
124
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.dropdown = Suspensa
|
|
125
|
-
# Field type for numerical input
|
|
126
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.number = Número
|
|
127
|
-
# Field type for taxonomy selection
|
|
128
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.taxonomy = Taxonomia
|
|
129
|
-
# Field type for text input
|
|
130
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.text = Texto
|
|
131
|
-
# Error message for duplicate option labels
|
|
132
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.duplicateOption = O rótulo da opção deve ser único.
|
|
133
|
-
# Error message displayed when a required field is not filled out in templates.
|
|
134
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameCannotBeEmpty = O nome do campo não pode estar vazio.
|
|
135
|
-
# Error message for field name length
|
|
136
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameTooLong = O nome do campo é longo demais.
|
|
137
|
-
# Error message for empty option labels
|
|
138
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.optionKeyCannotBeEmpty = A opção não pode estar vazia.
|
|
139
|
-
# Error message for missing selected level in taxonomy
|
|
140
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.selectedLevelRequired = Selecione um nível.
|
|
141
|
-
# Error message shown when the taxonomy fetch fails
|
|
142
|
-
groupSharedFeatures.metadataTemplateEditor.loadTaxonomiesError = Falha ao carregar taxonomias.
|
|
143
|
-
# Accessible label shown while taxonomy options are being fetched
|
|
144
|
-
groupSharedFeatures.metadataTemplateEditor.loadingTaxonomies = Carregando taxonomias…
|
|
145
|
-
# Label for the section that shows recently used taxonomies
|
|
146
|
-
groupSharedFeatures.metadataTemplateEditor.recentlyUsedTaxonomies = Recentes
|
|
147
|
-
# Button label to retry a failed taxonomy fetch
|
|
148
|
-
groupSharedFeatures.metadataTemplateEditor.retryLoadTaxonomies = Tentar novamente
|
|
149
|
-
# Placeholder text for the search input in the taxonomy selector
|
|
150
|
-
groupSharedFeatures.metadataTemplateEditor.searchTaxonomiesInputPlaceholder = Pesquisar taxonomias
|
|
151
|
-
# Text for the button that opens the taxonomy selector
|
|
152
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelector = Escolher uma taxonomia
|
|
153
|
-
# Aria label for the button that opens the taxonomy selector
|
|
154
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelectorAriaLabel = Abrir seletor de taxonomia
|
|
155
|
-
# Cancel button
|
|
156
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.cancel = Cancelar
|
|
157
|
-
# Accessible label for the close (×) button on the metadata template editor modal
|
|
158
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.closeAriaLabel = Fechar editor de modelos de metadados
|
|
159
|
-
# Default title displayed in the metadata template editor header
|
|
160
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.createTitle = Novo modelo de metadados
|
|
161
|
-
# Error message for display name already used before.
|
|
162
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.displayNameUsedBefore = Esse nome de exibição já foi usado antes. Escolha outro.
|
|
163
|
-
# Title displayed in the metadata template editor header for editing an existing template
|
|
164
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.editTitle = Editar modelo de metadados “{templateName}”
|
|
165
|
-
# Error message shown when the template data could not be fetched
|
|
166
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fetchError = Algo saiu errado. Recarregue para tentar novamente.
|
|
167
|
-
# Error message for field name too long
|
|
168
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldNameTooLong = O nome do campo é longo demais.
|
|
169
|
-
# Error message for required fields
|
|
170
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldRequired = Este campo é obrigatório
|
|
171
|
-
# Description for the fields section
|
|
172
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.description = Adicione seu primeiro campo ao Modelo:
|
|
173
|
-
# Label for the fields section
|
|
174
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.label = Campos
|
|
175
|
-
# Link to more information about metadata field types
|
|
176
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.learnMore = Saiba mais sobre os tipos de campos de metadados
|
|
177
|
-
# Error message for forbidden display name
|
|
178
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName = Esse nome de exibição é proibido. Escolha outro.
|
|
179
|
-
# Error message for invalid characters
|
|
180
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters = O campo contém caracteres ilegais.
|
|
181
|
-
# Aria label for the loading indicator shown while template data is being fetched
|
|
182
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.loading = Carregando modelo…
|
|
183
|
-
# Accessible label for the close button on save notifications
|
|
184
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel = Fechar notificação
|
|
185
|
-
# Accessible label for the error icon in the save notification
|
|
186
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel = Erro
|
|
187
|
-
# Accessible label for the success icon in the save notification
|
|
188
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel = Sucesso
|
|
189
|
-
# Label for the reload button shown when template loading fails
|
|
190
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.reload = Recarregar
|
|
191
|
-
# Save button
|
|
192
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.save = Salvar
|
|
193
|
-
# Error notification message shown when the template fails to save
|
|
194
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveErrorNotification = Falha ao salvar modelo. Tente novamente.
|
|
195
|
-
# Success notification message shown after the template is saved
|
|
196
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveSuccessNotification = Modelo salvo com sucesso.
|
|
197
|
-
# Aria Label for the save changes button in metadata template
|
|
198
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.submitting = Enviando…
|
|
199
|
-
# Description for the template name field
|
|
200
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.description = Nome de exibição do modelo mostrado para os usuários
|
|
201
|
-
# Label for the template name field
|
|
202
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.label = Nome do modelo
|
|
203
|
-
# Body text for the unsaved changes confirmation modal
|
|
204
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesBody = Você tem alterações não salvas. Se você sair agora, suas alterações serão perdidas.
|
|
205
|
-
# Confirm button label for the unsaved changes modal — discards changes and closes
|
|
206
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesDiscard = Sair sem salvar
|
|
207
|
-
# Cancel button label for the unsaved changes modal — returns to the editor
|
|
208
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesKeepEditing = Continuar editando
|
|
209
|
-
# Title for the unsaved changes confirmation modal
|
|
210
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesTitle = Alterações não salvas
|
|
211
|
-
# Message to show that the collapsed field configurator contains errors
|
|
212
|
-
groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors = Esse campo contém erros de validação.
|