Add Japanese translations for v3.0-beta.4

This commit is contained in:
Kazuhito Yokoi
2022-07-01 01:09:06 +09:00
parent f041159aa7
commit d4fdf6be67
5 changed files with 25 additions and 8 deletions

View File

@@ -5,11 +5,11 @@ export default {
titleIcon: "fa fa-map-o",
title: {
"en-US": "Welcome to Node-RED 3.0 Beta 4!",
"ja": "Node-RED 3.0 ベータ3へようこそ!"
"ja": "Node-RED 3.0 ベータ4へようこそ!"
},
description: {
"en-US": "<p>This is another final beta release of Node-RED 3.0.</p><p>Let's take a moment to discover the new features in this release.</p>",
"ja": "<p>これはNode-RED 3.0の最後のベータリリースです。</p><p>本リリースの新機能を見つけてみましょう。</p>"
"ja": "<p>これはNode-RED 3.0のもう一つの最後のベータリリースです。</p><p>本リリースの新機能を見つけてみましょう。</p>"
}
},
{