mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-24 12:20:59 +00:00
**Short description**: I completed the translations with the help of translation tools. **Long description**: I'm currently looking at the translation-tests and I noticed the e2e-test `${language} should contain all base keys, ()`. It is supposed to check whether all keys are present in each translation file, but it doesn't actually work that way. When I fix it, a lot of missing translations are reported. I have completed these translations with the help of translation tools and packed them into this PR. I have left out the modified test so that we can focus on the question if we accept such amount of automatic translations or not. rejas has already expressed in another PR (https://github.com/MagicMirrorOrg/MagicMirror/pull/3775#discussion_r2083099252) that he prefers human translators. I basically do too, but I don't see how we can manage to have all translations completed by humans. And even if a few translations are not correct, hopefully a user will get in touch. If we decide against the translations, we should at least remove the test. If we go for the tranlsations, I'll add the test. What do you think? --------- Co-authored-by: Magnus <34011212+MagMar94@users.noreply.github.com>
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"LOADING": "Cargando …",
|
|
|
|
"DAYBEFOREYESTERDAY": "Anteayer",
|
|
"YESTERDAY": "Ayer",
|
|
"TODAY": "Hoy",
|
|
"TOMORROW": "Mañana",
|
|
"DAYAFTERTOMORROW": "Pasado mañana",
|
|
"RUNNING": "Termina en",
|
|
"EMPTY": "No hay eventos programados.",
|
|
"WEEK": "Semana {weekNumber}",
|
|
"WEEK_SHORT": "S{weekNumber}",
|
|
|
|
"N": "N",
|
|
"NNE": "NNE",
|
|
"NE": "NE",
|
|
"ENE": "ENE",
|
|
"E": "E",
|
|
"ESE": "ESE",
|
|
"SE": "SE",
|
|
"SSE": "SSE",
|
|
"S": "S",
|
|
"SSW": "SSO",
|
|
"SW": "SO",
|
|
"WSW": "OSO",
|
|
"W": "O",
|
|
"WNW": "ONO",
|
|
"NW": "NO",
|
|
"NNW": "NNO",
|
|
|
|
"FEELS": "Sensación térmica de {DEGREE}",
|
|
"PRECIP_POP": "Precipitación",
|
|
"PRECIP_AMOUNT": "Cantidad de precipitación",
|
|
|
|
"MODULE_CONFIG_CHANGED": "Las opciones de configuración para el módulo {MODULE_NAME} han cambiado. \nVerifique la documentación.",
|
|
"MODULE_CONFIG_ERROR": "Error en el módulo {MODULE_NAME}. {ERROR}",
|
|
"MODULE_ERROR_MALFORMED_URL": "URL mal formado.",
|
|
"MODULE_ERROR_NO_CONNECTION": "No hay conexión a Internet.",
|
|
"MODULE_ERROR_UNAUTHORIZED": "No autorizado.",
|
|
"MODULE_ERROR_UNSPECIFIED": "Por favor, consulte los registros para obtener más información.",
|
|
|
|
"NEWSFEED_NO_ITEMS": "No hay noticias disponibles en este momento.",
|
|
|
|
"UPDATE_NOTIFICATION": "MagicMirror² actualización disponible.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Disponible una actualización para el módulo {MODULE_NAME}.",
|
|
"UPDATE_INFO_SINGLE": "Tu actual instalación está {COMMIT_COUNT} commit cambios detrás de la rama {BRANCH_NAME}.",
|
|
"UPDATE_INFO_MULTIPLE": "Tu actual instalación está {COMMIT_COUNT} commits cambios detrás de la rama {BRANCH_NAME}.",
|
|
"UPDATE_NOTIFICATION_DONE": "S'ha completat l'actualització del mòdul {MODULE_NAME}.",
|
|
"UPDATE_NOTIFICATION_ERROR": "S'ha produït un error durant l'actualització del mòdul {MODULE_NAME}.",
|
|
"UPDATE_NOTIFICATION_NEED-RESTART": "És necessari reiniciar MagicMirror."
|
|
}
|