Done.
-Brian
It is currently October 4th, 2023, 12:58 pm
Spanish (Modern)
-
- Developer
- Posts: 2640
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
-
- Posts: 96
- Joined: March 1st, 2017, 3:09 pm
Re: Spanish (Modern)
Perfect, thanks you!!Brian wrote:Done.
-Brian
I think with these changes SpanishModern.h is fully correct:
I did not see that the gender doesn't match, my fault. The correct word is "basada" instead "basado", so it would be:Code: Select all
Line 39: #define STR_AUTOSELECTMONITOR "Autoselección basado en posición de ventana"
Code: Select all
#define STR_AUTOSELECTMONITOR "Autoselección basada en posición de ventana"
This would be "Ocultar al pasar el puntero", but for make it shorter can be used "Ocultar al pasar el ratón". You can check this here (the second result).Code: Select all
Line 52: #define STR_HIDEONMOUSEOVER "Ocultar sobre el ratón"
Code: Select all
#define STR_HIDEONMOUSEOVER "Ocultar al pasar el ratón"
This would be "Actualizar", as you can see here.Code: Select all
Line 108: #define STR_REFRESH "Refrescar"
Code: Select all
#define STR_REFRESH "Actualizar"
In this I tried to make it as short as possible, but the most short understable thing I found is "Al pasar puntero". I suppose that would be not enough short?Code: Select all
Line 119: #define STR_ONHOVERSC "En puntero:"
Code: Select all
#define STR_ONHOVERSC "Al pasar puntero:"
This would be "Guardar", as you can see here.Code: Select all
Line 128: #define STR_SAVE "Salvar"
Code: Select all
#define STR_SAVE "Guardar"
Thanks one more time for your patience.As the first case, the gender doesn't match. "nuevo" and "Nuevo" would be "nueva" and "Nueva".Code: Select all
Lines: 143: #define STR_CREATENEWSKIN "Crear nuevo piel" 144: #define STR_NEWSKIN "Nuevo piel"
Code: Select all
#define STR_CREATENEWSKIN "Crear nueva piel" #define STR_NEWSKIN "Nueva piel"
EDIT: I see the new requested translation now:
Code: Select all
Language is outdated
Code: Select all
Idioma desactualizado
-
- Developer
- Posts: 2640
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Spanish (Modern)
Thanks!
-Brian
-Brian
-
- Posts: 1
- Joined: September 7th, 2022, 10:32 am
Re: Spanish (Modern)
Links for download files are broken 

-
- Moderator
- Posts: 1242
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Spanish (Modern)
I have updated the links in the first post.
Also, we have a handy list of updates regarding the language translation status here https://forum.rainmeter.net/viewtopic.php?t=9839.
-
- Posts: 1
- Joined: September 22nd, 2022, 4:23 am
Re: Spanish (Modern)
Proposed changes to SpanishModern.h
Line 60
Line 63
Line 109
Line 110
Line 145
Line 221
Line 222
Line 60
Code: Select all
#define STR_MANAGESKIN "Administrar piel"
Code: Select all
#define STR_UNLOADSKIN "Desactivar piel"
Code: Select all
#define STR_LOAD "Activar"
Code: Select all
#define STR_UNLOAD "Desactivar"
Code: Select all
#define STR_AUTOMATICUPDATE "Instalar actualizaciones automáticamente"
Code: Select all
#define STR_INSTALL_NEW_VERSION "Instalar nueva versión"
Code: Select all
#define STR_CLICK_TO_INSTALL "Reiniciar Rainmeter para instalar versión: %1"
-
- Developer
- Posts: 2640
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Spanish (Modern)
Thank you!
-Brian
-Brian