设备代码流在完成授权后隐藏二维码#6087
Conversation
| # You should have received a copy of the GNU General Public License | ||
| # along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| # | ||
|
|
| account.methods.microsoft.hint=点击“登录”按钮开始添加微软账户。 | ||
| account.methods.microsoft.methods.device=扫描二维码登录 | ||
| account.methods.microsoft.methods.device.hint=扫描二维码或访问 <a href="%s">%s</a>,在打开的页面中输入 <b>%s</b> 完成登录。 | ||
| account.methods.microsoft.methods.device.hint.completed=已完成微软账户授权。其余登录步骤将由启动器自动执行,请稍等。 |
There was a problem hiding this comment.
| account.methods.microsoft.methods.device.hint.completed=已完成微软账户授权。其余登录步骤将由启动器自动执行,请稍等。 | |
| account.methods.microsoft.methods.device.hint.completed=已完成微软账户授权。其余登录步骤将由启动器自动执行,请稍候。 |
| account.methods.microsoft.hint=點擊「登入」按鈕開始新增 Microsoft 帳戶。 | ||
| account.methods.microsoft.methods.device=掃描 QR Code 登入 | ||
| account.methods.microsoft.methods.device.hint=掃描 QR Code 或訪問 <a href="%s">%s</a>,在開啟的頁面中輸入 <b>%s</b> 完成登入。 | ||
| account.methods.microsoft.methods.device.hint.completed=已完成微软帳戶授權。其余登入步驟將由啟動器自動執行,请稍等。 |
There was a problem hiding this comment.
| account.methods.microsoft.methods.device.hint.completed=已完成微软帳戶授權。其余登入步驟將由啟動器自動執行,请稍等。 | |
| account.methods.microsoft.methods.device.hint.completed=已完成 Microsoft 帳戶授權。其餘登入步驟將由啟動器自動執行,請稍候。 |
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request enhances the Microsoft device login flow by introducing a new 'DeviceLoginCompleted' state and event. This ensures that users are notified once the authorization step is finished while the launcher completes the remaining login tasks. The changes involve updates to the OAuth callback interface, the addition of a specific event class, and UI logic to display a completion hint. Review feedback correctly identified a grammatical error in the English localization and character inconsistencies in the Traditional Chinese translation, both of which included specific code suggestions for correction.
| account.methods.microsoft.hint=Click the "Log in" button to start adding your Microsoft account. | ||
| account.methods.microsoft.methods.device=Log In with QR Code | ||
| account.methods.microsoft.methods.device.hint=Scan QR code or visit <a href="%s">%s</a> to complete login, enter <b>%s</b> in the opened page. | ||
| account.methods.microsoft.methods.device.hint.completed=Microsoft account authorization is now completed. There are some extra works for us, just wait for a while. |
| account.methods.microsoft.hint=點擊「登入」按鈕開始新增 Microsoft 帳戶。 | ||
| account.methods.microsoft.methods.device=掃描 QR Code 登入 | ||
| account.methods.microsoft.methods.device.hint=掃描 QR Code 或訪問 <a href="%s">%s</a>,在開啟的頁面中輸入 <b>%s</b> 完成登入。 | ||
| account.methods.microsoft.methods.device.hint.completed=已完成微软帳戶授權。其余登入步驟將由啟動器自動執行,请稍等。 |
No description provided.