79 lines
2.7 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2017-09-21 17:04:28 +03:00
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'My Apps',
2017-09-21 17:04:28 +03:00
'top_paid' => 'Top Paid',
'new' => 'New',
'top_free' => 'Top Free',
'free' => 'FREE',
2018-04-25 19:28:10 +03:00
'search' => 'Search',
2017-09-21 17:04:28 +03:00
'install' => 'Install',
'buy_now' => 'Buy Now',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Click here</a> to get your API token.',
2017-11-08 20:45:39 +03:00
'no_apps' => 'There are no apps in this category, yet.',
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!',
2017-09-14 22:21:00 +03:00
2017-12-07 00:49:39 +03:00
'about' => 'About',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
2017-11-01 22:15:25 +03:00
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
2017-12-11 14:03:15 +03:00
//'updated' => ':module updated',
2017-11-01 22:15:25 +03:00
'enabled' => ':module enabled',
'disabled' => ':module disabled',
2017-09-14 22:21:00 +03:00
2017-11-03 09:42:46 +03:00
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
'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',
2017-09-21 17:04:28 +03:00
'download' => 'Downloading :module file.',
'unzip' => 'Extracting :module files.',
2018-09-27 17:08:00 +03:00
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
2017-11-01 22:15:25 +03:00
'install' => 'Installing :module files.',
2017-09-14 22:21:00 +03:00
],
2018-09-27 17:08:00 +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-05-28 16:46:52 +03:00
'badge' => [
'installed' => 'Installed',
],
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' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2017-09-14 22:21:00 +03:00
];