Skip to content

Commit

Permalink
Updating translations for readmes/README_ja_JP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
transifex-bot committed Sep 8, 2017
1 parent df8ea25 commit e0f94f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readmes/README_ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -1756,25 +1756,25 @@ OS Xバージョン10.7以上で使用されるソルト付きSHA512パスワー

#### `to_json`

Converts input into a JSON String.
入力値をJSON形式の文字列に変換します。

For example, `{ "key" => "value" }` becomes `{"key":"value"}`.
例えば、`{ "key" => "value" }``{"key":"value"}`になります。

*タイプ*: 右辺値

#### `to_json_pretty`

Converts input into a pretty JSON String.
入力値を整形されたJSON形式の文字列に変換します。

For example, `{ "key" => "value" }` becomes `{\n \"key\": \"value\"\n}`.
例えば、`{ "key" => "value" }``{\n \"key\": \"value\"\n}`になります。

*タイプ*: 右辺値

#### `to_yaml`

Converts input into a YAML String.
入力値をYAML形式の文字列に変換します。

For example, `{ "key" => "value" }` becomes `"---\nkey: value\n"`.
例えば、`{ "key" => "value" }``"---\nkey: value\n"`になります。

*タイプ*: 右辺値

Expand Down

0 comments on commit e0f94f3

Please sign in to comment.