mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Japanese translation of info text for twitter/feedparse/email/rbe nodes (#421)
* add Japanese info text of twitter node * add Japanese info text of feedparse node * add Japanese info text of email node * add Japanese info text of rbe node * minor fix of Japanese info text of email node * minor fix of Japanese info text of email node
This commit is contained in:
committed by
Dave Conway-Jones
parent
3decff0b1a
commit
8ea3969714
8
social/feedparser/locales/ja/32-feedparse.html
Normal file
8
social/feedparser/locales/ja/32-feedparse.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<script type="text/x-red" data-help-name="feedparse">
|
||||
<p>RSS/atomに対する新規エントリのフィードをモニタします。</p>
|
||||
<p><code>msg.topic</code>に元記事のリンク、
|
||||
<code>msg.payload</code>に説明、<code>msg.article</code>に記事オブ
|
||||
ジェクトを設定します。記事オブジェクトは、<code>.title</code>、
|
||||
<code>.summary</code>、<code>.date</code>などのプロパティを含みます。</p>
|
||||
<p>更新頻度を35790分(約24.8日)より大きくすることはできません。</p>
|
||||
</script>
|
Reference in New Issue
Block a user