From 7594a16e38304739487b053405153379faee6e58 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 7 Jan 2021 16:23:20 +0800 Subject: 史诗级重构! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Resources/Services/Exceptions.Designer.cs | 4 +- .../Timeline/Resources/Services/Exceptions.resx | 144 ++++++++++++--------- 2 files changed, 84 insertions(+), 64 deletions(-) (limited to 'BackEnd/Timeline/Resources/Services') diff --git a/BackEnd/Timeline/Resources/Services/Exceptions.Designer.cs b/BackEnd/Timeline/Resources/Services/Exceptions.Designer.cs index 1dbe11c9..7f00d60d 100644 --- a/BackEnd/Timeline/Resources/Services/Exceptions.Designer.cs +++ b/BackEnd/Timeline/Resources/Services/Exceptions.Designer.cs @@ -160,7 +160,7 @@ namespace Timeline.Resources.Services { } /// - /// Looks up a localized string similar to Request timeline name is "{0}". Request timeline post id is "{1}".. + /// Looks up a localized string similar to Request timeline id is "{0}". Request timeline post id is "{1}".. /// internal static string TimelinePostNotExistException { get { @@ -169,7 +169,7 @@ namespace Timeline.Resources.Services { } /// - /// Looks up a localized string similar to Request timeline name is "{0}". Request timeline post id is "{1}". The post does not exist because it is deleted.. + /// Looks up a localized string similar to Request timeline id is "{0}". Request timeline post id is "{1}". The post does not exist because it is deleted.. /// internal static string TimelinePostNotExistExceptionDeleted { get { diff --git a/BackEnd/Timeline/Resources/Services/Exceptions.resx b/BackEnd/Timeline/Resources/Services/Exceptions.resx index e9595caa..d988b084 100644 --- a/BackEnd/Timeline/Resources/Services/Exceptions.resx +++ b/BackEnd/Timeline/Resources/Services/Exceptions.resx @@ -1,76 +1,96 @@  + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + + + + + + + + + + + + + + + + + + - + + @@ -89,13 +109,13 @@ text/microsoft-resx - 1.3 + 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 The required entity of type "{0}" does not exist. @@ -113,7 +133,7 @@ Request timeline name is "{0}". If this is a personal timeline whose name starts with '@', it means the user does not exist and inner exception should be a UserNotExistException. - Request timeline name is "{0}". Request timeline post id is "{1}". + Request timeline id is "{0}". Request timeline post id is "{1}". Request username is "{0}". Request id is "{1}". @@ -137,6 +157,6 @@ image's actual mime type is not the specified one - Request timeline name is "{0}". Request timeline post id is "{1}". The post does not exist because it is deleted. + Request timeline id is "{0}". Request timeline post id is "{1}". The post does not exist because it is deleted. \ No newline at end of file -- cgit v1.2.3