It is currently March 28th, 2024, 6:11 pm

Spanish (Modern)

View and contribute to Rainmeter translations.
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Spanish (Modern)

Post by Brian »

Done.

-Brian
soyelrafa
Posts: 96
Joined: March 1st, 2017, 3:09 pm

Re: Spanish (Modern)

Post by soyelrafa »

Brian wrote:Done.

-Brian
Perfect, thanks you!!

I think with these changes SpanishModern.h is fully correct:

Code: Select all

Line 39: #define STR_AUTOSELECTMONITOR     "Autoselección basado en posición de ventana"
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

#define STR_AUTOSELECTMONITOR     "Autoselección basada en posición de ventana"

Code: Select all

Line 52: #define STR_HIDEONMOUSEOVER       "Ocultar sobre el ratón"
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

#define STR_HIDEONMOUSEOVER       "Ocultar al pasar el ratón"

Code: Select all

Line 108: #define STR_REFRESH               "Refrescar"
This would be "Actualizar", as you can see here.

Code: Select all

#define STR_REFRESH               "Actualizar"

Code: Select all

Line 119: #define STR_ONHOVERSC             "En puntero:"
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

#define STR_ONHOVERSC             "Al pasar puntero:"

Code: Select all

Line 128: #define STR_SAVE                  "Salvar"
This would be "Guardar", as you can see here.

Code: Select all

#define STR_SAVE                  "Guardar"

Code: Select all

Lines:
143: #define STR_CREATENEWSKIN         "Crear nuevo piel"
144: #define STR_NEWSKIN               "Nuevo piel"
As the first case, the gender doesn't match. "nuevo" and "Nuevo" would be "nueva" and "Nueva".

Code: Select all

#define STR_CREATENEWSKIN         "Crear nueva piel"
#define STR_NEWSKIN               "Nueva piel"
Thanks one more time for your patience.

EDIT: I see the new requested translation now:

Code: Select all

Language is outdated
would be

Code: Select all

Idioma desactualizado
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Spanish (Modern)

Post by Brian »

Thanks!

-Brian
makimanson
Posts: 1
Joined: September 7th, 2022, 10:32 am

Re: Spanish (Modern)

Post by makimanson »

Links for download files are broken :(
User avatar
Active Colors
Moderator
Posts: 1251
Joined: February 16th, 2012, 3:32 am
Location: Berlin, Germany
Contact:

Re: Spanish (Modern)

Post by Active Colors »

makimanson wrote: September 7th, 2022, 10:35 am Links for download files are broken :(
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.
avecesmiro
Posts: 1
Joined: September 22nd, 2022, 4:23 am

Re: Spanish (Modern)

Post by avecesmiro »

Proposed changes to SpanishModern.h

Line 60

Code: Select all

#define STR_MANAGESKIN                  "Administrar piel"
Line 63

Code: Select all

#define STR_UNLOADSKIN                  "Desactivar piel"
Line 109

Code: Select all

#define STR_LOAD                        "Activar"
Line 110

Code: Select all

#define STR_UNLOAD                      "Desactivar"
Line 145

Code: Select all

#define STR_AUTOMATICUPDATE             "Instalar actualizaciones automáticamente"
Line 221

Code: Select all

#define STR_INSTALL_NEW_VERSION         "Instalar nueva versión"
Line 222

Code: Select all

#define STR_CLICK_TO_INSTALL            "Reiniciar Rainmeter para instalar versión: %1"
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Spanish (Modern)

Post by Brian »

Thank you!

-Brian
Post Reply