2018-11-08 12:11:42 +03:00

81 lines
3.2 KiB
PHP

<?php
return [
'title' => 'رمز API',
'api_token' => 'رمز الوصول',
'my_apps' => 'تطبيقاتي',
'top_paid' => 'أعلى المدفوعات',
'new' => 'جديد',
'top_free' => 'المجانيات الأعلى',
'free' => 'مجاناً',
'search' => 'بحث',
'install' => 'تثبيت',
'buy_now' => 'الشراء الآن',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">اضغط هنا</a> للحصول على رمز الوصول الخاص بك API.',
'no_apps' => 'لا توجد تطبيقات فى هذه الفئة حتى الآن.',
'developer' => 'هل أنت مطوّر؟ <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> هنا</a> يمكنك أن تتعلم كيفية إنشاء تطبيق وبدء البيع من اليوم!',
'recommended_apps' => 'Recommended Apps',
'about' => 'حول',
'added' => 'تمت الإضافة',
'updated' => 'تم التحديث',
'compatibility' => 'التوافق',
'installed' => 'تم تثبيت :module',
'uninstalled' => 'تم إلغاء تثبيت :module',
//'updated' => ':module updated',
'enabled' => 'تم تفعيل :module',
'disabled' => 'تم تعطيل :module',
'tab' => [
'installation' => 'التثبيت',
'faq' => 'الأسئلة الشائعة',
'changelog' => 'سجل التغييرات',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'تثبيت التطبيق',
'download' => 'جاري تحميل ملف :module.',
'unzip' => 'جاري استخراج ملفات :module.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'جاري تثبيت ملفات :module.',
],
'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.',
],
'badge' => [
'installed' => 'مثبت',
],
'button' => [
'uninstall' => 'إلغاء التثبيت',
'disable' => 'تعطيل',
'enable' => 'تفعيل',
],
'my' => [
'purchased' => 'التي تم شراؤها',
'installed' => 'التي تم تثبيتها',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];