diff options
Diffstat (limited to 'doc/translations/zh_CN.po')
| -rw-r--r-- | doc/translations/zh_CN.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/translations/zh_CN.po b/doc/translations/zh_CN.po index 21f04ea960..a4667e142f 100644 --- a/doc/translations/zh_CN.po +++ b/doc/translations/zh_CN.po @@ -65531,7 +65531,7 @@ msgid "" " # Note: Don't make simultaneous requests using a single HTTPRequest " "node.\n" " # The snippet below is provided for reference only.\n" -" var body = JSON.new().stringify({\"name\": \"Godette\"})\n" +" var body = JSON.new().stringify({\"name\": \"Redot-chan\"})\n" " error = http_request.request(\"https://httpbin.org/post\", [], HTTPClient." "METHOD_POST, body)\n" " if error != OK:\n" @@ -65568,7 +65568,7 @@ msgid "" " // The snippet below is provided for reference only.\n" " string body = new Json().Stringify(new Redot.Collections.Dictionary\n" " {\n" -" { \"name\", \"Godette\" }\n" +" { \"name\", \"Redot-chan\" }\n" " });\n" " error = httpRequest.Request(\"https://httpbin.org/post\", null, " "HttpClient.Method.Post, body);\n" @@ -65696,7 +65696,7 @@ msgstr "" " # 执行一个 POST 请求。 以下 URL 会将写入作为 JSON 返回。\n" " # 注意:不要使用单个 HTTPRequest 节点同时发出请求。\n" " # 下面的代码片段仅供参考。\n" -" var body = JSON.new().stringify({\"name\": \"Godette\"})\n" +" var body = JSON.new().stringify({\"name\": \"Redot-chan\"})\n" " error = http_request.request(\"https://httpbin.org/post\", [], HTTPClient." "METHOD_POST, body)\n" " if error != OK:\n" @@ -65731,7 +65731,7 @@ msgstr "" " // 下面的代码片段仅供参考。\n" " string body = new Json().Stringify(new Redot.Collections.Dictionary\n" " {\n" -" { \"name\", \"Godette\" }\n" +" { \"name\", \"Redot-chan\" }\n" " });\n" " error = httpRequest.Request(\"https://httpbin.org/post\", null, " "HttpClient.Method.Post, body);\n" |
