Skip to content

Commit d754550

Browse files
committed
translate ErrorDecoder.js
1 parent 9e615fa commit d754550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ErrorDecoder/ErrorDecoder.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ 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+
Bir hata ile karşılaştığınızda, söz konusu hata için bu sayfaya
73+
bir bağlantı alırsınız ve size tam hata metnini gösteririz.
7474
</p>
7575
);
7676
}
7777

7878
return (
7979
<div>
8080
<p>
81-
<b>The full text of the error you just encountered is:</b>
81+
<b>Az önce karşılaştığınız hatanın tam metni:</b>
8282
</p>
8383
<code>
8484
<b>{urlify(errorMsg)}</b>

0 commit comments

Comments
 (0)