Fix error hanndling of JSONata expression editor for extennded functions

This commit is contained in:
Hiroyasu Nishiyama
2022-09-06 15:38:49 +09:00
parent 5365786386
commit b0d12c4125
3 changed files with 33 additions and 0 deletions

View File

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