mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +00:00
Read the login-page version from APP_VERSION
This commit is contained in:
@@ -10,6 +10,7 @@ import { Checkbox } from "./ui/checkbox"
|
||||
import { Lock, User, AlertCircle, Server, Shield, Eye, EyeOff } from "lucide-react"
|
||||
import { getApiUrl } from "../lib/api-config"
|
||||
import { useT } from "../lib/i18n/provider"
|
||||
import { APP_VERSION } from "../lib/version"
|
||||
import Image from "next/image"
|
||||
|
||||
interface LoginProps {
|
||||
@@ -297,7 +298,7 @@ export function Login({ onLogin }: LoginProps) {
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p className="text-center text-sm text-muted-foreground">{t("login.version")}</p>
|
||||
<p className="text-center text-sm text-muted-foreground">{`ProxMenux Monitor v${APP_VERSION}`}</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -2202,8 +2202,7 @@
|
||||
"authenticationCode": "Authentifizierungscode",
|
||||
"backupCodeHint": "Sie können auch einen Backup-Code verwenden (Format: XXXX-XXXX)",
|
||||
"backToLogin": "Zurück zum Login",
|
||||
"verifyCode": "Code überprüfen",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Code überprüfen"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Angemeldet",
|
||||
|
||||
@@ -2201,8 +2201,7 @@
|
||||
"authenticationCode": "Authentication Code",
|
||||
"backupCodeHint": "You can also use a backup code (format: XXXX-XXXX)",
|
||||
"backToLogin": "Back to login",
|
||||
"verifyCode": "Verify Code",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Verify Code"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Signed in",
|
||||
|
||||
@@ -2202,8 +2202,7 @@
|
||||
"authenticationCode": "Código de autenticación",
|
||||
"backupCodeHint": "También puedes utilizar un código de respaldo (formato: XXXX-XXXX)",
|
||||
"backToLogin": "Volver a iniciar sesión",
|
||||
"verifyCode": "Verificar código",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Verificar código"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Iniciado sesión",
|
||||
|
||||
@@ -2202,8 +2202,7 @@
|
||||
"authenticationCode": "Code d'authentification",
|
||||
"backupCodeHint": "Vous pouvez également utiliser un code de secours (format : XXXX-XXXX)",
|
||||
"backToLogin": "Retour à la connexion",
|
||||
"verifyCode": "Vérifier le code",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Vérifier le code"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Connecté",
|
||||
|
||||
@@ -2202,8 +2202,7 @@
|
||||
"authenticationCode": "Codice di autenticazione",
|
||||
"backupCodeHint": "Puoi anche utilizzare un codice di backup (formato: XXXX-XXXX)",
|
||||
"backToLogin": "Torna al login",
|
||||
"verifyCode": "Verifica codice",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Verifica codice"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Effettuato l'accesso",
|
||||
|
||||
@@ -2202,8 +2202,7 @@
|
||||
"authenticationCode": "Código de autenticação",
|
||||
"backupCodeHint": "Você também pode usar um código de backup (formato: XXXX-XXXX)",
|
||||
"backToLogin": "Voltar ao login",
|
||||
"verifyCode": "Verifique o código",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Verifique o código"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Conectado",
|
||||
|
||||
@@ -2201,8 +2201,7 @@
|
||||
"authenticationCode": "Overovací kód",
|
||||
"backupCodeHint": "Môžete použiť aj záložný kód vo formáte XXXX-XXXX",
|
||||
"backToLogin": "Späť na prihlásenie",
|
||||
"verifyCode": "Overiť kód",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Overiť kód"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Prihlásený",
|
||||
|
||||
@@ -2202,8 +2202,7 @@
|
||||
"authenticationCode": "Autentiseringskod",
|
||||
"backupCodeHint": "Du kan också använda en reservkod (format: XXXX-XXXX)",
|
||||
"backToLogin": "Tillbaka till inloggning",
|
||||
"verifyCode": "Verifiera koden",
|
||||
"version": "ProxMenux Monitor v1.2.6"
|
||||
"verifyCode": "Verifiera koden"
|
||||
},
|
||||
"account": {
|
||||
"signedIn": "Inloggad",
|
||||
|
||||
Reference in New Issue
Block a user