2017-12-13 14:54:52 +03:00
< ? php
return [
'title' => 'رمز API' ,
'api_token' => 'رمز الوصول' ,
2018-08-29 16:47:58 +03:00
'my_apps' => 'تطبيقاتي' ,
2017-12-13 14:54:52 +03:00
'top_paid' => 'أعلى المدفوعات' ,
'new' => 'جديد' ,
'top_free' => 'المجانيات الأعلى' ,
2018-08-29 16:47:58 +03:00
'free' => 'مجاناً' ,
'search' => 'بحث' ,
2017-12-13 14:54:52 +03:00
'install' => 'تثبيت' ,
2018-08-29 16:47:58 +03:00
'buy_now' => 'الشراء الآن' ,
2017-12-13 14:54:52 +03:00
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">اضغط هنا</a> للحصول على رمز الوصول الخاص بك API.' ,
2018-08-29 16:47:58 +03:00
'no_apps' => 'لا توجد تطبيقات فى هذه الفئة حتى الآن.' ,
'developer' => 'هل أنت مطوّر؟ <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> هنا</a> يمكنك أن تتعلم كيفية إنشاء تطبيق وبدء البيع من اليوم!' ,
2017-12-13 14:54:52 +03:00
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps' ,
2017-12-14 12:13:05 +03:00
'about' => 'حول' ,
2018-08-29 16:47:58 +03:00
'added' => 'تمت الإضافة' ,
'updated' => 'تم التحديث' ,
2017-12-14 12:13:05 +03:00
'compatibility' => 'التوافق' ,
2018-08-29 16:47:58 +03:00
'installed' => 'تم تثبيت :module' ,
'uninstalled' => 'تم إلغاء تثبيت :module' ,
2017-12-14 12:13:05 +03:00
//'updated' => ':module updated',
2018-08-29 16:47:58 +03:00
'enabled' => 'تم تفعيل :module' ,
'disabled' => 'تم تعطيل :module' ,
2017-12-14 12:13:05 +03:00
'tab' => [
'installation' => 'التثبيت' ,
2018-08-29 16:47:58 +03:00
'faq' => 'الأسئلة الشائعة' ,
2017-12-14 12:13:05 +03:00
'changelog' => 'سجل التغييرات' ,
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews' ,
2017-12-14 12:13:05 +03:00
],
2017-12-13 14:54:52 +03:00
'installation' => [
2017-12-14 12:13:05 +03:00
'header' => 'تثبيت التطبيق' ,
2018-08-29 16:47:58 +03:00
'download' => 'جاري تحميل ملف :module.' ,
'unzip' => 'جاري استخراج ملفات :module.' ,
2018-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.' ,
'migrate' => 'Applying :module updates.' ,
'finish' => 'The update was successfully installed. You will be redirect Update Center.' ,
2018-08-29 16:47:58 +03:00
'install' => 'جاري تثبيت ملفات :module.' ,
2017-12-13 14:54:52 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
'download' => ':module can not download!' ,
'upload' => 'Downloaded :module can not saved!' ,
'unzip' => ':module can not unzip!' ,
'file_copy' => ':module files can not copy!' ,
'migrate' => ':module migrate broken!' ,
'migrate core' => ':module already latest version so then yon can not update.' ,
],
2018-08-06 10:25:41 +03:00
'badge' => [
2018-08-29 16:47:58 +03:00
'installed' => 'مثبت' ,
2018-08-06 10:25:41 +03:00
],
2017-12-13 14:54:52 +03:00
'button' => [
2018-08-29 16:47:58 +03:00
'uninstall' => 'إلغاء التثبيت' ,
'disable' => 'تعطيل' ,
2017-12-13 14:54:52 +03:00
'enable' => 'تفعيل' ,
],
2018-08-06 10:25:41 +03:00
'my' => [
2018-08-29 16:47:58 +03:00
'purchased' => 'التي تم شراؤها' ,
'installed' => 'التي تم تثبيتها' ,
2018-08-06 10:25:41 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2017-12-13 14:54:52 +03:00
];