updated translations
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'api_key' => 'API密钥',
|
||||
'my_apps' => '我的应用',
|
||||
'pre_sale' => '预售',
|
||||
'top_paid' => '最佳销售',
|
||||
'new' => '新增',
|
||||
'top_free' => '最佳免费',
|
||||
@ -12,17 +12,19 @@ return [
|
||||
'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' => '此分类中尚无App。',
|
||||
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
'become_developer' => '您是开发者吗? <a href=":url" target="_blank">在这里</a> 您可以学习如何创建一个应用并立即开始销售!',
|
||||
'recommended_apps' => '推荐应用',
|
||||
|
||||
'about' => '關於',
|
||||
|
||||
'added' => '已新增',
|
||||
'updated' => '已更新',
|
||||
'compatibility' => '相容性',
|
||||
'documentation' => '文档',
|
||||
'view' => '查看',
|
||||
'back' => '返回',
|
||||
|
||||
'installed' => '已安裝 :module',
|
||||
'uninstalled' => '已移除 :module',
|
||||
@ -34,30 +36,30 @@ return [
|
||||
'installation' => '安裝',
|
||||
'faq' => '常見問題',
|
||||
'changelog' => '更新日誌',
|
||||
'reviews' => '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檔案中。',
|
||||
'download' => '下载 :module',
|
||||
'unzip' => '导出 :module 文件',
|
||||
'file_copy' => '正在复制 :module 文件',
|
||||
'finish' => '正在完成 :module 安装',
|
||||
'redirect' => ':module 已安装,重新定向到更新页面',
|
||||
'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.',
|
||||
'download' => '无法下载 :module',
|
||||
'zip' => '无法创建 :module zip 文件',
|
||||
'unzip' => '无法解压缩:module',
|
||||
'file_copy' => '无法复制 :module 文件',
|
||||
'finish' => '无法完成 :module 安装',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => '安装成功',
|
||||
'installed' => '安装成功',
|
||||
'pre_sale' => '预售',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
@ -67,14 +69,16 @@ return [
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => '已购买',
|
||||
'installed' => '已安装',
|
||||
'purchased' => '已购买',
|
||||
'installed' => '已安装',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
'add' => '添加评论'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
|
||||
'na' => '没有评论。'
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user