aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Controllers/TimelineController.resx
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-11-07 22:06:06 +0800
committer杨宇千 <crupest@outlook.com>2019-11-07 22:06:06 +0800
commit5f9f9a9e40306f83bf360c3d27e4e33e78565fce (patch)
tree48ca95c6eb5dafe44d419bbe5d0ab49396209b13 /Timeline/Resources/Controllers/TimelineController.resx
parent9df5a86786ac2dcb8bc0f34f69501abfffd0dc9c (diff)
downloadtimeline-5f9f9a9e40306f83bf360c3d27e4e33e78565fce.tar.gz
timeline-5f9f9a9e40306f83bf360c3d27e4e33e78565fce.tar.bz2
timeline-5f9f9a9e40306f83bf360c3d27e4e33e78565fce.zip
Complete PersonalTimelineController and write attribute test.
Diffstat (limited to 'Timeline/Resources/Controllers/TimelineController.resx')
-rw-r--r--Timeline/Resources/Controllers/TimelineController.resx9
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Resources/Controllers/TimelineController.resx b/Timeline/Resources/Controllers/TimelineController.resx
index 420ac419..7e323164 100644
--- a/Timeline/Resources/Controllers/TimelineController.resx
+++ b/Timeline/Resources/Controllers/TimelineController.resx
@@ -120,6 +120,15 @@
<data name="ExceptionStringToVisibility" xml:space="preserve">
<value>An unknown timeline visibility value. Can't convert it.</value>
</data>
+ <data name="LogUnknownTimelineMemberOperationUserException" xml:space="preserve">
+ <value>An unknown TimelineMemberOperationUserException is thrown. Can't recognize its inner exception. It is rethrown.</value>
+ </data>
+ <data name="MessageMemberUsernameBadFormat" xml:space="preserve">
+ <value>The {0}-st username to do operation {1} on is of bad format.</value>
+ </data>
+ <data name="MessageMemberUserNotExist" xml:space="preserve">
+ <value>The {0}-st user to do operation {1} on does not exist.</value>
+ </data>
<data name="MessagePostsCreateForbid" xml:space="preserve">
<value>You have no permission to create posts in the timeline.</value>
</data>