mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user