docs(persistent_session): Fix Chinese translation

This commit is contained in:
ieQu1 2022-05-10 11:21:08 +02:00
parent a1285cd308
commit 03cfb67a45
1 changed files with 7 additions and 5 deletions

View File

@ -513,7 +513,7 @@ emqx_schema {
desc {
en: "Database management system used to store information about persistent sessions and messages.\n"
"- `builtin`: Use the embedded database (mria)"
zh: "用于存储持久性会话信息的数据库后端\n"
zh: "数据库管理系统,用于存储有关持久性会话和消息的信息\n"
"- `builtin`: 使用内置的数据库mria"
}
label: {
@ -527,7 +527,9 @@ emqx_schema {
en: "Save information about the persistent sessions on disc.\n"
"If this option is enabled, persistent sessions will survive full restart of the cluster.\n"
"Otherwise, all the data will be stored in RAM, and it will be lost when all the nodes in the cluster are stopped."
zh: "将会话数据保存在磁盘上。如果为 `false` 则存储在内存中。"
zh: "在磁盘上保存关于持久化会话的信息。"
"如果启用了这个选项,持久化会话将在集群完全重启后继续存在。"
"否则,所有的数据都将存储在内存中,当集群中的所有节点都停止时,它就会丢失。"
}
label: {
en: "Persist on disc"
@ -593,8 +595,8 @@ emqx_schema {
zh: "对内置的会话表进行调整。"
}
label: {
en: "Persistent session."
zh: "持久会话"
en: "Persistent session"
zh: "持久会话"
}
}
@ -604,7 +606,7 @@ emqx_schema {
zh: "对内置的会话信息表进行调整。"
}
label: {
en: "Persistent session messages."
en: "Persistent session messages"
zh: "持久化会话消息"
}
}