feat(i18n): migrate settings literals
This commit is contained in:
+107
-1
@@ -43,5 +43,111 @@
|
||||
"timerSectionDescription": "Personalizá los accesos rápidos que aparecen al apagar la radio automáticamente.",
|
||||
"timerSectionRestoreRecommended": "Restaurar tiempos recomendados",
|
||||
"newQuickAccessTitle": "Nuevo acceso rápido",
|
||||
"saveQuickAccessButton": "Guardar acceso rápido"
|
||||
"saveQuickAccessButton": "Guardar acceso rápido",
|
||||
"settingsSafeStatus": "Seguro",
|
||||
"recordingsSectionTitle": "Grabaciones",
|
||||
"recordingsFolderDialogTitle": "Selecciona la carpeta de grabaciones",
|
||||
"recordingsPathUpdated": "Ruta de grabaci?n actualizada",
|
||||
"recordingsPathSaveError": "No se pudo guardar la ruta: {error}",
|
||||
"recordingsDefaultFolderRestored": "Se usar? la carpeta interna por defecto",
|
||||
"recordingsFolderTitle": "Carpeta de grabaci?n",
|
||||
"recordingsPathCalculating": "Calculando ruta...",
|
||||
"recordingsChangePath": "Cambiar ruta",
|
||||
"recordingsUseDefaultPath": "Usar ruta por defecto",
|
||||
"recordingsOriginalStreamHint": "La radio se guarda desde el stream original, sin recomprimir.",
|
||||
"equalizerActive": "Activo",
|
||||
"equalizerDisabled": "Desactivado",
|
||||
"equalizerEnable": "Activar ecualizador",
|
||||
"equalizerRealtimeSubtitle": "Los cambios se aplican en tiempo real a la emisora actual.",
|
||||
"equalizerPendingSubtitle": "Se guardan los cambios y se aplicar?n cuando Android habilite el efecto.",
|
||||
"equalizerPerStationTitle": "Usar EQ propio para esta favorita",
|
||||
"equalizerPerStationActive": "Activo para {stationName}",
|
||||
"equalizerPerStationMain": "Usando EQ principal para {stationName}",
|
||||
"preferredStationTitle": "Emisora preferida",
|
||||
"preferredStationDescription": "Se preselecciona al crear alarmas y puede iniciarse como reproducci?n r?pida.",
|
||||
"preferredStationNoStationsTitle": "Todav?a no hay emisoras disponibles",
|
||||
"preferredStationNoStationsSubtitle": "Guard? favoritas o carg? emisoras para elegir una preferida.",
|
||||
"preferredStationAutomaticFallback": "Fallback autom?tico",
|
||||
"preferredStationDefaultFavorite": "Favorita por defecto",
|
||||
"preferredStationCurrent": "Preferida actual: {stationName}",
|
||||
"preferredStationAutoUsing": "Sin favoritas: usando autom?ticamente {stationName}",
|
||||
"preferredStationPlay": "Reproducir preferida",
|
||||
"customStationsTitle": "Emisoras personalizadas",
|
||||
"customStationsAdd": "A?adir",
|
||||
"customStationsEmpty": "No hay emisoras personalizadas.",
|
||||
"playAction": "Reproducir",
|
||||
"deleteAction": "Eliminar",
|
||||
"addStationTitle": "A?adir emisora",
|
||||
"stationNameLabel": "Nombre *",
|
||||
"requiredField": "Campo obligatorio",
|
||||
"streamUrlLabel": "URL del stream *",
|
||||
"invalidUrl": "URL no v?lida",
|
||||
"countryOptionalLabel": "Pa?s (opcional)",
|
||||
"saveStation": "Guardar emisora",
|
||||
"backupSectionTitle": "Copia de seguridad",
|
||||
"backupExportTitle": "Exportar configuraci?n",
|
||||
"backupExportSubtitle": "Favoritos, emisoras custom y presets de EQ",
|
||||
"backupImportTitle": "Importar configuraci?n",
|
||||
"backupImportSubtitle": "Restaurar desde un fichero de copia de seguridad",
|
||||
"backupShareSubject": "PluriWave ? copia de seguridad",
|
||||
"backupShareText": "Configuraci?n de PluriWave exportada el {date}",
|
||||
"backupExportError": "Error al exportar: {error}",
|
||||
"backupImportConfirmMessage": "Esto a?adir? los favoritos, emisoras y presets del fichero. ?Continuar?",
|
||||
"backupImportSuccess": "Configuraci?n importada correctamente",
|
||||
"backupImportError": "Error al importar: {error}",
|
||||
"appVersionLoading": "Cargando versi?n...",
|
||||
"appVersionSubtitle": "{version} - Radio mundial",
|
||||
"savedFavoritesTitle": "Favoritos guardados",
|
||||
"stationFilterTitle": "Filtro de emisoras",
|
||||
"stationFilterSubtitle": "Solo emisoras verificadas como activas",
|
||||
"backgroundAudioTitle": "Audio en background",
|
||||
"backgroundAudioSubtitle": "Contin?a al apagar la pantalla",
|
||||
"dash": "?",
|
||||
"@recordingsPathSaveError": {
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
}
|
||||
},
|
||||
"@equalizerPerStationActive": {
|
||||
"placeholders": {
|
||||
"stationName": {}
|
||||
}
|
||||
},
|
||||
"@equalizerPerStationMain": {
|
||||
"placeholders": {
|
||||
"stationName": {}
|
||||
}
|
||||
},
|
||||
"@preferredStationCurrent": {
|
||||
"placeholders": {
|
||||
"stationName": {}
|
||||
}
|
||||
},
|
||||
"@preferredStationAutoUsing": {
|
||||
"placeholders": {
|
||||
"stationName": {}
|
||||
}
|
||||
},
|
||||
"@backupShareText": {
|
||||
"placeholders": {
|
||||
"date": {}
|
||||
}
|
||||
},
|
||||
"@backupExportError": {
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
}
|
||||
},
|
||||
"@backupImportError": {
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
}
|
||||
},
|
||||
"@appVersionSubtitle": {
|
||||
"placeholders": {
|
||||
"version": {}
|
||||
}
|
||||
},
|
||||
"cancelAction": "Cancelar",
|
||||
"equalizerTitle": "Ecualizador"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user