I18n nogo areas errors (#413)

This commit is contained in:
Gautier P 2021-05-13 17:02:18 +02:00 committed by GitHub
parent 2aa840acda
commit 5e14484302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 19 deletions

View file

@ -84,6 +84,16 @@
},
"loadNogos": {
"defaultProperties": "Default properties",
"error": {
"invalid-default-nogo-radius": "Invalid default nogo radius.",
"invalid-nogo-buffering-radius": "Invalid nogo buffering radius.",
"loading-file-error": "Could not load file: {{err}}.",
"loading-file-too-big": "Too many nogo areas in this file! Please simplify the geometry and/or reduce the number of zones.",
"loading-file-unexpected": "Unexpected error when loading this file.",
"missing-default-nogo-weight": "Missing default nogo weight.",
"missing-file-url": "Missing file or URL.",
"no-valid-area": "No valid area found in provided input."
},
"file": "File (.geojson)",
"load": "Load",
"nogoBuffer": "Buffer no-go areas (in meters)",