Create es.js

This commit is contained in:
AL1ƎN
2022-12-30 15:56:21 +01:00
committed by GitHub
parent 0bc5589679
commit effd985898
@@ -0,0 +1,8 @@
const translate = new Object();
translate.name = "Nombre";
translate.job = "Trabajo";
translate.bank = "Banco";
translate.money = "Dinero";
translate.gender = "Género";
translate.dob = "Fecha de nacimiento";