From 2f2b3ef0b5f1d9c7d85cccf3db251a804b430667 Mon Sep 17 00:00:00 2001 From: hxz393 Date: Mon, 20 Nov 2023 02:44:44 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- doc/README_EN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81cc803..81003ee 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Nacos 支持 `yaml` 格式的配置。不支持其他格式。 ### 语言翻译 -由于程序文本量较少,因此使用一个语言字典来储存所有显示文字。文件路径是: `config\lang_dict_all.py`,可在此文件中添加其他语言翻译。 +由于程序文本量较少,因此使用一个语言字典来储存所有显示文字。文件路径是:`config\lang_dict_all.py`,可在此文件中添加其他语言翻译。 ### 开源许可 @@ -252,7 +252,7 @@ Apollo 和 Nacos 的连接配置分别保存在 `config\config_apollo.json` 和 - **分组**:Apollo 中的「Namespace」,一般私有命名空间叫「application」。Nacos 中的字段为 「Group」。 - **配置键**:Apollo 中的 「Key」。Nacos 中为从「配置内容」提取的字段,格式和 Apollo 中的一样。 - **值**:默认按不同环境分为四列,表头为环境名称。Apollo 中的 「Value」。Nacos 中为从「配置内容」提取的字段。 -- **修改时间:**默认隐藏。按不同环境分为四列,为对应环境配置最后修改时间。 +- **修改时间**:默认隐藏。按不同环境分为四列,为对应环境配置最后修改时间。 - **一致性**:分为四种状态。 - 完全一致:表示所有环境配置值完全相等。要求对比环境至少有两个。 - 部分一致:生产环境和预览环境的值相等,但与其他环境的值不等。 diff --git a/doc/README_EN.md b/doc/README_EN.md index 7fc7c71..49eda4a 100644 --- a/doc/README_EN.md +++ b/doc/README_EN.md @@ -247,7 +247,7 @@ The table header is divided into the following items: - **Group**: In Apollo, it's the "Namespace", usually the private namespace is called "application". In Nacos, the field is "Group". - **Key**: In Apollo, it's "Key". In Nacos, it's extracted from "Configuration Content", formatted the same as in Apollo. - **Value**: By default, divided into four columns for different environments, with the environment names as headers. In Apollo, it's "Value". In Nacos, it's extracted from "Configuration Content". -- **Modification Time**: By default hidden. Divided into four columns for different environments, indicating the last modification time of the configuration in the corresponding environment. +- **Modified Time**: By default hidden. Divided into four columns for different environments, indicating the last modification time of the configuration in the corresponding environment. - **Consistency**: Divided into four statuses. - Fully Consistent: Indicates that all environment configuration values are exactly the same. Requires at least two comparison environments. - Partially Consistent: The production environment and preview environment values are equal, but differ from values in other environments.