@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
|
@@ -29,7 +29,7 @@ var ptBR = {
|
|
|
29
29
|
},
|
|
30
30
|
"ChangeHistory.explorePremium.altImagePremiumHero": {
|
|
31
31
|
developer_comment: "Alt description for the Premium Hero image.",
|
|
32
|
-
string: "
|
|
32
|
+
string: "Banner de recursos premium"
|
|
33
33
|
},
|
|
34
34
|
"ChangeHistory.explorePremium.basicVsPremiumBody": {
|
|
35
35
|
developer_comment: "Text for the body of the basic vs premium section",
|
|
@@ -175,6 +175,26 @@ var ptBR = {
|
|
|
175
175
|
developer_comment: "Label for basic filter group title",
|
|
176
176
|
string: "Básico"
|
|
177
177
|
},
|
|
178
|
+
"ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
|
|
179
|
+
developer_comment: "The aria label for business unit input",
|
|
180
|
+
string: "filtro de unidade de negócios"
|
|
181
|
+
},
|
|
182
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
183
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
184
|
+
string: "Nenhuma correspondência encontrada para ''{inputValue}''"
|
|
185
|
+
},
|
|
186
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
187
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
188
|
+
string: "Digite acima para carregar valores"
|
|
189
|
+
},
|
|
190
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
|
|
191
|
+
developer_comment: "The placeholder shown for search select input",
|
|
192
|
+
string: "Pesquisar pela chave exata"
|
|
193
|
+
},
|
|
194
|
+
"ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
|
|
195
|
+
developer_comment: "The placeholder shown for select input and async select input",
|
|
196
|
+
string: "Pesquisar"
|
|
197
|
+
},
|
|
178
198
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
179
199
|
developer_comment: "Label for business unit filter",
|
|
180
200
|
string: "Business unit"
|
|
@@ -187,6 +207,26 @@ var ptBR = {
|
|
|
187
207
|
developer_comment: "Label for filter action type",
|
|
188
208
|
string: "Tipo de ação"
|
|
189
209
|
},
|
|
210
|
+
"ChangeHistory.filters.changes.appliedChangesFilterLabel": {
|
|
211
|
+
developer_comment: "Label for the applied changes filter",
|
|
212
|
+
string: "{entity} mudou para {change}"
|
|
213
|
+
},
|
|
214
|
+
"ChangeHistory.filters.changes.noChangesMessage": {
|
|
215
|
+
developer_comment: "Message displayed when no changes are listed because there is no entity selected yet",
|
|
216
|
+
string: "Selecione o tipo de entidade acima"
|
|
217
|
+
},
|
|
218
|
+
"ChangeHistory.filters.changes.selectChangePlaceholder": {
|
|
219
|
+
developer_comment: "Placeholder for the changes select input",
|
|
220
|
+
string: "Selecione a mudança..."
|
|
221
|
+
},
|
|
222
|
+
"ChangeHistory.filters.changes.selectEntityPlaceholder": {
|
|
223
|
+
developer_comment: "Placeholder for the entity select input",
|
|
224
|
+
string: "Selecione o tipo de entidade..."
|
|
225
|
+
},
|
|
226
|
+
"ChangeHistory.filters.changes.when": {
|
|
227
|
+
developer_comment: "Label for the \"when\" operator",
|
|
228
|
+
string: "quando"
|
|
229
|
+
},
|
|
190
230
|
"ChangeHistory.filters.createdAtFilter": {
|
|
191
231
|
developer_comment: "Label for filter created at",
|
|
192
232
|
string: "Data"
|
|
@@ -207,6 +247,14 @@ var ptBR = {
|
|
|
207
247
|
developer_comment: "Label for exclude platform changes filter",
|
|
208
248
|
string: "Excluir alterações de plataforma"
|
|
209
249
|
},
|
|
250
|
+
"ChangeHistory.filters.filterGroupBasicTier": {
|
|
251
|
+
developer_comment: "Label for the basic tier filter group",
|
|
252
|
+
string: "Básico"
|
|
253
|
+
},
|
|
254
|
+
"ChangeHistory.filters.filterGroupPremiumTier": {
|
|
255
|
+
developer_comment: "Label for the premium tier filter group",
|
|
256
|
+
string: "Apenas Premium"
|
|
257
|
+
},
|
|
210
258
|
"ChangeHistory.filters.merchantCenterUserFilter": {
|
|
211
259
|
developer_comment: "Label for merchant center user filter",
|
|
212
260
|
string: "Usuário do Merchant Center"
|
|
@@ -227,37 +275,81 @@ var ptBR = {
|
|
|
227
275
|
developer_comment: "Label for filter entity type",
|
|
228
276
|
string: "Tipo de entidade"
|
|
229
277
|
},
|
|
278
|
+
"ChangeHistory.filters.source.apiInitiated": {
|
|
279
|
+
developer_comment: "Label for API initiated source filter option",
|
|
280
|
+
string: "API iniciada"
|
|
281
|
+
},
|
|
282
|
+
"ChangeHistory.filters.source.merchantCenterInitiated": {
|
|
283
|
+
developer_comment: "Label for Merchant Center initiated source filter option",
|
|
284
|
+
string: "Merchant Center iniciado"
|
|
285
|
+
},
|
|
286
|
+
"ChangeHistory.filters.source.platformInitiated": {
|
|
287
|
+
developer_comment: "Label for Platform initiated source filter option",
|
|
288
|
+
string: "Mudanças iniciadas pela plataforma"
|
|
289
|
+
},
|
|
290
|
+
"ChangeHistory.filters.sourceFilter": {
|
|
291
|
+
developer_comment: "Label for source filter",
|
|
292
|
+
string: "Fonte"
|
|
293
|
+
},
|
|
294
|
+
"ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
|
|
295
|
+
developer_comment: "The placeholder shown for async select input",
|
|
296
|
+
string: "Selecione ou digite uma chave de armazenamento"
|
|
297
|
+
},
|
|
298
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
299
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
300
|
+
string: "Nenhuma correspondência encontrada para ''{inputValue}''"
|
|
301
|
+
},
|
|
302
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
303
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
304
|
+
string: "Digite acima para carregar valores"
|
|
305
|
+
},
|
|
306
|
+
"ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
|
|
307
|
+
developer_comment: "The placeholder shown for search select input",
|
|
308
|
+
string: "Pesquisar pela chave exata"
|
|
309
|
+
},
|
|
310
|
+
"ChangeHistory.filters.stores.storesAriaLabel": {
|
|
311
|
+
developer_comment: "The aria label for stores input",
|
|
312
|
+
string: "filtro das lojas"
|
|
313
|
+
},
|
|
230
314
|
"ChangeHistory.filters.storesFilter": {
|
|
231
315
|
developer_comment: "Label for stores filter",
|
|
232
316
|
string: "Lojas"
|
|
233
317
|
},
|
|
234
|
-
"ChangeHistory.filters.tooltips.
|
|
235
|
-
developer_comment: "
|
|
236
|
-
string: "
|
|
318
|
+
"ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
|
|
319
|
+
developer_comment: "Alt description for the Customer ID tooltip image.",
|
|
320
|
+
string: "Tela do Merchant Center exibindo uma seção destacada na barra de URL"
|
|
237
321
|
},
|
|
238
|
-
"ChangeHistory.filters.tooltips.
|
|
239
|
-
developer_comment: "
|
|
240
|
-
string: "
|
|
322
|
+
"ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
|
|
323
|
+
developer_comment: "General Customer ID information",
|
|
324
|
+
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>"
|
|
241
325
|
},
|
|
242
|
-
"ChangeHistory.filters.tooltips.
|
|
243
|
-
developer_comment: "
|
|
244
|
-
string: "
|
|
326
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
|
|
327
|
+
developer_comment: "How to locate a Customer ID",
|
|
328
|
+
string: "Vá até \"Clientes\" e navegue até a página de detalhes do cliente desejado, onde a ID aparecerá na URL."
|
|
245
329
|
},
|
|
246
|
-
"ChangeHistory.filters.tooltips.
|
|
247
|
-
developer_comment: "
|
|
248
|
-
string: "
|
|
330
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
|
|
331
|
+
developer_comment: "Title of the how to locate a Customer ID paragraph",
|
|
332
|
+
string: "Para encontrar um cliente no Merchant Center:"
|
|
249
333
|
},
|
|
250
|
-
"ChangeHistory.filters.tooltips.
|
|
251
|
-
developer_comment: "
|
|
252
|
-
string: "
|
|
334
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
335
|
+
developer_comment: "Title for Customer ID dialog",
|
|
336
|
+
string: "Customer ID filter"
|
|
253
337
|
},
|
|
254
|
-
"ChangeHistory.filters.tooltips.
|
|
255
|
-
developer_comment: "
|
|
256
|
-
string: "
|
|
338
|
+
"ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
|
|
339
|
+
developer_comment: "Alt description for the Entity ID tooltip image.",
|
|
340
|
+
string: "Tela do Merchant Center exibindo uma seção destacada na barra de URL"
|
|
257
341
|
},
|
|
258
|
-
"ChangeHistory.filters.tooltips.
|
|
259
|
-
developer_comment: "
|
|
260
|
-
string: "
|
|
342
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
|
|
343
|
+
developer_comment: "How to locate an Entity ID",
|
|
344
|
+
string: "Navegue até a página da instância da entidade desejada, onde a ID aparecerá na URL."
|
|
345
|
+
},
|
|
346
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
|
|
347
|
+
developer_comment: "Title of the how to locate an Entity ID paragraph",
|
|
348
|
+
string: "Para encontrar uma ID da Entidade no Merchant Center:"
|
|
349
|
+
},
|
|
350
|
+
"ChangeHistory.filters.tooltips.entityIdDialogTitle": {
|
|
351
|
+
developer_comment: "Title for Entity ID dialog",
|
|
352
|
+
string: "Filtro da ID da Entidade"
|
|
261
353
|
},
|
|
262
354
|
"ChangeHistory.inContextView.linkLabel": {
|
|
263
355
|
developer_comment: "Label for change history link",
|
|
@@ -341,15 +433,15 @@ var ptBR = {
|
|
|
341
433
|
},
|
|
342
434
|
"ChangeHistory.list.search.noResultsSuggestion1": {
|
|
343
435
|
developer_comment: "One of suggestions when no results are found.",
|
|
344
|
-
string: "
|
|
436
|
+
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."
|
|
345
437
|
},
|
|
346
438
|
"ChangeHistory.list.search.noResultsSuggestion2": {
|
|
347
439
|
developer_comment: "One of suggestions when no results are found.",
|
|
348
|
-
string: "
|
|
440
|
+
string: "Check the spelling on any text filters applied."
|
|
349
441
|
},
|
|
350
442
|
"ChangeHistory.list.search.noResultsTitle": {
|
|
351
443
|
developer_comment: "Message for no search result for change history.",
|
|
352
|
-
string: "
|
|
444
|
+
string: "There are no results that match your filter combination."
|
|
353
445
|
},
|
|
354
446
|
"ChangeHistory.list.searchInputPlaceholder": {
|
|
355
447
|
developer_comment: "Placeholder for search input",
|
|
@@ -939,44 +1031,6 @@ var ptBR = {
|
|
|
939
1031
|
developer_comment: "Label for date selector (to)",
|
|
940
1032
|
string: "Para"
|
|
941
1033
|
},
|
|
942
|
-
"FieldFilters.addFilter": {
|
|
943
|
-
string: "Adicionar filtro"
|
|
944
|
-
},
|
|
945
|
-
"FieldFilters.removeFilter": {
|
|
946
|
-
string: "Remover filtro"
|
|
947
|
-
},
|
|
948
|
-
"InternalFilterToggle.infoButtonLabel": {
|
|
949
|
-
developer_comment: "Label for the info button",
|
|
950
|
-
string: "Informações de mudança iniciada pela plataforma"
|
|
951
|
-
},
|
|
952
|
-
"InternalFilterToggle.modalDiscountCodesText": {
|
|
953
|
-
developer_comment: "Text for the pop up modal",
|
|
954
|
-
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."
|
|
955
|
-
},
|
|
956
|
-
"InternalFilterToggle.modalIntroText": {
|
|
957
|
-
developer_comment: "Text for intro in the pop up modal",
|
|
958
|
-
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:"
|
|
959
|
-
},
|
|
960
|
-
"InternalFilterToggle.modalProductDiscountsText": {
|
|
961
|
-
developer_comment: "Text for the pop up modal",
|
|
962
|
-
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."
|
|
963
|
-
},
|
|
964
|
-
"InternalFilterToggle.modalProductText": {
|
|
965
|
-
developer_comment: "Text for the pop up modal",
|
|
966
|
-
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."
|
|
967
|
-
},
|
|
968
|
-
"InternalFilterToggle.modalShoppingListText": {
|
|
969
|
-
developer_comment: "Text for the pop up modal",
|
|
970
|
-
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."
|
|
971
|
-
},
|
|
972
|
-
"InternalFilterToggle.modalTitle": {
|
|
973
|
-
developer_comment: "Title for the pop up modal",
|
|
974
|
-
string: "Mudanças iniciadas pela plataforma"
|
|
975
|
-
},
|
|
976
|
-
"InternalFilterToggle.toggleButtonLabel": {
|
|
977
|
-
developer_comment: "Label for the toggle button",
|
|
978
|
-
string: "Exibir alterações iniciadas pela plataforma"
|
|
979
|
-
},
|
|
980
1034
|
"ItemList.addValue": {
|
|
981
1035
|
string: "Adicionar novo valor"
|
|
982
1036
|
},
|
|
@@ -2119,34 +2173,6 @@ var ptBR = {
|
|
|
2119
2173
|
developer_comment: "Filter for action removeLocation",
|
|
2120
2174
|
string: "Remover localização"
|
|
2121
2175
|
},
|
|
2122
|
-
"ResourceActionFilter.actionInputPlaceholder": {
|
|
2123
|
-
developer_comment: "Placeholder for change selection",
|
|
2124
|
-
string: "Selecionar alteração..."
|
|
2125
|
-
},
|
|
2126
|
-
"ResourceActionFilter.fieldLabel": {
|
|
2127
|
-
developer_comment: "Message for the fieldLabel",
|
|
2128
|
-
string: "Alterações"
|
|
2129
|
-
},
|
|
2130
|
-
"ResourceActionFilter.hasLabel": {
|
|
2131
|
-
developer_comment: "Message for the hasLabel",
|
|
2132
|
-
string: "tem"
|
|
2133
|
-
},
|
|
2134
|
-
"ResourceActionFilter.resourceActionValidationError": {
|
|
2135
|
-
developer_comment: "Message for validation fails",
|
|
2136
|
-
string: "Uma entidade e uma alteração devem ser selecionadas"
|
|
2137
|
-
},
|
|
2138
|
-
"ResourceActionFilter.resourceInputPlaceholder": {
|
|
2139
|
-
developer_comment: "Placeholder for resource selection",
|
|
2140
|
-
string: "Selecione o tipo de entidade..."
|
|
2141
|
-
},
|
|
2142
|
-
"ResourceActionFilter.tagTxt": {
|
|
2143
|
-
developer_comment: "Message for the tag with formatting for bold",
|
|
2144
|
-
string: "quando <bold>{resource}</bold> tem <bold>{change}</bold>"
|
|
2145
|
-
},
|
|
2146
|
-
"ResourceActionFilter.whenLabel": {
|
|
2147
|
-
developer_comment: "Message for whenLabel",
|
|
2148
|
-
string: "quando"
|
|
2149
|
-
},
|
|
2150
2176
|
"ResourceCell.customObjectResource": {
|
|
2151
2177
|
developer_comment: "Label when the resource is a custom object",
|
|
2152
2178
|
string: "Container: {container}<br></br>Key: {key}"
|
|
@@ -2181,7 +2207,7 @@ var ptBR = {
|
|
|
2181
2207
|
},
|
|
2182
2208
|
"ResourceCell.tooltipTitle": {
|
|
2183
2209
|
developer_comment: "Label for the filter tooltip",
|
|
2184
|
-
string: "
|
|
2210
|
+
string: "Quick filter on entity ID"
|
|
2185
2211
|
},
|
|
2186
2212
|
"ResourcePreview.AssociateRole.assignableFalseLabel": {
|
|
2187
2213
|
developer_comment: "Label associate role field buyer assignable false",
|
|
@@ -3278,34 +3304,6 @@ var ptBR = {
|
|
|
3278
3304
|
developer_comment: "Label when the resource is a zone",
|
|
3279
3305
|
string: "Zona"
|
|
3280
3306
|
},
|
|
3281
|
-
"Search.FilterSearchBar.clearAllLabel": {
|
|
3282
|
-
developer_comment: "Label for the button for clear all",
|
|
3283
|
-
string: "Limpar tudo"
|
|
3284
|
-
},
|
|
3285
|
-
"Search.FilterSearchBar.filterLabel": {
|
|
3286
|
-
developer_comment: "Label for \"Filter\" button.",
|
|
3287
|
-
string: "Filtrar"
|
|
3288
|
-
},
|
|
3289
|
-
"Search.Filters.Definitions.Date.equalTo": {
|
|
3290
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3291
|
-
string: "em"
|
|
3292
|
-
},
|
|
3293
|
-
"Search.Filters.Definitions.Date.lessThan": {
|
|
3294
|
-
developer_comment: "Label of filter type (less than)",
|
|
3295
|
-
string: "antes"
|
|
3296
|
-
},
|
|
3297
|
-
"Search.Filters.Definitions.Date.moreThan": {
|
|
3298
|
-
developer_comment: "Label of filter type (less than)",
|
|
3299
|
-
string: "depois"
|
|
3300
|
-
},
|
|
3301
|
-
"Search.Filters.Definitions.Date.range": {
|
|
3302
|
-
developer_comment: "Label of filter type (range)",
|
|
3303
|
-
string: "entre"
|
|
3304
|
-
},
|
|
3305
|
-
"Search.Filters.Definitions.Text.equalTo": {
|
|
3306
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3307
|
-
string: "é"
|
|
3308
|
-
},
|
|
3309
3307
|
"Search.Filters.Definitions.Text.in": {
|
|
3310
3308
|
developer_comment: "Label of filter type (in)",
|
|
3311
3309
|
string: "em"
|
|
@@ -3314,93 +3312,14 @@ var ptBR = {
|
|
|
3314
3312
|
developer_comment: "Label of filter type (missingIn)",
|
|
3315
3313
|
string: "não em"
|
|
3316
3314
|
},
|
|
3317
|
-
"Search.Filters.Defintions.Text.missing": {
|
|
3318
|
-
developer_comment: "Label of filter type (missing)",
|
|
3319
|
-
string: "não é"
|
|
3320
|
-
},
|
|
3321
|
-
"Search.Filters.RangeFilter.and": {
|
|
3322
|
-
string: "e"
|
|
3323
|
-
},
|
|
3324
|
-
"Search.Filters.RangeFilterTag.from": {
|
|
3325
|
-
developer_comment: "",
|
|
3326
|
-
string: "de "
|
|
3327
|
-
},
|
|
3328
|
-
"Search.Filters.RangeFilterTag.to": {
|
|
3329
|
-
developer_comment: "",
|
|
3330
|
-
string: "para"
|
|
3331
|
-
},
|
|
3332
|
-
"Search.Filters.addFilter": {
|
|
3333
|
-
developer_comment: "Message for the select dropdown",
|
|
3334
|
-
string: "Adicionar filtro"
|
|
3335
|
-
},
|
|
3336
3315
|
"Search.Filters.apply": {
|
|
3337
3316
|
developer_comment: "Label for the filters form button (apply)",
|
|
3338
3317
|
string: "Aplicar"
|
|
3339
3318
|
},
|
|
3340
|
-
"Search.Filters.applyAndClose": {
|
|
3341
|
-
developer_comment: "Label for the filters form button (apply and close)",
|
|
3342
|
-
string: "Aplicar e fechar"
|
|
3343
|
-
},
|
|
3344
|
-
"Search.Filters.cancel": {
|
|
3345
|
-
developer_comment: "Label for the filters form button (cancel)",
|
|
3346
|
-
string: "Cancelar"
|
|
3347
|
-
},
|
|
3348
|
-
"Search.Filters.clearAllLabel": {
|
|
3349
|
-
developer_comment: "Label for the button that clears all filters",
|
|
3350
|
-
string: "Limpar tudo"
|
|
3351
|
-
},
|
|
3352
|
-
"Search.Filters.noMoreAvailableFields": {
|
|
3353
|
-
developer_comment: "Message for the select dropdown if there are no more fields",
|
|
3354
|
-
string: "Não há mais filtros disponíveis"
|
|
3355
|
-
},
|
|
3356
|
-
"Search.Filters.premiumFeature": {
|
|
3357
|
-
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3358
|
-
string: "Recurso premium"
|
|
3359
|
-
},
|
|
3360
|
-
"Search.Filters.removeAllLabel": {
|
|
3361
|
-
developer_comment: "Label for the button for removing all filters",
|
|
3362
|
-
string: "Remover todos os filtros"
|
|
3363
|
-
},
|
|
3364
|
-
"Search.Filters.validation.date.rangeMissingValue": {
|
|
3365
|
-
developer_comment: "error message if missing a value in a range",
|
|
3366
|
-
string: "Enter a value for this field."
|
|
3367
|
-
},
|
|
3368
|
-
"Search.Filters.validation.date.rangeToSmallerThanFrom": {
|
|
3369
|
-
developer_comment: "error message if to is smaller than from in a range",
|
|
3370
|
-
string: "Enter the earlier date first."
|
|
3371
|
-
},
|
|
3372
3319
|
"Search.View.noResults": {
|
|
3373
3320
|
developer_comment: "Text for no results",
|
|
3374
3321
|
string: "Não há resultados que correspondam aos seus critérios de pesquisa."
|
|
3375
3322
|
},
|
|
3376
|
-
"SearchInput.buttonLabel": {
|
|
3377
|
-
developer_comment: "Label for \"Search\" button.",
|
|
3378
|
-
string: "Pesquisar"
|
|
3379
|
-
},
|
|
3380
|
-
"SearchInput.placeholder": {
|
|
3381
|
-
developer_comment: "Placeholder for \"Search\" input field",
|
|
3382
|
-
string: "Pesquisar"
|
|
3383
|
-
},
|
|
3384
|
-
"Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
|
|
3385
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3386
|
-
string: "Select or type a business unit key"
|
|
3387
|
-
},
|
|
3388
|
-
"Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
|
|
3389
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3390
|
-
string: "Select or type a business unit key"
|
|
3391
|
-
},
|
|
3392
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
|
|
3393
|
-
developer_comment: "The loading message shown for search select input",
|
|
3394
|
-
string: "Loading exact matches"
|
|
3395
|
-
},
|
|
3396
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3397
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3398
|
-
string: "No matches found for your search term"
|
|
3399
|
-
},
|
|
3400
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
|
|
3401
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3402
|
-
string: "Type an exact business unit key"
|
|
3403
|
-
},
|
|
3404
3323
|
"Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
|
|
3405
3324
|
developer_comment: "The label for one of the associate role business unit permissions",
|
|
3406
3325
|
string: "Criar uma unidade de negócios secundária"
|
|
@@ -3545,38 +3464,10 @@ var ptBR = {
|
|
|
3545
3464
|
developer_comment: "The label for one of the associate role request quote permissions",
|
|
3546
3465
|
string: "Veja outras solicitações de cotação da unidade de negócios"
|
|
3547
3466
|
},
|
|
3548
|
-
"StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
|
|
3549
|
-
developer_comment: "Message shown telling the user to start typing to load more channels",
|
|
3550
|
-
string: "Comece a digitar acima para carregar mais"
|
|
3551
|
-
},
|
|
3552
|
-
"StoreSelectInput.asyncSelectInputPlaceholder": {
|
|
3553
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3554
|
-
string: "Selecione ou digite uma chave de armazenamento"
|
|
3555
|
-
},
|
|
3556
|
-
"StoreSelectInput.basicSelectInputPlaceholder": {
|
|
3557
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3558
|
-
string: "Selecione ou digite uma chave de armazenamento"
|
|
3559
|
-
},
|
|
3560
|
-
"StoreSelectInput.searchSelectInputLoadingMessage": {
|
|
3561
|
-
developer_comment: "The loading message shown for search select input",
|
|
3562
|
-
string: "Carregando correspondências exatas"
|
|
3563
|
-
},
|
|
3564
|
-
"StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3565
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3566
|
-
string: "Nenhuma correspondência encontrada para o seu termo de pesquisa"
|
|
3567
|
-
},
|
|
3568
|
-
"StoreSelectInput.searchSelectInputPlaceholder": {
|
|
3569
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3570
|
-
string: "Digite uma chave de armazenamento exata"
|
|
3571
|
-
},
|
|
3572
3467
|
"TotalResults.title": {
|
|
3573
3468
|
developer_comment: "Shows a total number of results",
|
|
3574
3469
|
string: "{total} resultados"
|
|
3575
3470
|
},
|
|
3576
|
-
"Validation.required": {
|
|
3577
|
-
developer_comment: "An error message to show if the field is required",
|
|
3578
|
-
string: "This field is required."
|
|
3579
|
-
},
|
|
3580
3471
|
"VersionTier.premiumButton": {
|
|
3581
3472
|
developer_comment: "Version tier go premium button",
|
|
3582
3473
|
string: "IR PARA PREMIUM"
|