@commercetools-frontend-extensions/change-history 8.42.1 → 8.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +17 -9
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +17 -9
- package/dist/commercetools-frontend-extensions-change-history.esm.js +17 -9
- package/dist/{de-09f61294.cjs.dev.js → de-079e6cad.cjs.prod.js} +118 -227
- package/dist/{de-4068d791.cjs.prod.js → de-c64c7be6.cjs.dev.js} +118 -227
- package/dist/{de-43131054.esm.js → de-dd42d489.esm.js} +118 -227
- package/dist/declarations/src/i18n/load-i18n.d.ts +198 -416
- package/dist/{en-ed9ac514.cjs.prod.js → en-3a67c803.cjs.prod.js} +113 -222
- package/dist/{en-6549d798.esm.js → en-74f50f36.esm.js} +113 -222
- package/dist/{en-53d43a34.cjs.dev.js → en-cd57f8ed.cjs.dev.js} +113 -222
- package/dist/{es-4f55de32.cjs.dev.js → es-0549e536.cjs.dev.js} +118 -227
- package/dist/{es-5ea78b93.cjs.prod.js → es-55faf3de.cjs.prod.js} +118 -227
- package/dist/{es-7a8f8f70.esm.js → es-691396c2.esm.js} +118 -227
- package/dist/{fr-FR-f3ababa7.esm.js → fr-FR-2f678d5f.esm.js} +118 -227
- package/dist/{fr-FR-622110a0.cjs.prod.js → fr-FR-e7c4e125.cjs.dev.js} +118 -227
- package/dist/{fr-FR-98e0d12b.cjs.dev.js → fr-FR-f1089b99.cjs.prod.js} +118 -227
- package/dist/{pt-BR-3f5983c9.cjs.dev.js → pt-BR-29bf9f10.cjs.prod.js} +118 -227
- package/dist/{pt-BR-c8959ae8.cjs.prod.js → pt-BR-2c2e6c98.cjs.dev.js} +118 -227
- package/dist/{pt-BR-dee519cb.esm.js → pt-BR-f321b66b.esm.js} +118 -227
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ var ptBR = {
|
|
|
27
27
|
},
|
|
28
28
|
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
29
29
|
developer_comment: "Alt description for the Premium Hero image.",
|
|
30
|
-
string: "
|
|
30
|
+
string: "Banner de recursos premium"
|
|
31
31
|
},
|
|
32
32
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
33
33
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
@@ -173,6 +173,26 @@ var ptBR = {
|
|
|
173
173
|
developer_comment: "Label for basic filter group title",
|
|
174
174
|
string: "Básico"
|
|
175
175
|
},
|
|
176
|
+
"ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
|
|
177
|
+
developer_comment: "The aria label for business unit input",
|
|
178
|
+
string: "filtro de unidade de negócios"
|
|
179
|
+
},
|
|
180
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
181
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
182
|
+
string: "Nenhuma correspondência encontrada para ''{inputValue}''"
|
|
183
|
+
},
|
|
184
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
185
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
186
|
+
string: "Digite acima para carregar valores"
|
|
187
|
+
},
|
|
188
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
|
|
189
|
+
developer_comment: "The placeholder shown for search select input",
|
|
190
|
+
string: "Pesquisar pela chave exata"
|
|
191
|
+
},
|
|
192
|
+
"ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
|
|
193
|
+
developer_comment: "The placeholder shown for select input and async select input",
|
|
194
|
+
string: "Pesquisar"
|
|
195
|
+
},
|
|
176
196
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
177
197
|
developer_comment: "Label for business unit filter",
|
|
178
198
|
string: "Business unit"
|
|
@@ -185,6 +205,26 @@ var ptBR = {
|
|
|
185
205
|
developer_comment: "Label for filter action type",
|
|
186
206
|
string: "Tipo de ação"
|
|
187
207
|
},
|
|
208
|
+
"ChangeHistory.filters.changes.appliedChangesFilterLabel": {
|
|
209
|
+
developer_comment: "Label for the applied changes filter",
|
|
210
|
+
string: "{entity} mudou para {change}"
|
|
211
|
+
},
|
|
212
|
+
"ChangeHistory.filters.changes.noChangesMessage": {
|
|
213
|
+
developer_comment: "Message displayed when no changes are listed because there is no entity selected yet",
|
|
214
|
+
string: "Selecione o tipo de entidade acima"
|
|
215
|
+
},
|
|
216
|
+
"ChangeHistory.filters.changes.selectChangePlaceholder": {
|
|
217
|
+
developer_comment: "Placeholder for the changes select input",
|
|
218
|
+
string: "Selecione a mudança..."
|
|
219
|
+
},
|
|
220
|
+
"ChangeHistory.filters.changes.selectEntityPlaceholder": {
|
|
221
|
+
developer_comment: "Placeholder for the entity select input",
|
|
222
|
+
string: "Selecione o tipo de entidade..."
|
|
223
|
+
},
|
|
224
|
+
"ChangeHistory.filters.changes.when": {
|
|
225
|
+
developer_comment: "Label for the \"when\" operator",
|
|
226
|
+
string: "quando"
|
|
227
|
+
},
|
|
188
228
|
"ChangeHistory.filters.createdAtFilter": {
|
|
189
229
|
developer_comment: "Label for filter created at",
|
|
190
230
|
string: "Data"
|
|
@@ -205,6 +245,14 @@ var ptBR = {
|
|
|
205
245
|
developer_comment: "Label for exclude platform changes filter",
|
|
206
246
|
string: "Excluir alterações de plataforma"
|
|
207
247
|
},
|
|
248
|
+
"ChangeHistory.filters.filterGroupBasicTier": {
|
|
249
|
+
developer_comment: "Label for the basic tier filter group",
|
|
250
|
+
string: "Básico"
|
|
251
|
+
},
|
|
252
|
+
"ChangeHistory.filters.filterGroupPremiumTier": {
|
|
253
|
+
developer_comment: "Label for the premium tier filter group",
|
|
254
|
+
string: "Apenas Premium"
|
|
255
|
+
},
|
|
208
256
|
"ChangeHistory.filters.merchantCenterUserFilter": {
|
|
209
257
|
developer_comment: "Label for merchant center user filter",
|
|
210
258
|
string: "Usuário do Merchant Center"
|
|
@@ -225,37 +273,81 @@ var ptBR = {
|
|
|
225
273
|
developer_comment: "Label for filter entity type",
|
|
226
274
|
string: "Tipo de entidade"
|
|
227
275
|
},
|
|
276
|
+
"ChangeHistory.filters.source.apiInitiated": {
|
|
277
|
+
developer_comment: "Label for API initiated source filter option",
|
|
278
|
+
string: "API iniciada"
|
|
279
|
+
},
|
|
280
|
+
"ChangeHistory.filters.source.merchantCenterInitiated": {
|
|
281
|
+
developer_comment: "Label for Merchant Center initiated source filter option",
|
|
282
|
+
string: "Merchant Center iniciado"
|
|
283
|
+
},
|
|
284
|
+
"ChangeHistory.filters.source.platformInitiated": {
|
|
285
|
+
developer_comment: "Label for Platform initiated source filter option",
|
|
286
|
+
string: "Mudanças iniciadas pela plataforma"
|
|
287
|
+
},
|
|
288
|
+
"ChangeHistory.filters.sourceFilter": {
|
|
289
|
+
developer_comment: "Label for source filter",
|
|
290
|
+
string: "Fonte"
|
|
291
|
+
},
|
|
292
|
+
"ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
|
|
293
|
+
developer_comment: "The placeholder shown for async select input",
|
|
294
|
+
string: "Selecione ou digite uma chave de armazenamento"
|
|
295
|
+
},
|
|
296
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
297
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
298
|
+
string: "Nenhuma correspondência encontrada para ''{inputValue}''"
|
|
299
|
+
},
|
|
300
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
301
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
302
|
+
string: "Digite acima para carregar valores"
|
|
303
|
+
},
|
|
304
|
+
"ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
|
|
305
|
+
developer_comment: "The placeholder shown for search select input",
|
|
306
|
+
string: "Pesquisar pela chave exata"
|
|
307
|
+
},
|
|
308
|
+
"ChangeHistory.filters.stores.storesAriaLabel": {
|
|
309
|
+
developer_comment: "The aria label for stores input",
|
|
310
|
+
string: "filtro das lojas"
|
|
311
|
+
},
|
|
228
312
|
"ChangeHistory.filters.storesFilter": {
|
|
229
313
|
developer_comment: "Label for stores filter",
|
|
230
314
|
string: "Lojas"
|
|
231
315
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.
|
|
233
|
-
developer_comment: "
|
|
234
|
-
string: "
|
|
316
|
+
"ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
|
|
317
|
+
developer_comment: "Alt description for the Customer ID tooltip image.",
|
|
318
|
+
string: "Tela do Merchant Center exibindo uma seção destacada na barra de URL"
|
|
235
319
|
},
|
|
236
|
-
"ChangeHistory.filters.tooltips.
|
|
237
|
-
developer_comment: "
|
|
238
|
-
string: "
|
|
320
|
+
"ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
|
|
321
|
+
developer_comment: "General Customer ID information",
|
|
322
|
+
string: "O filtro de ID do Cliente exibe apenas as alterações em que um ID do Cliente foi registrado. Para garantir total rastreabilidade, o ID do Cliente deve ser registrado em todas as ações de \"criação\" e \"atualização\". <a>Saiba mais</a>"
|
|
239
323
|
},
|
|
240
|
-
"ChangeHistory.filters.tooltips.
|
|
241
|
-
developer_comment: "
|
|
242
|
-
string: "
|
|
324
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
|
|
325
|
+
developer_comment: "How to locate a Customer ID",
|
|
326
|
+
string: "Vá até \"Clientes\" e navegue até a página de detalhes do cliente desejado, onde a ID aparecerá na URL."
|
|
243
327
|
},
|
|
244
|
-
"ChangeHistory.filters.tooltips.
|
|
245
|
-
developer_comment: "
|
|
246
|
-
string: "
|
|
328
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
|
|
329
|
+
developer_comment: "Title of the how to locate a Customer ID paragraph",
|
|
330
|
+
string: "Para encontrar um cliente no Merchant Center:"
|
|
247
331
|
},
|
|
248
|
-
"ChangeHistory.filters.tooltips.
|
|
249
|
-
developer_comment: "
|
|
250
|
-
string: "
|
|
332
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
333
|
+
developer_comment: "Title for Customer ID dialog",
|
|
334
|
+
string: "Customer ID filter"
|
|
251
335
|
},
|
|
252
|
-
"ChangeHistory.filters.tooltips.
|
|
253
|
-
developer_comment: "
|
|
254
|
-
string: "
|
|
336
|
+
"ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
|
|
337
|
+
developer_comment: "Alt description for the Entity ID tooltip image.",
|
|
338
|
+
string: "Tela do Merchant Center exibindo uma seção destacada na barra de URL"
|
|
255
339
|
},
|
|
256
|
-
"ChangeHistory.filters.tooltips.
|
|
257
|
-
developer_comment: "
|
|
258
|
-
string: "
|
|
340
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
|
|
341
|
+
developer_comment: "How to locate an Entity ID",
|
|
342
|
+
string: "Navegue até a página da instância da entidade desejada, onde a ID aparecerá na URL."
|
|
343
|
+
},
|
|
344
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
|
|
345
|
+
developer_comment: "Title of the how to locate an Entity ID paragraph",
|
|
346
|
+
string: "Para encontrar uma ID da Entidade no Merchant Center:"
|
|
347
|
+
},
|
|
348
|
+
"ChangeHistory.filters.tooltips.entityIdDialogTitle": {
|
|
349
|
+
developer_comment: "Title for Entity ID dialog",
|
|
350
|
+
string: "Filtro da ID da Entidade"
|
|
259
351
|
},
|
|
260
352
|
"ChangeHistory.inContextView.linkLabel": {
|
|
261
353
|
developer_comment: "Label for change history link",
|
|
@@ -339,15 +431,15 @@ var ptBR = {
|
|
|
339
431
|
},
|
|
340
432
|
"ChangeHistory.list.search.noResultsSuggestion1": {
|
|
341
433
|
developer_comment: "One of suggestions when no results are found.",
|
|
342
|
-
string: "
|
|
434
|
+
string: "Check the date range applied. Premium users can access up to 3 years of historical data. Basic accounts are limited to the past year."
|
|
343
435
|
},
|
|
344
436
|
"ChangeHistory.list.search.noResultsSuggestion2": {
|
|
345
437
|
developer_comment: "One of suggestions when no results are found.",
|
|
346
|
-
string: "
|
|
438
|
+
string: "Check the spelling on any text filters applied."
|
|
347
439
|
},
|
|
348
440
|
"ChangeHistory.list.search.noResultsTitle": {
|
|
349
441
|
developer_comment: "Message for no search result for change history.",
|
|
350
|
-
string: "
|
|
442
|
+
string: "There are no results that match your filter combination."
|
|
351
443
|
},
|
|
352
444
|
"ChangeHistory.list.searchInputPlaceholder": {
|
|
353
445
|
developer_comment: "Placeholder for search input",
|
|
@@ -937,44 +1029,6 @@ var ptBR = {
|
|
|
937
1029
|
developer_comment: "Label for date selector (to)",
|
|
938
1030
|
string: "Para"
|
|
939
1031
|
},
|
|
940
|
-
"FieldFilters.addFilter": {
|
|
941
|
-
string: "Adicionar filtro"
|
|
942
|
-
},
|
|
943
|
-
"FieldFilters.removeFilter": {
|
|
944
|
-
string: "Remover filtro"
|
|
945
|
-
},
|
|
946
|
-
"InternalFilterToggle.infoButtonLabel": {
|
|
947
|
-
developer_comment: "Label for the info button",
|
|
948
|
-
string: "Informações de mudança iniciada pela plataforma"
|
|
949
|
-
},
|
|
950
|
-
"InternalFilterToggle.modalDiscountCodesText": {
|
|
951
|
-
developer_comment: "Text for the pop up modal",
|
|
952
|
-
string: "<b>Códigos de desconto</b><br></br><em>1- Definir versão do aplicativo</em>: a propriedade <em>“applicationVersion”</em> é usada apenas na plataforma interna e registra a reserva de utilização de um código de desconto. Seu valor é gerenciado pela plataforma, podendo sofrer alterações a qualquer momento devido a fatores internos e externos. Não deve ser usada na lógica do cliente."
|
|
953
|
-
},
|
|
954
|
-
"InternalFilterToggle.modalIntroText": {
|
|
955
|
-
developer_comment: "Text for intro in the pop up modal",
|
|
956
|
-
string: "As atualizações de alterações podem ser categorizadas em dois grupos: alterações iniciadas pela plataforma e alterações iniciadas pelo usuário. As alterações iniciadas pela plataforma são todas atualizações que não podem ser acionadas manualmente por um usuário; essas atualizações são acionadas automaticamente como resultado de uma alteração iniciada pelo usuário e são as seguintes:"
|
|
957
|
-
},
|
|
958
|
-
"InternalFilterToggle.modalProductDiscountsText": {
|
|
959
|
-
developer_comment: "Text for the pop up modal",
|
|
960
|
-
string: "<b>Descontos de produtos</b><br></br><em>2- O conjunto é válido</em>: a propriedade <em>“isValid”</em> foi adicionada como verdadeira quando a data <em>“validFrom”</em> foi alcançada e, em seguida, removida após a data <em>“validUntil”</em> foi alcançada."
|
|
961
|
-
},
|
|
962
|
-
"InternalFilterToggle.modalProductText": {
|
|
963
|
-
developer_comment: "Text for the pop up modal",
|
|
964
|
-
string: "<b>Produto</b><br></br><em>3- Alterar estatísticas de avaliação de comentários</em>: a propriedade <em>“reviewRatingStatistics”</em> é atualizada quando as avaliações do produto mudam.<br></br><em>4- Alterar disponibilidade de variante</em>: a propriedade <em>“variantAvailability”</em> é atualizada quando uma entrada de estoque relacionada ao produto é atualizada."
|
|
965
|
-
},
|
|
966
|
-
"InternalFilterToggle.modalShoppingListText": {
|
|
967
|
-
developer_comment: "Text for the pop up modal",
|
|
968
|
-
string: "<b>Listas de compras</b><br></br><em>5- Alterar o nome do item de linha</em>: a propriedade <em>“lineItemName”</em> é atualizada de forma <a>eventualmente consistente</a> quando o nome de um produto muda e é mencionado em uma lista de compras."
|
|
969
|
-
},
|
|
970
|
-
"InternalFilterToggle.modalTitle": {
|
|
971
|
-
developer_comment: "Title for the pop up modal",
|
|
972
|
-
string: "Mudanças iniciadas pela plataforma"
|
|
973
|
-
},
|
|
974
|
-
"InternalFilterToggle.toggleButtonLabel": {
|
|
975
|
-
developer_comment: "Label for the toggle button",
|
|
976
|
-
string: "Exibir alterações iniciadas pela plataforma"
|
|
977
|
-
},
|
|
978
1032
|
"ItemList.addValue": {
|
|
979
1033
|
string: "Adicionar novo valor"
|
|
980
1034
|
},
|
|
@@ -2117,34 +2171,6 @@ var ptBR = {
|
|
|
2117
2171
|
developer_comment: "Filter for action removeLocation",
|
|
2118
2172
|
string: "Remover localização"
|
|
2119
2173
|
},
|
|
2120
|
-
"ResourceActionFilter.actionInputPlaceholder": {
|
|
2121
|
-
developer_comment: "Placeholder for change selection",
|
|
2122
|
-
string: "Selecionar alteração..."
|
|
2123
|
-
},
|
|
2124
|
-
"ResourceActionFilter.fieldLabel": {
|
|
2125
|
-
developer_comment: "Message for the fieldLabel",
|
|
2126
|
-
string: "Alterações"
|
|
2127
|
-
},
|
|
2128
|
-
"ResourceActionFilter.hasLabel": {
|
|
2129
|
-
developer_comment: "Message for the hasLabel",
|
|
2130
|
-
string: "tem"
|
|
2131
|
-
},
|
|
2132
|
-
"ResourceActionFilter.resourceActionValidationError": {
|
|
2133
|
-
developer_comment: "Message for validation fails",
|
|
2134
|
-
string: "Uma entidade e uma alteração devem ser selecionadas"
|
|
2135
|
-
},
|
|
2136
|
-
"ResourceActionFilter.resourceInputPlaceholder": {
|
|
2137
|
-
developer_comment: "Placeholder for resource selection",
|
|
2138
|
-
string: "Selecione o tipo de entidade..."
|
|
2139
|
-
},
|
|
2140
|
-
"ResourceActionFilter.tagTxt": {
|
|
2141
|
-
developer_comment: "Message for the tag with formatting for bold",
|
|
2142
|
-
string: "quando <bold>{resource}</bold> tem <bold>{change}</bold>"
|
|
2143
|
-
},
|
|
2144
|
-
"ResourceActionFilter.whenLabel": {
|
|
2145
|
-
developer_comment: "Message for whenLabel",
|
|
2146
|
-
string: "quando"
|
|
2147
|
-
},
|
|
2148
2174
|
"ResourceCell.customObjectResource": {
|
|
2149
2175
|
developer_comment: "Label when the resource is a custom object",
|
|
2150
2176
|
string: "Container: {container}<br></br>Key: {key}"
|
|
@@ -2179,7 +2205,7 @@ var ptBR = {
|
|
|
2179
2205
|
},
|
|
2180
2206
|
"ResourceCell.tooltipTitle": {
|
|
2181
2207
|
developer_comment: "Label for the filter tooltip",
|
|
2182
|
-
string: "
|
|
2208
|
+
string: "Quick filter on entity ID"
|
|
2183
2209
|
},
|
|
2184
2210
|
"ResourcePreview.AssociateRole.assignableFalseLabel": {
|
|
2185
2211
|
developer_comment: "Label associate role field buyer assignable false",
|
|
@@ -3276,34 +3302,6 @@ var ptBR = {
|
|
|
3276
3302
|
developer_comment: "Label when the resource is a zone",
|
|
3277
3303
|
string: "Zona"
|
|
3278
3304
|
},
|
|
3279
|
-
"Search.FilterSearchBar.clearAllLabel": {
|
|
3280
|
-
developer_comment: "Label for the button for clear all",
|
|
3281
|
-
string: "Limpar tudo"
|
|
3282
|
-
},
|
|
3283
|
-
"Search.FilterSearchBar.filterLabel": {
|
|
3284
|
-
developer_comment: "Label for \"Filter\" button.",
|
|
3285
|
-
string: "Filtrar"
|
|
3286
|
-
},
|
|
3287
|
-
"Search.Filters.Definitions.Date.equalTo": {
|
|
3288
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3289
|
-
string: "em"
|
|
3290
|
-
},
|
|
3291
|
-
"Search.Filters.Definitions.Date.lessThan": {
|
|
3292
|
-
developer_comment: "Label of filter type (less than)",
|
|
3293
|
-
string: "antes"
|
|
3294
|
-
},
|
|
3295
|
-
"Search.Filters.Definitions.Date.moreThan": {
|
|
3296
|
-
developer_comment: "Label of filter type (less than)",
|
|
3297
|
-
string: "depois"
|
|
3298
|
-
},
|
|
3299
|
-
"Search.Filters.Definitions.Date.range": {
|
|
3300
|
-
developer_comment: "Label of filter type (range)",
|
|
3301
|
-
string: "entre"
|
|
3302
|
-
},
|
|
3303
|
-
"Search.Filters.Definitions.Text.equalTo": {
|
|
3304
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3305
|
-
string: "é"
|
|
3306
|
-
},
|
|
3307
3305
|
"Search.Filters.Definitions.Text.in": {
|
|
3308
3306
|
developer_comment: "Label of filter type (in)",
|
|
3309
3307
|
string: "em"
|
|
@@ -3312,93 +3310,14 @@ var ptBR = {
|
|
|
3312
3310
|
developer_comment: "Label of filter type (missingIn)",
|
|
3313
3311
|
string: "não em"
|
|
3314
3312
|
},
|
|
3315
|
-
"Search.Filters.Defintions.Text.missing": {
|
|
3316
|
-
developer_comment: "Label of filter type (missing)",
|
|
3317
|
-
string: "não é"
|
|
3318
|
-
},
|
|
3319
|
-
"Search.Filters.RangeFilter.and": {
|
|
3320
|
-
string: "e"
|
|
3321
|
-
},
|
|
3322
|
-
"Search.Filters.RangeFilterTag.from": {
|
|
3323
|
-
developer_comment: "",
|
|
3324
|
-
string: "de "
|
|
3325
|
-
},
|
|
3326
|
-
"Search.Filters.RangeFilterTag.to": {
|
|
3327
|
-
developer_comment: "",
|
|
3328
|
-
string: "para"
|
|
3329
|
-
},
|
|
3330
|
-
"Search.Filters.addFilter": {
|
|
3331
|
-
developer_comment: "Message for the select dropdown",
|
|
3332
|
-
string: "Adicionar filtro"
|
|
3333
|
-
},
|
|
3334
3313
|
"Search.Filters.apply": {
|
|
3335
3314
|
developer_comment: "Label for the filters form button (apply)",
|
|
3336
3315
|
string: "Aplicar"
|
|
3337
3316
|
},
|
|
3338
|
-
"Search.Filters.applyAndClose": {
|
|
3339
|
-
developer_comment: "Label for the filters form button (apply and close)",
|
|
3340
|
-
string: "Aplicar e fechar"
|
|
3341
|
-
},
|
|
3342
|
-
"Search.Filters.cancel": {
|
|
3343
|
-
developer_comment: "Label for the filters form button (cancel)",
|
|
3344
|
-
string: "Cancelar"
|
|
3345
|
-
},
|
|
3346
|
-
"Search.Filters.clearAllLabel": {
|
|
3347
|
-
developer_comment: "Label for the button that clears all filters",
|
|
3348
|
-
string: "Limpar tudo"
|
|
3349
|
-
},
|
|
3350
|
-
"Search.Filters.noMoreAvailableFields": {
|
|
3351
|
-
developer_comment: "Message for the select dropdown if there are no more fields",
|
|
3352
|
-
string: "Não há mais filtros disponíveis"
|
|
3353
|
-
},
|
|
3354
|
-
"Search.Filters.premiumFeature": {
|
|
3355
|
-
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3356
|
-
string: "Recurso premium"
|
|
3357
|
-
},
|
|
3358
|
-
"Search.Filters.removeAllLabel": {
|
|
3359
|
-
developer_comment: "Label for the button for removing all filters",
|
|
3360
|
-
string: "Remover todos os filtros"
|
|
3361
|
-
},
|
|
3362
|
-
"Search.Filters.validation.date.rangeMissingValue": {
|
|
3363
|
-
developer_comment: "error message if missing a value in a range",
|
|
3364
|
-
string: "Enter a value for this field."
|
|
3365
|
-
},
|
|
3366
|
-
"Search.Filters.validation.date.rangeToSmallerThanFrom": {
|
|
3367
|
-
developer_comment: "error message if to is smaller than from in a range",
|
|
3368
|
-
string: "Enter the earlier date first."
|
|
3369
|
-
},
|
|
3370
3317
|
"Search.View.noResults": {
|
|
3371
3318
|
developer_comment: "Text for no results",
|
|
3372
3319
|
string: "Não há resultados que correspondam aos seus critérios de pesquisa."
|
|
3373
3320
|
},
|
|
3374
|
-
"SearchInput.buttonLabel": {
|
|
3375
|
-
developer_comment: "Label for \"Search\" button.",
|
|
3376
|
-
string: "Pesquisar"
|
|
3377
|
-
},
|
|
3378
|
-
"SearchInput.placeholder": {
|
|
3379
|
-
developer_comment: "Placeholder for \"Search\" input field",
|
|
3380
|
-
string: "Pesquisar"
|
|
3381
|
-
},
|
|
3382
|
-
"Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
|
|
3383
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3384
|
-
string: "Select or type a business unit key"
|
|
3385
|
-
},
|
|
3386
|
-
"Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
|
|
3387
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3388
|
-
string: "Select or type a business unit key"
|
|
3389
|
-
},
|
|
3390
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
|
|
3391
|
-
developer_comment: "The loading message shown for search select input",
|
|
3392
|
-
string: "Loading exact matches"
|
|
3393
|
-
},
|
|
3394
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3395
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3396
|
-
string: "No matches found for your search term"
|
|
3397
|
-
},
|
|
3398
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
|
|
3399
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3400
|
-
string: "Type an exact business unit key"
|
|
3401
|
-
},
|
|
3402
3321
|
"Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
|
|
3403
3322
|
developer_comment: "The label for one of the associate role business unit permissions",
|
|
3404
3323
|
string: "Criar uma unidade de negócios secundária"
|
|
@@ -3543,38 +3462,10 @@ var ptBR = {
|
|
|
3543
3462
|
developer_comment: "The label for one of the associate role request quote permissions",
|
|
3544
3463
|
string: "Veja outras solicitações de cotação da unidade de negócios"
|
|
3545
3464
|
},
|
|
3546
|
-
"StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
|
|
3547
|
-
developer_comment: "Message shown telling the user to start typing to load more channels",
|
|
3548
|
-
string: "Comece a digitar acima para carregar mais"
|
|
3549
|
-
},
|
|
3550
|
-
"StoreSelectInput.asyncSelectInputPlaceholder": {
|
|
3551
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3552
|
-
string: "Selecione ou digite uma chave de armazenamento"
|
|
3553
|
-
},
|
|
3554
|
-
"StoreSelectInput.basicSelectInputPlaceholder": {
|
|
3555
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3556
|
-
string: "Selecione ou digite uma chave de armazenamento"
|
|
3557
|
-
},
|
|
3558
|
-
"StoreSelectInput.searchSelectInputLoadingMessage": {
|
|
3559
|
-
developer_comment: "The loading message shown for search select input",
|
|
3560
|
-
string: "Carregando correspondências exatas"
|
|
3561
|
-
},
|
|
3562
|
-
"StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3563
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3564
|
-
string: "Nenhuma correspondência encontrada para o seu termo de pesquisa"
|
|
3565
|
-
},
|
|
3566
|
-
"StoreSelectInput.searchSelectInputPlaceholder": {
|
|
3567
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3568
|
-
string: "Digite uma chave de armazenamento exata"
|
|
3569
|
-
},
|
|
3570
3465
|
"TotalResults.title": {
|
|
3571
3466
|
developer_comment: "Shows a total number of results",
|
|
3572
3467
|
string: "{total} resultados"
|
|
3573
3468
|
},
|
|
3574
|
-
"Validation.required": {
|
|
3575
|
-
developer_comment: "An error message to show if the field is required",
|
|
3576
|
-
string: "This field is required."
|
|
3577
|
-
},
|
|
3578
3469
|
"VersionTier.premiumButton": {
|
|
3579
3470
|
developer_comment: "Version tier go premium button",
|
|
3580
3471
|
string: "IR PARA PREMIUM"
|
package/package.json
CHANGED