diff options
author | 杨宇千 <crupest@outlook.com> | 2019-11-07 22:06:06 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-11-07 22:06:06 +0800 |
commit | 5f9f9a9e40306f83bf360c3d27e4e33e78565fce (patch) | |
tree | 48ca95c6eb5dafe44d419bbe5d0ab49396209b13 /Timeline/Resources/Services/Exception.Designer.cs | |
parent | 9df5a86786ac2dcb8bc0f34f69501abfffd0dc9c (diff) | |
download | timeline-5f9f9a9e40306f83bf360c3d27e4e33e78565fce.tar.gz timeline-5f9f9a9e40306f83bf360c3d27e4e33e78565fce.tar.bz2 timeline-5f9f9a9e40306f83bf360c3d27e4e33e78565fce.zip |
Complete PersonalTimelineController and write attribute test.
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/Exception.Designer.cs | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs index 1f6493cb..970c306d 100644 --- a/Timeline/Resources/Services/Exception.Designer.cs +++ b/Timeline/Resources/Services/Exception.Designer.cs @@ -286,11 +286,11 @@ namespace Timeline.Resources.Services { }
/// <summary>
- /// Looks up a localized string similar to An exception happened when operating on the {} member on timeline..
+ /// Looks up a localized string similar to An exception happened when do operation {} on the {} member on timeline..
/// </summary>
- internal static string TimelineMemberOperationExceptionIndex {
+ internal static string TimelineMemberOperationExceptionDetail {
get {
- return ResourceManager.GetString("TimelineMemberOperationExceptionIndex", resourceCulture);
+ return ResourceManager.GetString("TimelineMemberOperationExceptionDetail", resourceCulture);
}
}
@@ -313,6 +313,15 @@ namespace Timeline.Resources.Services { }
/// <summary>
+ /// Looks up a localized string similar to The timeline post does not exist. You can't do operation on it..
+ /// </summary>
+ internal static string TimelinePostNotExistException {
+ get {
+ return ResourceManager.GetString("TimelinePostNotExistException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The use is not a member of the timeline..
/// </summary>
internal static string TimelineUserNotMemberException {
|