mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3022 from kazuhitoyokoi/update-message-files
Add additional Japanese translations for Node-RED 2.0 beta-1
This commit is contained in:
commit
102868bf74
@ -64,12 +64,12 @@
|
|||||||
<label for="node-config-input-verifyservercert" style="width: calc(100% - 170px);" data-i18n="tls.label.verify-server-cert"></label>
|
<label for="node-config-input-verifyservercert" style="width: calc(100% - 170px);" data-i18n="tls.label.verify-server-cert"></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label style="width: 120px;" for="node-config-input-servername"><i class="fa fa-server"></i> <span data-i18n="tls.label.servername"></span></label>
|
<label style="width: 126px;" for="node-config-input-servername"><i class="fa fa-server"></i> <span data-i18n="tls.label.servername"></span></label>
|
||||||
<input style="width: calc(100% - 170px);" type="text" id="node-config-input-servername" data-i18n="[placeholder]tls.placeholder.servername">
|
<input style="width: calc(100% - 176px);" type="text" id="node-config-input-servername" data-i18n="[placeholder]tls.placeholder.servername">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label style="width: 120px;" for="node-config-input-alpnprotocol"><i class="fa fa-cogs"></i> <span data-i18n="tls.label.alpnprotocol"></span></label>
|
<label style="width: 126px;" for="node-config-input-alpnprotocol"><i class="fa fa-cogs"></i> <span data-i18n="tls.label.alpnprotocol"></span></label>
|
||||||
<input style="width: calc(100% - 170px);" type="text" id="node-config-input-alpnprotocol" data-i18n="[placeholder]tls.placeholder.alpnprotocol">
|
<input style="width: calc(100% - 176px);" type="text" id="node-config-input-alpnprotocol" data-i18n="[placeholder]tls.placeholder.alpnprotocol">
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
|
@ -179,7 +179,8 @@
|
|||||||
"key": "秘密鍵(PEM形式)のパス",
|
"key": "秘密鍵(PEM形式)のパス",
|
||||||
"ca": "CA証明書(PEM形式)のパス",
|
"ca": "CA証明書(PEM形式)のパス",
|
||||||
"passphrase": "秘密鍵のパスフレーズ (任意)",
|
"passphrase": "秘密鍵のパスフレーズ (任意)",
|
||||||
"servername": "SNIで使用"
|
"servername": "SNIで使用",
|
||||||
|
"alpnprotocol": "ALPNで使用"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"missing-file": "証明書と秘密鍵のファイルが設定されていません"
|
"missing-file": "証明書と秘密鍵のファイルが設定されていません"
|
||||||
@ -1005,11 +1006,13 @@
|
|||||||
"no-parts": "メッセージにpartsプロパティがありません"
|
"no-parts": "メッセージにpartsプロパティがありません"
|
||||||
},
|
},
|
||||||
"rbe": {
|
"rbe": {
|
||||||
|
"rbe": "filter",
|
||||||
"label": {
|
"label": {
|
||||||
"func": "動作",
|
"func": "動作",
|
||||||
"init": "初期値を送付",
|
"init": "初期値を送付",
|
||||||
"start": "初期値",
|
"start": "初期値",
|
||||||
"name": "名前"
|
"name": "名前",
|
||||||
|
"septopics": "個別に動作を適用"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"bandgap": "例:10、5%",
|
"bandgap": "例:10、5%",
|
||||||
|
Loading…
Reference in New Issue
Block a user