Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
bcbf7d9
New translations enus.json (Italian)
paullinator Feb 11, 2026
1ff2bb5
New translations enus.json (Italian)
paullinator Feb 12, 2026
1265d09
New translations enus.json (Spanish)
paullinator Feb 12, 2026
9e0db1f
New translations enus.json (French)
paullinator Feb 18, 2026
5051942
New translations enus.json (Spanish)
paullinator Feb 18, 2026
133deaa
New translations enus.json (German)
paullinator Feb 18, 2026
6128d16
New translations enus.json (Italian)
paullinator Feb 18, 2026
01eadc5
New translations enus.json (Japanese)
paullinator Feb 18, 2026
fd575e2
New translations enus.json (Korean)
paullinator Feb 18, 2026
a9e2140
New translations enus.json (Portuguese)
paullinator Feb 18, 2026
a7b42d5
New translations enus.json (Russian)
paullinator Feb 18, 2026
1258ac0
New translations enus.json (Chinese Simplified)
paullinator Feb 18, 2026
e681575
New translations enus.json (Vietnamese)
paullinator Feb 18, 2026
1653161
New translations enus.json (Spanish, Mexico)
paullinator Feb 18, 2026
4e6e9f5
New translations enus.json (Karakalpak)
paullinator Feb 18, 2026
2562544
New translations enus.json (French)
paullinator Feb 19, 2026
0151a62
New translations enus.json (Spanish)
paullinator Feb 19, 2026
5730524
New translations enus.json (German)
paullinator Feb 19, 2026
349fda2
New translations enus.json (Italian)
paullinator Feb 19, 2026
0eb5f68
New translations enus.json (Japanese)
paullinator Feb 19, 2026
fdd6661
New translations enus.json (Korean)
paullinator Feb 19, 2026
73b6a12
New translations enus.json (Portuguese)
paullinator Feb 19, 2026
6b79b37
New translations enus.json (Russian)
paullinator Feb 19, 2026
51fa095
New translations enus.json (Chinese Simplified)
paullinator Feb 19, 2026
b92a907
New translations enus.json (Vietnamese)
paullinator Feb 19, 2026
0be53cf
New translations enus.json (Spanish, Mexico)
paullinator Feb 19, 2026
d91522e
New translations enus.json (Karakalpak)
paullinator Feb 19, 2026
34e8d31
New translations enus.json (French)
paullinator Feb 20, 2026
c621a4b
New translations enus.json (Spanish)
paullinator Feb 20, 2026
665550e
New translations enus.json (German)
paullinator Feb 20, 2026
2a84b4d
New translations enus.json (Italian)
paullinator Feb 20, 2026
3f0b569
New translations enus.json (Japanese)
paullinator Feb 20, 2026
604a714
New translations enus.json (Korean)
paullinator Feb 20, 2026
37427dd
New translations enus.json (Portuguese)
paullinator Feb 20, 2026
6e3c43c
New translations enus.json (Russian)
paullinator Feb 20, 2026
922074f
New translations enus.json (Chinese Simplified)
paullinator Feb 20, 2026
1448da1
New translations enus.json (Vietnamese)
paullinator Feb 20, 2026
5640bd6
New translations enus.json (Spanish, Mexico)
paullinator Feb 20, 2026
cbc4da9
New translations enus.json (Karakalpak)
paullinator Feb 20, 2026
a85a083
New translations enus.json (Italian)
paullinator Feb 20, 2026
4ba10de
New translations enus.json (French)
paullinator Feb 21, 2026
56b03b0
New translations enus.json (Spanish)
paullinator Feb 21, 2026
ea27f9e
New translations enus.json (German)
paullinator Feb 21, 2026
bbf1b17
New translations enus.json (Italian)
paullinator Feb 21, 2026
addb2d3
New translations enus.json (Japanese)
paullinator Feb 21, 2026
204735f
New translations enus.json (Korean)
paullinator Feb 21, 2026
17540f8
New translations enus.json (Portuguese)
paullinator Feb 21, 2026
1a4eba4
New translations enus.json (Russian)
paullinator Feb 21, 2026
43a73c7
New translations enus.json (Chinese Simplified)
paullinator Feb 21, 2026
e24ecbf
New translations enus.json (Vietnamese)
paullinator Feb 21, 2026
8327938
New translations enus.json (Spanish, Mexico)
paullinator Feb 21, 2026
ed2a0fe
New translations enus.json (Karakalpak)
paullinator Feb 21, 2026
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
10 changes: 9 additions & 1 deletion src/locales/strings/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "Wenn mehrere Börsen eine Bestellung ausfüllen können, bevorzugt die aktuelle Promotion immer:",
"swap_token_no_enabled_exchanges_2s": "No enabled exchanges support %1$s (on %2$s) at this time",
"swap_minimum_receive_amount": "Min Receive Amount",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Min %1$s",
"settings_button_clear_logs": "Clear Logs",
"send_to_1s": "Send to %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Privacy Settings",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet on",
"settings_nym_mixnet_warning_body": "Protecting your privacy\\u2014transaction can take a minute or longer before it's ready to broadcast.",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double-escaped Unicode produces literal text instead of em dash

