mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add i18n support adn English and Japanese message
This commit is contained in:
parent
10835968fb
commit
42ecf54df6
@ -1158,7 +1158,8 @@
|
||||
"tourGuide": {
|
||||
"takeATour": "Take a tour",
|
||||
"start": "Start",
|
||||
"next": "Next"
|
||||
"next": "Next",
|
||||
"tours": "Tours"
|
||||
},
|
||||
"diagnostics": {
|
||||
"title": "System Info"
|
||||
|
@ -1157,7 +1157,8 @@
|
||||
"tourGuide": {
|
||||
"takeATour": "ツアーを開始",
|
||||
"start": "開始",
|
||||
"next": "次へ"
|
||||
"next": "次へ",
|
||||
"tours": "ツアー"
|
||||
},
|
||||
"languages": {
|
||||
"de": "ドイツ語",
|
||||
|
@ -218,7 +218,7 @@ RED.sidebar.help = (function() {
|
||||
nodeHelp,
|
||||
{
|
||||
id: "tours",
|
||||
label: "Tours",
|
||||
label: RED._("tourGuide.tours"),
|
||||
children: tours
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user