This commit is contained in:
2020-05-18 18:56:16 +00:00
parent 646b3f21e5
commit 7ff2cd8f7b
5 changed files with 8 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ namespace AyaNova.Api.Controllers
TranslationKeysToFetch.Add("UserTypeNotService");
TranslationKeysToFetch.Add("UserTypeCustomer");
TranslationKeysToFetch.Add("UserTypeHeadOffice");
TranslationKeysToFetch.Add("UserTypesSubContractor");
TranslationKeysToFetch.Add("UserTypeServiceContractor");
TranslationKeysToFetch.Add("UserTypeUtility");
var LT = TranslationBiz.GetSubsetStaticAsync(TranslationKeysToFetch, TranslationId).Result;
@@ -146,7 +146,7 @@ namespace AyaNova.Api.Controllers
ReturnList.Add(new NameIdItem() { Name = LT["UserTypeCustomer"], Id = (long)UserType.Customer });
ReturnList.Add(new NameIdItem() { Name = LT["UserTypeHeadOffice"], Id = (long)UserType.HeadOffice });
ReturnList.Add(new NameIdItem() { Name = LT["UserTypeUtility"], Id = (long)UserType.Utility });
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesSubContractor"], Id = (long)UserType.ServiceContractor });
ReturnList.Add(new NameIdItem() { Name = LT["UserTypeServiceContractor"], Id = (long)UserType.ServiceContractor });
}
else if (keyNameInLowerCase == StringUtil.TrimTypeName(typeof(AuthorizationRoles).ToString()).ToLowerInvariant())
{

View File

@@ -1545,7 +1545,7 @@
"PageOfPageText": "{0}-{1} von {2}",
"Loading": "Wird geladen...",
"Tags": "Kategorien",
"UserTypesSubContractor": "Subunternehmer",
"UserTypeServiceContractor": "Subunternehmer",
"AuthorizationRoles": "Autorisierungsrollen",
"AuthorizationRoleNoRole": "Keine Rolle",
"AuthorizationRoleBizAdminLimited": "Geschäftsverwaltung - beschränkt",

View File

@@ -1215,8 +1215,8 @@
"UserTypeAdministrator": "Administrator user",
"UserTypeCustomer": "Customer user",
"UserTypeHeadOffice": "Head office user",
"UserTypeNotService": "Non-schedulable user",
"UserTypeService": "Schedulable user",
"UserTypeNotService": "Non-service user",
"UserTypeService": "Service user",
"UserTypeUtility": "Utility account",
"VendorAccountNumber": "Account Number",
"VendorContact": "Contact",
@@ -1545,7 +1545,7 @@
"PageOfPageText": "{0}-{1} of {2}",
"Loading": "Loading...",
"Tags": "Tags",
"UserTypesSubContractor": "SubContractor user",
"UserTypeServiceContractor": "SubContractor user",
"AuthorizationRoles": "Authorization roles",
"AuthorizationRoleNoRole": "No role",
"AuthorizationRoleBizAdminLimited": "Business administration - limited",

View File

@@ -1545,7 +1545,7 @@
"PageOfPageText": "{0}-{1} de {2}",
"Loading": "Cargando...",
"Tags": "Etiquetas",
"UserTypesSubContractor": "Subcontratista",
"UserTypeServiceContractor": "Subcontratista",
"AuthorizationRoles": "Roles de autorización",
"AuthorizationRoleNoRole": "Sin rol",
"AuthorizationRoleBizAdminLimited": "Administracion de empresas - limitada",

View File

@@ -1545,7 +1545,7 @@
"PageOfPageText": "{0}-{1} sur {2}",
"Loading": "Chargement...",
"Tags": "Balises",
"UserTypesSubContractor": "Sous-traitant",
"UserTypeServiceContractor": "Sous-traitant",
"AuthorizationRoles": "Rôles d'autorisation",
"AuthorizationRoleNoRole": "Pas de rôle",
"AuthorizationRoleBizAdminLimited": "Administration des affaires - limitée",