mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix typos
This commit is contained in:
parent
bad08bafd7
commit
1cd550022b
@ -929,7 +929,7 @@
|
|||||||
},
|
},
|
||||||
"date": {
|
"date": {
|
||||||
"format": {
|
"format": {
|
||||||
"timestamp": "エポックからのミリ秒",
|
"timestamp": "エポックからの経過ミリ秒",
|
||||||
"object": "JavaScript日付オブジェクト"
|
"object": "JavaScript日付オブジェクト"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ export default {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Milliseconds since epoch - this is existing behaviour of the timestamp option</li>
|
<li>Milliseconds since epoch - this is existing behaviour of the timestamp option</li>
|
||||||
<li>ISO 8601 - a common format used by many systems</li>
|
<li>ISO 8601 - a common format used by many systems</li>
|
||||||
<li>JavaScript Data Object</li>
|
<li>JavaScript Date Object</li>
|
||||||
</ul>`,
|
</ul>`,
|
||||||
"ja": `<p>タイムスタンプを設定するノードに、タイムスタンプの形式を指定できる項目が追加されました。</p>
|
"ja": `<p>タイムスタンプを設定するノードに、タイムスタンプの形式を指定できる項目が追加されました。</p>
|
||||||
<p>次の3つの項目を追加したことで、簡単に選択できるようになりました:<p>
|
<p>次の3つの項目を追加したことで、簡単に選択できるようになりました:<p>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<script type="text/html" data-help-name="global-config">
|
<script type="text/html" data-help-name="global-config">
|
||||||
<p>大域的なフローの設定を保持するノード。グローバル環境変数の定義を含みます。</p>
|
<p>大域的なフローの設定を保持するノード。グローバル環境変数の定義を含みます。</p>
|
||||||
</script>p
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user