i18n: add device history strings

Contacts list and detail, pairing consent prompts, incoming offer prompt,
and the grant lifetime setting, in all nine supported languages. Added to
strings.json and regenerated; targeted at both platforms so the Compose
resources exist when the KMP side is built.
This commit is contained in:
2026-08-06 17:29:43 +02:00
parent 5f5f7e0515
commit 178def0629
10 changed files with 826 additions and 0 deletions

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Teilen</string>
<string name="value_unavailable">Nicht verfügbar</string>
<string name="version_title">App-Version</string>
<string name="contacts_title">Geräte</string>
<string name="contacts_subtitle">Geräte, mit denen Sie bereits Dateien ausgetauscht haben, können ohne neue Einladung Dateien empfangen.</string>
<string name="contacts_empty_title">Keine gespeicherten Geräte</string>
<string name="contacts_empty_body">Nach einer Übertragung können beide Geräte einander speichern.</string>
<string name="contacts_unreachable">Muss erneut gekoppelt werden</string>
<string name="contacts_unreachable_body">Dieses Gerät hat den Zugriff entzogen oder VniDrop neu installiert. Übertragen Sie erneut, um es wieder zu speichern.</string>
<string name="contacts_name_field">Name auf diesem Gerät</string>
<string name="contacts_name_hint">Nur Sie sehen diesen Namen. Das andere Gerät kann ihn nie ändern.</string>
<string name="contacts_forget">Gerät entfernen</string>
<string name="contacts_forget_body">Dieses Gerät kann Ihnen ohne neue Einladung keine Dateien mehr senden. Bereits empfangene Dateien bleiben erhalten.</string>
<string name="contacts_forget_all">Alle Geräte entfernen</string>
<string name="contacts_block">Gerät blockieren</string>
<string name="contacts_blocked_title">Blockierte Geräte</string>
<string name="contacts_unblock">Freigeben</string>
<string name="contacts_unblock_hint">Die Freigabe stellt den Zugriff nicht wieder her. Das Gerät muss erneut gekoppelt werden.</string>
<string name="contacts_send_to">Dateien senden</string>
<string name="contacts_last_transfer">Letzte Übertragung %1$s</string>
<string name="pairing_request_title">Dieses Gerät speichern?</string>
<string name="pairing_request_body">%1$s bietet an, Dateien ohne neue Einladung von Ihnen zu empfangen.</string>
<string name="pairing_accept">Speichern</string>
<string name="pairing_decline">Jetzt nicht</string>
<string name="pairing_allow_title">Diesem Gerät erlauben, Ihnen Dateien zu senden?</string>
<string name="pairing_allow_body">Sie bestätigen weiterhin jede Übertragung und können dies jederzeit widerrufen.</string>
<string name="pairing_allow_confirm">Erlauben</string>
<string name="offer_title">Eingehende Übertragung</string>
<string name="offer_body">%1$s möchte Ihnen „%2$s“ senden.</string>
<string name="offer_accept">Empfangen</string>
<string name="offer_decline">Ablehnen</string>
<string name="contacts_grant_lifetime_title">Ungenutzte Geräte entfernen nach</string>
<string name="contacts_grant_lifetime_hint">Die Frist beginnt bei jeder Übertragung mit dem Gerät neu.</string>
<string name="contacts_grant_lifetime_never">Nie</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d Datei</item>
<item quantity="other">%1$d Dateien</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d Tag</item>
<item quantity="other">%1$d Tage</item>
</plurals>
</resources>

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Compartir</string>
<string name="value_unavailable">No disponible</string>
<string name="version_title">Versión de la app</string>
<string name="contacts_title">Dispositivos</string>
<string name="contacts_subtitle">Los dispositivos con los que ya has compartido pueden recibir archivos sin una nueva invitación.</string>
<string name="contacts_empty_title">Ningún dispositivo guardado</string>
<string name="contacts_empty_body">Tras una transferencia, ambos dispositivos pueden elegir recordarse mutuamente.</string>
<string name="contacts_unreachable">Requiere emparejar de nuevo</string>
<string name="contacts_unreachable_body">Este dispositivo retiró el acceso o reinstaló VniDrop. Realiza otra transferencia para volver a recordarlo.</string>
<string name="contacts_name_field">Nombre en este dispositivo</string>
<string name="contacts_name_hint">Solo tú ves este nombre. El otro dispositivo nunca puede cambiarlo.</string>
<string name="contacts_forget">Olvidar dispositivo</string>
<string name="contacts_forget_body">Este dispositivo ya no podrá enviarte archivos sin una nueva invitación. Los archivos ya recibidos se conservan.</string>
<string name="contacts_forget_all">Olvidar todos los dispositivos</string>
<string name="contacts_block">Bloquear dispositivo</string>
<string name="contacts_blocked_title">Dispositivos bloqueados</string>
<string name="contacts_unblock">Desbloquear</string>
<string name="contacts_unblock_hint">Desbloquear no restaura el acceso. Hay que emparejar el dispositivo de nuevo.</string>
<string name="contacts_send_to">Enviar archivos</string>
<string name="contacts_last_transfer">Última transferencia %1$s</string>
<string name="pairing_request_title">¿Recordar este dispositivo?</string>
<string name="pairing_request_body">%1$s te ofrece enviarle archivos sin una nueva invitación.</string>
<string name="pairing_accept">Recordar</string>
<string name="pairing_decline">Ahora no</string>
<string name="pairing_allow_title">¿Permitir que este dispositivo te envíe archivos?</string>
<string name="pairing_allow_body">Seguirás confirmando cada transferencia y podrás retirar este permiso cuando quieras.</string>
<string name="pairing_allow_confirm">Permitir</string>
<string name="offer_title">Transferencia entrante</string>
<string name="offer_body">%1$s quiere enviarte «%2$s».</string>
<string name="offer_accept">Recibir</string>
<string name="offer_decline">Rechazar</string>
<string name="contacts_grant_lifetime_title">Olvidar dispositivos sin usar tras</string>
<string name="contacts_grant_lifetime_hint">La cuenta atrás se reinicia cada vez que transfieres con el dispositivo.</string>
<string name="contacts_grant_lifetime_never">Nunca</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d archivo</item>
<item quantity="other">%1$d archivos</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d día</item>
<item quantity="other">%1$d días</item>
</plurals>
</resources>

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Partager</string>
<string name="value_unavailable">Non disponible</string>
<string name="version_title">Version de lapp</string>
<string name="contacts_title">Appareils</string>
<string name="contacts_subtitle">Les appareils avec lesquels vous avez déjà échangé peuvent recevoir des fichiers sans nouvelle invitation.</string>
<string name="contacts_empty_title">Aucun appareil enregistré</string>
<string name="contacts_empty_body">Après un transfert, les deux appareils peuvent choisir de se mémoriser mutuellement.</string>
<string name="contacts_unreachable">Nouvel appairage nécessaire</string>
<string name="contacts_unreachable_body">Cet appareil a retiré laccès ou a réinstallé VniDrop. Effectuez un nouveau transfert pour le mémoriser à nouveau.</string>
<string name="contacts_name_field">Nom sur cet appareil</string>
<string name="contacts_name_hint">Vous seul voyez ce nom. Lautre appareil ne peut jamais le modifier.</string>
<string name="contacts_forget">Oublier lappareil</string>
<string name="contacts_forget_body">Cet appareil ne pourra plus vous envoyer de fichiers sans nouvelle invitation. Les fichiers déjà reçus sont conservés.</string>
<string name="contacts_forget_all">Oublier tous les appareils</string>
<string name="contacts_block">Bloquer lappareil</string>
<string name="contacts_blocked_title">Appareils bloqués</string>
<string name="contacts_unblock">Débloquer</string>
<string name="contacts_unblock_hint">Le déblocage ne rétablit pas laccès. Lappareil doit être appairé à nouveau.</string>
<string name="contacts_send_to">Envoyer des fichiers</string>
<string name="contacts_last_transfer">Dernier transfert %1$s</string>
<string name="pairing_request_title">Mémoriser cet appareil ?</string>
<string name="pairing_request_body">%1$s propose de recevoir vos fichiers sans nouvelle invitation.</string>
<string name="pairing_accept">Mémoriser</string>
<string name="pairing_decline">Pas maintenant</string>
<string name="pairing_allow_title">Autoriser cet appareil à vous envoyer des fichiers ?</string>
<string name="pairing_allow_body">Vous confirmerez toujours chaque transfert et pourrez révoquer cette autorisation à tout moment.</string>
<string name="pairing_allow_confirm">Autoriser</string>
<string name="offer_title">Transfert entrant</string>
<string name="offer_body">%1$s souhaite vous envoyer « %2$s ».</string>
<string name="offer_accept">Recevoir</string>
<string name="offer_decline">Refuser</string>
<string name="contacts_grant_lifetime_title">Oublier les appareils inutilisés après</string>
<string name="contacts_grant_lifetime_hint">Le décompte redémarre à chaque transfert avec lappareil.</string>
<string name="contacts_grant_lifetime_never">Jamais</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d fichier</item>
<item quantity="other">%1$d fichiers</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d jour</item>
<item quantity="other">%1$d jours</item>
</plurals>
</resources>

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Condividi</string>
<string name="value_unavailable">Non disponibile</string>
<string name="version_title">Versione dellapp</string>
<string name="contacts_title">Dispositivi</string>
<string name="contacts_subtitle">I dispositivi con cui hai già scambiato file possono riceverne altri senza un nuovo invito.</string>
<string name="contacts_empty_title">Nessun dispositivo memorizzato</string>
<string name="contacts_empty_body">Dopo un trasferimento, entrambi i dispositivi possono scegliere di ricordarsi a vicenda.</string>
<string name="contacts_unreachable">Richiede un nuovo abbinamento</string>
<string name="contacts_unreachable_body">Questo dispositivo ha revocato laccesso o ha reinstallato VniDrop. Effettua un altro trasferimento per memorizzarlo di nuovo.</string>
<string name="contacts_name_field">Nome su questo dispositivo</string>
<string name="contacts_name_hint">Solo tu vedi questo nome. Laltro dispositivo non può mai modificarlo.</string>
<string name="contacts_forget">Dimentica dispositivo</string>
<string name="contacts_forget_body">Questo dispositivo non potrà più inviarti file senza un nuovo invito. I file già ricevuti vengono conservati.</string>
<string name="contacts_forget_all">Dimentica tutti i dispositivi</string>
<string name="contacts_block">Blocca dispositivo</string>
<string name="contacts_blocked_title">Dispositivi bloccati</string>
<string name="contacts_unblock">Sblocca</string>
<string name="contacts_unblock_hint">Sbloccare non ripristina laccesso. Il dispositivo deve essere abbinato di nuovo.</string>
<string name="contacts_send_to">Invia file</string>
<string name="contacts_last_transfer">Ultimo trasferimento %1$s</string>
<string name="pairing_request_title">Ricordare questo dispositivo?</string>
<string name="pairing_request_body">%1$s ti consente di inviargli file senza un nuovo invito.</string>
<string name="pairing_accept">Ricorda</string>
<string name="pairing_decline">Non ora</string>
<string name="pairing_allow_title">Consentire a questo dispositivo di inviarti file?</string>
<string name="pairing_allow_body">Confermerai comunque ogni trasferimento e potrai revocare questa autorizzazione in qualsiasi momento.</string>
<string name="pairing_allow_confirm">Consenti</string>
<string name="offer_title">Trasferimento in arrivo</string>
<string name="offer_body">%1$s vuole inviarti «%2$s».</string>
<string name="offer_accept">Ricevi</string>
<string name="offer_decline">Rifiuta</string>
<string name="contacts_grant_lifetime_title">Dimentica i dispositivi inutilizzati dopo</string>
<string name="contacts_grant_lifetime_hint">Il conteggio riparte a ogni trasferimento con il dispositivo.</string>
<string name="contacts_grant_lifetime_never">Mai</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d file</item>
<item quantity="other">%1$d file</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d giorno</item>
<item quantity="other">%1$d giorni</item>
</plurals>
</resources>

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Delen</string>
<string name="value_unavailable">Niet beschikbaar</string>
<string name="version_title">App-versie</string>
<string name="contacts_title">Apparaten</string>
<string name="contacts_subtitle">Apparaten waarmee je al hebt overgedragen, kunnen bestanden ontvangen zonder nieuwe uitnodiging.</string>
<string name="contacts_empty_title">Geen onthouden apparaten</string>
<string name="contacts_empty_body">Na een overdracht kunnen beide apparaten elkaar onthouden.</string>
<string name="contacts_unreachable">Opnieuw koppelen vereist</string>
<string name="contacts_unreachable_body">Dit apparaat heeft de toegang ingetrokken of VniDrop opnieuw geïnstalleerd. Draag opnieuw over om het weer te onthouden.</string>
<string name="contacts_name_field">Naam op dit apparaat</string>
<string name="contacts_name_hint">Alleen jij ziet deze naam. Het andere apparaat kan die nooit wijzigen.</string>
<string name="contacts_forget">Apparaat vergeten</string>
<string name="contacts_forget_body">Dit apparaat kan je zonder nieuwe uitnodiging geen bestanden meer sturen. Reeds ontvangen bestanden blijven behouden.</string>
<string name="contacts_forget_all">Alle apparaten vergeten</string>
<string name="contacts_block">Apparaat blokkeren</string>
<string name="contacts_blocked_title">Geblokkeerde apparaten</string>
<string name="contacts_unblock">Deblokkeren</string>
<string name="contacts_unblock_hint">Deblokkeren herstelt de toegang niet. Het apparaat moet opnieuw worden gekoppeld.</string>
<string name="contacts_send_to">Bestanden sturen</string>
<string name="contacts_last_transfer">Laatste overdracht %1$s</string>
<string name="pairing_request_title">Dit apparaat onthouden?</string>
<string name="pairing_request_body">%1$s biedt aan bestanden van je te ontvangen zonder nieuwe uitnodiging.</string>
<string name="pairing_accept">Onthouden</string>
<string name="pairing_decline">Niet nu</string>
<string name="pairing_allow_title">Dit apparaat toestaan je bestanden te sturen?</string>
<string name="pairing_allow_body">Je bevestigt nog steeds elke overdracht en kunt dit altijd intrekken.</string>
<string name="pairing_allow_confirm">Toestaan</string>
<string name="offer_title">Inkomende overdracht</string>
<string name="offer_body">%1$s wil je “%2$s” sturen.</string>
<string name="offer_accept">Ontvangen</string>
<string name="offer_decline">Weigeren</string>
<string name="contacts_grant_lifetime_title">Ongebruikte apparaten vergeten na</string>
<string name="contacts_grant_lifetime_hint">De teller start opnieuw bij elke overdracht met het apparaat.</string>
<string name="contacts_grant_lifetime_never">Nooit</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d bestand</item>
<item quantity="other">%1$d bestanden</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d dag</item>
<item quantity="other">%1$d dagen</item>
</plurals>
</resources>

