annotate client/src/translations.json @ 1207:70116d392387

close bottleneck list: made searchbar collapse only if it was collapsed before opening the bottleneck list will expand the searchbar, closing the bottleneck list was always collapsing the searchbar too. Now it stays open if it was open beforeopening the bottleneck list
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 13:02:48 +0100
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 }