New translations settings.php (Arabic)

This commit is contained in:
Dan Brown 2020-12-08 15:11:11 +00:00
parent 3f8585b81f
commit eaf13fb98d

View File

@ -200,16 +200,16 @@ return [
'user_api_token_name' => 'الاسم', 'user_api_token_name' => 'الاسم',
'user_api_token_name_desc' => 'اعطي الرمز الخاص بك اسمًا يمكن قراءته للتذكير مستقبلًا بالغرض المقصود منه.', 'user_api_token_name_desc' => 'اعطي الرمز الخاص بك اسمًا يمكن قراءته للتذكير مستقبلًا بالغرض المقصود منه.',
'user_api_token_expiry' => 'تاريخ انتهاء الصلاحية', 'user_api_token_expiry' => 'تاريخ انتهاء الصلاحية',
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.', 'user_api_token_expiry_desc' => 'حدد التاريخ الذي تنتهي فيه صلاحية هذا الرمز. بعد هذا التاريخ ، لن تعمل الطلبات المقدمة باستخدام هذا الرمز. سيؤدي ترك هذا الحقل فارغًا إلى تعيين انتهاء صلاحية لمدة 100 عام في المستقبل.',
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.', 'user_api_token_create_secret_message' => 'عقب إنشاء هذا الرمز مباشرة، سيتم إنشاء "مُعرّف الرمز" و "رمز سري" وعرضهما. وسيتم عرض الرمز السري لمرة واحدة فقط ، لذا تأكد من نسخ قيمة هذا الرمز إلى مكان آمن ومضمون قبل المتابعة.',
'user_api_token_create_success' => 'API token successfully created', 'user_api_token_create_success' => 'تم إنشاء رمز الـ API بنجاح',
'user_api_token_update_success' => 'API token successfully updated', 'user_api_token_update_success' => 'تم تحديث رمز الـ API بنجاح',
'user_api_token' => 'API Token', 'user_api_token' => 'رمز الـ API',
'user_api_token_id' => 'Token ID', 'user_api_token_id' => 'مُعرّف الرمز',
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.', 'user_api_token_id_desc' => 'هذا مُعرّف تم إنشاؤه بواسطة النظام غير قابل للتحرير لهذا الرمز والذي يجب توفيره في طلبات API.',
'user_api_token_secret' => 'Token Secret', 'user_api_token_secret' => 'الرمز السري',
'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.', 'user_api_token_secret_desc' => 'هذا الرمز السري تم إنشاؤه بواسطة النظام والذي يجب توفيره ضمن طلبات API. سيتم عرضه لمرة واحدة فقط ، لذا انسخ قيمة هذا الرمز إلى مكان آمن ومضمون.',
'user_api_token_created' => 'Token created :timeAgo', 'user_api_token_created' => 'تم إنشاء رمز :الوقت الزمني',
'user_api_token_updated' => 'Token updated :timeAgo', 'user_api_token_updated' => 'Token updated :timeAgo',
'user_api_token_delete' => 'Delete Token', 'user_api_token_delete' => 'Delete Token',
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.', 'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',