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
24
parsers/base64/locales/ja/70-base64.json
Normal file
24
parsers/base64/locales/ja/70-base64.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"base64": {
|
||||
"base64": "base64",
|
||||
"label": {
|
||||
"action": "動作"
|
||||
},
|
||||
"convert": {
|
||||
"buffer": "バッファ <-> Base64の変換",
|
||||
"encode": "Base64へエンコード",
|
||||
"decode": "Base64から文字列へ変換"
|
||||
},
|
||||
"log": {
|
||||
"nonbase64encode": "Base64文字列ではありませんが、変換します。"
|
||||
},
|
||||
"warn": {
|
||||
"cannothandle": "このノードは文字列かバッファしか変換できません。",
|
||||
"noproperty": "処理するためのプロパティが見つかりません。"
|
||||
},
|
||||
"error": {
|
||||
"invalid": "不正なBase64文字列です。",
|
||||
"nonbase64": "Base64文字列ではありません。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user