From 9ea075308e0494dae1dedf996769ce54d53dca3f Mon Sep 17 00:00:00 2001 From: Nir Date: Tue, 26 Feb 2019 18:38:14 +0200 Subject: [PATCH 1/2] translate errordecoder component --- src/components/ErrorDecoder/ErrorDecoder.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index d179a09be..75b385781 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -69,8 +69,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { if (!code) { return (

- When you encounter an error, you'll receive a link to this page for that - specific error and we'll show you the full error text. + כשאתה נתקל בשגיאה, אתה תקבל קישור לדף זה בשביל השגיאה הספציפית ואנחנו נראה לך את טקסט השגיאה המלא.

); } @@ -78,7 +77,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { return (

- The full text of the error you just encountered is: + הטקסט המלא של השגיאה בה נתקלת הוא:

{urlify(errorMsg)} From 9e5e646590a49e8579f34433a3c63d835d516385 Mon Sep 17 00:00:00 2001 From: Nir <36937694+galnir@users.noreply.github.com> Date: Wed, 27 Feb 2019 11:32:52 +0200 Subject: [PATCH 2/2] Update ErrorDecoder.js --- src/components/ErrorDecoder/ErrorDecoder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index 75b385781..f2eab497a 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -69,7 +69,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { if (!code) { return (

- כשאתה נתקל בשגיאה, אתה תקבל קישור לדף זה בשביל השגיאה הספציפית ואנחנו נראה לך את טקסט השגיאה המלא. + כשאתה נתקל בשגיאה, אתה תקבל קישור לדף זה לגבי השגיאה הספציפית ואנחנו נראה לך את טקסט השגיאה המלא.

); }