mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Japanese translations for random node (#658)
This commit is contained in:
13
function/random/locales/ja/random.json
Normal file
13
function/random/locales/ja/random.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"random": {
|
||||
"label": {
|
||||
"generate": "生成",
|
||||
"wholeNumber": "整数 - 整数値",
|
||||
"realNumber": "実数 - 浮動小数点",
|
||||
"from": "最小",
|
||||
"lowestNumber": "最小値",
|
||||
"to": "最大",
|
||||
"highestNumber": "最大値"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user