diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index dd4db6fb54ff92144e07459b55277a5475f32c49..7bfc493b25fcba0730df3451e33a0c9505ce5225 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -131,6 +131,7 @@ "filepath": "File Path", "filepathlist": "Attachment path list", "filepathprefix": "Attachment path prefix", + "filesize": "file size", "filetype": "Attachment Type", "filter": "Filter conditions", "focususerlist": "List of followers", @@ -1213,6 +1214,9 @@ "nfe": { "confignotfoundexception": { "confignotfoundexception": "NACOS cannot obtain the configuration and the local config.properties acquisition failed. Please confirm if the NACOS service is functioning properly or if the config.properties file exists, and if so, if the file permissions are normal" + }, + "systempropertynotfoundexception": { + "systempropertynotfoundexception": "The system property \u0027{0}\u0027 does not exist" } }, "nfea": { @@ -1375,6 +1379,13 @@ } }, "nfef": { + "filenotfoundexception": { + "filenotfoundexception": "Attachment \u0027{0}\u0027 does not exist", + "getmessage": { + "directory": "\u0027{0}\u0027 is a directory", + "nonexistent": "The file or directory \u0027{0}\u0027 does not exist" + } + }, "mkdirpermissiondeniedexception": { "mkdirpermissiondeniedexception": "No permission to create folder" } @@ -4864,8 +4875,17 @@ } }, "nmtal": { + "exportlogfileapi": { + "getname": "Export Log File" + }, "getlicenseapi": { "getname": "Obtaining License Information" + }, + "getlogcontentapi": { + "getname": "Retrieve the content of the application log file" + }, + "getlogfilenamelistapi": { + "getname": "Get a list of application log file names" } }, "nmtam": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index c16e39eae208d052cee82743b40e500bc77b14e8..994dd066788222026247d5651eab33fa1ad520fb 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -131,6 +131,7 @@ "filepath": "文件路径", "filepathlist": "附件路径列表", "filepathprefix": "附件路径前缀", + "filesize": "文件大小", "filetype": "附件类型", "filter": "过滤条件", "focususerlist": "关注人列表", @@ -1242,6 +1243,9 @@ "nfe": { "confignotfoundexception": { "confignotfoundexception": "nacos获取不到配置且本地config.properties获取失败,请确认nacos服务是否正常或config.properties文件是否存在,如果存在,文件权限是否正常" + }, + "systempropertynotfoundexception": { + "systempropertynotfoundexception": "系统属性“{0}”不存在" } }, "nfea": { @@ -1404,6 +1408,13 @@ } }, "nfef": { + "filenotfoundexception": { + "filenotfoundexception": "附件“{0}”不存在", + "getmessage": { + "directory": "“{0}”是一个目录", + "nonexistent": "文件或目录“{0}”不存在" + } + }, "mkdirpermissiondeniedexception": { "mkdirpermissiondeniedexception": "没有创建文件夹权限" } @@ -4916,8 +4927,17 @@ } }, "nmtal": { + "exportlogfileapi": { + "getname": "导出日志文件" + }, "getlicenseapi": { "getname": "获取许可信息" + }, + "getlogcontentapi": { + "getname": "获取应用日志文件内容" + }, + "getlogfilenamelistapi": { + "getname": "获取应用日志文件名称列表" } }, "nmtam": {