Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hebrew fix #208

Merged
merged 2 commits into from
May 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions i18n/he-IL.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
"enter_phone_number": "הכנס את המספר נייד שלך כדי שנוכל להגדיר את חשבונך",
"why_do_we_need_this": "למה אנחנו צריכים את זה?",
"pickup_display_name": "בחר את הכינוי שלך",
"pickup_display_name_text": "This name will be shown to contacts that send you money to identify your account",
"pickup_display_name_text": "שם זה יוצג לאנשי קשר ששולחים לך כסף לזיהוי חשבונך",
"resend_code": "שלב שוב",
"didnt_get_message": "לא קיבלת הודעה? - ",
"we_just_sent": "הרגע שלנו לך הודעה \n",
"enter_verification_code": "אנא הכנס את הקוק בין ה-6 ספרות שנשלח אלך",
"enter_verification_code": "אנא הכנס את הקוד בין ה-6 ספרות שנשלח אלייך",
"protect_wallet": "הגן על חשבונך",
"backup_wallet": "גבה את חשבונך",
"top_up": "Top up",
Expand Down
8 changes: 4 additions & 4 deletions lib/generated/i18n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,9 @@ class _I18n_he_IL extends I18n {
/// "בחר את הכינוי שלך"
@override
String get pickup_display_name => "בחר את הכינוי שלך";
/// "This name will be shown to contacts that send you money to identify your account"
/// "שם זה יוצג לאנשי קשר ששולחים לך כסף לזיהוי חשבונך"
@override
String get pickup_display_name_text => "This name will be shown to contacts that send you money to identify your account";
String get pickup_display_name_text => "שם זה יוצג לאנשי קשר ששולחים לך כסף לזיהוי חשבונך";
/// "שלב שוב"
@override
String get resend_code => "שלב שוב";
Expand All @@ -508,9 +508,9 @@ class _I18n_he_IL extends I18n {
/// "הרגע שלנו לך הודעה \n"
@override
String get we_just_sent => "הרגע שלנו לך הודעה \n";
/// "אנא הכנס את הקוק בין ה-6 ספרות שנשלח אלך"
/// "אנא הכנס את הקוד בין ה-6 ספרות שנשלח אלייך"
@override
String get enter_verification_code => "אנא הכנס את הקוק בין ה-6 ספרות שנשלח אלך";
String get enter_verification_code => "אנא הכנס את הקוד בין ה-6 ספרות שנשלח אלייך";
/// "הגן על חשבונך"
@override
String get protect_wallet => "הגן על חשבונך";
Expand Down