Merge pull request #4252 from kazuhitoyokoi/dev-jpn

Add Japanese translation for 3.1.0
This commit is contained in:
Stephen McLaughlin 2023-07-16 09:24:38 +01:00 committed by GitHub
commit fb2c0e5441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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",