From cd051a919551791768cf1e7c7c74832da7895ad0 Mon Sep 17 00:00:00 2001 From: TrianguloY Date: Mon, 13 Mar 2023 00:18:49 +0100 Subject: [PATCH] spanish flag-module translation --- app/src/main/res/values-es/strings.xml | 7 +++++++ app/src/main/res/values/strings.xml | 9 +++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 87aef86..7464ca5 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -293,4 +293,11 @@ El servicio está limitado a 10 peticiones por hora para nuevos enlaces. La resp Error interno (%s) No se ha encontrado redirección (quedan: %d/%d) Desacortado (quedan: %d/%d) + + Editor de flags + Flag inválida + "[Funcionalidad beta] Este módulo avanzado te permite editar las flags del intent cuando abres una aplicación. +En el cuadro de texto de debajo puedes marcar flags que sobreescribirán a las de por defecto, aquellas obtenidas del intent que se usó para abrir esta aplicación. +Al usar el módulo puedes mantener pulsado el botón de editar para guardar las flags como valor por defecto. Puedes añadir flags escribiendo su nombre en el cuadro de entrada." + Nombre de flag \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d32b1f7..3e47e82 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -97,6 +97,9 @@ Hope you find the app useful! And don't hesitate to suggest features, report bug Device default Next Back + Remove + Edit + Add @@ -295,14 +298,12 @@ Their api is rate limited to 10 requests per hour for new checks. The module res Internal error (%s) No redirection found (pending: %d/%d) Unshorted (pending: %d/%d) + Flags editor Invalid flag - Remove - Edit - Add "[Beta feature] This is an advanced module, it allows you to edit the intent flags when opening another app. In the field below you can put flags that will overwrite the default ones, those are taken from the intent that was used to open this app. While using the module you can hold the edit button to set the flags to the default flags. You can add flags by writing their name in the flags field" - FLAG_NAME + Flag name \ No newline at end of file