From f830235f941223a88353ffd92e8f3cc32b25c9ad Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 22 Sep 2025 17:29:36 -0700 Subject: [PATCH] add i18n for EN and ES --- res/translations/en.json | 3 +++ res/translations/es.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/res/translations/en.json b/res/translations/en.json index 73fd979..e53c170 100644 --- a/res/translations/en.json +++ b/res/translations/en.json @@ -88,6 +88,7 @@ "EPs": "EPs", "Equalizer": "Equalizer", "Error": "Error", + "Error creating playlist": "Error creating playlist", "Exclusive mode": "Exclusive mode", "Favorites": "Favorites", "Field Recording": "Field Recording", @@ -131,6 +132,7 @@ "My Server": "My Server", "Name": "Name", "Name (A-Z)": "Name (A-Z)", + "New Playlist": "New Playlist", "Next": "Next", "Nickname": "Nickname", "Normal": "Normal", @@ -221,6 +223,7 @@ "Stop after current track": "Stop after current track", "Stopped": "Stopped", "Success": "Success", + "Successfully created playlist": "Successfully created playlist", "Support the project": "Support the project", "Switch Servers": "Switch Servers", "Testing connection": "Testing connection", diff --git a/res/translations/es.json b/res/translations/es.json index 12b5883..2747300 100644 --- a/res/translations/es.json +++ b/res/translations/es.json @@ -73,6 +73,7 @@ "EPs": "EPs", "Equalizer": "Ecualizador", "Error": "Error", + "Error creating playlist": "Ha ocurrido un error al crear la lista de reproducción", "Exclusive mode": "Modo exclusivo", "Favorites": "Favoritos", "Field Recording": "Grabación en campo", @@ -113,6 +114,7 @@ "My Server": "Mi servidor", "Name": "Nombre", "Name (A-Z)": "Nombre (A-Z)", + "New Playlist": "Crear Nueva", "Next": "Siguiente", "Nickname": "Apodo", "Now Playing": "Reproduciendo", @@ -193,6 +195,7 @@ "Startup page": "Página de inicio", "Stopped": "Detenida", "Success": "Éxito", + "Successfully created playlist": "Éxito al crear la lista de reproducción", "Support the project": "Apoya el proyecto", "Switch Servers": "Cambiar servidores", "Testing connection": "Probando conexión",