From 9423104daddf989824e41fcb09962241f22bf591 Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Fri, 26 May 2023 12:35:53 +0900 Subject: [PATCH] Add Japanese translations for v3.1.0-beta.3 --- .../node_modules/@node-red/editor-client/src/tours/welcome.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js index eb89c3b5e..d6305e01b 100644 --- a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js +++ b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js @@ -5,11 +5,11 @@ export default { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 3.1 Beta 3!", - "ja": "Node-RED 3.1 ベータ2へようこそ!" + "ja": "Node-RED 3.1 ベータ3へようこそ!" }, description: { "en-US": "

This is the third beta release for 3.1.0. This is mostly a bug fix release, so you can skip this tour if you've tried the other betas.

If not, stick around to see what's new in Node-RED 3.1.

", - "ja": "

これは3.1.0の2回目のベータリリースです。いくつかの新機能について説明します。

" + "ja": "

これは3.1.0の3回目のベータリリースです。不具合修正のリリースのため、もし他のベータ版を試したことがある場合は、このツアーを読み飛ばしてもかまいません。

そうでない場合は、Node-RED 3.1の新機能を確認してください。

" } }, {