mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Merge pull request #2495 from qu1que/develop
This commit is contained in:
commit
7b29070516
@ -11,6 +11,7 @@ _This release is scheduled to be released on 2021-04-01._
|
||||
|
||||
### Added
|
||||
|
||||
- Added Galician language.
|
||||
- Added GitHub workflows for automated testing and changelog enforcement.
|
||||
- Added CodeCov badge to Readme.
|
||||
- Added CURRENTWEATHER_TYPE notification to currentweather and weather module, use it in compliments module.
|
||||
|
39
translations/gl.json
Normal file
39
translations/gl.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"LOADING": "Cargando …",
|
||||
|
||||
"TODAY": "Hoxe",
|
||||
"TOMORROW": "Mañá",
|
||||
"DAYAFTERTOMORROW": "Pasado mañá",
|
||||
"RUNNING": "Remata en",
|
||||
"EMPTY": "Non hai próximos eventos.",
|
||||
|
||||
"WEEK": "Semana {weekNumber}",
|
||||
|
||||
"N": "N",
|
||||
"NNE": "NNE",
|
||||
"NE": "NE",
|
||||
"ENE": "ENE",
|
||||
"E": "E",
|
||||
"ESE": "ESE",
|
||||
"SE": "SE",
|
||||
"SSE": "SSE",
|
||||
"S": "S",
|
||||
"SSW": "SSW",
|
||||
"SW": "SW",
|
||||
"WSW": "WSW",
|
||||
"W": "W",
|
||||
"WNW": "WNW",
|
||||
"NW": "NW",
|
||||
"NNW": "NNW",
|
||||
|
||||
"MODULE_CONFIG_CHANGED": "Cambiaron as opcións de configuración para o módulo {MODULE_NAME}.\nPor favor, verifique a documentación.",
|
||||
"MODULE_CONFIG_ERROR": "Hai un erro no módulo {MODULE_NAME}. {ERROR}",
|
||||
|
||||
"UPDATE_NOTIFICATION": "Actualización dispoñible para MagicMirror².",
|
||||
"UPDATE_NOTIFICATION_MODULE": "Actualización dispoñible para o módulo {MODULE_NAME}.",
|
||||
"UPDATE_INFO_SINGLE": "A instalación actual está {COMMIT_COUNT} commits detrás da rama {BRANCH_NAME}.",
|
||||
"UPDATE_INFO_MULTIPLE": "A instalación actual está {COMMIT_COUNT} commits detrás da rama {BRANCH_NAME}.",
|
||||
|
||||
"FEELS": "Semella como {DEGREE}",
|
||||
"PRECIP": "Precipitacións"
|
||||
}
|
@ -46,7 +46,8 @@ var translations = {
|
||||
he: "translations/he.json", // Hebrew
|
||||
uk: "translations/uk.json", // Ukrainian
|
||||
hi: "translations/hi.json", // Hindi
|
||||
gu: "translations/gu.json" // Gujarati
|
||||
gu: "translations/gu.json", // Gujarati
|
||||
gl: "translations/gl.json" // Galego
|
||||
};
|
||||
|
||||
if (typeof module !== "undefined") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user