2020-05-21 13:06:45 +03:00

84 lines
3.1 KiB
PHP

<?php
return [
'api_key' => 'API Key',
'my_apps' => 'برنامه‌های من',
'pre_sale' => 'پیش فروش',
'top_paid' => 'بهترین غیر رایگان',
'new' => 'جدید',
'top_free' => 'بهترین رایگان',
'free' => 'رایگان',
'install' => 'نصب',
'buy_now' => 'خرید',
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
'no_apps' => 'در این بخش هیچ نرم افزاری وجود ندارد.',
'become_developer' => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!',
'recommended_apps' => 'برنامه‌های توصیه شده',
'about' => 'درباره ما',
'added' => 'اضافه شد',
'updated' => 'به روز رسانی شده',
'compatibility' => 'سازگاری',
'documentation' => 'مستندات',
'view' => 'مشاهده',
'back' => 'برگشت',
'installed' => ':module نصب شد',
'uninstalled' => ':module حذف شد',
//'updated' => ':module updated',
'enabled' => ':module فعال شد',
'disabled' => ':module غیر فعال شد',
'tab' => [
'installation' => 'نصب',
'faq' => 'سوالات متداول',
'changelog' => 'تغییرات',
'reviews' => 'نظرات',
],
'installation' => [
'header' => 'محل نصب نرم افزار',
'download' => 'Downloading :module',
'unzip' => 'Extracting :module files',
'file_copy' => 'Copying :module files',
'finish' => 'Finalizing :module installation',
'redirect' => ':module installed, redirecting to updates page',
'install' => 'Installing :module',
],
'errors' => [
'download' => 'Not able to download :module',
'zip' => 'Not able to create :module zip file',
'unzip' => 'Not able to unzip :module',
'file_copy' => 'Not able to copy :module files',
'finish' => 'Not able to finalize :module installation',
],
'badge' => [
'installed' => 'نصب شده',
'pre_sale' => 'پیش فروش',
],
'button' => [
'uninstall' => 'حذف کردن برنامه',
'disable' => 'غیر فعال',
'enable' => 'فعال سازی',
],
'my' => [
'purchased' => 'خریداری شد',
'installed' => 'نصب شده',
],
'reviews' => [
'button' => [
'add' => 'اضافه کردن نظر'
],
'na' => 'هیچ بررسی وجود دارد.'
],
];