Medium Severity

The settings_nym_mixnet_warning_body string uses \\u2014 (double-escaped backslash) across all locale files. In JSON, \\u2014 parses to the literal six characters \u2014 rather than an em dash (—). Users will see raw escape text in the UI. This affects de, es, esMX, fr, it, ja, kaa, ko, pt, ru, vi, and zh locale files.

Additional Locations (2)

Fix in Cursor Fix in Web

"settings_nym_multi_asset_warning_title": "Nym Performance Notice",
"settings_nym_multi_asset_warning_body": "Enabling Nym Mixnet on multiple assets at once may slow down sends and delay balance updates.",
"settings_nym_mixnet_description": "The Nym mixnet encrypts and routes your internet traffic through a decentralized network of nodes to obfuscate your data and IP address. Note that use of the mixnet may slow down network traffic and delay accurate balances and transactions. Select which services to use with the mixnet:",
"settings_hours": "Stunde(n)",
"settings_minutes": "Minute(n)",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "Mein Stellar",
"string_first_tezos_wallet_name": "Mein Tezos",
"string_first_axelar_wallet_name": "My Axelar",
"string_first_coreum_wallet_name": "My Coreum",
"string_first_coreum_wallet_name": "My TX",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coreum wallet name incorrectly changed to "My TX"

High Severity

string_first_coreum_wallet_name is changed from localized "Coreum" names to "My TX" across all locale files (de, es, esMX, fr, it, ja, kaa, ko, pt, ru, vi, zh). The English base in enUS.json still says "My Coreum". "TX" is not the Coreum ticker symbol — it's the US state code for Texas in this codebase. This erroneous Crowdin update will cause all non-English users to see their Coreum wallet mislabeled as "My TX", and previously localized names (e.g. "Mi Coreum", "I miei Coreum") are also lost.

Additional Locations (2)

Fix in Cursor Fix in Web

"string_first_cosmoshub_wallet_name": "My Cosmos Hub",
"string_first_osmosis_wallet_name": "My Osmosis",
"string_first_sui_wallet_name": "My Sui",
Expand Down
12 changes: 10 additions & 2 deletions src/locales/strings/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "Cuando varias casas de cambio pueden completar un pedido, la promoción actual prefiere:",
"swap_token_no_enabled_exchanges_2s": "Ninguno de los exchanges habilitados admite %1$s (en %2$s) en este momento",
"swap_minimum_receive_amount": "Monto mínimo a recibir",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Mín. %1$s",
"settings_button_clear_logs": "Eliminar registros",
"send_to_1s": "Enviar a %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Privacy Settings",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet on",
"settings_nym_mixnet_warning_body": "Protecting your privacy\\u2014transaction can take a minute or longer before it's ready to broadcast.",
"settings_nym_multi_asset_warning_title": "Nym Performance Notice",
"settings_nym_multi_asset_warning_body": "Enabling Nym Mixnet on multiple assets at once may slow down sends and delay balance updates.",
"settings_nym_mixnet_description": "The Nym mixnet encrypts and routes your internet traffic through a decentralized network of nodes to obfuscate your data and IP address. Note that use of the mixnet may slow down network traffic and delay accurate balances and transactions. Select which services to use with the mixnet:",
"settings_hours": "Hora(s)",
"settings_minutes": "Minuto(s)",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "Mi Stellar",
"string_first_tezos_wallet_name": "Mi Tezos",
"string_first_axelar_wallet_name": "Mi Axelar",
"string_first_coreum_wallet_name": "Mi Coreum",
"string_first_coreum_wallet_name": "My TX",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spanish Coreum wallet name lost localized prefix

Medium Severity

The string_first_coreum_wallet_name value changed from properly localized "Mi Coreum" to English "My TX" in both Spanish locale files. Every other wallet name in these files uses the Spanish prefix "Mi" (e.g., "Mi Qtum", "Mi Cosmos Hub", "Mi Osmosis"). The Italian locale correctly preserved its localized prefix ("I miei TX"), but the Spanish Crowdin translation regressed to English.

