Skip to content

Commit 2dce915

Browse files
Fix typos (#744)
1 parent 50d0013 commit 2dce915

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

nodes/locales/en-US/ui_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/html" data-help-name="ui_template">
22
<p>The template widget can contain any valid html and Angular/Angular-Material directives.</p>
3-
<p>This node can be used to create a dynamic user interface element that changes its appearence
3+
<p>This node can be used to create a dynamic user interface element that changes its appearance
44
based on the input message and can send back messages to Node-RED.</p>
55
<p><b>For example:</b><br>
66
<pre style="font-size:smaller;">&lt;div layout=&quot;row&quot; layout-align=&quot;space-between&quot;&gt;

nodes/locales/en-US/ui_toast.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<p>If a <code>msg.topic</code> is available it will be used as the title.</p>
55
<p>If you do not set an optional border highlight colour, then it can be set dynamically by <code>msg.highlight</code>.</p>
66
<p>You may also configure the position and duration of the toast notifications. If you leave the timeout blank
7-
it can be set by <code>msg.timeout. This does not apply to OK/Cancel dialogs.</code>.
7+
it can be set by <code>msg.timeout</code>. This does not apply to OK/Cancel dialogs.
88
<p>The dialog returns a <code>msg.payload</code> string of whatever you configure
99
the button label(s) to be. The second (cancel) button is optional, as is the return
1010
value of <code>msg.topic</code>.</p>
1111
<p>If you select 'OK, Cancel and Input' mode then <code>msg.payload</code> will contain
1212
any text input by the user, rather than the OK button text.</p>
1313
<p>Sending a blank payload will remove any active dialog without sending any data.</p>
14-
<p>If a <b>Class</b> is specified, it will be added to the parent element. This way you can style the card and the elements inside it with custom CSS</p>
14+
<p>If a <b>Class</b> is specified, it will be added to the parent element. This way you can style the card and the elements inside it with custom CSS.</p>
1515
</script>

nodes/locales/ja/ui_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<p><b>初期ラベル</b>フィールドを用いることで、有効なデータを受け取る前にテキストを表示しておくことができます。</p>
1010
<p>プロパティ名(例えば<code>{{msg.topic}}</code>)</p>
1111
<p>本ノードの出力には、必要に応じて保存されたグラフの状態を持つ配列が含まれています。本データをchartノードに渡すことで、保存されたデータを再表示することもできます。</p>
12-
<p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </ code></p>
12+
<p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </code></p>
1313
</script>

nodes/locales/ja/ui_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
</ul>
1414
<p><b>Topic</b>欄は任意で<code>msg.topic</code></p>
1515
<p>キャンセルボタンは、値に空白""を設定することで非表示にできます。</p>
16-
<p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </ code></p>
16+
<p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </code></p>
1717
</script>

nodes/locales/ja/ui_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
「HTMLコード」フィールドに記述したコードは、<code>msg.template</code>が存在する場合には無視されます。</p>
4141
<p>以下のアイコンフォントの利用も可能です: <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">マテリアルデザインアイコン</a><i>(例:'check'、'close')</i><a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesomeアイコン</a><i>(例:'fa-fire')</i><a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">天気アイコン</a>
4242
アイコン名に'mi-’に追加することでGoogleマテリアルアイコン一式を利用できます。例:'mi-videogame_asset'。</p>
43-
<p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </ code>文字列プロパティを設定することで実行時に設定できます。</p>
43+
<p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </code>文字列プロパティを設定することで実行時に設定できます。</p>
4444
</script>

nodes/locales/ja/ui_ui_control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p>表示されているタブの切り替えが可能です。<code>msg.payload</code>
44
The default function is to change the currently displayed tab. <code>msg.payload</code>に表示対象のタブもしくはリンクの<code>{tab:"タブ名"}</code><b></b>、もしくは、<b>添字</b> (0)</p>
55
<p>空のタブ名("")を送信すると、表示されているページを更新します。また、"+1"を送ると次のタブ、"-1"を送ると前のタブに切り替えられます。</p>
6-
<p>widgetグループを表示を次のようなペイロードで制御できます<br/>
6+
<p>widgetグループの表示を次のようなペイロードで制御できます<br/>
77
<code>{group:{hide:["タブ名_グループ名"], show:["他_グループ_表示"], focus:true}}</code><br/>
88
<b>focus</b>は、グループが表示されるよう必要に応じて画面をスクロールするためのパラメータで、省略可能です。グループの指定は<i>タブ名</i><i></i>を下線(_)で結合したものを用います。空白は下線で置き換えます。</p>
99
<p>クライアントのブラウザが接続もしくは切断した場合、次のプロパティを持つメッセージを送信します:</p>

0 commit comments

Comments
 (0)