annotate client/src/translations.json @ 503:cb555bffbc97

Format JSON file This will allow readable diffs in case of changes.
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:35:32 +0200
parents 3d9341f6da4e
children 61170d775158
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": {
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
3 "Enter email": "Enter email",
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": {
cb555bffbc97 Format JSON file
Tom Gottfried <tom@intevation.de>
parents: 159
diff changeset
10 "Enter email": "Email",
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 }