Browse Source

feat(platform): Update Localization.

pull/1093/head
colin 1 year ago
parent
commit
ebf04d0385
  1. 2
      aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json
  2. 2
      aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json

2
aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json

@ -114,6 +114,6 @@
"SmsMessages": "Sms Messages",
"SendMessage": "Send Message",
"MessageWillBeReSendWarningMessage": "The selected message will be resend.",
"SuccessfullySent": "Successfully Sent!"
"SuccessfullySent": "Successfully Sent, Please check the status later in the message center!"
}
}

2
aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json

@ -114,6 +114,6 @@
"SmsMessages": "短信消息",
"SendMessage": "发送消息",
"MessageWillBeReSendWarningMessage": "将重新发送选择的消息.",
"SuccessfullySent": "发送成功!"
"SuccessfullySent": "发送成功,请稍后在消息中心查看状态!"
}
}
Loading…
Cancel
Save