updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -4,6 +4,7 @@ return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => '我的應用程式',
'top_paid' => '最佳銷售',
'new' => '新增',
'top_free' => '最佳免費',
@ -15,6 +16,8 @@ return [
'no_apps' => '此分類中尚無應用程式。',
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
'recommended_apps' => '推薦的程序',
'about' => '關於',
'added' => '已新增',
@ -31,18 +34,47 @@ return [
'installation' => '安裝',
'faq' => '常見問題',
'changelog' => '更新日誌',
'reviews' => '評論',
],
'installation' => [
'header' => '應用程式安裝',
'download' => '下載模組檔案中::module',
'unzip' => '解開模組封裝中::module',
'file_copy' => '複製 :module 檔案中。',
'migrate' => '安裝 :module檔案中。',
'finish' => '更新已成功安裝。您將重定向更新中心。',
'install' => '安裝 :module檔案中。',
],
'errors' => [
'download' => ':module 無法下載!',
'upload' => '已下載 :module無法保存',
'unzip' => ':module 無法解壓縮!',
'file_copy' => ':module 文件無法複製!',
'migrate' => ':module 遷移失敗!',
'migrate core' => ':module 已經是最新版本,所以你無法更新。',
],
'badge' => [
'installed' => '已安裝',
],
'button' => [
'uninstall' => '移除',
'disable' => '停用',
'enable' => '啟用',
],
'my' => [
'purchased' => '已購買',
'installed' => '已安裝',
],
'reviews' => [
'button' => [
'add' => '新增評論'
],
'na' => '目前沒有評論'
]
];