From 0017b5f18633c9b13ed646346ccee8f617a16e93 Mon Sep 17 00:00:00 2001 From: Paul V Puey Date: Wed, 25 Oct 2023 13:18:27 -0700 Subject: [PATCH] New translations enus.json (Spanish, Mexico) --- src/locales/strings/esMX.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/locales/strings/esMX.json b/src/locales/strings/esMX.json index 07681789324..f2862acdfad 100644 --- a/src/locales/strings/esMX.json +++ b/src/locales/strings/esMX.json @@ -608,6 +608,26 @@ "transaction_details_exchange_support": "Soporte de la casa de cambio", "transaction_details_exchange_support_request": "PeticiĆ³n de soporte %s", "transaction_details_fee_warning": "Tarifas de red altas", + "transaction_details_swap": "Swap Funds", + "transaction_details_swap_order_cancel": "Swap Order Canceled", + "transaction_details_swap_order_post": "Swap Order Opened", + "transaction_details_swap_order_fill": "Swap Order Filled", + "transaction_details_stake": "Stake Funds", + "transaction_details_stake_order": "Stake Order", + "transaction_details_unstake": "Unstake Funds", + "transaction_details_unstake_order": "Unstake Order", + "transaction_details_swap_to_subcat_1s": "to %1$s", + "transaction_details_swap_from_subcat_1s": "from %1$s", + "transaction_details_swap_order_notes_2s": "%1$s to %2$s", + "transaction_details_stake_subcat_1s": "Stake %1$s", + "transaction_details_stake_subcat_2s": "Stake %1$s and %2$s", + "transaction_details_stake_order_notes_1s": "Create Stake %1$s Order", + "transaction_details_stake_order_notes_2s": "Create Stake %1$s and %2$s Order", + "transaction_details_stake_order_subcat": "Create Stake Order", + "transaction_details_unstake_subcat_1s": "Unstake %1$s", + "transaction_details_unstake_subcat_2s": "Unstake %1$s and %2$s", + "transaction_details_unstake_order_notes_1s": "Create Unstake %1$s Order", + "transaction_details_unstake_order_notes_2s": "Create Unstake %1$s and %2$s Order", "my_receive_addresses_title": "My Receive Addresses", "category_modal_title": "Choose a Category", "transaction_details_notes_title": "Notas",