diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index aa592fdd97d7a2c8f64a68f606ac0cb1c9cb08ae..09372351f8c80fcfce598d4b82d48caf91a4e019 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1055,6 +1055,16 @@ "emailsendexception": "Email sending failed, please try again" } }, + "nfpa": { + "process": { + "getauthdisplayname": "IT Service Basic Permissions (Interface)", + "getauthintroduction": "Having this permission allows access to IT services and query data interfaces through interfaces" + }, + "process_base": { + "getauthdisplayname": "Basic permissions for IT services", + "getauthintroduction": "View IT service related basic functions" + } + }, "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "Display method after work order timeout, optional values naturalTime | workTime", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index a50c003c5261701383de676de2eb051dfcf6cee0..d36b843d2dfbe145e757c2be6fe9ebdcf8861a17 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1083,6 +1083,16 @@ "emailsendexception": "邮件发送失败,请重试" } }, + "nfpa": { + "process": { + "getauthdisplayname": "IT服务基础权限(接口)", + "getauthintroduction": "拥有此权限可以通过接口访问IT服务一些查询数据接口" + }, + "process_base": { + "getauthdisplayname": "IT服务基础权限", + "getauthintroduction": "查看IT服务相关基础功能" + } + }, "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "工单时效超时后显示方式,可选值naturalTime|workTime",