updated translations

This commit is contained in:
Denis Duliçi
2020-06-29 17:11:50 +03:00
parent 42f558833a
commit 2576fd118c
85 changed files with 933 additions and 733 deletions

View File

@@ -2,20 +2,18 @@
return [
'title' => 'API Token',
'api_token' => 'Token',
'api_key' => 'API 密鑰',
'my_apps' => '我的應用程式',
'pre_sale' => '售前服務',
'top_paid' => '最佳銷售',
'new' => '新增',
'top_free' => '最佳免費',
'free' => '免費',
'search' => '搜尋',
'install' => '安裝',
'buy_now' => '現在購買',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取您的 API token.',
'get_api_key' => '<a href=":url" target="_blank">點這裡</a>取您的 API 密鑰。',
'no_apps' => '此分類中尚無應用程式。',
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
'become_developer' => '您是開發嗎? <a href=":url" target="_blank">這裡</a> 您可以學習如何創建一個 app 並立即開始銷售!',
'recommended_apps' => '推薦的程序',
'about' => '關於',
@@ -23,6 +21,9 @@ return [
'added' => '已新增',
'updated' => '已更新',
'compatibility' => '相容性',
'documentation' => '文件',
'view' => '檢視',
'back' => '返回',
'installed' => '已安裝 :module',
'uninstalled' => '已移除 :module',
@@ -34,30 +35,30 @@ return [
'installation' => '安裝',
'faq' => '常見問題',
'changelog' => '更新日誌',
'reviews' => '評論',
'reviews' => '評論',
],
'installation' => [
'header' => '應用程式安裝',
'download' => '下載模組檔案中::module',
'unzip' => '解開模組封裝中::module',
'file_copy' => '複製 :module 檔案中。',
'migrate' => '安裝 :module檔案中。',
'finish' => '更新已成功安裝。您將重定向更新中心。',
'install' => '安裝 :module檔案中。',
'download' => '模板 :module 下載中',
'unzip' => '模板 :module 解壓中',
'file_copy' => '模板 :module 複製中',
'finish' => '模板 :module 完成安裝中',
'redirect' => '模板 :module 已完成安裝,將跳轉至更新頁面。',
'install' => '正在安裝模板 :module ',
],
'errors' => [
'download' => ':module 無法下載!',
'upload' => '已下載 :module無法保存!',
'unzip' => ':module 無法解壓縮!',
'file_copy' => ':module 文件無法複製!',
'migrate' => ':module 遷移失敗!',
'migrate core' => ':module 已經是最新版本,所以你無法更新。',
'download' => '無法下載 :module',
'zip' => '無法創建 :module zip 文件',
'unzip' => '無法解壓 :module',
'file_copy' => '無法復制 :module 文件',
'finish' => '無法完成 :module 安裝',
],
'badge' => [
'installed' => '已安裝',
'installed' => '已安裝',
'pre_sale' => '售前服務',
],
'button' => [
@@ -67,14 +68,16 @@ return [
],
'my' => [
'purchased' => '已購買',
'installed' => '已安裝',
'purchased' => '已購買',
'installed' => '已安裝',
],
'reviews' => [
'button' => [
'add' => '新增評論'
'add' => '新增評論'
],
'na' => '目前沒有評論'
]
'na' => '目前沒有評論'
],
];