View File

@@ -306,10 +306,47 @@
<string name="transfer_share_title">Udostępnij</string>
<string name="value_unavailable">Niedostępne</string>
<string name="version_title">Wersja aplikacji</string>
<string name="contacts_title">Urządzenia</string>
<string name="contacts_subtitle">Urządzenia, z którymi już przesyłano pliki, mogą je odbierać bez nowego zaproszenia.</string>
<string name="contacts_empty_title">Brak zapamiętanych urządzeń</string>
<string name="contacts_empty_body">Po przesłaniu plików oba urządzenia mogą zapamiętać się nawzajem.</string>
<string name="contacts_unreachable">Wymaga ponownego sparowania</string>
<string name="contacts_unreachable_body">To urządzenie cofnęło dostęp lub ponownie zainstalowało VniDrop. Wykonaj kolejne przesłanie, aby zapamiętać je ponownie.</string>
<string name="contacts_name_field">Nazwa na tym urządzeniu</string>
<string name="contacts_name_hint">Tylko Ty widzisz tę nazwę. Drugie urządzenie nigdy jej nie zmieni.</string>
<string name="contacts_forget">Zapomnij urządzenie</string>
<string name="contacts_forget_body">To urządzenie nie będzie mogło wysyłać Ci plików bez nowego zaproszenia. Już odebrane pliki pozostaną.</string>
<string name="contacts_forget_all">Zapomnij wszystkie urządzenia</string>
<string name="contacts_block">Zablokuj urządzenie</string>
<string name="contacts_blocked_title">Zablokowane urządzenia</string>
<string name="contacts_unblock">Odblokuj</string>
<string name="contacts_unblock_hint">Odblokowanie nie przywraca dostępu. Urządzenie trzeba sparować ponownie.</string>
<string name="contacts_send_to">Wyślij pliki</string>
<string name="contacts_last_transfer">Ostatnie przesłanie %1$s</string>
<string name="pairing_request_title">Zapamiętać to urządzenie?</string>
<string name="pairing_request_body">%1$s umożliwia wysyłanie plików bez nowego zaproszenia.</string>
<string name="pairing_accept">Zapamiętaj</string>
<string name="pairing_decline">Nie teraz</string>
<string name="pairing_allow_title">Zezwolić temu urządzeniu na wysyłanie plików?</string>
<string name="pairing_allow_body">Nadal będziesz potwierdzać każde przesłanie i możesz w każdej chwili cofnąć zgodę.</string>
<string name="pairing_allow_confirm">Zezwól</string>
<string name="offer_title">Przychodzące przesłanie</string>
<string name="offer_body">%1$s chce wysłać Ci „%2$s”.</string>
<string name="offer_accept">Odbierz</string>
<string name="offer_decline">Odrzuć</string>
<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>
<plurals name="transfer_file_count">
<item quantity="one">%1$d plik</item>
<item quantity="few">%1$d pliki</item>
<item quantity="many">%1$d plików</item>
<item quantity="other">%1$d pliku</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d dzień</item>
<item quantity="few">%1$d dni</item>
<item quantity="many">%1$d dni</item>
<item quantity="other">%1$d dnia</item>
</plurals>
</resources>

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Partilhar</string>
<string name="value_unavailable">Indisponível</string>
<string name="version_title">Versão da app</string>
<string name="contacts_title">Dispositivos</string>
<string name="contacts_subtitle">Os dispositivos com os quais já transferiu podem receber ficheiros sem um novo convite.</string>
<string name="contacts_empty_title">Nenhum dispositivo guardado</string>
<string name="contacts_empty_body">Após uma transferência, ambos os dispositivos podem optar por lembrar-se um do outro.</string>
<string name="contacts_unreachable">É preciso emparelhar novamente</string>
<string name="contacts_unreachable_body">Este dispositivo retirou o acesso ou reinstalou o VniDrop. Faça outra transferência para o voltar a guardar.</string>
<string name="contacts_name_field">Nome neste dispositivo</string>
<string name="contacts_name_hint">Só você vê este nome. O outro dispositivo nunca o pode alterar.</string>
<string name="contacts_forget">Esquecer dispositivo</string>
<string name="contacts_forget_body">Este dispositivo deixará de lhe poder enviar ficheiros sem um novo convite. Os ficheiros já recebidos são mantidos.</string>
<string name="contacts_forget_all">Esquecer todos os dispositivos</string>
<string name="contacts_block">Bloquear dispositivo</string>
<string name="contacts_blocked_title">Dispositivos bloqueados</string>
<string name="contacts_unblock">Desbloquear</string>
<string name="contacts_unblock_hint">Desbloquear não restaura o acesso. O dispositivo tem de ser emparelhado novamente.</string>
<string name="contacts_send_to">Enviar ficheiros</string>
<string name="contacts_last_transfer">Última transferência %1$s</string>
<string name="pairing_request_title">Lembrar este dispositivo?</string>
<string name="pairing_request_body">%1$s ofereceu-se para receber ficheiros seus sem um novo convite.</string>
<string name="pairing_accept">Lembrar</string>
<string name="pairing_decline">Agora não</string>
<string name="pairing_allow_title">Permitir que este dispositivo lhe envie ficheiros?</string>
<string name="pairing_allow_body">Continuará a confirmar cada transferência e pode retirar esta permissão a qualquer momento.</string>
<string name="pairing_allow_confirm">Permitir</string>
<string name="offer_title">Transferência recebida</string>
<string name="offer_body">%1$s quer enviar-lhe “%2$s”.</string>
<string name="offer_accept">Receber</string>
<string name="offer_decline">Recusar</string>
<string name="contacts_grant_lifetime_title">Esquecer dispositivos não usados após</string>
<string name="contacts_grant_lifetime_hint">A contagem reinicia sempre que transfere com o dispositivo.</string>
<string name="contacts_grant_lifetime_never">Nunca</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d ficheiro</item>
<item quantity="other">%1$d ficheiros</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d dia</item>
<item quantity="other">%1$d dias</item>
</plurals>
</resources>

