mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-13 05:49:57 +02:00
feat(apple): collect transfers held for this device
Adds the opt-in foreground check and an explicit Check now, the waiting-to- be-delivered list on the sender side, and honest reporting when a send could not be delivered: a closed app is a delay, not a success nobody received. The setting is off by default and its footer states that checking reveals app-open times to remembered devices, since that is the reason it is a setting at all. Records in the design doc that this shipped as one global toggle rather than the per-contact opt-in originally specified.
This commit is contained in:
@@ -337,6 +337,13 @@
|
||||
<string name="contacts_grant_lifetime_title">Zapomnij nieużywane urządzenia po</string>
|
||||
<string name="contacts_grant_lifetime_hint">Odliczanie zaczyna się od nowa przy każdym przesłaniu.</string>
|
||||
<string name="contacts_grant_lifetime_never">Nigdy</string>
|
||||
<string name="contacts_check_on_open">Sprawdzaj oczekujące przesyłki</string>
|
||||
<string name="contacts_check_on_open_hint">Po otwarciu VniDrop zapamiętane urządzenia są pytane, czy mają coś dla Ciebie. Dzięki temu wiedzą, kiedy otwierasz aplikację.</string>
|
||||
<string name="contacts_check_now">Sprawdź teraz</string>
|
||||
<string name="contacts_check_none">Nic nie czeka</string>
|
||||
<string name="contacts_offer_held">To urządzenie nie jest otwarte. Przesyłka zostanie dostarczona przy następnym uruchomieniu VniDrop.</string>
|
||||
<string name="contacts_waiting_title">Oczekuje na dostarczenie</string>
|
||||
<string name="contacts_waiting_hint">Anuluj przesyłkę, aby ją wycofać.</string>
|
||||
<plurals name="transfer_file_count">
|
||||
<item quantity="one">%1$d plik</item>
|
||||
<item quantity="few">%1$d pliki</item>
|
||||
|
||||
Reference in New Issue
Block a user