mirror of https://gitee.com/answerdev/answer.git
fix(UcLogin): Add the missing i18n field to the `UcLogin` plugin.
This commit is contained in:
parent
5e41cd95fb
commit
79711f2b7b
|
@ -1,6 +1,7 @@
|
||||||
plugin:
|
plugin:
|
||||||
uc_login:
|
uc_login:
|
||||||
ui:
|
ui:
|
||||||
|
connect: Connect with {{ auth_name }}
|
||||||
login: Login
|
login: Login
|
||||||
qrcode_login_tip: Please use {{ agentName }} to scan the QR code and log in.
|
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.
|
login_failed_email_tip: Login failed, please allow this app to access your email information before try again.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
plugin:
|
plugin:
|
||||||
uc_login:
|
uc_login:
|
||||||
ui:
|
ui:
|
||||||
|
connect: 连接到 {{ auth_name }}
|
||||||
login: 登录
|
login: 登录
|
||||||
qrcode_login_tip: 请使用 {{ agentName }} 扫描二维码登录
|
qrcode_login_tip: 请使用 {{ agentName }} 扫描二维码登录
|
||||||
login_failed_email_tip: 登录失败, 请允许该应用程序访问您的电子邮件信息,然后再试一次。
|
login_failed_email_tip: 登录失败, 请允许该应用程序访问您的电子邮件信息,然后再试一次。
|
||||||
|
|
Loading…
Reference in New Issue