From 44bf706c31c99406edb023cf2ff6ea0b4c59834e Mon Sep 17 00:00:00 2001 From: paulocr Date: Sat, 15 Apr 2023 00:24:25 -0600 Subject: [PATCH] Add Spanish translation --- jumpapp/translations/es.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jumpapp/translations/es.json diff --git a/jumpapp/translations/es.json b/jumpapp/translations/es.json new file mode 100644 index 0000000..48871cf --- /dev/null +++ b/jumpapp/translations/es.json @@ -0,0 +1,18 @@ +{ +"greetings.goodafternoon": "Buenas tardes", +"greetings.goodevening": "Buenas noches", +"greetings.goodmorning": "Buenos días", +"greetings.goodnight": "Buenas noches", +"search.search": "Buscar", +"search.searchon": "Buscar en {{searchprovider}}", +"search.sites": "Sitios", +"status.status": "Estado", +"status.error": "error", +"status.offline": "sin conexión", +"status.online": "en línea", +"status.unknown": "desconocido", +"tags": "Etiquetas", +"tags.home": "inicio", +"unsplash.description.photoby": "Foto por {{user}}", +"unsplash.description.by": "{{description}} por {{user}}" +}