-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e40696
commit 5984db9
Showing
5 changed files
with
86 additions
and
52 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
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,26 +1,26 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Device is already configured" | ||
"config": { | ||
"abort": { | ||
"already_configured": "Device is already configured" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"invalid_auth": "Invalid authentication", | ||
"unknown": "Unexpected error" | ||
}, | ||
"step": { | ||
"user": { | ||
"title": "Wait 10 seconds..." | ||
}, | ||
"finish": { | ||
"data": { | ||
"url": "URL" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"invalid_auth": "Invalid authentication", | ||
"unknown": "Unexpected error" | ||
"data_description": { | ||
"url": "Redirect URL from the developer console" | ||
}, | ||
"step": { | ||
"user": { | ||
"title": "Wait 10 seconds..." | ||
}, | ||
"finish": { | ||
"data": { | ||
"url": "URL" | ||
}, | ||
"data_description": { | ||
"url": "Redirect URL from the developer console" | ||
}, | ||
"title": "Authorization" | ||
} | ||
} | ||
"title": "Authorization" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Устройство уже настроено" | ||
}, | ||
"error": { | ||
"cannot_connect": "Не удалось подключиться", | ||
"invalid_auth": "Неверные данные авторизации", | ||
"unknown": "Неизвестная ошибка" | ||
}, | ||
"step": { | ||
"user": { | ||
"title": "Подождите 10 секунд..." | ||
}, | ||
"finish": { | ||
"data": { | ||
"url": "URL" | ||
}, | ||
"data_description": { | ||
"url": "URL перенаправления из консоли разработчика" | ||
}, | ||
"title": "Авторизация" | ||
} | ||
} | ||
} | ||
} |