Add Japanese translations for outliner, jsonata and runtime

This commit is contained in:
Kazuhito Yokoi
2020-06-16 21:32:10 +09:00
parent afb782410d
commit 52eb158231
4 changed files with 20 additions and 3 deletions

View File

@@ -266,5 +266,9 @@
"$type": {
"args": "value",
"desc": "`value` の型を文字列として返します。もし `value` が未定義の場合、 `undefined` が返されます。"
},
"$moment": {
"args": "[str]",
"desc": "Momentライブラリを使用して日付オブジェクトを取得します。"
}
}