annotate client/src/translations.json @ 1096:aa1f5daf6fc9

refac: centralized stores
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 30 Oct 2018 16:55:29 +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 }