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

@ -41,6 +41,18 @@ return [
'messages' => [
'received' => '成功标记账单为已收到!',
'draft' => '这是 <b>草稿</b> 账单, 在收到后将反映在图表上。',
'status' => [
'created' => '创建日期: date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
],
];

View File

@ -7,5 +7,10 @@ return [
'error' => [
'email' => '邮箱已注册'
]
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];

View File

@ -4,6 +4,7 @@ return [
'version' => '当前版本',
'powered' => '由 Akaunting 驱动',
'link' => 'https://akaunting.com',
'software' => '免费会计软件',
];

View File

@ -38,6 +38,10 @@ return [
'numbers' => '编号 | 编号',
'statuses' => '状态 | 状态',
'others' => '其他 | 其他',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => '统计',
'banking' => '银行',
@ -81,6 +85,7 @@ return [
'color' => '颜色',
'save' => '保存',
'cancel' => '取消',
'loading' => 'Loading...',
'from' => '來自',
'to' => '收件人',
'print' => '打印',
@ -101,12 +106,27 @@ return [
'partially' => '部分',
'partially_paid' => '部分付款',
'export' => '导出',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => '启用',
'disable' => '禁用',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'title' => [
'new' => '新增 :type',
'edit' => '编辑 :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [
@ -118,4 +138,11 @@ return [
'no_file_selected' => '未选择文件...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];

View File

@ -11,5 +11,6 @@ return [
'items_stock' => '{1} :count 項目无库存 | [2,*] :count 項目无库存',
'view_all' => '查看全部'
],
'docs_link' => 'https://akaunting.com/docs',
];

View File

@ -31,6 +31,7 @@ return [
'mark_sent' => '标记为已发送',
'download_pdf' => '下载 PDF格式',
'send_mail' => '发送邮件',
'all_invoices' => 'Login to view all invoices',
'status' => [
'draft' => '草稿',
@ -45,6 +46,18 @@ return [
'email_sent' => '成功发送账单邮件!',
'marked_sent' => '成功标记账单为已发送!',
'email_required' => '此客户沒有邮箱!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
],
'notification' => [

View File

@ -8,7 +8,10 @@ return [
'sku' => '库存',
'notification' => [
'message' => '由于 :name 已经无库存,因此您会收到此封邮件。',
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => '现在查看',
],

View File

@ -12,7 +12,7 @@ return [
'disabled' => ':type 已禁用!',
],
'error' => [
'over_payment' => '错误:未加入付款方式!数量超过总计。',
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => '错误:您不允许管理此公司!',
'customer' => '错误:未创建用户!:name已经使用此邮箱。',
'no_file' => '错误:沒有选择文件!',

View File

@ -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.'
]
];

View File

@ -0,0 +1,14 @@
<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
];

View File

@ -33,6 +33,16 @@ return [
'digit' => '数字位数',
'next' => '下一个号码',
'logo' => 'Logo',
'custom' => 'Custom',
'item_name' => 'Item Name',
'item' => 'Items',
'product' => 'Products',
'service' => 'Services',
'price_name' => 'Price Name',
'price' => 'Price',
'rate' => 'Rate',
'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity',
],
'default' => [
'tab' => '默认',
@ -66,6 +76,8 @@ return [
'bill_days' => '与到期日前发送',
'cron_command' => 'Cron命令',
'schedule_time' => '执行时间',
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => '显示',

View File

@ -102,6 +102,7 @@ return [
'rule-name' => '自定信息',
],
'invalid_currency' => ':attribute code 无效.',
'invalid_amount' => 'The amount :attribute is invalid.',
],
/*