Merge pull request #1742 from roramirez/es-update

Add PRECIP for the Spanish translation
This commit is contained in:
Michael Teeuw 2019-08-03 18:45:27 +02:00 committed by GitHub
commit 33537cde76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.*
### Added
- Spanish translation for "PRECIP"
### Updated
- 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_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"
}