Skip to content

Commit fc04340

Browse files
CoolRiceQC-L
authored andcommitted
finish translation for ErrorDecoder (reactjs#152)
1 parent a8575d7 commit fc04340

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/ErrorDecoder/ErrorDecoder.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,15 @@ function ErrorResult(props: {|code: ?string, msg: string|}) {
6969
if (!code) {
7070
return (
7171
<p>
72-
When you encounter an error, you'll receive a link to this page for that
73-
specific error and we'll show you the full error text.
72+
一旦遇到错误,你将收到指向此页面的特定错误的链接,我们会完整地显示错误内容。
7473
</p>
7574
);
7675
}
7776

7877
return (
7978
<div>
8079
<p>
81-
<b>The full text of the error you just encountered is:</b>
80+
<b>刚刚遇到错误的完整内容为:</b>
8281
</p>
8382
<code>
8483
<b>{urlify(errorMsg)}</b>

0 commit comments

Comments
 (0)