view client/src/translations.json @ 941:8a80ef09a62c

client: improve identify * Remove trigger that unfolds the box when features are identified. Rationale: This makes the user interface too "jumpy". * Instead add a style change for the icon to indicate if data is available. It will use the bootstrap `text-info` style class. * Simplify code that detects if a bottleneck was identified.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 09 Oct 2018 17:00:49 +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"
  }
}