Add Japanese translation for 3.1.0

This commit is contained in:
Kazuhito Yokoi 2023-07-15 17:34:08 +09:00
parent d5baa402c8
commit 6d2f855227
2 changed files with 5 additions and 1 deletions

View File

@ -586,6 +586,7 @@
"editor": {
"title": "パレットの管理",
"palette": "パレット",
"allCatalogs": "全カタログ",
"times": {
"seconds": "数秒前",
"minutes": "数分前",

View File

@ -94,6 +94,7 @@
},
"catch": {
"catch": "catch: 全て",
"catchGroup": "catch: グループ",
"catchNodes": "catch: __number__",
"catchUncaught": "catch: 未補足",
"label": {
@ -109,6 +110,7 @@
},
"status": {
"status": "status: 全て",
"statusGroup": "status: グループ",
"statusNodes": "status: __number__",
"label": {
"source": "ステータス取得元",
@ -250,7 +252,8 @@
"initialize": "初期化処理",
"finalize": "終了処理",
"outputs": "出力数",
"modules": "モジュール"
"modules": "モジュール",
"timeout": "タイムアウト"
},
"text": {
"initialize": "// ここに記述したコードは、ノードをデプロイした時に\n// 一度だけ実行されます。\n",