49 lines
1.8 KiB
PHP
Raw Normal View History

2017-11-30 12:33:06 +03:00
<?php
return [
'title' => 'API Token',
'api_token' => 'Token',
'top_paid' => 'Top trả tiền',
'new' => 'Mới',
'top_free' => 'Top miễn phí',
'free' => 'MIỄN PHÍ',
2018-05-03 12:16:18 +03:00
'search' => 'Search',
2017-11-30 12:33:06 +03:00
'install' => 'Cài đặt',
'buy_now' => 'Mua ngay',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Click vào đây</a> để lấy API token của bạn.',
2018-03-06 17:05:58 +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-11-30 12:33:06 +03:00
2018-03-06 17:05:58 +03:00
'about' => 'About',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
//'updated' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
],
2017-11-30 12:33:06 +03:00
'installation' => [
2018-03-06 17:05:58 +03:00
'header' => 'App Installation',
2017-11-30 12:33:06 +03:00
'download' => 'Đang tải tập tin :module.',
'unzip' => 'Đang giải nén tập tin :module.',
2018-03-06 17:05:58 +03:00
'install' => 'Installing :module files.',
2017-11-30 12:33:06 +03:00
],
'button' => [
'uninstall' => 'Gỡ bỏ cài đặt',
'disable' => 'Vô hiệu',
'enable' => 'Kích hoạt',
],
];