fix(l10n): restore storage_clearing_transfer_cache dropped in merge

Another key master referenced from Kotlin but kept only in the generated Compose
XML, so regeneration dropped it. Verified exhaustively this time: every
Res.string.* reference in shared/src/commonMain/kotlin now resolves against the
regenerated values/strings.xml, so no further keys are missing.
This commit is contained in:
2026-07-24 19:28:52 +02:00
parent 98da43b122
commit b66cb8c1f1
10 changed files with 26 additions and 0 deletions

View File

@@ -237,6 +237,7 @@
<string name="storage_cleanup_freed">Libertado %1$s</string>
<string name="storage_clear_transfer_cache">Limpar cache de transferências</string>
<string name="storage_clear_transfer_cache_description">Remove conteúdo de transferência em cache que não esteja a ser utilizado por uma receção em curso ou partilha ativa. Os ficheiros recebidos e o histórico não são eliminados.</string>
<string name="storage_clearing_transfer_cache">A limpar cache…</string>
<string name="storage_delete_transfers_caption">Limpa o teu histórico de envios e receções e o conteúdo de partilha em cache da app. Os ficheiros recebidos no disco são mantidos.</string>
<string name="storage_free_up_space_caption">Remove ficheiros temporários e resíduos de transferências anteriores. As tuas transferências e ficheiros recebidos são mantidos.</string>
<string name="storage_refresh">Atualizar</string>