From 02a1ad50e7a9c49477cd29e1b8d3ea80f82ccffc Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Tue, 31 Jan 2023 19:42:17 +0000 Subject: [PATCH] :globe_with_meridians: Translated (Spanish) Currently translated at 100.0% (197 of 197 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/es/ --- frontend/src/lib/i18n/locales/es.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/es.json b/frontend/src/lib/i18n/locales/es.json index 12267c8..080f87d 100644 --- a/frontend/src/lib/i18n/locales/es.json +++ b/frontend/src/lib/i18n/locales/es.json @@ -239,6 +239,19 @@ "add_image": "Añadir una imagen" }, "avatar_settings": { - "skin_color": "Color de la aplicación" + "skin_color": "Color de la piel", + "top_type": "Arriba", + "facial_hair_color": "Color del vello facial", + "mouth_type": "Boca", + "accessories_type": "Gafas", + "clothe_color": "Color de la ropa", + "hat_color": "Color de la gorra", + "facial_hair_type": "Vello facial", + "hair_color": "Color del pelo", + "thats_you": "¡Eres tú!", + "clothe_type": "Ropa", + "eyebrow_type": "Cejas", + "clothe_graphic_type": "Gráficos", + "start_over": "Empezar de nuevo" } }