Add Japanese translations for random node (#658)

This commit is contained in:
Kazuhito Yokoi
2020-06-17 17:02:47 +09:00
committed by GitHub
parent 34fc79ddb6
commit 7cec44d353
5 changed files with 50 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
{
"random": {
"label": {
"generate": "生成",
"wholeNumber": "整数 - 整数値",
"realNumber": "実数 - 浮動小数点",
"from": "最小",
"lowestNumber": "最小値",
"to": "最大",
"highestNumber": "最大値"
}
}
}