Skip to content

Commit df8ea25

Browse files
committed
Updating translations for readmes/README_ja_JP.md
1 parent 7af5e5b commit df8ea25

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

readmes/README_ja_JP.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ base64('decode', 'aHR0cHM6Ly9wdXBwZXRsYWJzLmNvbQ==', 'urlsafe')
485485
* `false`、'f'、'0'、'n'、'no'を0に変換します。
486486
* `true`、't'、'1'、'y'、'yes'を1に変換します。
487487

488-
引数: インプットとして、単一のブーリアンまたは文字列。
488+
引数: インプットとして、単一のブーリアンまたは文字列。
489489

490-
*タイプ*: 右辺値
490+
*タイプ*: 右辺値
491491

492492
#### `bool2str`
493493

@@ -1754,6 +1754,30 @@ OS Xバージョン10.7以上で使用されるソルト付きSHA512パスワー
17541754

17551755
*タイプ*: 右辺値
17561756

1757+
#### `to_json`
1758+
1759+
Converts input into a JSON String.
1760+
1761+
For example, `{ "key" => "value" }` becomes `{"key":"value"}`.
1762+
1763+
*タイプ*: 右辺値
1764+
1765+
#### `to_json_pretty`
1766+
1767+
Converts input into a pretty JSON String.
1768+
1769+
For example, `{ "key" => "value" }` becomes `{\n \"key\": \"value\"\n}`.
1770+
1771+
*タイプ*: 右辺値
1772+
1773+
#### `to_yaml`
1774+
1775+
Converts input into a YAML String.
1776+
1777+
For example, `{ "key" => "value" }` becomes `"---\nkey: value\n"`.
1778+
1779+
*タイプ*: 右辺値
1780+
17571781
#### `try_get_value`
17581782

17591783
**非推奨:** `dig()`に置き換えられました。

0 commit comments

Comments
 (0)