-
Notifications
You must be signed in to change notification settings - Fork 12
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
english translation for all pages - 'validation.php' #1
base: main
Are you sure you want to change the base?
Conversation
| | ||
*/ | ||
|
||
'title' => 'The health benefits of donating blood .', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine please remove the space before the dot
*/ | ||
|
||
'title' => 'The health benefits of donating blood .', | ||
'description' => 'Donating does not only improve health for the recipient , it helps the donors aswell .', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine please remove the space before the dot
'description' => 'Donating does not only improve health for the recipient , it helps the donors aswell .', | ||
'benefit1' => 'Reducing bad iron stores in the body', | ||
'benefit2' => 'Reuced risk of getting cancer ', | ||
'benefit3' => 'conserving heart and blood vessels health', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine start the sentence with a capital letter, please do it for all other sentences in all other files
'title' => 'The health benefits of donating blood .', | ||
'description' => 'Donating does not only improve health for the recipient , it helps the donors aswell .', | ||
'benefit1' => 'Reducing bad iron stores in the body', | ||
'benefit2' => 'Reuced risk of getting cancer ', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine fix a typo in 'Reuced', should be Reduced + remove the space at the end
| | ||
*/ | ||
|
||
'contactDescription' => 'Thank you for caring , you can contact us through our facebook page.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine remove the space after 'caring' + make 'facebook' starts with a capital letter because it's a brand name
*/ | ||
|
||
return [ | ||
'websiteTitle' => "Let's donate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine don't translate the name of the website, it's a brand, it's Lintabara3 for all languages, change it to Linatabara3
*/ | ||
|
||
return [ | ||
'title' => ":websiteTitle | Donor's sign in", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine Donors sign in
*/ | ||
|
||
return [ | ||
'title' => ":websiteTitle | Donor's sign up", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine Donors sign up
*/ | ||
|
||
return [ | ||
'title' => "Donor's Stats", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine Donors Stats
@@ -0,0 +1,140 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZaouiAmine here is the validation.php file translated to tenglish, use it .. https://github.com/Laravel-Lang/lang/blob/main/source/laravel/9.x/validation.php
No description provided.