i18n(ar): fix more syntax errors

This commit is contained in:
Michael Aaron Murphy 2025-10-01 05:50:31 +02:00
parent ada95b094f
commit 5a599c8cb1
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 22 additions and 22 deletions

View file

@ -6,7 +6,7 @@ confirm-pin = يرجى تأكيد أن رمز PIN التالي يطابق الم
confirm = تأكيد confirm = تأكيد
cancel = إلغاء cancel = إلغاء
unsuccessful = فشل الاقتران unsuccessful = فشل الاقتران
check-device = تأكد من أن {\$deviceName} قيد التشغيل، وفي النطاق، وجاهز للاقتران. check-device = تأكد من أن { $deviceName } قيد التشغيل، وفي النطاق، وجاهز للاقتران.
try-again = حاول مرة أخرى try-again = حاول مرة أخرى
discoverable = قابل للاكتشاف discoverable = قابل للاكتشاف
pairable = قابل للاقتران pairable = قابل للاقتران

View file

@ -10,27 +10,27 @@ shutdown = إيقاف التشغيل
confirm = تأكيد confirm = تأكيد
cancel = إلغاء cancel = إلغاء
confirm-button = { confirm-button = {
\$action -> $action ->
\[restart] إعادة التشغيل [restart] إعادة التشغيل
\[suspend] تعليق [suspend] تعليق
\[shutdown] إيقاف التشغيل [shutdown] إيقاف التشغيل
\[log-out] تسجيل الخروج [log-out] تسجيل الخروج
\*\[other] تأكيد *[other] تأكيد
} }
confirm-title = confirm-title = {
{ \$action -> $action ->
\[restart] إعادة التشغيل [restart] إعادة التشغيل
\[suspend] تعليق [suspend] تعليق
\[shutdown] إيقاف التشغيل [shutdown] إيقاف التشغيل
\[log-out] إغلاق جميع التطبيقات وتسجيل الخروج [log-out] إغلاق جميع التطبيقات وتسجيل الخروج
\*\[other] تنفيذ الإجراء المحدد *[other] تنفيذ الإجراء المحدد
} الآن؟ } الآن؟
confirm-body = confirm-body =
  سيقوم النظام بـ{ \$action ->   سيقوم النظام بـ{ $action ->
\[restart] إعادة التشغيل [restart] إعادة التشغيل
\[suspend] التعليق [suspend] التعليق
\[shutdown] الإيقاف [shutdown] الإيقاف
\[lock-screen] قفل الشاشة [lock-screen] قفل الشاشة
\[log-out] تسجيل الخروج [log-out] تسجيل الخروج
\*\[other] تنفيذ الإجراء المحدد *[other] تنفيذ الإجراء المحدد
} تلقائيًا خلال { \$countdown } ثانية. } تلقائيًا خلال { $countdown } ثانية.