mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
improve sending text
This commit is contained in:
@ -67,7 +67,7 @@ export const SendCodeInput = (props) => {
|
||||
onChange={e => onChange(e.target.value)}
|
||||
enterButton={
|
||||
<Button style={{fontSize: 14}} type={"primary"} disabled={disabled || buttonLeftTime > 0} loading={buttonLoading}>
|
||||
{buttonLeftTime > 0 ? `${buttonLeftTime} s` : buttonLoading ? i18next.t("code:Sending Code") : i18next.t("code:Send Code")}
|
||||
{buttonLeftTime > 0 ? `${buttonLeftTime} s` : buttonLoading ? i18next.t("code:Sending") : i18next.t("code:Send Code")}
|
||||
</Button>
|
||||
}
|
||||
onSearch={() => setVisible(true)}
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Bitte geben Sie Ihren Telefon-Verifizierungscode ein!",
|
||||
"Please input your verification code!": "Bitte geben Sie Ihren Bestätigungscode ein!",
|
||||
"Send Code": "Code senden",
|
||||
"Sending Code": "Code wird gesendet",
|
||||
"Sending": "Code wird gesendet",
|
||||
"Submit and complete": "Absenden und abschließen"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Please input your phone verification code!",
|
||||
"Please input your verification code!": "Please input your verification code!",
|
||||
"Send Code": "Send Code",
|
||||
"Sending Code": "Sending Code",
|
||||
"Sending": "Sending",
|
||||
"Submit and complete": "Submit and complete"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Ingrese su código de verificación teléfonico!",
|
||||
"Please input your verification code!": "Ingrese su código de verificación!",
|
||||
"Send Code": "Enviar código",
|
||||
"Sending Code": "Enviando código",
|
||||
"Sending": "Enviando código",
|
||||
"Submit and complete": "Enviar y completar"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Veuillez entrer le code de vérification de votre téléphone !",
|
||||
"Please input your verification code!": "Veuillez entrer votre code de vérification !",
|
||||
"Send Code": "Envoyer le code",
|
||||
"Sending Code": "Code d'envoi",
|
||||
"Sending": "Code d'envoi",
|
||||
"Submit and complete": "Soumettre et compléter"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "電話番号を入力してください!",
|
||||
"Please input your verification code!": "認証コードを入力してください!",
|
||||
"Send Code": "コードを送信",
|
||||
"Sending Code": "コードを送信中",
|
||||
"Sending": "コードを送信中",
|
||||
"Submit and complete": "提出して完了"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Please input your phone verification code!",
|
||||
"Please input your verification code!": "Please input your verification code!",
|
||||
"Send Code": "Send Code",
|
||||
"Sending Code": "Sending Code",
|
||||
"Sending": "Sending",
|
||||
"Submit and complete": "Submit and complete"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Пожалуйста, введите код подтверждения!",
|
||||
"Please input your verification code!": "Пожалуйста, введите код подтверждения!",
|
||||
"Send Code": "Отправить код",
|
||||
"Sending Code": "Отправка кода",
|
||||
"Sending": "Отправка кода",
|
||||
"Submit and complete": "Отправить и завершить"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "Please input your phone verification code!",
|
||||
"Please input your verification code!": "Please input your verification code!",
|
||||
"Send Code": "Send Code",
|
||||
"Sending Code": "Sending Code",
|
||||
"Sending": "Sending",
|
||||
"Submit and complete": "Submit and complete"
|
||||
},
|
||||
"forget": {
|
||||
|
@ -121,7 +121,7 @@
|
||||
"Please input your phone verification code!": "请输入您的手机验证码!",
|
||||
"Please input your verification code!": "请输入您的验证码!",
|
||||
"Send Code": "发送验证码",
|
||||
"Sending Code": "发送中",
|
||||
"Sending": "发送中",
|
||||
"Submit and complete": "完成提交"
|
||||
},
|
||||
"forget": {
|
||||
|
Reference in New Issue
Block a user