mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 01:10:20 +01:00
webapp: fix broken reference in locales
This commit is contained in:
@@ -119,8 +119,8 @@
|
||||
"10001": "Das Passwort muss zwischen 8 und {max} Zeichen lang sein!",
|
||||
"10002": "Authentifizierung erfolgreich!",
|
||||
"11001": "@:apiresponse.2001",
|
||||
"11002": "@:apiresponse:5004",
|
||||
"12001": "Profil muss zwischen 1 und {max} Zeichen lang sein!"
|
||||
"11002": "@:apiresponse.5004",
|
||||
"12001": "Profilname muss zwischen 1 und {max} Zeichen lang sein!"
|
||||
},
|
||||
"home": {
|
||||
"LiveData": "Live-Daten",
|
||||
|
||||
@@ -119,8 +119,8 @@
|
||||
"10001": "Password must between 8 and {max} characters long!",
|
||||
"10002": "Authentication successful!",
|
||||
"11001": "@:apiresponse.2001",
|
||||
"11002": "@:apiresponse:5004",
|
||||
"12001": "Profil must between 1 and {max} characters long!"
|
||||
"11002": "@:apiresponse.5004",
|
||||
"12001": "Profile name must between 1 and {max} characters long!"
|
||||
},
|
||||
"home": {
|
||||
"LiveData": "Live Data",
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
"10001": "Le mot de passe doit comporter entre 8 et {max} caractères !",
|
||||
"10002": "Authentification réussie !",
|
||||
"11001": "@:apiresponse.2001",
|
||||
"11002": "@:apiresponse:5004",
|
||||
"11002": "@:apiresponse.5004",
|
||||
"12001": "Le profil doit comporter entre 1 et {max} caractères !"
|
||||
},
|
||||
"home": {
|
||||
|
||||
Reference in New Issue
Block a user