Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(help): update MQTT beginner's guide #1197

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/lang/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ export default {
},
guideArticle6: {
zh: 'MQTT 持久会话与 Clean Session 详解',
en: 'MQTT Session',
ja: 'MQTT Session',
tr: 'MQTT Session',
hu: 'MQTT Session',
en: 'MQTT Persistent Session and Clean Session Explained',
ja: 'MQTT Persistent Session and Clean Session Explained',
tr: 'MQTT Persistent Session and Clean Session Explained',
hu: 'MQTT Persistent Session and Clean Session Explained',
},
guideArticle7: {
zh: 'MQTT QoS(服务质量)介绍',
en: 'Introduction to MQTT QoS (Quality of Service)',
ja: 'Introduction to MQTT QoS (Quality of Service)',
tr: 'Introduction to MQTT QoS (Quality of Service)',
hu: 'Introduction to MQTT QoS (Quality of Service)',
zh: 'MQTT QoS 0, 1, 2 介绍',
en: 'Introduction to MQTT QoS 0, 1, 2',
ja: 'Introduction to MQTT QoS 0, 1, 2',
tr: 'Introduction to MQTT QoS 0, 1, 2',
hu: 'Introduction to MQTT QoS 0, 1, 2',
},
guideArticle8: {
zh: 'MQTT 保留消息是什么?如何使用?',
Expand Down
10 changes: 5 additions & 5 deletions web/src/lang/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ export default {
},
guideArticle6: {
zh: 'MQTT 持久会话与 Clean Session 详解',
en: 'MQTT Session',
ja: 'MQTT Session',
en: 'MQTT Persistent Session and Clean Session Explained',
ja: 'MQTT Persistent Session and Clean Session Explained',
},
guideArticle7: {
zh: 'MQTT QoS(服务质量)介绍',
en: 'Introduction to MQTT QoS (Quality of Service)',
ja: 'Introduction to MQTT QoS (Quality of Service)',
zh: 'MQTT QoS 0, 1, 2 介绍',
en: 'Introduction to MQTT QoS 0, 1, 2',
ja: 'Introduction to MQTT QoS 0, 1, 2',
},
guideArticle8: {
zh: 'MQTT 保留消息是什么?如何使用?',
Expand Down