Add PRECIP for the Spanish translation

This commit is contained in:
Rodrigo Ramírez Norambuena 2019-07-26 00:33:07 -04:00
parent 32521aba6b
commit 7bdf49b7e0
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
*This release is scheduled to be released on 2019-10-01.* *This release is scheduled to be released on 2019-10-01.*
### Added ### Added
- Spanish translation for "PRECIP"
### Updated ### Updated
- Updatenotification module: Display update notification for a limited (configurable) time. - Updatenotification module: Display update notification for a limited (configurable) time.

View File

@ -31,5 +31,6 @@
"UPDATE_INFO_SINGLE": "Tu actual instalación está {COMMIT_COUNT} commit cambios detrás de la rama {BRANCH_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_INFO_MULTIPLE": "Tu actual instalación está {COMMIT_COUNT} commits cambios detrás de la rama {BRANCH_NAME}.",
"FEELS": "Sensación térmica de" "FEELS": "Sensación térmica de",
"PRECIP": "Precipitación"
} }