From d3cdcd36bd850a662666f357624e8d233d4cad7c Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 2 Jul 2025 15:01:55 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=92=8C=E4=B8=8B=E8=BD=BD=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1444848047980544]查看和下载日志页面 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1444848047980544 --- localconfig/i18n/language_en.json | 20 ++++++++++++++++++++ localconfig/i18n/language_zh.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index dd4db6f..7bfc493 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 c16e39e..994dd06 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": { -- Gitee