added Chinese Traditional translation
This commit is contained in:
43
resources/lang/zh-TW/modules.php
Normal file
43
resources/lang/zh-TW/modules.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?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' => '啟用',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user