Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,5 +770,41 @@
"signed": "Transaction signed successfully",
"submitted": "Transaction submitted successfully"
}
},
"transactionFilters": {
"title": "Filters",
"landmarkLabel": "Transaction filters",
"closeFilters": "Close filters",
"ariaLabel": "Clear search",
"applyingToResults": "Applying to results…",
"clearAll": "Clear all filters",
"clearAllAriaLabel": "Clear all {count, plural, one {1 active filter} other {# active filters}}",
"clearing": "Clearing…",
"search": {
"label": "Search",
"placeholder": "Search by ID or description",
"syncLabel": "Searching…"
},
"status": {
"label": "Status",
"all": "All Statuses",
"pending": "Pending",
"confirmed": "Confirmed",
"failed": "Failed",
"refunded": "Refunded",
"syncLabel": "Updating status…"
},
"asset": {
"label": "Asset filter",
"all": "All",
"syncLabel": "Updating asset…"
},
"dateRange": {
"label": "Date range",
"from": "From",
"to": "To",
"fromSyncLabel": "Updating start date…",
"toSyncLabel": "Updating end date…"
}
}
}
}
38 changes: 37 additions & 1 deletion frontend/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,5 +748,41 @@
"signed": "Transacción firmada con éxito",
"submitted": "Transacción enviada con éxito"
}
},
"transactionFilters": {
"title": "Filtros",
"landmarkLabel": "Filtros de transacciones",
"closeFilters": "Cerrar filtros",
"ariaLabel": "Borrar búsqueda",
"applyingToResults": "Aplicando a los resultados…",
"clearAll": "Borrar todos los filtros",
"clearAllAriaLabel": "Borrar {count, plural, one {1 filtro activo} other {# filtros activos}}",
"clearing": "Borrando…",
"search": {
"label": "Búsqueda",
"placeholder": "Buscar por ID o descripción",
"syncLabel": "Buscando…"
},
"status": {
"label": "Estado",
"all": "Todos los estados",
"pending": "Pendiente",
"confirmed": "Confirmado",
"failed": "Fallido",
"refunded": "Reembolsado",
"syncLabel": "Actualizando estado…"
},
"asset": {
"label": "Filtro de activo",
"all": "Todos",
"syncLabel": "Actualizando activo…"
},
"dateRange": {
"label": "Rango de fechas",
"from": "Desde",
"to": "Hasta",
"fromSyncLabel": "Actualizando fecha de inicio…",
"toSyncLabel": "Actualizando fecha de fin…"
}
}
}
}
38 changes: 37 additions & 1 deletion frontend/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,5 +748,41 @@
"signed": "Transação assinada com sucesso",
"submitted": "Transação enviada com sucesso"
}
},
"transactionFilters": {
"title": "Filtros",
"landmarkLabel": "Filtros de transações",
"closeFilters": "Fechar filtros",
"ariaLabel": "Limpar busca",
"applyingToResults": "Aplicando aos resultados…",
"clearAll": "Limpar todos os filtros",
"clearAllAriaLabel": "Limpar {count, plural, one {1 filtro ativo} other {# filtros ativos}}",
"clearing": "Limpando…",
"search": {
"label": "Busca",
"placeholder": "Buscar por ID ou descrição",
"syncLabel": "Buscando…"
},
"status": {
"label": "Status",
"all": "Todos os status",
"pending": "Pendente",
"confirmed": "Confirmado",
"failed": "Falhou",
"refunded": "Reembolsado",
"syncLabel": "Atualizando status…"
},
"asset": {
"label": "Filtro de ativo",
"all": "Todos",
"syncLabel": "Atualizando ativo…"
},
"dateRange": {
"label": "Intervalo de datas",
"from": "De",
"to": "Até",
"fromSyncLabel": "Atualizando data inicial…",
"toSyncLabel": "Atualizando data final…"
}
}
}
}
Loading