updated translations

This commit is contained in:
denisdulici
2018-06-20 18:47:39 +03:00
parent bf3defc78c
commit 73259fd77b
106 changed files with 633 additions and 321 deletions

View File

@ -4,40 +4,45 @@ 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' => 'Search',
'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' => '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!',
'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 để to ra một ứng dụng và bắt đầu bán hôm nay!',
'about' => 'About',
'about' => 'Giới thiệu',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'added' => 'Đã thêm',
'updated' => 'Cập nhật',
'compatibility' => 'Khả năng tương thích',
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
'installed' => ':module đã được cài đặt',
'uninstalled' => ':module đã được gỡ cài đặt',
//'updated' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',
'enabled' => ':module đã bật',
'disabled' => ':module đã tắt',
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'installation' => 'Cài đặt',
'faq' => 'Những câu hỏi thường gặp',
'changelog' => 'Changelog',
],
'installation' => [
'header' => 'App 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.',
'install' => 'Installing :module files.',
'install' => 'Đang cài đặt các tập tin :module',
],
'badge' => [
'installed' => 'Installed',
],
'button' => [
@ -45,4 +50,9 @@ return [
'disable' => 'Vô hiệu',
'enable' => 'Kích hoạt',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
];