feat(recording): add safety limits and adaptive headers
This commit is contained in:
+30
-4
@@ -27,7 +27,7 @@
|
||||
"settingsTitle": "Impostazioni",
|
||||
"settingsSubtitle": "Controllo fine del suono, backup e stazioni personalizzate.",
|
||||
"languageSectionTitle": "Lingua",
|
||||
"languageSectionDescription": "Scegli la lingua di visualizzazione dell?app.",
|
||||
"languageSectionDescription": "Choose how the app language is displayed.",
|
||||
"languageSystemDefault": "Sistema",
|
||||
"languageSpanish": "Spagnolo",
|
||||
"languageEnglish": "Inglese",
|
||||
@@ -89,7 +89,7 @@
|
||||
"backupExportSubtitle": "Favorites, custom stations, and EQ presets",
|
||||
"backupImportTitle": "Import configuration",
|
||||
"backupImportSubtitle": "Restore from a backup file",
|
||||
"backupShareSubject": "PluriWave ? backup",
|
||||
"backupShareSubject": "PluriWave — backup",
|
||||
"backupShareText": "PluriWave configuration exported on {date}",
|
||||
"backupExportError": "Export error: {error}",
|
||||
"backupImportConfirmMessage": "This will add favorites, stations, and presets from the file. Continue?",
|
||||
@@ -102,7 +102,7 @@
|
||||
"stationFilterSubtitle": "Only stations verified as active",
|
||||
"backgroundAudioTitle": "Background audio",
|
||||
"backgroundAudioSubtitle": "Continues when the screen turns off",
|
||||
"dash": "?",
|
||||
"dash": "—",
|
||||
"@recordingsPathSaveError": {
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
@@ -149,5 +149,31 @@
|
||||
}
|
||||
},
|
||||
"cancelAction": "Annulla",
|
||||
"equalizerTitle": "Equalizer"
|
||||
"equalizerTitle": "Equalizer",
|
||||
"recordingsOpenFolder": "Open folder",
|
||||
"recordingsOpenFolderError": "Could not open the folder: {error}",
|
||||
"recordingsMaxSizeTitle": "Maximum recording size",
|
||||
"recordingsMaxSizeSubtitle": "Current limit: {size} MB",
|
||||
"recordingsMaxSizeDialogTitle": "Maximum size per recording",
|
||||
"recordingsMaxSizeMbLabel": "Maximum megabytes",
|
||||
"recordingsMaxSizeSaved": "Recording limit updated to {size} MB",
|
||||
"@recordingsOpenFolderError": {
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
}
|
||||
},
|
||||
"@recordingsMaxSizeSubtitle": {
|
||||
"placeholders": {
|
||||
"size": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"@recordingsMaxSizeSaved": {
|
||||
"placeholders": {
|
||||
"size": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user