Additional Locations (1)

Fix in Cursor Fix in Web

"string_first_cosmoshub_wallet_name": "Mi Cosmos Hub",
"string_first_osmosis_wallet_name": "Mi Osmosis",
"string_first_sui_wallet_name": "Mi Sui",
Expand Down Expand Up @@ -663,7 +671,7 @@
"amount_above_limit": "La cantidad está por encima del límite máximo de %1$s %2$s. Este límite máximo está sujeto a cambios basados en las condiciones del mercado",
"amount_below_limit": "La cantidad está por debajo del límite mínimo de %1$s %2$s. Este límite mínimo está sujeto a cambios basados en las condiciones del mercado",
"no_amount_below_limit": "La cantidad está por debajo del límite mínimo. Inténtalo de nuevo con una cantidad mayor o habilita más proveedores en Ajustes → Ajustes de Cambio",
"no_amount_above_limit": "La cantidad está por debajo del límite mínimo. Inténtalo de nuevo con una cantidad mayor o habilita más proveedores en Ajustes → Ajustes de Cambio",
"no_amount_above_limit": "La cantidad excede el límite máximo permitido. Intenta nuevamente con una cantidad menor o activa más proveedores en Ajustes → Configuración de Cambio",
"trade_currency": "Intercambiar",
"trade_s": "Trade %1$s",
"swap_s_to_from_crypto": "Swap %1$s to/from another crypto",
Expand Down
12 changes: 10 additions & 2 deletions src/locales/strings/esMX.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "Cuando varias casas de cambio pueden completar un pedido, la promoción actual prefiere:",
"swap_token_no_enabled_exchanges_2s": "Ningún intercambio habilitado admite %1$s (en %2$s) en este momento",
"swap_minimum_receive_amount": "Cantidad mínima de recepción",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Mínimo %1$s",
"settings_button_clear_logs": "Eliminar registros",
"send_to_1s": "Enviar a %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Privacy Settings",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet on",
"settings_nym_mixnet_warning_body": "Protecting your privacy\\u2014transaction can take a minute or longer before it's ready to broadcast.",
"settings_nym_multi_asset_warning_title": "Nym Performance Notice",
"settings_nym_multi_asset_warning_body": "Enabling Nym Mixnet on multiple assets at once may slow down sends and delay balance updates.",
"settings_nym_mixnet_description": "The Nym mixnet encrypts and routes your internet traffic through a decentralized network of nodes to obfuscate your data and IP address. Note that use of the mixnet may slow down network traffic and delay accurate balances and transactions. Select which services to use with the mixnet:",
"settings_hours": "Hora(s)",
"settings_minutes": "Minuto(s)",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "Mi Stellar",
"string_first_tezos_wallet_name": "Mi Tezos",
"string_first_axelar_wallet_name": "Mi Axelar",
"string_first_coreum_wallet_name": "Mi Coreum",
"string_first_coreum_wallet_name": "My TX",
"string_first_cosmoshub_wallet_name": "Mi Cosmos Hub",
"string_first_osmosis_wallet_name": "Mi Osmosis",
"string_first_sui_wallet_name": "Mi Sui",
Expand Down Expand Up @@ -663,7 +671,7 @@
"amount_above_limit": "La cantidad está por encima del límite máximo de %1$s %2$s. Este límite máximo está sujeto a cambios basados en las condiciones del mercado",
"amount_below_limit": "La cantidad está por debajo del límite mínimo de %1$s %2$s. Este límite mínimo está sujeto a cambios basados en las condiciones del mercado",
"no_amount_below_limit": "La cantidad está por debajo del límite mínimo. Inténtalo de nuevo con una cantidad mayor o habilita más proveedores en Ajustes → Ajustes de Cambio",
"no_amount_above_limit": "La cantidad está por debajo del límite mínimo. Inténtalo de nuevo con una cantidad mayor o habilita más proveedores en Ajustes → Ajustes de Cambio",
"no_amount_above_limit": "La cantidad excede el límite máximo permitido. Intenta nuevamente con una cantidad menor o activa más proveedores en Ajustes → Configuración de Cambio",
"trade_currency": "Vender",
"trade_s": "Vender %1$s",
"swap_s_to_from_crypto": "Intercambiar %1$s hacia/desde otra criptomoneda",
Expand Down
10 changes: 9 additions & 1 deletion src/locales/strings/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "When multiple exchanges can fill an order, the current promotion always prefers:",
"swap_token_no_enabled_exchanges_2s": "No enabled exchanges support %1$s (on %2$s) at this time",
"swap_minimum_receive_amount": "Min Receive Amount",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Min %1$s",
"settings_button_clear_logs": "Clear Logs",
"send_to_1s": "Send to %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Privacy Settings",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet on",
"settings_nym_mixnet_warning_body": "Protecting your privacy\\u2014transaction can take a minute or longer before it's ready to broadcast.",
"settings_nym_multi_asset_warning_title": "Nym Performance Notice",
"settings_nym_multi_asset_warning_body": "Enabling Nym Mixnet on multiple assets at once may slow down sends and delay balance updates.",
"settings_nym_mixnet_description": "The Nym mixnet encrypts and routes your internet traffic through a decentralized network of nodes to obfuscate your data and IP address. Note that use of the mixnet may slow down network traffic and delay accurate balances and transactions. Select which services to use with the mixnet:",
"settings_hours": "Heure(s)",
"settings_minutes": "Minute(s)",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "Mes Stellars",
"string_first_tezos_wallet_name": "My Tezos",
"string_first_axelar_wallet_name": "My Axelar",
"string_first_coreum_wallet_name": "My Coreum",
"string_first_coreum_wallet_name": "My TX",
"string_first_cosmoshub_wallet_name": "My Cosmos Hub",
"string_first_osmosis_wallet_name": "My Osmosis",
"string_first_sui_wallet_name": "My Sui",
Expand Down
16 changes: 12 additions & 4 deletions src/locales/strings/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@
"help_official_site_text": "Scopri di più su %1$s",
"loading": "Caricamento…",
"percent_complete_1s": "Completo al %1$s",
"sync_status_title": "Sync in Progress",
"sync_status_blocks": "Syncing blocks %1$s/%2$s",
"sync_status_title": "Sincronizzazione in corso",
"sync_status_blocks": "Sincronizzazione blocchi %1$s/%2$s",
"validating": "Validazione in corso…",
"high_fee_warning_confirm_send": "Conferma invio",
"mining_fee_custom_label_choice": "Personalizzata",
Expand Down Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "Quando più cambi valuta possono eseguire un ordine, la promozione corrente preferisce sempre:",
"swap_token_no_enabled_exchanges_2s": "Nessun cambio valuta abilitato supporta %1$s (su %2$s) al momento",
"swap_minimum_receive_amount": "Importo minimo in ricezione",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Min %1$s",
"settings_button_clear_logs": "Cancella i log",
"send_to_1s": "Invia a %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Impostazioni privacy",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet attivo",
"settings_nym_mixnet_warning_body": "Sta proteggendo la tua privacy\\u2014la transazione può richiedere un minuto o più prima di essere pronta per essere invata.",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Italian translation typo: "invata" instead of "inviata"

