mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add Japanese translation for 3.1.0
This commit is contained in:
parent
d5baa402c8
commit
6d2f855227
@ -586,6 +586,7 @@
|
|||||||
"editor": {
|
"editor": {
|
||||||
"title": "パレットの管理",
|
"title": "パレットの管理",
|
||||||
"palette": "パレット",
|
"palette": "パレット",
|
||||||
|
"allCatalogs": "全カタログ",
|
||||||
"times": {
|
"times": {
|
||||||
"seconds": "数秒前",
|
"seconds": "数秒前",
|
||||||
"minutes": "数分前",
|
"minutes": "数分前",
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
},
|
},
|
||||||
"catch": {
|
"catch": {
|
||||||
"catch": "catch: 全て",
|
"catch": "catch: 全て",
|
||||||
|
"catchGroup": "catch: グループ",
|
||||||
"catchNodes": "catch: __number__",
|
"catchNodes": "catch: __number__",
|
||||||
"catchUncaught": "catch: 未補足",
|
"catchUncaught": "catch: 未補足",
|
||||||
"label": {
|
"label": {
|
||||||
@ -109,6 +110,7 @@
|
|||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"status": "status: 全て",
|
"status": "status: 全て",
|
||||||
|
"statusGroup": "status: グループ",
|
||||||
"statusNodes": "status: __number__",
|
"statusNodes": "status: __number__",
|
||||||
"label": {
|
"label": {
|
||||||
"source": "ステータス取得元",
|
"source": "ステータス取得元",
|
||||||
@ -250,7 +252,8 @@
|
|||||||
"initialize": "初期化処理",
|
"initialize": "初期化処理",
|
||||||
"finalize": "終了処理",
|
"finalize": "終了処理",
|
||||||
"outputs": "出力数",
|
"outputs": "出力数",
|
||||||
"modules": "モジュール"
|
"modules": "モジュール",
|
||||||
|
"timeout": "タイムアウト"
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"initialize": "// ここに記述したコードは、ノードをデプロイした時に\n// 一度だけ実行されます。\n",
|
"initialize": "// ここに記述したコードは、ノードをデプロイした時に\n// 一度だけ実行されます。\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user