mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-04-19 23:26:02 -04:00
chore(MarketsOffers): Add Spanish localization.
This commit is contained in:
parent
66beba4235
commit
29aa1453a9
@ -116,7 +116,6 @@ const LangPackEN: { [key in LangKeys]: string } = {
|
||||
"The backup has been downloaded successfully.",
|
||||
[LangKeys.AccountBackupRestoreSuccessNotif]:
|
||||
"The backup has been restored successfully.",
|
||||
|
||||
[LangKeys.MarketsTransactionsColumnPrice]: "Price",
|
||||
[LangKeys.MarketsTransactionsColumnAmount]: "Amount",
|
||||
[LangKeys.MarketsTransactionsColumnCost]: "Costs",
|
||||
|
@ -119,6 +119,13 @@ const LangPackES: { [key in LangKeys]: string } = {
|
||||
"La copia de seguridad se ha descargado correctamente.",
|
||||
[LangKeys.AccountBackupRestoreSuccessNotif]:
|
||||
"La copia de seguridad se ha restaurado correctamente.",
|
||||
[LangKeys.MarketsTransactionsColumnPrice]: "Precio",
|
||||
[LangKeys.MarketsTransactionsColumnAmount]: "Monto",
|
||||
[LangKeys.MarketsTransactionsColumnCost]: "Costos",
|
||||
[LangKeys.MarketsTransactionsColumnAccountAge]: "Edad de la cuenta",
|
||||
[LangKeys.MarketsTransactionsColumnAccountTrades]: "Operaciones de cuenta",
|
||||
[LangKeys.MarketsTransactionsColumnPaymentMethod]: "Método de pago",
|
||||
[LangKeys.MarketsTransactionsCashByMail]: "Efectivo por correo",
|
||||
};
|
||||
|
||||
export default LangPackES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user