mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
[ja] Support i18n 70-base64 node. (#591)
* [ja] Translate 70-base64 node. * Fix PR review #591 "Buffer" -> "バッファ". We have used Japanese katakana words of "buffer" in http-request and file-out nodes. * Fix PR review #591 "Base64" -> "base64" * Fix PR review #591 "Base64から文字列へデコード" -> "Base64から文字列へ変換"
This commit is contained in:
committed by
Dave Conway-Jones
parent
0f46364a55
commit
739b3e595c
7
parsers/base64/locales/ja/70-base64.html
Normal file
7
parsers/base64/locales/ja/70-base64.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<script type="text/x-red" data-help-name="base64">
|
||||
<p>選択したプロパティ(デフォルトは<code>msg.payload</code>)のBase64変換を行います。</p>
|
||||
<p>入力がバッファであれば、Base64エンコードされた文字列に変換します。</p>
|
||||
<p>入力がBase64文字列であれば、バイナリバッファ形式に変換します。</p>
|
||||
<p>必要に応じて、入力をBase64であると固定して、Base64からバッファへの変換を行うこともできます。</p>
|
||||
<p>補足: "Base64へエンコード"は、既にエンコードされた文字列もエンコードしてしまう可能性があります。</p>
|
||||
</script>
|
||||
Reference in New Issue
Block a user