2018-11-08 12:11:42 +03:00

81 lines
3.0 KiB
PHP

<?php
return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'My Apps',
'top_paid' => 'Top trả tiền',
'new' => 'Mới',
'top_free' => 'Top miễn phí',
'free' => 'MIỄN PHÍ',
'search' => 'Tìm kiếm',
'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.',
'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!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Giới thiệu',
'added' => 'Đã thêm',
'updated' => 'Cập nhật',
'compatibility' => 'Khả năng tương thích',
'installed' => ':module đã được cài đặt',
'uninstalled' => ':module đã được gỡ cài đặt',
//'updated' => ':module updated',
'enabled' => ':module đã bật',
'disabled' => ':module đã tắt',
'tab' => [
'installation' => 'Cài đặt',
'faq' => 'Những câu hỏi thường gặp',
'changelog' => 'Changelog',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Cài đặt ứng dụng',
'download' => 'Đang tải tập tin :module.',
'unzip' => 'Đang giải nén tập tin :module.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Đang cài đặt các tập tin :module',
],
'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.',
],
'badge' => [
'installed' => 'Installed',
],
'button' => [
'uninstall' => 'Gỡ bỏ cài đặt',
'disable' => 'Vô hiệu',
'enable' => 'Kích hoạt',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];