update descriptions

This commit is contained in:
lucky 2022-01-14 09:01:05 +03:00
parent 92999a5ef0
commit 647647e111
4 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# Wasted
Lock device and wipe data on panic trigger.
Lock a device and wipe its data on panic trigger.
[<img
src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
@ -15,11 +15,11 @@ Lock device and wipe data on panic trigger.
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send a
message with authentication code. On trigger, using
[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it
locks device and optionally runs wipe.
locks a device and optionally runs wipe.
Also you can:
- limit the maximum number of failed password attempts
- wipe device when it was not unlocked for N days
- wipe a device when it was not unlocked for N days
The app works in `Work Profile` too. Use [Shelter](https://github.com/PeterCxy/Shelter) to install
risky apps and `Wasted` in it. Then you can wipe this profile data with one click without wiping

View File

@ -2,7 +2,7 @@
<string name="app_name">Потрачено</string>
<string name="description">Включите Потрачено чтобы заблокировать устройство при получении тревожного сигнала. Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить сообщение с этим кодом аутентификации.</string>
<string name="device_admin_label">Потрачено</string>
<string name="device_admin_description">Разрешите Потрачено блокировать устройство и опционально стирать данные при получении тревожного сигнала</string>
<string name="device_admin_description">Разрешите Потрачено блокировать устройство и опционально стирать его данные при получении тревожного сигнала</string>
<string name="service_unavailable_popup">Администратор устройства недоступен</string>
<string name="wipe_data_check_box">Стереть данные</string>
<string name="wipe_esim_check_box">Стереть eSIM</string>
@ -12,7 +12,7 @@
<string name="allow">Разрешить</string>
<string name="cancel">Отменить</string>
<string name="tile_label">Разблокировать устройство</string>
<string name="shortcut_label">Паниковать</string>
<string name="shortcut_label">Тревога</string>
<string name="max_failed_password_attempts_description">Максимальное количество неудачных попыток ввода пароля.</string>
<string name="max_failed_password_attempts_content_description">Количество</string>
<string name="wipe_on_inactivity_switch">Стереть при неактивности</string>
@ -21,7 +21,7 @@
<string name="notification_channel_default_name">Дефолт</string>
<string name="ok">OK</string>
<string name="wipe_job_service_description">Стереть данные при неактивности</string>
<string name="wipe_job_service_start_failed_popup">Не удалось запустить службу стирания данных</string>
<string name="wipe_job_service_start_failed_popup">Не удалось запустить сервис стирания данных</string>
<string name="unlock_service_description">Получать события разблокировки</string>
<string name="unlock_service_notification_title">Служба Разблокировки</string>
</resources>

View File

@ -1,8 +1,8 @@
<resources>
<string name="app_name">Wasted</string>
<string name="description">Turn on Wasted to lock device on panic trigger. You can use PanicKit, tile, shortcut or send a message with this authentication code.</string>
<string name="description">Turn on Wasted to lock a device on panic trigger. You can use PanicKit, tile, shortcut or send a message with this authentication code.</string>
<string name="device_admin_label">Wasted</string>
<string name="device_admin_description">Allow Wasted to lock device and optionally wipe data on panic trigger</string>
<string name="device_admin_description">Allow Wasted to lock a device and optionally wipe its data on panic trigger</string>
<string name="service_unavailable_popup">Device admin unavailable</string>
<string name="wipe_data_check_box">Wipe data</string>
<string name="wipe_esim_check_box">Wipe eSIM</string>
@ -11,16 +11,16 @@
<string name="panic_app_unknown_app">an unknown app</string>
<string name="allow">Allow</string>
<string name="cancel">Cancel</string>
<string name="tile_label">Unlock device</string>
<string name="tile_label">Unlock a device</string>
<string name="shortcut_label">Panic</string>
<string name="max_failed_password_attempts_description">Maximum number of failed password attempts.</string>
<string name="max_failed_password_attempts_content_description">Count</string>
<string name="wipe_on_inactivity_switch">Wipe on inactivity</string>
<string name="wipe_on_inactivity_description">Wipe device when it was not unlocked for N days.</string>
<string name="wipe_on_inactivity_description">Wipe a device when it was not unlocked for N days.</string>
<string name="wipe_on_inactivity_days">Days</string>
<string name="notification_channel_default_name">Default</string>
<string name="ok">OK</string>
<string name="wipe_job_service_description">Wipe device on inactivity</string>
<string name="wipe_job_service_description">Wipe a device on inactivity</string>
<string name="wipe_job_service_start_failed_popup">Failed to start a wipe service</string>
<string name="unlock_service_description">Receive unlock events</string>
<string name="unlock_service_notification_title">Unlock Service</string>

View File

@ -1,11 +1,11 @@
Lock device and wipe data on panic trigger.
Lock a device and wipe its data on panic trigger.
You can use PanicKit, tile, shortcut or send a message with authentication code. On trigger, using
Device Administration API, it locks device and optionally runs wipe.
Device Administration API, it locks a device and optionally runs wipe.
Also you can:
* limit the maximum number of failed password attempts
* wipe device when it was not unlocked for N days
* wipe a device when it was not unlocked for N days
The app works in Work Profile too. Use Shelter to install risky apps and Wasted in it. Then you can
wipe this profile data with one click without wiping the whole device.