diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-24 16:56:41 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-24 16:56:41 +0800 |
commit | c324d1dad0ffc1a1013b22792078415e7a50c470 (patch) | |
tree | c8f5032f86d8a9e5df0117d438ea741cb0a4f613 /Timeline/Resources/Models/Http/Common.en.resx | |
parent | 9a163719b76958374d1c27616393368e54e8b8a5 (diff) | |
download | timeline-c324d1dad0ffc1a1013b22792078415e7a50c470.tar.gz timeline-c324d1dad0ffc1a1013b22792078415e7a50c470.tar.bz2 timeline-c324d1dad0ffc1a1013b22792078415e7a50c470.zip |
...
Diffstat (limited to 'Timeline/Resources/Models/Http/Common.en.resx')
-rw-r--r-- | Timeline/Resources/Models/Http/Common.en.resx | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/Timeline/Resources/Models/Http/Common.en.resx b/Timeline/Resources/Models/Http/Common.en.resx index 40d44191..10407d76 100644 --- a/Timeline/Resources/Models/Http/Common.en.resx +++ b/Timeline/Resources/Models/Http/Common.en.resx @@ -117,16 +117,37 @@ <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <data name="ResponseDeleteDelete" xml:space="preserve">
+ <data name="ContentTooBig" xml:space="preserve">
+ <value>Body is too big. It can't be bigger than {0}.</value>
+ </data>
+ <data name="ContentUnmatchedLengthBigger" xml:space="preserve">
+ <value>Actual body length is bigger than it in header.</value>
+ </data>
+ <data name="ContentUnmatchedLengthSmaller" xml:space="preserve">
+ <value>Actual body length is smaller than it in header.</value>
+ </data>
+ <data name="DeleteDelete" xml:space="preserve">
<value>An existent item is deleted.</value>
</data>
- <data name="ResponseDeleteNotExist" xml:space="preserve">
+ <data name="DeleteNotExist" xml:space="preserve">
<value>The item does not exist, so nothing is changed.</value>
</data>
- <data name="ResponsePutCreate" xml:space="preserve">
+ <data name="HeaderBadIfNonMatch" xml:space="preserve">
+ <value>Header If-Non-Match is of bad format.</value>
+ </data>
+ <data name="HeaderMissingContentLength" xml:space="preserve">
+ <value>Header Content-Length is missing or of bad format.</value>
+ </data>
+ <data name="HeaderMissingContentType" xml:space="preserve">
+ <value>Header Content-Type is required.</value>
+ </data>
+ <data name="HeaderZeroContentLength" xml:space="preserve">
+ <value>Header Content-Length must not be 0.</value>
+ </data>
+ <data name="PutCreate" xml:space="preserve">
<value>A new item is created.</value>
</data>
- <data name="ResponsePutModify" xml:space="preserve">
+ <data name="PutModify" xml:space="preserve">
<value>An existent item is modified.</value>
</data>
</root>
\ No newline at end of file |