add missing Japanese translation

This commit is contained in:
Hiroyasu Nishiyama 2019-03-05 11:57:06 +09:00
parent 430a03bb14
commit 12d6c4ddf5
1 changed files with 6 additions and 1 deletions

View File

@ -401,12 +401,17 @@
"paytoqs" : "msg.payloadをクエリパラメータに追加", "paytoqs" : "msg.payloadをクエリパラメータに追加",
"utf8String": "UTF8文字列", "utf8String": "UTF8文字列",
"binaryBuffer": "バイナリバッファ", "binaryBuffer": "バイナリバッファ",
"jsonObject": "JSONオブジェクト" "jsonObject": "JSONオブジェクト",
"authType": "種別",
"bearerToken": "トークン"
}, },
"setby": "- msg.methodに定義 -", "setby": "- msg.methodに定義 -",
"basicauth": "認証を使用", "basicauth": "認証を使用",
"use-tls": "SSL/TLS接続を有効化", "use-tls": "SSL/TLS接続を有効化",
"tls-config": "TLS設定", "tls-config": "TLS設定",
"basic": "Basic認証",
"digest": "Digest認証",
"bearer": "Bearer認証",
"use-proxy": "プロキシを使用", "use-proxy": "プロキシを使用",
"proxy-config": "プロキシ設定", "proxy-config": "プロキシ設定",
"use-proxyauth": "プロキシ認証を使用", "use-proxyauth": "プロキシ認証を使用",