mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
fix: remove unnecessary cancel button as cancel is not possible (#5511)
* fix: remove unnecessary cancel button as cancel is not possible * fix: add missing tranlation * fix: add missing tranlation * docs: missing translations --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
parent
1cf84b5a56
commit
cf1ac30970
@ -410,5 +410,8 @@ Errors:
|
||||
IAM:
|
||||
LockoutPolicy:
|
||||
NotExisting: Lockout Policy existiert nicht
|
||||
Org:
|
||||
LoginPolicy:
|
||||
RegistrationNotAllowed: Registrierung ist nicht erlaubt
|
||||
|
||||
optional: (optional)
|
||||
|
@ -410,5 +410,8 @@ Errors:
|
||||
IAM:
|
||||
LockoutPolicy:
|
||||
NotExisting: Lockout Policy not existing
|
||||
Org:
|
||||
LoginPolicy:
|
||||
RegistrationNotAllowed: Registration is not allowed
|
||||
|
||||
optional: (optional)
|
||||
|
@ -410,5 +410,8 @@ Errors:
|
||||
IAM:
|
||||
LockoutPolicy:
|
||||
NotExisting: Politique de cadenassage non existante
|
||||
Org:
|
||||
LoginPolicy:
|
||||
RegistrationNotAllowed: L'enregistrement n'est pas autorisé
|
||||
|
||||
optional: (facultatif)
|
||||
|
@ -410,5 +410,8 @@ Errors:
|
||||
IAM:
|
||||
LockoutPolicy:
|
||||
NotExisting: Impostazioni di blocco non esistenti
|
||||
Org:
|
||||
LoginPolicy:
|
||||
RegistrationNotAllowed: la registrazione non è consentita.
|
||||
|
||||
optional: (opzionale)
|
||||
|
@ -410,5 +410,8 @@ Errors:
|
||||
IAM:
|
||||
LockoutPolicy:
|
||||
NotExisting: Nie istnieje polityka blokady
|
||||
Org:
|
||||
LoginPolicy:
|
||||
RegistrationNotAllowed: Rejestracja nie jest dozwolona
|
||||
|
||||
optional: (opcjonalny)
|
||||
|
@ -410,5 +410,8 @@ Errors:
|
||||
IAM:
|
||||
LockoutPolicy:
|
||||
NotExisting: 用户锁定政策不存在
|
||||
Org:
|
||||
LoginPolicy:
|
||||
RegistrationNotAllowed: 不允许注册
|
||||
|
||||
optional: (可选)
|
||||
|
@ -14,9 +14,6 @@
|
||||
<input type="hidden" name="orgID" value="{{ .OrgID }}" />
|
||||
|
||||
<div class="lgn-actions">
|
||||
<a class="lgn-stroked-button" href="{{ loginUrl }}">
|
||||
{{t "EmailVerificationDone.CancelButtonText"}}
|
||||
</a>
|
||||
<span class="fill-space"></span>
|
||||
<button class="lgn-raised-button lgn-primary" type="submit">
|
||||
{{if .AuthReqID }} {{t "EmailVerificationDone.NextButtonText"}} {{else}}
|
||||
|
@ -241,6 +241,9 @@ Errors:
|
||||
NotFound: Notification Policy konnte nicht gefunden werden
|
||||
NotChanged: Notification Policy wurde nicht verändert
|
||||
AlreadyExists: Notification Policy existiert bereits
|
||||
LabelPolicy:
|
||||
NotFound: Private Label Policy konnte nicht gefunden
|
||||
NotChanged: Private Label Policy wurde nicht verändert
|
||||
Project:
|
||||
ProjectIDMissing: Project ID fehlt
|
||||
AlreadyExists: Project existiert bereits auf der Organisation
|
||||
|
@ -241,6 +241,9 @@ Errors:
|
||||
NotFound: Notification Policy not found
|
||||
NotChanged: Notification Policy not changed
|
||||
AlreadyExists: Notification Policy already exists
|
||||
LabelPolicy:
|
||||
NotFound: Private Label Policy not found
|
||||
NotChanged: Private Label Policy has not been changed
|
||||
Project:
|
||||
ProjectIDMissing: Project Id missing
|
||||
AlreadyExists: Project already exists on organization
|
||||
|
@ -241,6 +241,9 @@ Errors:
|
||||
NotFound: La politique notification n'a pas été trouvée
|
||||
NotChanged: La politique notification n'a pas été modifiée
|
||||
AlreadyExists: La politique notification existe déjà
|
||||
LabelPolicy:
|
||||
NotFound: La politique d'étiquetage privé n'a pas été trouvée
|
||||
NotChanged: La politique en matière de marques privées n'a pas été modifiée
|
||||
Project:
|
||||
ProjectIDMissing: Id de projet manquant
|
||||
AlreadyExists: Le projet existe déjà dans l'organisation
|
||||
|
@ -241,6 +241,9 @@ Errors:
|
||||
NotFound: Impostazioni di notifica non trovate
|
||||
NotChanged: Impostazioni di notifica non è stato cambiato
|
||||
AlreadyExists: Impostazioni di notifica già esistente
|
||||
LabelPolicy:
|
||||
NotFound: Etichettatura privata non trovata
|
||||
NotChanged: Private Labelling non è stata cambiata
|
||||
Project:
|
||||
ProjectIDMissing: ID del progetto mancante
|
||||
AlreadyExists: Il progetto è già stato creato nell'organizzazione
|
||||
|
@ -241,6 +241,9 @@ Errors:
|
||||
NotFound: Polityka powiadomień nie znaleziona
|
||||
NotChanged: Polityka powiadomień nie zmieniona
|
||||
AlreadyExists: Polityka powiadomień już istnieje
|
||||
LabelPolicy:
|
||||
NotFound: Nie znaleziono polityki marki własnej
|
||||
NotChanged: Polityka dotycząca marek własnych nie została zmieniona
|
||||
Project:
|
||||
ProjectIDMissing: Identyfikator projektu brak
|
||||
AlreadyExists: Projekt już istnieje w organizacji
|
||||
|
@ -241,6 +241,9 @@ Errors:
|
||||
NotFound: 未找到通知政策
|
||||
NotChanged: 通知政策没有改变
|
||||
AlreadyExists: 已经存在的通知政策
|
||||
LabelPolicy:
|
||||
NotFound: 不存在私人政策
|
||||
NotChanged: 私人政策不改变
|
||||
Project:
|
||||
ProjectIDMissing: P缺少项目 ID
|
||||
AlreadyExists: 项目以存在于组织中
|
||||
|
Loading…
Reference in New Issue
Block a user