From ccebaf6ce1a53a61046d0c93a5aa893b69941187 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 1 Aug 2022 07:58:35 +0100 Subject: [PATCH] New Crowdin updates (#267) * New translations common.json (Spanish) * New translations errors.json (Spanish) --- public/locales/es/common.json | 1 + public/locales/es/errors.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 public/locales/es/errors.json diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 1eda1e7df..f55215621 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -11,6 +11,7 @@ "italian": "Italiano", "language": "Idioma", "links": "Enlaces", + "portugueseBr": "Portugués (Brasil)", "poweredBy": "Con tecnología de", "privacyPolicy": "Política de privacidad", "spanish": "Español", diff --git a/public/locales/es/errors.json b/public/locales/es/errors.json new file mode 100644 index 000000000..ecd83b6b9 --- /dev/null +++ b/public/locales/es/errors.json @@ -0,0 +1,6 @@ +{ + "notFoundTitle": "404 Página no encontrada", + "notFoundDescription": "No pudimos encontrar la página que estás buscando.", + "goToHome": "Ir al inicio", + "startChat": "Iniciar chat" +}