fix(UcLogin): Add the missing i18n field to the `UcLogin` plugin.

This commit is contained in:
haitaoo 2023-06-26 11:42:49 +08:00
parent 5e41cd95fb
commit 79711f2b7b
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
plugin:
uc_login:
ui:
connect: Connect with {{ auth_name }}
login: Login
qrcode_login_tip: Please use {{ agentName }} to scan the QR code and log in.
login_failed_email_tip: Login failed, please allow this app to access your email information before try again.

View File

@ -1,6 +1,7 @@
plugin:
uc_login:
ui:
connect: 连接到 {{ auth_name }}
login: 登录
qrcode_login_tip: 请使用 {{ agentName }} 扫描二维码登录
login_failed_email_tip: 登录失败, 请允许该应用程序访问您的电子邮件信息,然后再试一次。