Merge pull request #1802 from kazuhitoyokoi/0.19-updatejapanese

Update Japanese language files (messages.json and jsonata.json)
This commit is contained in:
Nick O'Leary
2018-07-13 11:59:09 +01:00
committed by GitHub
2 changed files with 74 additions and 49 deletions

View File

@@ -214,5 +214,9 @@
"$toMillis": {
"args": "timestamp",
"desc": "ISO 8601形式の文字列 `timestamp` を、Unixエポック(1 January, 1970 UTC)からの経過ミリ秒を表す数値へ変換します。 文字列が正しい形式でない場合、エラーとなります。"
},
"$env": {
"args": "arg",
"desc": "環境変数の値を返します。\n\n本関数はNode-REDの定義関数です。"
}
}