44 lines
1.7 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Í',
'install' => 'Cài đặt',
'buy_now' => 'Mua ngay',
'faq' => 'CÂU HỎI THƯỜNG GẶP',
'changelog' => 'Nhật ký thay đổi',
'installed' => 'Đã cài đặt',
'uninstalled' => 'Đã gỡ cài đặt',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Click vào đây</a> để lấy API token của bạn.',
'enabled' => ':module app được kích hoạt',
'disabled' => ':module app được vô hiệu',
'installation' => [
'header' => 'Cài đặt Module',
'start' => ':module đang cài đặt.',
'download' => 'Đang tải tập tin :module.',
'unzip' => 'Đang giải nén tập tin :module.',
'install' => 'Đang tải lên tập tin :module.',
],
'history' => [
'installed' => ':module đã được cài đặt',
'uninstalled' => ':module gỡ cài đặt',
'updated' => ':module được cập nhật',
'enabled' => ':module được kích hoạt',
'disabled' => ':module được vô hiệu',
],
'button' => [
'uninstall' => 'Gỡ bỏ cài đặt',
'disable' => 'Vô hiệu',
'enable' => 'Kích hoạt',
],
];