Fix Japanese translation for JSONata editor

This commit is contained in:
Hiroyasu Nishiyama 2022-09-06 16:53:38 +09:00
parent a5d7f7acce
commit 7bd7c99dd4
1 changed files with 2 additions and 2 deletions

View File

@ -935,8 +935,8 @@
"errors": { "errors": {
"invalid-expr": "不正なJSONata式:\n __message__", "invalid-expr": "不正なJSONata式:\n __message__",
"invalid-msg": "不正なJSONメッセージ例:\n __message__", "invalid-msg": "不正なJSONメッセージ例:\n __message__",
"context-unsupported": "$flowContext や $globalContextの\nコンテキスト機能をテストできません", "context-unsupported": "$flowContext や $globalContextの\nコンテキスト関数をテストできません",
"eval": "表現評価エラー:\n __message__" "eval": "評価エラー:\n __message__"
} }
}, },
"monaco": { "monaco": {