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

Translate rendering list page #504

Merged
merged 4 commits into from
Jul 12, 2023
Merged

Translate rendering list page #504

merged 4 commits into from
Jul 12, 2023

Conversation

mahmood601
Copy link
Contributor

No description provided.


Say that you have a list of content.
افترض بأنَّ لديك قائمة بالمحتوى.

```js
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

سيكون من الأفضل ترجمة مثل هذه النصوص داخل الأكواد

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

عفواً لم أفهم 😅
أتقصد أن أقوم بترجمة ما داخل الاكواد إلى العربية.
أيمكنك الإيضاح أكثر من فضلك !

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

نعم، مثلًا:

export const people = [{
  id: 0, // يُستخدم في JSX كمفتاح (key)
  name: 'كريولا كاثرين جونسون',
  profession: 'عالمة رياضيات',
  accomplishment: 'حسابات الرحلات الفضائية',
  imageId: 'MK3eW3A'
}, {
  id: 1, // يُستخدم في JSX كمفتاح (key)
  name: 'ماريو خوسيه مولينا-باسكيل هنريكيز',
  profession: 'كيميائي',
  accomplishment: 'اكتشاف ثقب الأوزون في القطب الشمالي',
  imageId: 'mynHUSa'
}, {
  id: 2, // يُستخدم في JSX كمفتاح (key)
  name: 'محمد عبد السلام',
  profession: 'فيزيائي',
  accomplishment: 'نظرية المغناطيسية',
  imageId: 'bE7W1ji'
}, {
  id: 3, // يُستخدم في JSX كمفتاح (key)
  name: 'بيرسي لافون جوليان',
  profession: 'كيميائي',
  accomplishment: 'تطوير أدوية الكورتيزون، الستيرويدات وحبوب منع الحمل',
  imageId: 'IOjWm71'
}, {
  id: 4, // يُستخدم في JSX كمفتاح (key)
  name: 'سوبراهمانيان تشاندراسيخار',
  profession: 'عالم فيزياء الفلك',
  accomplishment: 'حسابات كتلة نجمة الأبيض القزم',
  imageId: 'lrWQx8l'
}];

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

آها الآن فهمت، لكن اعتقدت أن وجودها بالإنجليزية تدريب للمتعلمين العرب على اعتياد اللغة.
حسناً سأضع ذلك بعين الاعتبار في المرة القادمة 👍

@github-actions
Copy link

github-actions bot commented Jul 12, 2023

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Collaborator

@AhmedBaset AhmedBaset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ترجمة ممتازة، شكرًا

@AhmedBaset AhmedBaset merged commit c7576e1 into reactjs:main Jul 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants