From a70164b08164a8630ac28dc509ccefac4205e770 Mon Sep 17 00:00:00 2001 From: Ahmed Al Haddad Date: Sat, 22 Dec 2018 17:00:23 +0300 Subject: [PATCH] Improve Arabic translation for /react/props (#30868) * Improve Arabic translation for /react/props * change the localTitle --- guide/arabic/react/props/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/arabic/react/props/index.md b/guide/arabic/react/props/index.md index 7eef08af9b..df070597c3 100644 --- a/guide/arabic/react/props/index.md +++ b/guide/arabic/react/props/index.md @@ -1,7 +1,7 @@ --- title: Props -localeTitle: الدعائم +localeTitle: الخصائص --- -### ما هي الدعائم؟ +### ما هي الخصائص (props)؟ -الدعائم (اختصار الخصائص) هي التاريخ الذي تم تمريره إلى المكون. هم غير قابل للتغيير (للقراءة فقط). \ No newline at end of file +اختصار properties وهي البيانات التي يتم تمريرها إلى المكوّن. الخصائص غير قابل للتغيير من نفس العنصر وهي متوفرة بصيغة للقراءة فقط).