View File

@@ -306,10 +306,47 @@
<string name="transfer_share_title">Поделиться</string>
<string name="value_unavailable">Недоступно</string>
<string name="version_title">Версия приложения</string>
<string name="contacts_title">Устройства</string>
<string name="contacts_subtitle">Устройства, с которыми вы уже обменивались файлами, могут получать их без нового приглашения.</string>
<string name="contacts_empty_title">Нет сохранённых устройств</string>
<string name="contacts_empty_body">После передачи оба устройства могут запомнить друг друга.</string>
<string name="contacts_unreachable">Требуется повторное сопряжение</string>
<string name="contacts_unreachable_body">Это устройство отозвало доступ или переустановило VniDrop. Выполните новую передачу, чтобы снова его запомнить.</string>
<string name="contacts_name_field">Имя на этом устройстве</string>
<string name="contacts_name_hint">Это имя видите только вы. Другое устройство не может его изменить.</string>
<string name="contacts_forget">Забыть устройство</string>
<string name="contacts_forget_body">Это устройство больше не сможет отправлять вам файлы без нового приглашения. Уже полученные файлы сохранятся.</string>
<string name="contacts_forget_all">Забыть все устройства</string>
<string name="contacts_block">Заблокировать устройство</string>
<string name="contacts_blocked_title">Заблокированные устройства</string>
<string name="contacts_unblock">Разблокировать</string>
<string name="contacts_unblock_hint">Разблокировка не восстанавливает доступ. Устройство нужно сопрячь заново.</string>
<string name="contacts_send_to">Отправить файлы</string>
<string name="contacts_last_transfer">Последняя передача %1$s</string>
<string name="pairing_request_title">Запомнить это устройство?</string>
<string name="pairing_request_body">%1$s разрешает отправлять файлы без нового приглашения.</string>
<string name="pairing_accept">Запомнить</string>
<string name="pairing_decline">Не сейчас</string>
<string name="pairing_allow_title">Разрешить этому устройству отправлять вам файлы?</string>
<string name="pairing_allow_body">Вы по-прежнему будете подтверждать каждую передачу и сможете отозвать разрешение в любой момент.</string>
<string name="pairing_allow_confirm">Разрешить</string>
<string name="offer_title">Входящая передача</string>
<string name="offer_body">%1$s хочет отправить вам «%2$s».</string>
<string name="offer_accept">Получить</string>
<string name="offer_decline">Отклонить</string>
<string name="contacts_grant_lifetime_title">Забывать неиспользуемые устройства через</string>
<string name="contacts_grant_lifetime_hint">Отсчёт начинается заново при каждой передаче с устройством.</string>
<string name="contacts_grant_lifetime_never">Никогда</string>
<plurals name="transfer_file_count">
<item quantity="one">%1$d файл</item>
<item quantity="few">%1$d файла</item>
<item quantity="many">%1$d файлов</item>
<item quantity="other">%1$d файла</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d день</item>
<item quantity="few">%1$d дня</item>
<item quantity="many">%1$d дней</item>
<item quantity="other">%1$d дня</item>
</plurals>
</resources>

