annotate client/src/translations.json @ 527:4a637b333417

The CoreOS guys moved bbolt from github.com/coreos/ to github.com/etcd-io/.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 28 Aug 2018 08:07:08 +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 }