fix(bienvenida,grabaciones): headline size, CTA radius, storage caption
Screen 14 / audit 14.3+14.7: welcome headline now 34px/ls-1.2 (was headlineMedium's 28/ls-1.0), CTA restyled to a radius-18 rounded rectangle instead of Material 3's default StadiumBorder (t4:696,715). Screen 12 / audit 12.2+12.3: the recordings storage card now shows the bold "X of Y used" headline ABOVE a 6px/radius-3 bar, followed by a real folder-path + purge-policy caption below it -- was the bar first with the "used" string as its only (small, generic) caption (t4:613). New ARB key recordingsLibraryStorageFolderCaption, translated to all 13 locales. Item 12.5 (folder/max-size settings living behind the header action instead of inline on this screen) is a deliberate structural split from WU15b; the audit itself scopes it out of this pass.
This commit is contained in:
@@ -262,8 +262,11 @@
|
||||
"searchCountryFilterLabel": "Страна",
|
||||
"searchLanguageFilterLabel": "Язык",
|
||||
"searchMinQualityFilterLabel": "Минимальное качество",
|
||||
"searchLoadingStationsLabel": "ПОИСК СТАНЦИЙ…",
|
||||
"searchEmptyTitle": "Найдите станцию",
|
||||
"searchNoResultsTitle": "Нет результатов",
|
||||
"searchNoResultsForQueryTitle": "Нет результатов по запросу «{query}»",
|
||||
"@searchNoResultsForQueryTitle": {"placeholders": {"query": {}}},
|
||||
"searchEmptySubtitle": "Используйте верхнюю строку или чипы, чтобы находить сигналы со всего мира.",
|
||||
"searchNoResultsSubtitle": "Попробуйте убрать фильтры или ввести другое название, чтобы найти активный сигнал.",
|
||||
"countrySpain": "Испания",
|
||||
@@ -440,6 +443,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"alarmSnoozeUsualLabel": "обычно",
|
||||
"saveFavoritesAlarmHint": "Сохраните станции в избранное, чтобы использовать их как музыкальный будильник.",
|
||||
"useCurrentStationAction": "Использовать текущую станцию",
|
||||
"playDuringVacations": "Звонить во время отпусков",
|
||||
@@ -589,6 +593,7 @@
|
||||
"days": {}
|
||||
}
|
||||
},
|
||||
"alarmRepeatSectionLabel": "ПОВТОР",
|
||||
"androidReliabilityTitle": "Проверить надёжность Android",
|
||||
"closeAction": "Закрыть",
|
||||
"customOption": "Своя",
|
||||
@@ -705,6 +710,7 @@
|
||||
"alarmVolumeRisingStatus": "Громкость нарастает",
|
||||
"countriesAllTitle": "Все страны",
|
||||
"countriesScreenTitle": "Страны",
|
||||
"countriesSearchHint": "Страна или код...",
|
||||
"countriesYourLanguagesTitle": "Ваши языки",
|
||||
"customStationsAddCta": "Добавить пользовательскую станцию",
|
||||
"equalizerActiveOutputDefault": "Динамик этого устройства",
|
||||
@@ -746,6 +752,7 @@
|
||||
"recordingRenameEmptyError": "Введите название",
|
||||
"recordingRenameLabel": "Название",
|
||||
"recordingsLibraryEmptySubtitle": "Записи, которые вы сохраните, появятся здесь.",
|
||||
"recordingsLibraryStorageFolderCaption": "Music/PluriWave · при достижении лимита удаляются старые записи",
|
||||
"recordingsLibraryEmptyTitle": "Записей пока нет",
|
||||
"recordingsLibrarySettingsTooltip": "Настройки записи",
|
||||
"recordingsLibraryStorageCaption": "Использовано {usedMb} МБ из {totalMb} МБ",
|
||||
|
||||
Reference in New Issue
Block a user