From ebf04d03859e0cff32f65b57e3c407c04ba76d32 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 8 Feb 2025 17:48:29 +0800 Subject: [PATCH] feat(platform): Update Localization. --- .../LINGYUN/Platform/Localization/Resources/en.json | 2 +- .../LINGYUN/Platform/Localization/Resources/zh-Hans.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json index 6e9530623..f307df6f9 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json +++ b/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!" } } \ No newline at end of file diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json index 3a2e233e4..f008eab3f 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json @@ -114,6 +114,6 @@ "SmsMessages": "短信消息", "SendMessage": "发送消息", "MessageWillBeReSendWarningMessage": "将重新发送选择的消息.", - "SuccessfullySent": "发送成功!" + "SuccessfullySent": "发送成功,请稍后在消息中心查看状态!" } } \ No newline at end of file