From df8ea25b4f18c8ec15b4b8d98e8f7d22a6890190 Mon Sep 17 00:00:00 2001 From: transifex-bot Date: Wed, 6 Sep 2017 06:07:00 +1000 Subject: Updating translations for readmes/README_ja_JP.md --- readmes/README_ja_JP.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/readmes/README_ja_JP.md b/readmes/README_ja_JP.md index 57fcebd..5fbaf78 100644 --- a/readmes/README_ja_JP.md +++ b/readmes/README_ja_JP.md @@ -485,9 +485,9 @@ base64('decode', 'aHR0cHM6Ly9wdXBwZXRsYWJzLmNvbQ==', 'urlsafe') * `false`、'f'、'0'、'n'、'no'を0に変換します。 * `true`、't'、'1'、'y'、'yes'を1に変換します。 - 引数: インプットとして、単一のブーリアンまたは文字列。 +引数: インプットとして、単一のブーリアンまたは文字列。 - *タイプ*: 右辺値 +*タイプ*: 右辺値 #### `bool2str` @@ -1754,6 +1754,30 @@ OS Xバージョン10.7以上で使用されるソルト付きSHA512パスワー *タイプ*: 右辺値 +#### `to_json` + +Converts input into a JSON String. + +For example, `{ "key" => "value" }` becomes `{"key":"value"}`. + +*タイプ*: 右辺値 + +#### `to_json_pretty` + +Converts input into a pretty JSON String. + +For example, `{ "key" => "value" }` becomes `{\n \"key\": \"value\"\n}`. + +*タイプ*: 右辺値 + +#### `to_yaml` + +Converts input into a YAML String. + +For example, `{ "key" => "value" }` becomes `"---\nkey: value\n"`. + +*タイプ*: 右辺値 + #### `try_get_value` **非推奨:** `dig()`に置き換えられました。 -- cgit v1.2.3