From 8aede608dd84e9164aee468644b374a0955f55ff Mon Sep 17 00:00:00 2001 From: coentro <67431740+coentro@users.noreply.github.com> Date: Thu, 10 Jun 2021 01:41:49 +0100 Subject: [PATCH] pt.js Portuguese Translation --- html/locales/pt.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/locales/pt.js diff --git a/html/locales/pt.js b/html/locales/pt.js new file mode 100644 index 00000000..c8eca4f8 --- /dev/null +++ b/html/locales/pt.js @@ -0,0 +1,8 @@ +const translate = new Object(); + +translate.name = "Nome"; +translate.job = "Trabalho"; +translate.bank = "Banco"; +translate.money = "Dinheiro"; +translate.gender = "Género"; +translate.dob = "Data de Nascimento";