view client/src/translations.json @ 977:4a2ca0e20006

Fixed build error. Copied file to the wrong place and said 'go build' to another wrong place. Argh.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 18 Oct 2018 17:30:53 +0200
parents 61170d775158
children
line wrap: on
line source

{
  "en_GB": {
    "Enter username": "Enter username",
    "Enter passphrase": "Enter passphrase",
    "Login failed": "Login failed",
    "Login": "Login",
    "Forgot password": "Forgot password"
  },
  "de_AT": {
    "Enter username": "Benutzername",
    "Enter passphrase": "Passphrase",
    "Login failed": "Login fehlgeschlagen",
    "Login": "Login",
    "Forgot password": "Passwort vergessen"
  }
}