People.client: changeEmailDialog: fixed translations

This commit is contained in:
Daniil Senkiv 2019-12-25 17:21:04 +03:00
parent bb39cb5611
commit 14b88b8d56
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@
"DomainIpAddress": "Domains as ip address are not supported", "DomainIpAddress": "Domains as ip address are not supported",
"PunycodeDomain": "Punycode domains are not supported", "PunycodeDomain": "Punycode domains are not supported",
"PunycodeLocalPart": "Punycode local part are not supported", "PunycodeLocalPart": "Punycode local part are not supported",
"IncorrectLocalPart": "Incorrect localpart", "IncorrectLocalPart": "Incorrect local part",
"SpacesInLocalPart": "Incorrect, localpart contains spaces", "SpacesInLocalPart": "Incorrect, local part contains spaces",
"MaxLengthExceeded": "The maximum total length of a user name or other local-part is 64 characters.", "MaxLengthExceeded": "The maximum total length of a user name or other local part is 64 characters.",
"IncorrectEmail": "Incorrect email", "IncorrectEmail": "Incorrect email",
"ManyEmails": "Too many email parsed", "ManyEmails": "Too many email parsed",
"EmptyEmail": "No one email parsed" "EmptyEmail": "No one email parsed"

View File

@ -5,7 +5,7 @@
"SendButton": "Отправить", "SendButton": "Отправить",
"SameEmail": "Email совпадает с текущим", "SameEmail": "Email совпадает с текущим",
"LocalDomain": "Псевдодомен(локальный) верхнего уровня не поддерживается", "LocalDomain": "Псевдодомен верхнего уровня не поддерживается",
"IncorrectDomain": "Некорректный домен", "IncorrectDomain": "Некорректный домен",
"DomainIpAddress": "IP адрес в качестве домена не поддерживается", "DomainIpAddress": "IP адрес в качестве домена не поддерживается",
"PunycodeDomain": "Домен содержит запрещенные символы", "PunycodeDomain": "Домен содержит запрещенные символы",