0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

spanish flag-module translation

This commit is contained in:
TrianguloY 2023-03-13 00:18:49 +01:00
parent b810ec6181
commit cd051a9195
2 changed files with 12 additions and 4 deletions

View File

@ -293,4 +293,11 @@ El servicio está limitado a 10 peticiones por hora para nuevos enlaces. La resp
<string name="mUnshort_internal">Error interno (%s)</string>
<string name="mUnshort_notFound">No se ha encontrado redirección (quedan: %d/%d)</string>
<string name="mUnshort_ok">Desacortado (quedan: %d/%d)</string>
<!-- -->
<string name="mFlags_name">Editor de flags</string>
<string name="mFlags_invalid">Flag inválida</string>
<string name="mFlag_desc">"[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."</string>
<string name="mFlag_flagHint">Nombre de flag</string>
</resources>

View File

@ -97,6 +97,9 @@ Hope you find the app useful! And don't hesitate to suggest features, report bug
<string name="deviceDefault">Device default</string>
<string name="next">Next</string>
<string name="back">Back</string>
<string name="remove">Remove</string>
<string name="edit">Edit</string>
<string name="add">Add</string>
<!--
json
-->
@ -295,14 +298,12 @@ Their api is rate limited to 10 requests per hour for new checks. The module res
<string name="mUnshort_internal">Internal error (%s)</string>
<string name="mUnshort_notFound">No redirection found (pending: %d/%d)</string>
<string name="mUnshort_ok">Unshorted (pending: %d/%d)</string>
<!-- -->
<string name="mFlags_name">Flags editor</string>
<string name="mFlags_invalid">Invalid flag</string>
<string name="remove">Remove</string>
<string name="edit">Edit</string>
<string name="add">Add</string>
<string name="mFlag_desc">"[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"</string>
<string name="mFlag_flagHint" translatable="false">FLAG_NAME</string>
<string name="mFlag_flagHint">Flag name</string>
</resources>