From a6150c487e7a0eb3fb1d9874d2fa7de61cdbfd30 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Apr 2021 19:29:20 +0800 Subject: refactor: ... --- .../Timeline/Services/User/Resource.Designer.cs | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) (limited to 'BackEnd/Timeline/Services/User/Resource.Designer.cs') diff --git a/BackEnd/Timeline/Services/User/Resource.Designer.cs b/BackEnd/Timeline/Services/User/Resource.Designer.cs index 4f75b055..908e2732 100644 --- a/BackEnd/Timeline/Services/User/Resource.Designer.cs +++ b/BackEnd/Timeline/Services/User/Resource.Designer.cs @@ -69,6 +69,24 @@ namespace Timeline.Services.User { } } + /// + /// Looks up a localized string similar to Can't change root user's permission.. + /// + internal static string ExceptionChangeRootUserPermission { + get { + return ResourceManager.GetString("ExceptionChangeRootUserPermission", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Can't delete root user.. + /// + internal static string ExceptionDeleteRootUser { + get { + return ResourceManager.GetString("ExceptionDeleteRootUser", resourceCulture); + } + } + /// /// Looks up a localized string similar to The hashes password is of bad format. It might not be created by server. Reason: {0}. /// @@ -132,6 +150,15 @@ namespace Timeline.Services.User { } } + /// + /// Looks up a localized string similar to Can't perform such operation on root user.. + /// + internal static string ExceptionInvalidOperationOnRootUser { + get { + return ResourceManager.GetString("ExceptionInvalidOperationOnRootUser", resourceCulture); + } + } + /// /// Looks up a localized string similar to Nickname is of bad format. {0}. /// @@ -150,6 +177,15 @@ namespace Timeline.Services.User { } } + /// + /// Looks up a localized string similar to Password can't be null.. + /// + internal static string ExceptionPasswordNull { + get { + return ResourceManager.GetString("ExceptionPasswordNull", resourceCulture); + } + } + /// /// Looks up a localized string similar to User with given constraints already exists.. /// @@ -168,6 +204,15 @@ namespace Timeline.Services.User { } } + /// + /// Looks up a localized string similar to Username can't be null.. + /// + internal static string ExceptionUsernameNull { + get { + return ResourceManager.GetString("ExceptionUsernameNull", resourceCulture); + } + } + /// /// Looks up a localized string similar to Requested user does not exist.. /// @@ -176,5 +221,41 @@ namespace Timeline.Services.User { return ResourceManager.GetString("ExceptionUserNotExist", resourceCulture); } } + + /// + /// Looks up a localized string similar to User with username = {0}, id ={1} changed password.. + /// + internal static string LogChangePassowrd { + get { + return ResourceManager.GetString("LogChangePassowrd", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A user is deleted with username = {0}, id = {1}.. + /// + internal static string LogDeleteUser { + get { + return ResourceManager.GetString("LogDeleteUser", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A new user is created with username = {0}, id = {1}.. + /// + internal static string LogUserCreated { + get { + return ResourceManager.GetString("LogUserCreated", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A user is modified with username = {0}, id = {1}.. + /// + internal static string LogUserModified { + get { + return ResourceManager.GetString("LogUserModified", resourceCulture); + } + } } } -- cgit v1.2.3