127 lines
5.2 KiB
PHP
127 lines
5.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'api_key' => 'API Key',
|
|
'my_apps' => 'My Apps',
|
|
'checkout' => 'Checkout',
|
|
'documentation' => 'Documentation',
|
|
|
|
'home' => 'Home',
|
|
'tiles' => 'List',
|
|
'item' => 'App Details',
|
|
'pre_sale' => 'Pre-Sale',
|
|
'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!',
|
|
'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>',
|
|
'install' => 'Install',
|
|
'buy_now' => 'Buy Now',
|
|
'get_api_key' => '<a href=":url" target="_blank" class="text-green">Click here</a> to get your API key.',
|
|
'no_apps' => 'There are no apps in this category, yet.',
|
|
'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>',
|
|
'apps_managing' => 'Check the most trending apps and start managing your finances professionally today.',
|
|
'ready' => 'Ready',
|
|
'popular_this_week' => 'Popular this week',
|
|
'install_cloud' => 'Use on Cloud Service',
|
|
'get_cloud' => 'Get Cloud Service',
|
|
'get_premium_cloud' => 'Get Premium Cloud',
|
|
'only_works_cloud' => 'This app only works on <strong>Cloud Service</strong>.',
|
|
'only_premium_plan' => 'This app only works on <strong>Cloud Premium Service</strong>.',
|
|
|
|
'about' => 'About',
|
|
|
|
'added' => 'Added',
|
|
'updated' => 'Updated',
|
|
'compatibility' => 'Compatibility',
|
|
'documentation' => 'Documentation',
|
|
'view' => 'View',
|
|
'back' => 'Back',
|
|
|
|
'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',
|
|
'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.',
|
|
|
|
'tab' => [
|
|
'features' => 'Features',
|
|
'screenshots' => 'Screenshots',
|
|
'installation' => 'Installation',
|
|
'faq' => 'FAQ',
|
|
'changelog' => 'Changelog',
|
|
'reviews' => 'Reviews',
|
|
],
|
|
|
|
'installation' => [
|
|
'header' => 'App Installation',
|
|
'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' => [
|
|
'purchase' => 'You should purchase/renew :module!',
|
|
'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' => 'Installed',
|
|
'pre_sale' => 'Pre-Sale',
|
|
],
|
|
|
|
'button' => [
|
|
'uninstall' => 'Uninstall',
|
|
'disable' => 'Disable',
|
|
'enable' => 'Enable',
|
|
],
|
|
|
|
'my' => [
|
|
'purchased' => 'Purchased',
|
|
'installed' => 'Installed',
|
|
],
|
|
|
|
'reviews' => [
|
|
'button' => [
|
|
'add' => 'Add a Review'
|
|
],
|
|
|
|
'na' => 'There are no reviews.'
|
|
],
|
|
|
|
];
|