Skip to content

Commit fdecaa3

Browse files
committed
feat: add amount filter to events with asset type support (QUBIC, Other, Any)
1 parent b45cb76 commit fdecaa3

24 files changed

+478
-31
lines changed

public/locales/ar/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "لقد شاهدت جميع المعاملات",
1010
"amount": "المبلغ",
11+
"amountAssetAny": "الكل",
12+
"amountAssetOther": "أصول أخرى",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "الأصل",
1115
"amount100Mto1B": "100 مليون - 1 مليار",
1216
"amount1Bto10B": "1 مليار - 10 مليار",
1317
"amount1Mto100M": "1 مليون - 100 مليون",

public/locales/de/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Sie haben alle Transaktionen gesehen",
1010
"amount": "Betrag",
11+
"amountAssetAny": "Alle",
12+
"amountAssetOther": "Andere Assets",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Asset",
1115
"amount100Mto1B": "100Mio - 1Mrd",
1216
"amount1Bto10B": "1Mrd - 10Mrd",
1317
"amount1Mto100M": "1Mio - 100Mio",

public/locales/en/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "You have seen all transactions",
1010
"amount": "Amount",
11+
"amountAssetAny": "Any",
12+
"amountAssetOther": "Other Assets",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Asset",
1115
"amount100Mto1B": "100M - 1B",
1216
"amount1Bto10B": "1B - 10B",
1317
"amount1Mto100M": "1M - 100M",

public/locales/es/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Has visto todas las transacciones",
1010
"amount": "Cantidad",
11+
"amountAssetAny": "Todos",
12+
"amountAssetOther": "Otros Activos",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Activo",
1115
"amount100Mto1B": "100M - 1MM",
1216
"amount1Bto10B": "1MM - 10MM",
1317
"amount1Mto100M": "1M - 100M",

public/locales/fr/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Vous avez vu toutes les transactions",
1010
"amount": "Montant",
11+
"amountAssetAny": "Tous",
12+
"amountAssetOther": "Autres actifs",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Actif",
1115
"amount100Mto1B": "100M - 1Md",
1216
"amount1Bto10B": "1Md - 10Md",
1317
"amount1Mto100M": "1M - 100M",

public/locales/ja/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "すべてのトランザクションを確認しました",
1010
"amount": "金額",
11+
"amountAssetAny": "すべて",
12+
"amountAssetOther": "その他のアセット",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "アセット",
1115
"amount100Mto1B": "1億 - 10億",
1216
"amount1Bto10B": "10億 - 100億",
1317
"amount1Mto100M": "1百万 - 1億",

public/locales/nl/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Je hebt alle transacties gezien",
1010
"amount": "Bedrag",
11+
"amountAssetAny": "Alle",
12+
"amountAssetOther": "Andere activa",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Activa",
1115
"amount100Mto1B": "100M - 1Mrd",
1216
"amount1Bto10B": "1Mrd - 10Mrd",
1317
"amount1Mto100M": "1M - 100M",

public/locales/pt/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Você viu todas as transações",
1010
"amount": "Quantidade",
11+
"amountAssetAny": "Todos",
12+
"amountAssetOther": "Outros Ativos",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Ativo",
1115
"amount100Mto1B": "100mi - 1bi",
1216
"amount1Bto10B": "1bi - 10bi",
1317
"amount1Mto100M": "1mi - 100mi",

public/locales/ru/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Вы просмотрели все транзакции",
1010
"amount": "Сумма",
11+
"amountAssetAny": "Все",
12+
"amountAssetOther": "Другие активы",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Актив",
1115
"amount100Mto1B": "100млн - 1млрд",
1216
"amount1Bto10B": "1млрд - 10млрд",
1317
"amount1Mto100M": "1млн - 100млн",

public/locales/tr/network-page.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"allProcedures": "All procedures",
99
"allTransactionsLoaded": "Tüm işlemleri gördünüz",
1010
"amount": "Miktar",
11+
"amountAssetAny": "Tümü",
12+
"amountAssetOther": "Diğer Varlıklar",
13+
"amountAssetQubic": "QUBIC",
14+
"amountAssetType": "Varlık",
1115
"amount100Mto1B": "100M - 1Mr",
1216
"amount1Bto10B": "1Mr - 10Mr",
1317
"amount1Mto100M": "1M - 100M",

0 commit comments

Comments
 (0)