Merge pull request #3717 from node-red/tour-help

List welcome tours in help sidebar
This commit is contained in:
Nick O'Leary
2022-06-28 20:54:44 +01:00
committed by GitHub
10 changed files with 438 additions and 12 deletions

View File

@@ -685,7 +685,8 @@
"showHelp": "Show help",
"showInOutline": "Show in outline",
"showTopics": "Show topics",
"noHelp": "No help topic selected"
"noHelp": "No help topic selected",
"changeLog": "Change Log"
},
"config": {
"name": "Configuration nodes",
@@ -1158,7 +1159,8 @@
"tourGuide": {
"takeATour": "Take a tour",
"start": "Start",
"next": "Next"
"next": "Next",
"welcomeTours": "Welcome Tours"
},
"diagnostics": {
"title": "System Info"

View File

@@ -1158,7 +1158,8 @@
"tourGuide": {
"takeATour": "ツアーを開始",
"start": "開始",
"next": "次へ"
"next": "次へ",
"tours": "ツアー"
},
"diagnostics": {
"title": "システム情報"