aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/Resource.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-05 15:58:40 +0800
committercrupest <crupest@outlook.com>2021-05-05 15:58:40 +0800
commit0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5 (patch)
tree6877c4815b54eddda828d3d89752ab964d17d1bf /BackEnd/Timeline/Controllers/Resource.resx
parent1c4be4a43c4acd2ee46e37685e9153d9c5b34233 (diff)
downloadtimeline-0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5.tar.gz
timeline-0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5.tar.bz2
timeline-0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5.zip
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Controllers/Resource.resx')
-rw-r--r--BackEnd/Timeline/Controllers/Resource.resx6
1 files changed, 6 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Controllers/Resource.resx b/BackEnd/Timeline/Controllers/Resource.resx
index 90c6bdd6..afaa1ba1 100644
--- a/BackEnd/Timeline/Controllers/Resource.resx
+++ b/BackEnd/Timeline/Controllers/Resource.resx
@@ -120,6 +120,9 @@
<data name="ExceptionNoUserId" xml:space="preserve">
<value>Can't get user id.</value>
</data>
+ <data name="ExceptionNoUsername" xml:space="preserve">
+ <value>Can't get username.</value>
+ </data>
<data name="MessageForbid" xml:space="preserve">
<value>You have no permission to access this.</value>
</data>
@@ -147,6 +150,9 @@
<data name="MessageOldPasswordWrong" xml:space="preserve">
<value>The old password is wrong.</value>
</data>
+ <data name="MessageOperationSucceeded" xml:space="preserve">
+ <value>Operation succeeded.</value>
+ </data>
<data name="MessageTimelineListQueryRelateNotExist" xml:space="preserve">
<value>The user specified by query param "relate" does not exist.</value>
</data>