122 lines
4.9 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2019-11-16 10:21:14 +03:00
'api_key' => 'API Key',
'my_apps' => 'My Apps',
2022-06-01 10:15:55 +03:00
'checkout' => 'Checkout',
'documentation' => 'Documentation',
'home' => 'Home',
'tiles' => 'List',
'item' => 'App Details',
2019-01-30 18:39:39 +03:00
'pre_sale' => 'Pre-Sale',
2022-06-01 10:15:55 +03:00
'no_apps' => 'Check the most professional apps for your business and get them at the best price.',
'learn_more' => 'Learn More',
'see_apps' => 'See Apps',
'no_apps_marketing' => 'Get your business done professionally',
'premium_banner' => 'SWITCH TO PREMIUM TODAY',
'see_all' => 'See all',
'see_all_type' => 'See all :type',
'saving' => 'You save :saved-price a year!',
2017-09-21 17:04:28 +03:00
'top_paid' => 'Top Paid',
'new' => 'New',
'top_free' => 'Top Free',
'free' => 'FREE',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'yearly_pricing' => 'Yearly Pricing',
'monthly_price' => 'from :price',
'per_month' => 'per month',
'billed_yearly' => 'Billed Yearly',
'billed_monthly' => 'Billed Monthly',
'save_year' => 'You save <strong>:price</strong> a year!',
'if_paid_year' => 'Or <strong>:price/mo</strong> if paid yearly',
'information_monthly' => 'This option is valid only for <strong>Cloud Service</strong>',
2017-09-21 17:04:28 +03:00
'install' => 'Install',
'buy_now' => 'Buy Now',
2022-06-01 10:15:55 +03:00
'get_api_key' => '<a href=":url" target="_blank" class="text-green">Click here</a> to get your API key.',
2017-11-08 20:45:39 +03:00
'no_apps' => 'There are no apps in this category, yet.',
2019-12-28 16:22:32 +03:00
'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' => 'Recommended Apps',
'can_not_install' => 'Monthly subscriptions are available only on Cloud service. <a href="https://akaunting.com/upgrade-to-yearly" target="_blank">Learn more.</a>',
2022-06-01 10:15:55 +03:00
'apps_managing' => 'Check the most trending apps and start managing your finances professionally today.',
'ready' => 'Ready',
'popular_this_week' => 'Popular this week',
2017-12-07 00:49:39 +03:00
'about' => 'About',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
2017-12-07 00:49:39 +03:00
2022-06-01 10:15:55 +03:00
'use_app' => 'Start using the app now',
'see_more' => 'See More',
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
'updated_2' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',
2022-06-01 10:15:55 +03:00
'per_month' => 'per month',
'pre_sale_uninstall' => 'Don t miss the discounted price for the pre-sale!',
'pre_sale_install' => 'You will have the app with the end of pre-sale.',
2017-09-14 22:21:00 +03:00
2017-11-03 09:42:46 +03:00
'tab' => [
2022-06-01 10:15:55 +03:00
'features' => 'Features',
'screenshots' => 'Screenshots',
2017-11-03 09:42:46 +03:00
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
2019-11-16 10:21:14 +03:00
'reviews' => 'Reviews',
2017-11-03 09:42:46 +03:00
],
2017-09-14 22:21:00 +03:00
'installation' => [
2017-11-01 22:15:25 +03:00
'header' => 'App Installation',
2019-11-16 10:21:14 +03:00
'download' => 'Downloading :module',
'unzip' => 'Extracting :module files',
'file_copy' => 'Copying :module files',
'finish' => 'Finalizing :module installation',
2019-12-03 15:41:56 +03:00
'redirect' => ':module installed, redirecting to updates page',
2019-11-16 10:21:14 +03:00
'install' => 'Installing :module',
2017-09-14 22:21:00 +03:00
],
2018-09-27 17:08:00 +03:00
'errors' => [
2022-02-14 11:04:46 +03:00
'purchase' => 'You should purchase/renew :module!',
2019-11-16 10:21:14 +03:00
'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',
2018-09-27 17:08:00 +03:00
],
2018-05-28 16:46:52 +03:00
'badge' => [
2019-11-16 10:21:14 +03:00
'installed' => 'Installed',
'pre_sale' => 'Pre-Sale',
2018-05-28 16:46:52 +03:00
],
2017-09-14 22:21:00 +03:00
'button' => [
2017-09-21 17:04:28 +03:00
'uninstall' => 'Uninstall',
'disable' => 'Disable',
'enable' => 'Enable',
2017-09-14 22:21:00 +03:00
],
'my' => [
2019-11-16 10:21:14 +03:00
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
2019-11-16 10:21:14 +03:00
'add' => 'Add a Review'
],
2019-11-16 10:21:14 +03:00
'na' => 'There are no reviews.'
2019-12-28 16:22:32 +03:00
],
2017-09-14 22:21:00 +03:00
];