2017-10-02 10:26:10 +03:00

44 lines
1.5 KiB
PHP

<?php
return [
'title' => 'API Token',
'api_token' => 'Token',
'top_paid' => '最佳銷售',
'new' => '新增',
'top_free' => '最佳免費',
'free' => '免費',
'install' => '安裝',
'buy_now' => '現在購買',
'faq' => '常見問題',
'changelog' => '更新日誌',
'installed' => '已安裝',
'uninstalled' => '已移除',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',
'enabled' => '已啟用:module',
'disabled' => ':module已停用',
'installation' => [
'header' => '模組安裝',
'start' => '安裝:module中。',
'download' => '下載模組檔案中::module',
'unzip' => '解開模組封裝中::module',
'install' => '上傳模組檔案中::module',
],
'history' => [
'installed' => '已安裝:module',
'uninstalled' => '已移除:module',
'updated' => '已更新:module',
'enabled' => '已啟用:module',
'disabled' => '已停用:module',
],
'button' => [
'uninstall' => '移除',
'disable' => '停用',
'enable' => '啟用',
],
];