81 lines
3.0 KiB
PHP
Raw Normal View History

2017-11-30 12:33:06 +03:00
<?php
return [
'title' => 'API Token',
'api_token' => 'Token',
2018-06-20 18:47:39 +03:00
'my_apps' => 'My Apps',
2017-11-30 12:33:06 +03:00
'top_paid' => 'Top trả tiền',
'new' => 'Mới',
'top_free' => 'Top miễn phí',
'free' => 'MIỄN PHÍ',
2018-06-20 18:47:39 +03:00
'search' => 'Tìm kiếm',
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-06-20 18:47:39 +03:00
'no_apps' => 'Chưa có ứng dụng nào trong mục này.',
'developer' => 'Bạn có phải là nhà phát triển? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Tại đây</a> bạn có thể tìm hiểu cách làm thế nào để tạo ra một ứng dụng và bắt đầu bán hôm nay!',
2017-11-30 12:33:06 +03:00
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps',
2018-06-20 18:47:39 +03:00
'about' => 'Giới thiệu',
2018-03-06 17:05:58 +03:00
2018-06-20 18:47:39 +03:00
'added' => 'Đã thêm',
'updated' => 'Cập nhật',
'compatibility' => 'Khả năng tương thích',
2018-03-06 17:05:58 +03:00
2018-06-20 18:47:39 +03:00
'installed' => ':module đã được cài đặt',
'uninstalled' => ':module đã được gỡ cài đặt',
2018-03-06 17:05:58 +03:00
//'updated' => ':module updated',
2018-06-20 18:47:39 +03:00
'enabled' => ':module đã bật',
'disabled' => ':module đã tắt',
2018-03-06 17:05:58 +03:00
'tab' => [
2018-06-20 18:47:39 +03:00
'installation' => 'Cài đặt',
'faq' => 'Những câu hỏi thường gặp',
2018-03-06 17:05:58 +03:00
'changelog' => 'Changelog',
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews',
2018-03-06 17:05:58 +03:00
],
2017-11-30 12:33:06 +03:00
'installation' => [
2018-06-20 18:47:39 +03:00
'header' => 'Cài đặt ứng dụng',
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-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
2018-06-20 18:47:39 +03:00
'install' => 'Đang cài đặt các tập tin :module',
],
2018-11-08 12:11:42 +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-06-20 18:47:39 +03:00
'badge' => [
'installed' => 'Installed',
2017-11-30 12:33:06 +03:00
],
'button' => [
'uninstall' => 'Gỡ bỏ cài đặt',
'disable' => 'Vô hiệu',
'enable' => 'Kích hoạt',
],
2018-06-20 18:47:39 +03:00
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2017-11-30 12:33:06 +03:00
];