mirror of https://github.com/x13a/Wasted.git
update translations
This commit is contained in:
parent
3fc204f306
commit
37033acfc5
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Потрачено</string>
|
||||
<string name="description">Включите приложение, чтобы заблокировать устройство при получении тревожного сигнала. Вы можете использовать Тревожную кнопку, плитку быстрых настроек, ярлык или отправить сообщение с этим кодом аутентификации.</string>
|
||||
<string name="description">Включите приложение, чтобы заблокировать устройство при возникновении опасности. Вы можете использовать Тревожную кнопку, плитку быстрых настроек, ярлык или отправить сообщение с этим кодом аутентификации.</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>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Wasted</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="description">Turn on Wasted to lock a device on danger. 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 a device and optionally wipe its data on panic trigger</string>
|
||||
<string name="device_admin_description">Allow Wasted to lock a device and optionally wipe its data on danger</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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Lock a device and wipe its data on panic trigger.
|
||||
Lock a device and wipe its data on danger.
|
||||
|
||||
You can use PanicKit, tile, shortcut or send a message with authentication code. On trigger, using
|
||||
Device Administration API, it locks a device and optionally runs wipe.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Lock a device and wipe its data on panic trigger
|
||||
Lock a device and wipe its data on danger
|
||||
|
|
Loading…
Reference in New Issue