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

@@ -3696,6 +3696,23 @@
"ru": "Удаляет кэшированное содержимое передач, которое не используется текущим приёмом или активной раздачей. Полученные файлы и история передач не удаляются."
}
},
"storage_clearing_transfer_cache": {
"context": "Settings > Storage: clear-transfer-cache button while clearing is in progress (KMP).",
"targets": [
"kmp"
],
"translations": {
"en": "Clearing cache…",
"fr": "Vidage du cache…",
"es": "Borrando caché…",
"it": "Svuotamento cache…",
"de": "Cache wird geleert…",
"pt": "A limpar cache…",
"pl": "Czyszczenie pamięci podręcznej…",
"nl": "Cache wissen…",
"ru": "Очистка кэша…"
}
},
"storage_delete_transfers_caption": {
"context": "Settings > Storage: caption under the destructive delete-all button.",
"translations": {