View File

@@ -306,8 +306,43 @@
<string name="transfer_share_title">Share</string>
<string name="value_unavailable">Not available</string>
<string name="version_title">App version</string>
<string name="contacts_title">Devices</string>
<string name="contacts_subtitle">Devices you have transferred with can receive files without a new invitation.</string>
<string name="contacts_empty_title">No remembered devices</string>
<string name="contacts_empty_body">After a transfer, both devices can choose to remember each other.</string>
<string name="contacts_unreachable">Needs pairing again</string>
<string name="contacts_unreachable_body">This device withdrew access, or reinstalled VniDrop. Transfer to it once more to remember it again.</string>
<string name="contacts_name_field">Name on this device</string>
<string name="contacts_name_hint">Only you see this name. The other device can never change it.</string>
<string name="contacts_forget">Forget device</string>
<string name="contacts_forget_body">This device will no longer be able to send you files without a new invitation. Files already received are kept.</string>
<string name="contacts_forget_all">Forget all devices</string>
<string name="contacts_block">Block device</string>
<string name="contacts_blocked_title">Blocked devices</string>
<string name="contacts_unblock">Unblock</string>
<string name="contacts_unblock_hint">Unblocking does not restore access. The device has to be paired again.</string>
<string name="contacts_send_to">Send files</string>
<string name="contacts_last_transfer">Last transfer %1$s</string>
<string name="pairing_request_title">Remember this device?</string>
<string name="pairing_request_body">%1$s offered to let you send it files without a new invitation.</string>
<string name="pairing_accept">Remember</string>
<string name="pairing_decline">Not now</string>
<string name="pairing_allow_title">Let this device send to you?</string>
<string name="pairing_allow_body">You will still confirm every transfer, and you can withdraw this at any time.</string>
<string name="pairing_allow_confirm">Allow</string>
<string name="offer_title">Incoming transfer</string>
<string name="offer_body">%1$s wants to send you “%2$s”.</string>
<string name="offer_accept">Receive</string>
<string name="offer_decline">Decline</string>
<string name="contacts_grant_lifetime_title">Forget unused devices after</string>
<string name="contacts_grant_lifetime_hint">The countdown restarts every time you transfer with the device.</string>
<string name="contacts_grant_lifetime_never">Never</string>
<plurals name="transfer_file_count">
<item quantity="other">%1$d files</item>
<item quantity="one">%1$d file</item>
</plurals>
<plurals name="contacts_grant_lifetime_days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
</plurals>
</resources>