diff options
author | gallegonovato <fran-carro@hotmail.es> | 2023-09-18 16:16:53 +0000 |
---|---|---|
committer | Hosted Weblate <hosted@weblate.org> | 2023-09-20 18:01:34 +0200 |
commit | ae261ff004c44270e6c3a7af71a7a6eb09ff5103 (patch) | |
tree | 083262fbaec08347bfb510abd8a226d14de890a0 | |
parent | Translated using Weblate (Galician) (diff) | |
download | libredirect-ae261ff004c44270e6c3a7af71a7a6eb09ff5103.zip |
Translated using Weblate (Spanish)
Currently translated at 100.0% (29 of 29 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/es/
-rw-r--r-- | src/_locales/es/messages.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json index 53acec4c..aa774032 100644 --- a/src/_locales/es/messages.json +++ b/src/_locales/es/messages.json @@ -60,7 +60,7 @@ "description": "used in the settings page" }, "frontend": { - "message": "Frontend", + "message": "Interfaz", "description": "used in the settings page" }, "redirectType": { @@ -99,5 +99,14 @@ }, "about": { "message": "Acerca de" + }, + "unsupportedIframesHandling": { + "message": "Gestión de los iframes no compatibles" + }, + "fetchPublicInstances": { + "message": "Recuperar las instancias públicas" + }, + "disable": { + "message": "Desactivar" } } |