-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from gentslava/feature/reauth
Feature - Reauth
- Loading branch information
Showing
5 changed files
with
99 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
{ | ||
"title": "Elektronny Gorod Connect", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"phone": "Phone number or contract" | ||
} | ||
}, | ||
"contract": { | ||
"data": { | ||
"contract": "Contracts" | ||
"title": "Elektronny Gorod Connect", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"phone": "Phone number or contract" | ||
} | ||
}, | ||
"contract": { | ||
"data": { | ||
"contract": "Contracts" | ||
}, | ||
"description": "Choose your contract" | ||
}, | ||
"sms": { | ||
"data": { | ||
"sms": "SMS" | ||
}, | ||
"description": "Enter the code from SMS" | ||
} | ||
}, | ||
"description": "Choose your contract" | ||
}, | ||
"sms": { | ||
"data": { | ||
"sms": "SMS" | ||
"error": { | ||
"invalid_code": "Invalid code", | ||
"limit_exceeded": "The call limit has been exceeded. Please try again later.", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"description": "Enter the code from SMS" | ||
} | ||
}, | ||
"error": { | ||
"invalid_code": "Invalid code", | ||
"limit_exceeded": "The call limit has been exceeded. Please try again later.", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"abort": { | ||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]" | ||
"abort": { | ||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", | ||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
{ | ||
"title": "Электронный город Connect", | ||
"config": { | ||
"abort": { | ||
"already_configured": "Устройство уже настроено" | ||
}, | ||
"error": { | ||
"invalid_code": "Неверный код", | ||
"limit_exceeded": "Превышен лимит обращений. Пожалуйста, повторите попытку позже.", | ||
"unknown": "Неожиданная ошибка" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"phone": "Номер телефона или догорвора", | ||
"access_token": "Access token (при наличии)" | ||
} | ||
}, | ||
"contract": { | ||
"data": { | ||
"contract": "Договоры" | ||
}, | ||
"description": "Выберите договор" | ||
}, | ||
"sms": { | ||
"data": { | ||
"sms": "СМС" | ||
}, | ||
"description": "Введите код из СМС" | ||
} | ||
} | ||
} | ||
"title": "Электронный город Connect", | ||
"config": { | ||
"abort": { | ||
"already_configured": "Устройство уже настроено", | ||
"reauth_successful": "Повторная аутентификация прошла успешно" | ||
}, | ||
"error": { | ||
"invalid_code": "Неверный код", | ||
"limit_exceeded": "Превышен лимит обращений. Пожалуйста, повторите попытку позже.", | ||
"unknown": "Неожиданная ошибка" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"phone": "Номер телефона или догорвора", | ||
"access_token": "Access token (при наличии)" | ||
} | ||
}, | ||
"contract": { | ||
"data": { | ||
"contract": "Договоры" | ||
}, | ||
"description": "Выберите договор" | ||
}, | ||
"sms": { | ||
"data": { | ||
"sms": "СМС" | ||
}, | ||
"description": "Введите код из СМС" | ||
} | ||
} | ||
} | ||
} |