From 5ceed3cddebb87f3a68f1f6f5511432dbc69e47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADn=20Garc=C3=ADa?= <69425536+TheDiego845@users.noreply.github.com> Date: Sun, 3 Nov 2024 07:30:19 +0100 Subject: [PATCH] chore(locales): spanish translation (#201) --- locales/es.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 locales/es.json diff --git a/locales/es.json b/locales/es.json new file mode 100644 index 0000000..f941b3e --- /dev/null +++ b/locales/es.json @@ -0,0 +1,14 @@ +{ + "create_character": "Crear un nuevo personaje", + "firstname": "Nombre", + "lastname": "Apellido", + "gender": "GĂ©nero", + "male": "Hombre", + "female": "Mujer", + "non_binary": "No binario", + "date_of_birth": "Fecha de nacimiento", + "withdraw": "Retirar", + "deposit": "Depositar", + "transfer": "Transferencia bancaria", + "invoice_payment": "Pago de factura" +}