diff options
author | crupest <crupest@outlook.com> | 2020-03-10 16:19:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-10 16:19:28 +0800 |
commit | 88232f85e69a5e4b390e73344b31372746d4adca (patch) | |
tree | c4d4950a726648c5341efc7b61d440ed6f8bc9af /Timeline/Resources/Messages.resx | |
parent | 3267e698c644ec638af42b782b6848dc27467f8b (diff) | |
download | timeline-88232f85e69a5e4b390e73344b31372746d4adca.tar.gz timeline-88232f85e69a5e4b390e73344b31372746d4adca.tar.bz2 timeline-88232f85e69a5e4b390e73344b31372746d4adca.zip |
...
Diffstat (limited to 'Timeline/Resources/Messages.resx')
-rw-r--r-- | Timeline/Resources/Messages.resx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx index 865db524..6a4cb1b6 100644 --- a/Timeline/Resources/Messages.resx +++ b/Timeline/Resources/Messages.resx @@ -156,12 +156,27 @@ <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>
+ <data name="TimelineController_ImageContentDataNotBase64" xml:space="preserve">
+ <value>Data field is not a valid base64 string in image content.</value>
+ </data>
+ <data name="TimelineController_ImageContentDataNotImage" xml:space="preserve">
+ <value>Data field is not a valid image after base64 decoding in image content.</value>
+ </data>
+ <data name="TimelineController_ImageContentDataRequired" xml:space="preserve">
+ <value>Data field is required for image content.</value>
+ </data>
<data name="TimelineController_QueryRelateNotExist" xml:space="preserve">
<value>The user specified by query param "relate" does not exist.</value>
</data>
<data name="TimelineController_QueryVisibilityUnknown" xml:space="preserve">
<value>'{0}' is an unkown visibility in the query parameter 'visibility'. </value>
</data>
+ <data name="TimelineController_TextContentTextRequired" xml:space="preserve">
+ <value>Text field is required for text content.</value>
+ </data>
<data name="TokenController_Create_BadCredential" xml:space="preserve">
<value>Username or password is invalid.</value>
</data>
|