Added channel update functionality

This commit is contained in:
2025-03-28 13:21:22 -03:00
parent e8fae1a14b
commit 2300fd8685
7 changed files with 153 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
"stop_retroarch": "Stop RetroArch",
"deinterlacing": "Deinterlacing",
"resolution": "Resolution",
"refresh_channels": "Refresh",
"volume": "Volume",
"mute": "mute",
"toggle_osd": "Toggle OSD",
@@ -27,5 +28,8 @@
"latency_high": "Hi",
"latency_low": "Lo",
"other": "Other",
"invalid_url": "Invalid or unsupported URL"
"invalid_url": "Invalid or unsupported URL",
"channels_updated_p1": "Channels updated! Found",
"channels_updated_p2": "channels.",
"channel_update_failed": "Channel update failed."
}

View File

@@ -6,6 +6,7 @@
"stop_retroarch": "Detener RetroArch",
"deinterlacing": "Desentrelazado",
"resolution": "Resolución",
"refresh_channels": "Refrescar",
"volume": "Volumen",
"mute": "mute",
"toggle_osd": "Alternar OSD",
@@ -27,5 +28,8 @@
"latency_high": "Hi",
"latency_low": "Lo",
"other": "Otro",
"invalid_url": "URL inválida o no soportada"
"invalid_url": "URL inválida o no soportada",
"channels_updated_p1": "Canales actualizados.",
"channels_updated_p2": "canales encontrados.",
"channel_update_failed": "Error al actualizar canales."
}