mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add Japanese translation for file-in node (#3037)
This commit is contained in:
parent
cddbb8d80d
commit
26e4be87c7
@ -52,7 +52,7 @@
|
|||||||
"desc": "文字列 `str` からパターン `pattern` を検索し、置換文字列 `replacement` に置き換えます。\n\n任意の引数 `limit` には、置換回数の上限値を指定します。"
|
"desc": "文字列 `str` からパターン `pattern` を検索し、置換文字列 `replacement` に置き換えます。\n\n任意の引数 `limit` には、置換回数の上限値を指定します。"
|
||||||
},
|
},
|
||||||
"$now": {
|
"$now": {
|
||||||
"args":"$[picture [, timezone]]",
|
"args": "$[picture [, timezone]]",
|
||||||
"desc": "ISO 8601互換形式の時刻を生成し、文字列として返します。pictureおよびtimezoneパラメータが指定されている場合、現在時刻を`$fromMillis()`関数の説明に従ってフォーマットします。"
|
"desc": "ISO 8601互換形式の時刻を生成し、文字列として返します。pictureおよびtimezoneパラメータが指定されている場合、現在時刻を`$fromMillis()`関数の説明に従ってフォーマットします。"
|
||||||
},
|
},
|
||||||
"$base64encode": {
|
"$base64encode": {
|
||||||
|
@ -859,7 +859,8 @@
|
|||||||
"encoding": "文字コード",
|
"encoding": "文字コード",
|
||||||
"deletelabel": "delete __file__",
|
"deletelabel": "delete __file__",
|
||||||
"utf8String": "UTF8文字列",
|
"utf8String": "UTF8文字列",
|
||||||
"binaryBuffer": "バイナリバッファ"
|
"binaryBuffer": "バイナリバッファ",
|
||||||
|
"allProps": "各メッセージに既存の全プロパティを含める"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"append": "ファイルへ追記",
|
"append": "ファイルへ追記",
|
||||||
|
Loading…
Reference in New Issue
Block a user