about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgallegonovato <fran-carro@hotmail.es>2022-10-11 15:43:17 +0000
committerHosted Weblate <hosted@weblate.org>2022-10-12 18:23:35 +0200
commitff96ffac80dfa2e25b21365898d22ff10a7a29a9 (patch)
treeecc0be78e55e0f167b96521798b5cc555726bc73
parentFixed bug where url protocol would appear as undefined (diff)
downloadlibredirect-ff96ffac80dfa2e25b21365898d22ff10a7a29a9.zip
Translated using Weblate (Spanish)
Currently translated at 100.0% (57 of 57 strings)

Translation: LibRedirect/extension
Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/es/
-rw-r--r--src/_locales/es/messages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json
index 1998e799..6f8cb0f5 100644
--- a/src/_locales/es/messages.json
+++ b/src/_locales/es/messages.json
@@ -211,5 +211,19 @@
     "redirectionCanceled": {
         "message": "Redirección cancelada",
         "description": "used in instance_offline.js"
+    },
+    "lbryDesktop": {
+        "message": "Escritorio LBRY"
+    },
+    "protocolFallback": {
+        "message": "Vuelta a la normalidad si no hay instancias disponibles para el protocolo actual"
+    },
+    "toggleTab": {
+        "message": "Alternar los redireccionamientos en esta pestaña",
+        "description": "Used in context menus when right clicking on a page/tab"
+    },
+    "redirectLink": {
+        "message": "Intentar redirigir a este hipervínculo",
+        "description": "Used in context menus when right clicking on a hyperlink"
     }
 }