Add Japanese translation for file-in node (#3037)

This commit is contained in:
Kazuhito Yokoi 2021-06-29 16:42:16 +09:00 committed by GitHub
parent cddbb8d80d
commit 26e4be87c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,7 @@
"desc": "文字列 `str` からパターン `pattern` を検索し、置換文字列 `replacement` に置き換えます。\n\n任意の引数 `limit` には、置換回数の上限値を指定します。"
},
"$now": {
"args":"$[picture [, timezone]]",
"args": "$[picture [, timezone]]",
"desc": "ISO 8601互換形式の時刻を生成し、文字列として返します。pictureおよびtimezoneパラメータが指定されている場合、現在時刻を`$fromMillis()`関数の説明に従ってフォーマットします。"
},
"$base64encode": {

View File

@ -859,7 +859,8 @@
"encoding": "文字コード",
"deletelabel": "delete __file__",
"utf8String": "UTF8文字列",
"binaryBuffer": "バイナリバッファ"
"binaryBuffer": "バイナリバッファ",
"allProps": "各メッセージに既存の全プロパティを含める"
},
"action": {
"append": "ファイルへ追記",