docs(persistent_session): Fix Chinese translation
This commit is contained in:
parent
a1285cd308
commit
03cfb67a45
|
@ -513,7 +513,7 @@ emqx_schema {
|
||||||
desc {
|
desc {
|
||||||
en: "Database management system used to store information about persistent sessions and messages.\n"
|
en: "Database management system used to store information about persistent sessions and messages.\n"
|
||||||
"- `builtin`: Use the embedded database (mria)"
|
"- `builtin`: Use the embedded database (mria)"
|
||||||
zh: "用于存储持久性会话信息的数据库后端\n"
|
zh: "数据库管理系统,用于存储有关持久性会话和消息的信息\n"
|
||||||
"- `builtin`: 使用内置的数据库(mria)"
|
"- `builtin`: 使用内置的数据库(mria)"
|
||||||
}
|
}
|
||||||
label: {
|
label: {
|
||||||
|
@ -527,7 +527,9 @@ emqx_schema {
|
||||||
en: "Save information about the persistent sessions on disc.\n"
|
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"
|
"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."
|
"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: {
|
label: {
|
||||||
en: "Persist on disc"
|
en: "Persist on disc"
|
||||||
|
@ -593,8 +595,8 @@ emqx_schema {
|
||||||
zh: "对内置的会话表进行调整。"
|
zh: "对内置的会话表进行调整。"
|
||||||
}
|
}
|
||||||
label: {
|
label: {
|
||||||
en: "Persistent session."
|
en: "Persistent session"
|
||||||
zh: "持久会话。"
|
zh: "持久会话"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -604,7 +606,7 @@ emqx_schema {
|
||||||
zh: "对内置的会话信息表进行调整。"
|
zh: "对内置的会话信息表进行调整。"
|
||||||
}
|
}
|
||||||
label: {
|
label: {
|
||||||
en: "Persistent session messages."
|
en: "Persistent session messages"
|
||||||
zh: "持久化会话消息"
|
zh: "持久化会话消息"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue