mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 18:55:43 +01:00
24 lines
797 B
PHP
24 lines
797 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Alt Three Services Limited
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
'setup' => 'تنصيب',
|
|
'title' => 'إعداد Cachet',
|
|
'service_details' => 'تفاصيل الخدمة',
|
|
'env_setup' => 'اعداد البيئة',
|
|
'status_page_setup' => 'حالة إعداد الصفحة',
|
|
'show_support' => 'إظهار الدعم ل Cachet؟',
|
|
'admin_account' => 'حساب المسؤول',
|
|
'complete_setup' => 'إكمال الإعداد',
|
|
'completed' => 'تم إعداد Cachet بنجاح!',
|
|
'finish_setup' => 'انتقل إلى لوحة التحكم',
|
|
];
|