-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into accessibility-toast-message
- Loading branch information
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2025, Scrolless | ||
All rights reserved. | ||
--> | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<resources> | ||
<string name="accessibility_service_description">Este servicio detecta cuándo se abren reels/shorts para que Scrolless los pueda bloquear si están configurados.</string> | ||
<string name="app_exit_label">Presiona ATRÁS de nuevo para salir</string> | ||
<string name="block_all">Bloquear todo</string> | ||
<string name="day_limit">Límite diario</string> | ||
<string name="duration">Duración</string> | ||
<string name="interval_timer">Temporizador de intervalos</string> | ||
<string name="libraries_components_btn_check_internet_close">Cerrar</string> | ||
<string name="libraries_components_internet_connection_error">¡Verifica tu conexión!</string> | ||
<string name="libraries_components_retry">Reintentar</string> | ||
<string name="libraries_components_text_check_internet_dialog_message">¡Verifica tu conexión a internet!</string> | ||
<string name="temporary_block">Bloqueo temporal</string> | ||
<string name="timer_content_description">Tiempo transcurrido</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2025, Scrolless | ||
All rights reserved. | ||
--> | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<resources> | ||
<string name="accessibility_service_description">Este serviço deteta quando os reels/shorts são abertos para que o Scrolless possa bloqueá-los se estiver configurado.</string> | ||
<string name="app_exit_label">Pressione VOLTAR novamente para sair</string> | ||
<string name="block_all">Bloquear tudo</string> | ||
<string name="day_limit">Limite diário</string> | ||
<string name="duration">Duração</string> | ||
<string name="interval_timer">Temporizador de Intervalo</string> | ||
<string name="libraries_components_btn_check_internet_close">Fechar</string> | ||
<string name="libraries_components_internet_connection_error">Verifique a sua ligação!</string> | ||
<string name="libraries_components_retry">Tentar novamente</string> | ||
<string name="libraries_components_text_check_internet_dialog_message">Verifique a sua ligação à internet!</string> | ||
<string name="temporary_block">Bloqueio Temporário</string> | ||
<string name="timer_content_description">Tempo Decorrido</string> | ||
</resources> |