aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.resx
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-23 20:41:19 +0800
committer杨宇千 <crupest@outlook.com>2019-10-23 20:41:19 +0800
commit9a163719b76958374d1c27616393368e54e8b8a5 (patch)
treeb005aa3d8bc34d8e710ce7fae30236c62dcbe712 /Timeline/Resources/Services/Exception.resx
parent3ddb38839ac07de4edf071faeb753b62acb0bed1 (diff)
downloadtimeline-9a163719b76958374d1c27616393368e54e8b8a5.tar.gz
timeline-9a163719b76958374d1c27616393368e54e8b8a5.tar.bz2
timeline-9a163719b76958374d1c27616393368e54e8b8a5.zip
...
Diffstat (limited to 'Timeline/Resources/Services/Exception.resx')
-rw-r--r--Timeline/Resources/Services/Exception.resx21
1 files changed, 21 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/Exception.resx b/Timeline/Resources/Services/Exception.resx
index af771393..408c45a1 100644
--- a/Timeline/Resources/Services/Exception.resx
+++ b/Timeline/Resources/Services/Exception.resx
@@ -120,6 +120,27 @@
<data name="BadPasswordException" xml:space="preserve">
<value>The password is wrong.</value>
</data>
+ <data name="HashedPasswordBadFromatException" xml:space="preserve">
+ <value>The hashes password is of bad format. It might not be created by server.</value>
+ </data>
+ <data name="HashedPasswordBadFromatExceptionNotBase64" xml:space="preserve">
+ <value>Not of valid base64 format. See inner exception.</value>
+ </data>
+ <data name="HashedPasswordBadFromatExceptionNotLength0" xml:space="preserve">
+ <value>Decoded hashed password is of length 0.</value>
+ </data>
+ <data name="HashedPasswordBadFromatExceptionNotOthers" xml:space="preserve">
+ <value>See inner exception.</value>
+ </data>
+ <data name="HashedPasswordBadFromatExceptionNotSaltTooShort" xml:space="preserve">
+ <value>Salt length &lt; 128 bits.</value>
+ </data>
+ <data name="HashedPasswordBadFromatExceptionNotSubkeyTooShort" xml:space="preserve">
+ <value>Subkey length &lt; 128 bits.</value>
+ </data>
+ <data name="HashedPasswordBadFromatExceptionNotUnknownMarker" xml:space="preserve">
+ <value>Unknown format marker.</value>
+ </data>
<data name="JwtBadVersionException" xml:space="preserve">
<value>The version of the jwt token is old.</value>
</data>