updated translations
This commit is contained in:
@ -16,6 +16,8 @@ return [
|
||||
'no_apps' => '此分类中尚无App。',
|
||||
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => '關於',
|
||||
|
||||
'added' => '已新增',
|
||||
@ -32,15 +34,28 @@ return [
|
||||
'installation' => '安裝',
|
||||
'faq' => '常見問題',
|
||||
'changelog' => '更新日誌',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => '應用程式安裝',
|
||||
'download' => '下載模組檔案中::module',
|
||||
'unzip' => '解開模組封裝中::module',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => '安裝 :module檔案中。',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module can not download!',
|
||||
'upload' => 'Downloaded :module can not saved!',
|
||||
'unzip' => ':module can not unzip!',
|
||||
'file_copy' => ':module files can not copy!',
|
||||
'migrate' => ':module migrate broken!',
|
||||
'migrate core' => ':module already latest version so then yon can not update.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => '安装成功',
|
||||
],
|
||||
@ -55,4 +70,11 @@ return [
|
||||
'purchased' => '已购买',
|
||||
'installed' => '已安装',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user