diff options
author | crupest <crupest@outlook.com> | 2020-03-11 18:16:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-11 18:16:18 +0800 |
commit | 53b237832d3d967b531a8dc130ebbf2ede173741 (patch) | |
tree | d82d54a11bf5d3dfc112dacf8d8e9f9503e88ca0 /Timeline/Resources | |
parent | a908d22253b7d6cb5f07eecf5b35c64e4bab0390 (diff) | |
download | timeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.gz timeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.bz2 timeline-53b237832d3d967b531a8dc130ebbf2ede173741.zip |
...
Diffstat (limited to 'Timeline/Resources')
-rw-r--r-- | Timeline/Resources/Messages.Designer.cs | 51 | ||||
-rw-r--r-- | Timeline/Resources/Messages.resx | 21 |
2 files changed, 42 insertions, 30 deletions
diff --git a/Timeline/Resources/Messages.Designer.cs b/Timeline/Resources/Messages.Designer.cs index fb093f07..cae91093 100644 --- a/Timeline/Resources/Messages.Designer.cs +++ b/Timeline/Resources/Messages.Designer.cs @@ -151,65 +151,74 @@ namespace Timeline.Resources { }
/// <summary>
- /// Looks up a localized string similar to The user to set as member does not exist..
+ /// Looks up a localized string similar to Unknown type of post content..
/// </summary>
- internal static string TimelineCommon_MemberPut_NotExist {
+ internal static string TimelineController_ContentUnknownType {
get {
- return ResourceManager.GetString("TimelineCommon_MemberPut_NotExist", resourceCulture);
+ return ResourceManager.GetString("TimelineController_ContentUnknownType", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to A timeline with given name already exists..
+ /// Looks up a localized string similar to Data field is not a valid base64 string in image content..
/// </summary>
- internal static string TimelineCommon_NameConflict {
+ internal static string TimelineController_ImageContentDataNotBase64 {
get {
- return ResourceManager.GetString("TimelineCommon_NameConflict", resourceCulture);
+ return ResourceManager.GetString("TimelineController_ImageContentDataNotBase64", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to The timeline with given name does not exist..
+ /// Looks up a localized string similar to Data field is not a valid image after base64 decoding in image content..
/// </summary>
- internal static string TimelineCommon_NotExist {
+ internal static string TimelineController_ImageContentDataNotImage {
get {
- return ResourceManager.GetString("TimelineCommon_NotExist", resourceCulture);
+ return ResourceManager.GetString("TimelineController_ImageContentDataNotImage", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Unknown type of post content..
+ /// Looks up a localized string similar to Data field is required for image content..
/// </summary>
- internal static string TimelineController_ContentUnknownType {
+ internal static string TimelineController_ImageContentDataRequired {
get {
- return ResourceManager.GetString("TimelineController_ContentUnknownType", resourceCulture);
+ return ResourceManager.GetString("TimelineController_ImageContentDataRequired", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Data field is not a valid base64 string in image content..
+ /// Looks up a localized string similar to The user to set as member does not exist..
/// </summary>
- internal static string TimelineController_ImageContentDataNotBase64 {
+ internal static string TimelineController_MemberPut_NotExist {
get {
- return ResourceManager.GetString("TimelineController_ImageContentDataNotBase64", resourceCulture);
+ return ResourceManager.GetString("TimelineController_MemberPut_NotExist", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Data field is not a valid image after base64 decoding in image content..
+ /// Looks up a localized string similar to A timeline with given name already exists..
/// </summary>
- internal static string TimelineController_ImageContentDataNotImage {
+ internal static string TimelineController_NameConflict {
get {
- return ResourceManager.GetString("TimelineController_ImageContentDataNotImage", resourceCulture);
+ return ResourceManager.GetString("TimelineController_NameConflict", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Data field is required for image content..
+ /// Looks up a localized string similar to The timeline with given name does not exist..
/// </summary>
- internal static string TimelineController_ImageContentDataRequired {
+ internal static string TimelineController_NotExist {
get {
- return ResourceManager.GetString("TimelineController_ImageContentDataRequired", resourceCulture);
+ return ResourceManager.GetString("TimelineController_NotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The post of that type has no data..
+ /// </summary>
+ internal static string TimelineController_PostNoData {
+ get {
+ return ResourceManager.GetString("TimelineController_PostNoData", resourceCulture);
}
}
diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx index 6a4cb1b6..631bd749 100644 --- a/Timeline/Resources/Messages.resx +++ b/Timeline/Resources/Messages.resx @@ -147,15 +147,6 @@ <data name="Common_InvalidModel" xml:space="preserve">
<value>Model is of bad format.</value>
</data>
- <data name="TimelineCommon_MemberPut_NotExist" xml:space="preserve">
- <value>The user to set as member does not exist.</value>
- </data>
- <data name="TimelineCommon_NameConflict" xml:space="preserve">
- <value>A timeline with given name already exists.</value>
- </data>
- <data name="TimelineCommon_NotExist" xml:space="preserve">
- <value>The timeline with given name does not exist.</value>
- </data>
<data name="TimelineController_ContentUnknownType" xml:space="preserve">
<value>Unknown type of post content.</value>
</data>
@@ -168,6 +159,18 @@ <data name="TimelineController_ImageContentDataRequired" xml:space="preserve">
<value>Data field is required for image content.</value>
</data>
+ <data name="TimelineController_MemberPut_NotExist" xml:space="preserve">
+ <value>The user to set as member does not exist.</value>
+ </data>
+ <data name="TimelineController_NameConflict" xml:space="preserve">
+ <value>A timeline with given name already exists.</value>
+ </data>
+ <data name="TimelineController_NotExist" xml:space="preserve">
+ <value>The timeline with given name does not exist.</value>
+ </data>
+ <data name="TimelineController_PostNoData" xml:space="preserve">
+ <value>The post of that type has no data.</value>
+ </data>
<data name="TimelineController_QueryRelateNotExist" xml:space="preserve">
<value>The user specified by query param "relate" does not exist.</value>
</data>
|