aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Controllers/TimelineController.resx
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-11-12 20:09:41 +0800
committer杨宇千 <crupest@outlook.com>2019-11-12 20:09:41 +0800
commit299481eecc8c1b7bc40770d58c85ff1fddeddb96 (patch)
tree9ed402bdfdf633a5d49116e7ce03abb36454856a /Timeline/Resources/Controllers/TimelineController.resx
parentcc59e67f948d206a8bc466ed116d1bb870d3fb7b (diff)
downloadtimeline-299481eecc8c1b7bc40770d58c85ff1fddeddb96.tar.gz
timeline-299481eecc8c1b7bc40770d58c85ff1fddeddb96.tar.bz2
timeline-299481eecc8c1b7bc40770d58c85ff1fddeddb96.zip
Complete personal timeline controller unit tests.
Diffstat (limited to 'Timeline/Resources/Controllers/TimelineController.resx')
-rw-r--r--Timeline/Resources/Controllers/TimelineController.resx12
1 files changed, 9 insertions, 3 deletions
diff --git a/Timeline/Resources/Controllers/TimelineController.resx b/Timeline/Resources/Controllers/TimelineController.resx
index 7e323164..0cf7e881 100644
--- a/Timeline/Resources/Controllers/TimelineController.resx
+++ b/Timeline/Resources/Controllers/TimelineController.resx
@@ -129,10 +129,16 @@
<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">
+ <data name="MessagePostListGetForbid" xml:space="preserve">
+ <value>You have no permission to read posts of the timeline.</value>
+ </data>
+ <data name="MessagePostOperationCreateForbid" xml:space="preserve">
<value>You have no permission to create posts in the timeline.</value>
</data>
- <data name="MessagePostsGetForbid" xml:space="preserve">
- <value>You have no permission to read posts of the timeline.</value>
+ <data name="MessagePostOperationDeleteForbid" xml:space="preserve">
+ <value>You have no permission to delete posts in the timeline.</value>
+ </data>
+ <data name="MessagePostOperationDeleteNotExist" xml:space="preserve">
+ <value>The post to delete does not exist.</value>
</data>
</root> \ No newline at end of file