From 24364c590d7df00da2600243618dc29aad59459f Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sun, 5 Jan 2025 13:39:20 -0800 Subject: [PATCH] add "Success" and "Error" to en and es translations --- res/translations/en.json | 2 ++ res/translations/es.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/res/translations/en.json b/res/translations/en.json index b793e6e..d2fdfa8 100644 --- a/res/translations/en.json +++ b/res/translations/en.json @@ -69,6 +69,7 @@ "Enter": "Enter", "EP": "EP", "Equalizer": "Equalizer", + "Error": "Error", "Exclusive mode": "Exclusive mode", "Favorites": "Favorites", "Field Recording": "Field Recording", @@ -188,6 +189,7 @@ "Spoken Word": "Spoken Word", "Startup page": "Startup page", "Stopped": "Stopped", + "Success": "Success", "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 8458979..bdc3d87 100644 --- a/res/translations/es.json +++ b/res/translations/es.json @@ -69,6 +69,7 @@ "Enter": "Ingresar", "EP": "EP", "Equalizer": "Ecualizador", + "Error": "Error", "Exclusive mode": "Modo exclusivo", "Favorites": "Favoritos", "Field Recording": "Grabación en campo", @@ -187,6 +188,7 @@ "Spoken Word": "Palabra Hablada", "Startup page": "Página de inicio", "Stopped": "Detenida", + "Success": "Éxito", "Support the project": "Apoya el proyecto", "Switch Servers": "Cambiar servidores", "Testing connection": "Probando conexión",