Add Japanese translations for 4.0.0-beta.1

This commit is contained in:
Kazuhito Yokoi
2024-03-16 18:34:24 +09:00
parent f041a21f22
commit bad08bafd7
5 changed files with 47 additions and 15 deletions

View File

@@ -924,7 +924,14 @@
"date": "日時",
"jsonata": "JSONata式",
"env": "環境変数",
"cred": "認証情報"
"cred": "認証情報",
"conf-types": "設定ノード"
},
"date": {
"format": {
"timestamp": "エポックからのミリ秒",
"object": "JavaScript日付オブジェクト"
}
}
},
"editableList": {
@@ -1230,7 +1237,7 @@
},
"env-var": {
"environment": "環境変数",
"header": "大域環境変数",
"header": "グローバル環境変数",
"revert": "破棄"
},
"action-list": {
@@ -1382,7 +1389,7 @@
"copy-item-edit-url": "要素の編集URLをコピー",
"move-flow-to-start": "フローを先頭に移動",
"move-flow-to-end": "フローを末尾に移動",
"show-global-env": "大域環境変数を表示",
"show-global-env": "グローバル環境変数を表示",
"lock-flow": "フローを固定",
"unlock-flow": "フローの固定を解除",
"show-node-help": "ノードのヘルプを表示"