From 7cec44d3538ee3e78e2070903aa8eb1039df2aee Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Wed, 17 Jun 2020 17:02:47 +0900 Subject: [PATCH] Add Japanese translations for random node (#658) --- function/random/locales/en-US/random.html | 7 ++++++ function/random/locales/en-US/random.json | 13 +++++++++++ function/random/locales/ja/random.html | 7 ++++++ function/random/locales/ja/random.json | 13 +++++++++++ function/random/random.html | 28 ++++++++--------------- 5 files changed, 50 insertions(+), 18 deletions(-) create mode 100644 function/random/locales/en-US/random.html create mode 100644 function/random/locales/en-US/random.json create mode 100644 function/random/locales/ja/random.html create mode 100644 function/random/locales/ja/random.json diff --git a/function/random/locales/en-US/random.html b/function/random/locales/en-US/random.html new file mode 100644 index 00000000..dbf239b4 --- /dev/null +++ b/function/random/locales/en-US/random.html @@ -0,0 +1,7 @@ + diff --git a/function/random/locales/en-US/random.json b/function/random/locales/en-US/random.json new file mode 100644 index 00000000..e53fe58c --- /dev/null +++ b/function/random/locales/en-US/random.json @@ -0,0 +1,13 @@ +{ + "random": { + "label": { + "generate": "Generate", + "wholeNumber": "a whole number - integer", + "realNumber": "a real number - floating point", + "from": "From", + "lowestNumber": "lowest number", + "to": "To", + "highestNumber": "highest number" + } + } +} diff --git a/function/random/locales/ja/random.html b/function/random/locales/ja/random.html new file mode 100644 index 00000000..ffb9b2c0 --- /dev/null +++ b/function/random/locales/ja/random.html @@ -0,0 +1,7 @@ + diff --git a/function/random/locales/ja/random.json b/function/random/locales/ja/random.json new file mode 100644 index 00000000..fa3da7cb --- /dev/null +++ b/function/random/locales/ja/random.json @@ -0,0 +1,13 @@ +{ + "random": { + "label": { + "generate": "生成", + "wholeNumber": "整数 - 整数値", + "realNumber": "実数 - 浮動小数点", + "from": "最小", + "lowestNumber": "最小値", + "to": "最大", + "highestNumber": "最大値" + } + } +} diff --git a/function/random/random.html b/function/random/random.html index 17ef9d87..bf1ae44a 100644 --- a/function/random/random.html +++ b/function/random/random.html @@ -1,37 +1,29 @@ - - -