platform/server/account/lang/zh.json
Kristina 8a45a3fdde
Add login and signup by code (#6097)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2024-07-30 14:52:10 +07:00

17 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"string": {
"ConfirmationText": " {name} URL {link}{name} ",
"ConfirmationHTML": "<p></p><p> {name} <a href={link}></a> URL </p><p>{link}</p><p></p><p>{name} </p>",
"ConfirmationSubject": " {name}",
"RecoveryText": "{link}",
"RecoveryHTML": "<p><a href={link}></a></p><p>{link}</p><p></p>",
"RecoverySubject": "",
"InviteText": " {ws}{link} {expHours} ",
"InviteHTML": "<p> {ws}<a href={link}></a></p><p>{link}</p><p> {expHours} </p>",
"InviteSubject": " {ws}",
"OtpText": "访 {app}\n\n - {app} \n\n{code}\n\n ",
"OtpHTML": "<h3>访 {app}</h3><p> - {app} <p/><br/><b style=\"font-size:36px\">{code}</b><br/><br/><p>如果您没有请求此邮件,不用担心 — 您可以放心地忽略它。</p>",
"OtpSubject": "{app} 确认码:{code}"
}
}