Low Severity

The settings_nym_mixnet_warning_body Italian translation ends with "per essere invata" — "invata" is not a valid Italian word. It's missing an "i" and needs to be "inviata" (sent/broadcast), the feminine past participle of "inviare". The same file consistently uses "inviata"/"inviato" everywhere else (e.g., transaction_sent_1s, create_wallet_account_payment_sent_message). Italian users will see a misspelled word in this warning.

Fix in Cursor Fix in Web

"settings_nym_multi_asset_warning_title": "Notifica Prestazioni Nym",
"settings_nym_multi_asset_warning_body": "Abilitare Nym Mixnet su più asset in una sola volta potrebbe rallentare gli invii e ritardare gli aggiornamenti dei bilanci.",
"settings_nym_mixnet_description": "Nym mixnet crittografa e indirizza il tuo traffico internet attraverso una rete decentralizzata di nodi per offuscare i tuoi dati e l'indirizzo IP. Si noti che l'uso del mixnet può rallentare il traffico di rete e ritardare saldi e transazioni accurate. Selezionare quali servizi utilizzare con il mixnet:",
"settings_hours": "Ora(e)",
"settings_minutes": "Minuto(i)",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "I miei Stellar",
"string_first_tezos_wallet_name": "I miei Tezos",
"string_first_axelar_wallet_name": "I miei Axelar",
"string_first_coreum_wallet_name": "I miei Coreum",
"string_first_coreum_wallet_name": "I miei TX",
"string_first_cosmoshub_wallet_name": "I miei Cosmos Hub",
"string_first_osmosis_wallet_name": "I miei Osmosis",
"string_first_sui_wallet_name": "I miei Sui",
Expand Down Expand Up @@ -1877,7 +1885,7 @@
"card_amount_max_error_message_s": "L'importo massimo di acquisto della carta è $%s",
"card_amount_min_error_message_s": "L'importo minimo d'acquisto è %s",
"card_amount_max_error_message_1s": "L'importo massimo di acquisto della carta è %1$s",
"card_amount_min_error_message_1s": "L'importo massimo di acquisto della carta è %1$s",
"card_amount_min_error_message_1s": "L'importo minimo di acquisto della carta è %1$s",
"delete_card_confirmation_title": "Eliminare la carta?",
"getting_payment_invoice_message": "Ottengo la fattura di pagamento",
"learn_more_button": "Maggiori informazioni",
Expand Down
10 changes: 9 additions & 1 deletion src/locales/strings/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "複数の取引所が注文を成立させることができる場合、現在のプロモーションは常に下記を優先します:",
"swap_token_no_enabled_exchanges_2s": "No enabled exchanges support %1$s (on %2$s) at this time",
"swap_minimum_receive_amount": "Min Receive Amount",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Min %1$s",
"settings_button_clear_logs": "ログを消去",
"send_to_1s": "Send to %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Privacy Settings",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet on",
"settings_nym_mixnet_warning_body": "Protecting your privacy\\u2014transaction can take a minute or longer before it's ready to broadcast.",
"settings_nym_multi_asset_warning_title": "Nym Performance Notice",
"settings_nym_multi_asset_warning_body": "Enabling Nym Mixnet on multiple assets at once may slow down sends and delay balance updates.",
"settings_nym_mixnet_description": "The Nym mixnet encrypts and routes your internet traffic through a decentralized network of nodes to obfuscate your data and IP address. Note that use of the mixnet may slow down network traffic and delay accurate balances and transactions. Select which services to use with the mixnet:",
"settings_hours": "時間",
"settings_minutes": "分",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "My Stellar",
"string_first_tezos_wallet_name": "My Tezos",
"string_first_axelar_wallet_name": "My Axelar",
"string_first_coreum_wallet_name": "My Coreum",
"string_first_coreum_wallet_name": "My TX",
"string_first_cosmoshub_wallet_name": "My Cosmos Hub",
"string_first_osmosis_wallet_name": "My Osmosis",
"string_first_sui_wallet_name": "My Sui",
Expand Down
10 changes: 9 additions & 1 deletion src/locales/strings/kaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
"swap_preferred_promo_instructions": "When multiple exchanges can fill an order, the current promotion always prefers:",
"swap_token_no_enabled_exchanges_2s": "No enabled exchanges support %1$s (on %2$s) at this time",
"swap_minimum_receive_amount": "Min Receive Amount",
"swap_price_impact_warning_title": "High Price Impact",
"swap_price_impact_warning_body": "This swap rate is significantly less favorable than the current market rate.",
"swap_price_impact_fee_warning_title": "High Price Impact",
"swap_price_impact_fee_warning_body": "This swap rate is significantly less favorable than the current market rate. High network fees relative to the swap amount are a contributing factor.",
"swap_minimum_amount_1s": "Min %1$s",
"settings_button_clear_logs": "Clear Logs",
"send_to_1s": "Send to %1$s",
Expand All @@ -421,6 +425,10 @@
"settings_network_privacy_nym_mixnet": "Nym Mixnet",
"settings_privacy_settings": "Privacy Settings",
"settings_nym_mixnet_title": "Nym Mixnet",
"settings_nym_mixnet_warning_title": "Nym mixnet on",
"settings_nym_mixnet_warning_body": "Protecting your privacy\\u2014transaction can take a minute or longer before it's ready to broadcast.",
"settings_nym_multi_asset_warning_title": "Nym Performance Notice",
"settings_nym_multi_asset_warning_body": "Enabling Nym Mixnet on multiple assets at once may slow down sends and delay balance updates.",
"settings_nym_mixnet_description": "The Nym mixnet encrypts and routes your internet traffic through a decentralized network of nodes to obfuscate your data and IP address. Note that use of the mixnet may slow down network traffic and delay accurate balances and transactions. Select which services to use with the mixnet:",
"settings_hours": "Saat",
"settings_minutes": "Minut",
Expand Down Expand Up @@ -542,7 +550,7 @@
"string_first_stellar_wallet_name": "My Stellar",
"string_first_tezos_wallet_name": "My Tezos",
"string_first_axelar_wallet_name": "My Axelar",
"string_first_coreum_wallet_name": "My Coreum",
"string_first_coreum_wallet_name": "My TX",
"string_first_cosmoshub_wallet_name": "My Cosmos Hub",
"string_first_osmosis_wallet_name": "My Osmosis",
"string_first_sui_wallet_name": "My Sui",
Expand Down
Loading