mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: allow unicode characters in org domains (#6675)
Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
@@ -204,6 +204,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Домейнът вече съществува
|
||||
InvalidCharacter: "Само буквено-цифрови знаци, . "
|
||||
EmptyString: Невалидни нецифрови и азбучни знаци бяха заменени с празни интервали и полученият домейн е празен низ
|
||||
IDP:
|
||||
InvalidSearchQuery: Невалидна заявка за търсене
|
||||
ClientIDMissing: Липсва ClientID
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Domäne existiert bereits
|
||||
InvalidCharacter: Nur alphanumerische Zeichen, . und - sind für eine Domäne erlaubt
|
||||
EmptyString: Ungültige nicht numerische und alphabetische Zeichen wurden durch Leerzeichen ersetzt und die resultierende Domäne ist eine leere Zeichenfolge
|
||||
IDP:
|
||||
InvalidSearchQuery: Ungültiger Suchparameter
|
||||
ClientIDMissing: ClientID fehlt
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Domain already exists
|
||||
InvalidCharacter: Only alphanumeric characters, . and - are allowed for a domain
|
||||
EmptyString: Invalid non numeric and alphabetical characters were replaced with empty spaces and resulting domain is an empty string
|
||||
IDP:
|
||||
InvalidSearchQuery: Invalid search query
|
||||
ClientIDMissing: ClientID missing
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: El dominio ya existe
|
||||
InvalidCharacter: Solo caracteres alfanuméricos, . y - se permiten para un dominio
|
||||
EmptyString: Los caracteres alfabéticos y no numéricos no válidos se reemplazaron con espacios vacíos y el dominio resultante es una cadena vacía
|
||||
IDP:
|
||||
InvalidSearchQuery: Consulta de búsqueda no válida
|
||||
ClientIDMissing: Falta ClientID
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Le domaine existe déjà
|
||||
InvalidCharacter: Seuls les caractères alphanumériques, . et - sont autorisés pour un domaine
|
||||
EmptyString: Les caractères non numériques et alphabétiques non valides ont été remplacés par des espaces vides et le domaine résultant est une chaîne vide
|
||||
IDP:
|
||||
InvalidSearchQuery: Paramètre de recherche non valide
|
||||
ClientIDMissing: ID client manquant
|
||||
|
@@ -201,6 +201,8 @@ Errors:
|
||||
IdpIsNotOIDC: La configurazione IDP non è di tipo oidc
|
||||
Domain:
|
||||
AlreadyExists: Il dominio già esistente
|
||||
InvalidCharacter: Solo caratteri alfanumerici, . e - sono consentiti per un dominio
|
||||
EmptyString: I caratteri non numerici e alfabetici non validi sono stati sostituiti con spazi vuoti e il dominio risultante è una stringa vuota
|
||||
IDP:
|
||||
InvalidSearchQuery: Parametro di ricerca non valido
|
||||
InvalidCharacter: Per un dominio sono ammessi solo caratteri alfanumerici, . e -
|
||||
|
@@ -194,6 +194,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: ドメインはすでに存在します
|
||||
InvalidCharacter: ドメインは英数字、'.'、'-'のみ使用可能です。
|
||||
EmptyString: 無効な数字およびアルファベット以外の文字は空のスペースに置き換えられ、結果のドメインは空の文字列になります
|
||||
IDP:
|
||||
InvalidSearchQuery: 無効な検索クエリです
|
||||
ClientIDMissing: クライアントIDがありません
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Доменот веќе постои
|
||||
InvalidCharacter: Дозволени се само алфанумерички знаци, . и - се дозволени за домен
|
||||
EmptyString: Неважечките ненумерички и азбучни знаци се заменети со празни места и добиениот домен е празна низа
|
||||
IDP:
|
||||
InvalidSearchQuery: Невалидно пребарување
|
||||
ClientID Missing: ClientID недостасува
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Domena już istnieje
|
||||
InvalidCharacter: Tylko znaki alfanumeryczne, . i - są dozwolone dla domeny
|
||||
EmptyString: Nieprawidłowe znaki inne niż numeryczne i alfabetyczne zostały zastąpione pustymi spacjami, a wynikowa domena jest pustym ciągiem znaków
|
||||
IDP:
|
||||
InvalidSearchQuery: Nieprawidłowe zapytanie wyszukiwania
|
||||
ClientIDMissing: Brak ClientID
|
||||
|
@@ -200,6 +200,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: Domínio já existe
|
||||
InvalidCharacter: Apenas caracteres alfanuméricos, . e - são permitidos para um domínio
|
||||
EmptyString: Caracteres não numéricos e alfabéticos inválidos foram substituídos por espaços vazios e o domínio resultante é uma string vazia
|
||||
IDP:
|
||||
InvalidSearchQuery: Consulta de pesquisa inválida
|
||||
ClientIDMissing: ClientID ausente
|
||||
|
@@ -202,6 +202,7 @@ Errors:
|
||||
Domain:
|
||||
AlreadyExists: 域名已存在
|
||||
InvalidCharacter: 只有字母数字字符,.和 - 允许用于域名中
|
||||
EmptyString: 无效的非数字和字母字符被替换为空格,结果域是空字符串
|
||||
IDP:
|
||||
InvalidSearchQuery: 无效的搜索查询
|
||||
ClientIDMissing: 客户端 ID 丢失
|
||||
|
Reference in New Issue
Block a user