annotate client/src/translations.json @ 1063:7ec2133c6404

client: add area measurement. simpify code * Add a third draw mode which can only be activated when no morphology is selected and we are already in LineString mode. It adds an area calculation. Because the Polygon drawMode ends on a double click, there needs to be an extra callback for this to run identify so that the area calculation is shown all times. * Add Bernhard as author to some files and also simplify copyright note. * Remove DRAWMODES in the code to simplify as this is just one indirection used once in stores/application.js. * Use mapState instead mapGetters to get the drawMode at all places to save some code lines.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 25 Oct 2018 23:16:53 +0200
parents 61170d775158
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
503
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
1 {
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
2 "en_GB": {
505
61170d775158 Do not call the username email
Tom Gottfried <tom@intevation.de>
parents: 503
diff changeset
3 "Enter username": "Enter username",
503
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
4 "Enter passphrase": "Enter passphrase",
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
5 "Login failed": "Login failed",
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
6 "Login": "Login",
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
7 "Forgot password": "Forgot password"
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
8 },
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
9 "de_AT": {
505
61170d775158 Do not call the username email
Tom Gottfried <tom@intevation.de>
parents: 503
diff changeset
10 "Enter username": "Benutzername",
503
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
11 "Enter passphrase": "Passphrase",
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
12 "Login failed": "Login fehlgeschlagen",
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
13 "Login": "Login",
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
14 "Forgot password": "Passwort vergessen"
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
15 }
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
16 }