updated translations

This commit is contained in:
denisdulici
2020-02-17 15:10:32 +03:00
parent 4a847c287d
commit ac6b828c8e
81 changed files with 1059 additions and 557 deletions

View File

@ -13,16 +13,18 @@ return [
'current_email' => '目前电子邮箱',
'reset' => '重置',
'never' => '永远不要',
'landing_page' => '登陆页面',
'password' => [
'current' => '密码',
'current_confirm' => '确认密码',
'new' => '新的密码',
'new_confirm' => '确认新的密码',
],
'error' => [
'self_delete' => '错误:无法删除自己!',
'self_disable' => '错误:无法禁用自己',
'no_company' => '错误: 你账户下没有公司,请联系管理员.',
],

View File

@ -2,55 +2,60 @@
return [
'bill_number' => '账单编号',
'bill_date' => '账单日期',
'total_price' => '总价',
'due_date' => '到期日',
'order_number' => '订单编号',
'bill_from' => '账单来自',
'bill_number' => '账单编号',
'bill_date' => '账单日期',
'total_price' => '总价',
'due_date' => '到期日',
'order_number' => '订单编号',
'bill_from' => '账单来自',
'quantity' => '数量',
'price' => '价格',
'sub_total' => '小计',
'discount' => '折扣',
'tax_total' => '税率',
'total' => '总计',
'quantity' => '数量',
'price' => '价格',
'sub_total' => '小计',
'discount' => '折扣',
'tax_total' => '税率',
'total' => '总计',
'item_name' => '产品名称 | 产品名称',
'item_name' => '产品名称 | 产品名称',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小计',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小计',
'payment_due' => '付款到期日',
'amount_due' => '到期金额',
'paid' => '已付款',
'histories' => '历史记录',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_received' => '标记已收到',
'download_pdf' => '下载 PDF格式',
'send_mail' => '发送邮件',
'payment_due' => '付款到期日',
'amount_due' => '到期金额',
'paid' => '已付款',
'histories' => '历史记录',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_received' => '标记已收到',
'download_pdf' => '下载 PDF格式',
'send_mail' => '发送邮件',
'create_bill' => '创建帐单',
'receive_bill' => '接收账单',
'make_payment' => '支付',
'statuses' => [
'draft' => '草稿',
'received' => '已收到',
'partial' => '部分',
'paid' => '已付款',
'draft' => '草稿',
'received' => '已收到',
'partial' => '部分',
'paid' => '已付款',
'overdue' => '已逾期',
'unpaid' => '未付款',
],
'messages' => [
'received' => '成功标记账单为已收到!',
'draft' => '这是 <b>草稿</b> 账单, 在收到后将反映在图表上。',
'received' => '成功标记账单为已收到!',
'draft' => '这是 <b>草稿</b> 账单, 在收到后将反映在图表上。',
'status' => [
'created' => '创建日期: date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
'created' => '创建日期: date',
'receive' => [
'draft' => '未发送',
'received' => '收到日期',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => '等待付款',
],
],
],

View File

@ -0,0 +1,19 @@
<?php
return [
'bulk_actions' => '批量操作',
'selected' => '已选中',
'message' => [
'duplicate' => '你确定要 <b>复制</b>这些选定的记录的吗?',
'delete' => '你确定要 <b>删除</b>这些选定的记录的吗|你确定要 <b>删除</b>这些选定的记录的吗?',
'export' => '你确定要 <b>导出</b>这些选定的记录的吗|你确定要 <b>导出</b>这些选定的记录的吗?',
'enable' => '你确定要 <b>启用</b>这些选定的记录的吗|你确定要 <b>启用</b>这些选定的记录的吗?',
'disable' => '你确定想要 <b>禁用</b> 选定记录吗?|你确定想要 <b>禁用</b> 选定记录吗?',
'paid' => '您确定要将选定的发票标记为 <b>已支付</b>吗? 您确定要将选定的发票标记为 <b>已支付</b> 吗?',
'sent' => '您确定要将选定的发票标记为 <b>已发送</b>吗? 您确定要将选定的发票标记为 <b>已发送</b> 吗?',
'received' => '您确定要将选定的账单标记为 <b>已接收</b>吗? 您确定要将选定的账单标记为 <b>已接收</b> 吗?',
],
];

View File

@ -4,10 +4,11 @@ return [
'domain' => '域名',
'logo' => '标志',
'manage' => '管理公司',
'all' => '公司',
'error' => [
'delete_active' => '错误: 无法删除已激活的公司, 请先更改它!',
'not_user_company' => '错误:您无权更改此公司!',
'delete_active' => '错误:无法删除已激活的公司。请先切换到另一家!',
'disable_active' => '错误:无法禁用已激活的公司。请先切换到另一家!',
],
];

View File

@ -2,15 +2,11 @@
return [
'allow_login' => '允许登录?',
'can_login' => '可以登录',
'user_created' => '用户创建成功',
'error' => [
'email' => '邮箱已注册'
'email' => '邮箱已注册',
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => '错误:您无权更改此控制面板!',
'delete_last' => '错误:无法删除最后一个控制面板。请先创建一个新控制面板!',
'disable_last' => '错误:无法禁用最后一个面板。请先创建一个新面板!',
],
];

View File

@ -2,15 +2,33 @@
return [
'accounts_cash' => '现金',
'categories_deposit' => '存款',
'categories_sales' => '业务员',
'currencies_usd' => '美金',
'currencies_eur' => '欧元',
'currencies_gbp' => '英镑',
'currencies_try' => '土耳其里拉',
'taxes_exempt' => '免税',
'taxes_normal' => '一般税率',
'taxes_sales' => '销售税',
'accounts' => [
'cash' => '现金',
],
'categories' => [
'deposit' => '存款',
'sales' => '销售额',
],
'currencies' => [
'usd' => '美金',
'eur' => '欧元',
'gbp' => '英镑',
'try' => '土耳其里拉',
],
'offline_payments' => [
'cash' => '现金',
'bank' => '银行转帐',
],
'reports' => [
'income' => '按类别分列的月收入汇总表。',
'expense' => '按类别分列的月支出汇总表。',
'income_expense' => '按类别分列的月收入与支出对比。',
'tax' => '季度税表。',
'profit_loss' => '按类别分列的季度利润和亏损统计表。',
],
];

View File

@ -0,0 +1,50 @@
<?php
return [
'invoice_new_customer' => [
'subject' => '{invoice_number} 发票已创建',
'body' => '尊敬的 {customer_name}<br /><br />我们已经为您准备了以下发票: <strong>{invoice_number}</strong><br /><br />您可以看到发票的详细信息并从以下链接继续付款: <a href="{invoice_guest_link}">{invoice_number}</a><br /><br />如您有任何问题可随时联系我们<br /><br />祝好<br />{company_name}',
],
'invoice_remind_customer' => [
'subject' => '{invoice_number} 发票逾期通知',
'body' => '尊敬的 {customer_name},<br /><br />这是发票 <strong>{invoice_number}</strong> 的逾期通知。<br /><br />发票总额为 {invoice_total} ,到期时间为 <strong>{invoice_due_date}</strong><br /><br />您可以看到发票的详细信息并从以下链接继续付款: <a href="{invoice_guest_link}">{invoice_number}</a><br /><br />祝好,<br />{company_name}',
],
'invoice_remind_admin' => [
'subject' => '{invoice_number} 发票逾期通知',
'body' => '您好,<br /><br />{customer_name} 收到了逾期的 <strong>{invoice_number}</strong> 发票通知。<br /><br />发票总额为 {invoice_total} ,到期时间为 <strong>{invoice_due_date}</strong><br /><br />您可以从以下链接查看发票详情: <a href="{invoice_admin_link}">{invoice_number}</a><br /><br />祝好,<br />{company_name}',
],
'invoice_recur_customer' => [
'subject' => '{invoice_number} 定期发票已创建',
'body' => '尊敬的 {customer_name},<br /><br />基于您的循环周期, 我们为您准备了以下发票: <strong>{invoice_number}</strong>。<br /><br />您可以看到发票的详细信息并从以下链接继续付款: <a href="{invoice_guest_link}">{invoice_number}</a><br /><br />如您有任何问题可随时联系我们<br /><br />祝好<br />{company_name}',
],
'invoice_recur_admin' => [
'subject' => '{invoice_number} 定期发票已创建',
'body' => '您好,<br /><br />基于 {customer_name} 的循环周期, <strong>{invoice_number}</strong> 发票已自动创建。<br /><br />您可以从以下链接查看发票详情: <a href="{invoice_admin_link}">{invoice_number}</a><br /><br />祝好,<br />{company_name}',
],
'invoice_payment_customer' => [
'subject' => '已收到发票{invoice_number} 的付款',
'body' => '尊敬的 {customer_name},<br /><br />谢谢谢您的付款。 请在下面查找付款详情:<br /><br />---------------------------------------------------------------<br />金额: <strong>{transaction_total}</strong><br />日期: <strong>{transaction_paid_date}</strong><br />发票号码: <strong>{invoice_number}</strong><br />-----------------------------------------------------------------------<br /><br />您一直可以从以下链接查看发票细节: <a href="{invoice_guest_link}">{invoice_number}</a><br /><br />如您有任何问题可随时联系我们<br /><br />祝好<br />{company_name}',
],
'invoice_payment_admin' => [
'subject' => '已收到发票{invoice_number} 的付款',
'body' => '您好,<br /><br />{customer_name} 创建了发票 <strong>{invoice_number}</strong> 的付款记录。<br /><br />您可以从以下链接查看发票详情: <a href="{invoice_admin_link}">{invoice_number}</a><br /><br />祝好,<br />{company_name}',
],
'bill_remind_admin' => [
'subject' => '{bill_number} 账单提醒通知',
'body' => '您好,<br /><br />这是账单 <strong>{bill_number}</strong> 付至 {vendor_name} 的提示。<br /><br />账单总额为 {bill_total} ,到期时间为 <strong>{bill_due_date}</strong><br /><br />您可以从以下链接查看账单详情: <a href="{bill_admin_link}">{bill_number}</a><br /><br />祝好,<br />{company_name}',
],
'bill_recur_admin' => [
'subject' => '{bill_number} 定期账单已创建',
'body' => '您好,<br /><br />基于 {vendor_name} 的循环周期, <strong>{bill_number}</strong> 发票已自动创建。<br /><br />您可以从以下链接查看账单详情: <a href="{bill_admin_link}">{bill_number}</a><br /><br />祝好,<br />{company_name}',
],
];

View File

@ -0,0 +1,23 @@
<?php
return [
'title' => [
'403' => '哎呀!禁止访问',
'404' => '哎呀!找不到页面',
'500' => '哎呀!出错了。',
],
'header' => [
'403' => '403 禁止',
'404' => '404未找到',
'500' => '500 服务器内部错误',
],
'message' => [
'403' => '您不能访问此页面。',
'404' => '我们找不到您正在寻找的页面。',
'500' => '我们将立即努力解决这个问题。',
],
];

View File

@ -2,6 +2,7 @@
return [
'dashboards' => '控制面板',
'items' => '产品 | 产品',
'incomes' => '收入 | 收入',
'invoices' => '订单 | 订单',
@ -22,7 +23,7 @@ return [
'users' => '用户 | 用户',
'roles' => '角色 | 角色',
'permissions' => '权限 | 权限',
'modules' => 'App|Apps',
'modules' => '应用程序',
'companies' => '公司 | 公司',
'profits' => '利润 | 利润',
'taxes' => '税额 | 税额',
@ -38,12 +39,20 @@ return [
'numbers' => '编号 | 编号',
'statuses' => '状态 | 状态',
'others' => '其他 | 其他',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'contacts' => '联系人',
'reconciliations' => '对账单',
'developers' => '开发者',
'schedules' => '任务计划',
'groups' => '团队',
'charts' => '图表',
'localisations' => '本土化',
'defaults' => '默认值',
'widgets' => '小工具',
'templates' => '模板',
'sales' => '销售',
'purchases' => '购买',
'dashboard' => '统计',
'welcome' => '欢迎',
'banking' => '银行',
'general' => '通用',
'no_records' => '尚无记录。',
@ -53,17 +62,21 @@ return [
'disabled' => '停用',
'yes' => '是',
'no' => '否',
'na' => 'N/A',
'na' => '未知',
'daily' => '每日',
'weekly' => '按周付费',
'monthly' => '每月',
'quarterly' => '每季度',
'yearly' => '每年',
'add' => '新增',
'add_new' => '新增',
'add_income' => '增加收入',
'add_expense' => '增加支出',
'show' => '显示',
'edit' => '编辑',
'delete' => '刪除',
'send' => '发送',
'share' => '分享',
'download' => '下载',
'delete_confirm' => '确认刪除 :name :type ',
'name' => '名称',
@ -81,11 +94,13 @@ return [
'reference' => '参考',
'attachment' => '附件',
'change' => '修改',
'change_type' => '改变类型',
'switch' => '切换',
'color' => '颜色',
'save' => '保存',
'confirm' => '确认',
'cancel' => '取消',
'loading' => 'Loading...',
'loading' => '载入中...',
'from' => '來自',
'to' => '收件人',
'print' => '打印',
@ -97,7 +112,7 @@ return [
'all_type' => '所有 :type',
'upcoming' => '待付账款',
'created' => '已创建',
'id' => 'ID',
'id' => '编号',
'more_actions' => '更多',
'duplicate' => '复制',
'unpaid' => '未付款',
@ -106,27 +121,54 @@ return [
'partially' => '部分',
'partially_paid' => '部分付款',
'export' => '导出',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'finish' => '完成',
'wizard' => '助手精灵',
'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',
'select_all' => '全选',
'unselect_all' => '取消全选',
'created_date' => '创建日期',
'period' => '周期',
'frequency' => '频率',
'start' => '启动',
'end' => '结束',
'clear' => '清除',
'difference' => '差异',
'footer' => '页脚',
'start_date' => '开始日期',
'end_date' => '结束日期',
'basis' => '基础',
'accrual' => '应计利润',
'cash' => '现金',
'group_by' => '分组',
'accounting' => '会计核算方式',
'sort' => '分类',
'width' => '内嵌页面宽度',
'month' => '月',
'year' => '年',
'type_item_name' => '输入项目名称',
'no_data' => '暂无数据',
'no_matching_data' => '没有匹配的数据',
'clear_cache' => '清除缓存',
'go_to_dashboard' => '前往查看您的进度',
'card' => [
'name' => '持卡人姓名',
'number' => '卡号',
'expiration_date' => '最后有效日期',
'cvv' => '信用卡验证值',
],
'title' => [
'new' => '新增 :type',
'edit' => '编辑 :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'delete' => '删除 :type',
'create' => '创建 :type',
'send' => '发送 :type',
'get' => '获取 :type',
'add' => '添加 :type',
'manage' => '管理 :type',
],
'form' => [
@ -135,14 +177,30 @@ return [
'field' => '- 选择 :field -',
'file' => '选择文件',
],
'add_new' => '添加新领域 :field',
'no_file_selected' => '未选择文件...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'today' => '今天',
'yesterday' => '昨天',
'last_days' => '最近 :day days',
'this_month' => '本月',
'last_month' => '上月',
],
'empty' => [
'documentation' => '了解更多详情,请查看 <a href=":url" target="_blank">文档</a>。',
'items' => '项目可以是产品或服务。您可以在创建发票和账单时使用项目来填写价格、税务等字段。',
'invoices' => '发票可以是一次性发票或定期发票。您可以将其发送给客户并随后开始接受在线付款。',
'revenues' => '收入是一种已支付的收入交易,可以是一份独立的记录 (即存款),也可以是发票的附件。',
'customers' => '如果您想要创建发票,则需要客户。他们也可以登录到客户端门户并查看到它们的余额。',
'bills' => '账单可以是一次性订单或或定期订单。它们用来表明您对您所购买的产品或服务的卖方所需要支付的款项。',
'payments' => '付款是一项付费交易,它可以是独立的记录(即食物收据),也可以附在账单上。',
'vendors' => '如果您想要创建账单,则需要供应商。您可以看到您所欠的余额,并过滤供应商的报告。',
'transfers' => '转账允许您将钱从一个帐户转移到另一个帐户,不管他们是否使用同一货币。',
'taxes' => '税款是对发票和账单收取的额外费用。您的金融交易受这些管理税的影响。',
'reconciliations' => '我们进行银行对账以确保您的公司银行记录处于正确状态。',
],
];

View File

@ -8,9 +8,9 @@ return [
'counter' => '{0} 您沒有任何通知 | {1} 您有 :count 个通知 | [2,*] 您有 :count个通知',
'overdue_invoices' => '{1} :count 个逾期订单 | [2,*] :count 个逾期订单',
'upcoming_bills' => '{1} :count 个即将到來的账单 | [2,*] :count 个即将到來的账单',
'items_stock' => '{1} :count 項目无库存 | [2,*] :count 項目无库存',
'view_all' => '查看全部'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
];

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => '订单号码',
'invoice_date' => '订单日期',
'total_price' => '总价',
'due_date' => '到期日',
'order_number' => '订单编号',
'bill_to' => '账单收件人',
'invoice_number' => '订单号码',
'invoice_date' => '订单日期',
'total_price' => '总价',
'due_date' => '到期日',
'order_number' => '订单编号',
'bill_to' => '账单收件人',
'quantity' => '数量',
'price' => '价格',
'sub_total' => '小计',
'discount' => '折扣',
'tax_total' => '税额',
'total' => '总计',
'quantity' => '数量',
'price' => '价格',
'sub_total' => '小计',
'discount' => '折扣',
'tax_total' => '税额',
'total' => '总计',
'item_name' => '产品名称 | 产品名称',
'item_name' => '产品名称 | 产品名称',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小计',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小计',
'payment_due' => '付款到期日',
'paid' => '已付款',
'histories' => '历史记录',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_paid' => '标记为已付款',
'mark_sent' => '标记为已发送',
'download_pdf' => '下载 PDF格式',
'send_mail' => '发送邮件',
'all_invoices' => 'Login to view all invoices',
'payment_due' => '付款到期日',
'paid' => '已付款',
'histories' => '历史记录',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_paid' => '标记为已付款',
'mark_sent' => '标记为已发送',
'mark_viewed' => '标记已查看',
'download_pdf' => '下载 PDF格式',
'send_mail' => '发送邮件',
'all_invoices' => '登录以查看所有发票',
'create_invoice' => '创建发票',
'send_invoice' => '发送发票',
'get_paid' => '获得报酬',
'accept_payments' => '接受在线付款',
'statuses' => [
'draft' => '草稿',
'sent' => '已发送',
'viewed' => '已浏览',
'approved' => '已批准',
'partial' => '部分',
'paid' => '已付款',
'draft' => '草稿',
'sent' => '已发送',
'viewed' => '已浏览',
'approved' => '已批准',
'partial' => '部分',
'paid' => '已付款',
'overdue' => '已逾期',
'unpaid' => '未付款',
],
'messages' => [
'email_sent' => '成功发送账单邮件!',
'marked_sent' => '成功标记账单为已发送!',
'email_required' => '此客户沒有邮箱',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'email_sent' => '发票邮件已发送',
'marked_sent' => '发票标记为已发送!',
'marked_paid' => '发票标记为已发送',
'email_required' => '此客户沒有邮箱!',
'draft' => '这是 <b>DRAFT</b> 发票,发送后将会反映在图表中。',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
'created' => '创建日期: date',
'viewed' => '已浏览',
'send' => [
'draft' => '未发送',
'sent' => '送达日期date',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => '等待付款',
],
],
],
'notification' => [
'message' => '由于您有一个即将到來的 :amount 账单给客户 :customer因此收到此邮件。',
'button' => '立即付款',
],
];

View File

@ -2,17 +2,7 @@
return [
'quantities' => '数量 | 数量',
'sales_price' => '定价',
'purchase_price' => '售价',
'sku' => '库存',
'notification' => [
'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' => '现在查看',
],
'sales_price' => '销售价格',
'purchase_price' => '采购价格',
];

View File

@ -0,0 +1,11 @@
<?php
return [
'title' => '维护中',
'message' => '抱歉,我们正在进行维护。请稍后再试',
'last-updated' => '此消息最后更新 :timestamp。',
];

View File

@ -8,22 +8,28 @@ return [
'deleted' => '已刪除:type ',
'duplicated' => ':type 重复!',
'imported' => ':type 已导入!',
'exported' => ':type 导出!',
'enabled' => ':type 已启用!',
'disabled' => ':type 已禁用!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'over_payment' => '错误:付款未添加!您输入的金额超过了总金额::amount',
'not_user_company' => '错误:您不允许管理此公司!',
'customer' => '错误:未创建用户!:name已经使用此邮箱。',
'no_file' => '错误:沒有选择文件!',
'last_category' => '错误:无法刪除最后一个 :type 分类!',
'invalid_apikey' => '错误token输入错误',
'change_type' => '错误:无法更改类型,因为它和 :text 相关',
'invalid_apikey' => '错误:输入的 API 密钥无效!',
'import_column' => '错误: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => '错误: Sheet name 无效. 请检查示例文件.',
],
'warning' => [
'deleted' => '警告:由于和 :text 相关,你不能刪除<b>:name</b>。',
'disabled' => '警告:由于和 :text 相关,你不能停用<b>:name</b>。',
'disable_code' => '警告:您无权禁用或更改货币 <b>:name</b> ,因为它和 :text有 关联。',
'payment_cancel' => '警告: 您已取消了您最近的 :methods 付款 ',
],
];

View File

@ -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' => '没有评论。'
],
];

View File

@ -3,7 +3,7 @@
return [
'whoops' => '啊噢!',
'hello' => 'Hello!',
'hello' => '您好!',
'salutation' => '尊敬的,<br> :company_name',
'subcopy' => '如果您在点击"text" 按钮时遇到问题,请将以下网址复制并粘贴到您的网络浏览器中: [:url](:url)',

View File

@ -2,8 +2,9 @@
return [
'previous' => '&laquo; 上一',
'next' => '下一页 &raquo;',
'showing' => '显示 :first:last :total :type',
'previous' => '上一',
'next' => '下一',
'showing' => ':first:latest of :total records.',
'page' => '每页',
];

View File

@ -2,13 +2,15 @@
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',
'reconcile' => '对账',
'reconciled' => '已对帐的',
'closing_balance' => '期终结余',
'unreconciled' => '未对帐的',
'transactions' => '交易记录',
'start_date' => '开始日期',
'end_date' => '结束日期',
'cleared_amount' => '已清算金额',
'deposit' => '存款',
'withdrawal' => '提款',
];

View File

@ -12,6 +12,7 @@ return [
'net_profit' => '初始利润',
'total_expenses' => '总费用',
'net' => '初始',
'income_expense' => '收入&支出',
'summary' => [
'income' => '收入概要',
@ -20,11 +21,10 @@ return [
'tax' => '税务概要',
],
'quarter' => [
'1' => '一至三月',
'2' => '四至六月',
'3' => '七至九月',
'4' => '十至十二月',
'charts' => [
'line' => '曲线图',
'bar' => '柱状图',
'pie' => '饼图',
],
];

View File

@ -3,14 +3,18 @@
return [
'company' => [
'description' => '更改公司名称、电子邮件、地址、税号等',
'name' => '名称',
'email' => '电子邮箱',
'phone' => '电话',
'address' => '地址',
'logo' => '标志',
],
'localisation' => [
'tab' => '本地化',
'description' => '设置财年、时区、日期格式和更多局部信息',
'financial_start' => '财年开始',
'timezone' => '时区',
'date' => [
'format' => '日期格式',
'separator' => '日期分隔',
@ -20,83 +24,100 @@ return [
'slash' => '斜线 (/)',
'space' => '空格 ( )',
],
'timezone' => '时区',
'percent' => [
'title' => '百分比 (%) 位置',
'before' => '编号之前',
'after' => '编号之后',
],
],
'invoice' => [
'tab' => '订单',
'description' => '自定义发票前缀、数字、条款、页脚等。',
'prefix' => '订单前缀',
'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',
'logo' => '标志',
'custom' => '自定义',
'item_name' => '项目名称',
'item' => '项目',
'product' => '产品',
'service' => '服务',
'price_name' => '价格名称',
'price' => '价格',
'rate' => '税率',
'quantity_name' => '数量名称',
'quantity' => '数量',
'payment_terms' => '付款条款',
'title' => '标题',
'subheading' => '副标题',
'due_receipt' => '由于收到',
'due_days' => '在 :days 内到期',
'choose_template' => '选择发票模板',
'default' => '默认',
'classic' => '经典',
'modern' => '现代的',
],
'default' => [
'tab' => '默认',
'account' => '默认账户',
'currency' => '默认货币',
'tax' => '默认税率',
'payment' => '默认付款方式',
'language' => '默认语言',
'description' => '默认账户、货币、公司语言',
'list_limit' => '每页记录',
'use_gravatar' => '使用 Gravatar',
],
'email' => [
'description' => '更改发送协议和电子邮件模板',
'protocol' => '协议',
'php' => 'PHP Mail',
'smtp' => [
'name' => 'SMTP',
'host' => 'SMTP IP',
'port' => 'SMTP Port',
'port' => 'SMTP 端口',
'username' => 'SMTP 账户',
'password' => 'SMTP 绵绵',
'encryption' => 'SMTP 安全性',
'none' => '无',
],
'sendmail' => 'Sendmail',
'sendmail' => '发送邮件',
'sendmail_path' => 'Sendmail 路径',
'log' => '邮件日志',
'templates' => [
'subject' => '主题',
'body' => '正文',
'tags' => '<strong>可用标签:</strong> :tag_list',
'invoice_new_customer' => '新发票模板 (发送给客户)',
'invoice_remind_customer' => '发票提醒模板 (发送给客户)',
'invoice_remind_admin' => '发票提醒模板 (发送给管理员)',
'invoice_recur_customer' => '定期发票模板 (发送给客户)',
'invoice_recur_admin' => '定期发票模板 (发送给管理员)',
'invoice_payment_customer' => '付款接收模板 (发送给客户)',
'invoice_payment_admin' => '付款接收模板 (发送给管理员)',
'bill_remind_admin' => '账单提醒模板 (发送给管理员)',
'bill_recur_admin' => '定期账单模板 (发送给管理员)',
],
],
'scheduling' => [
'tab' => '计划任务',
'name' => '计划任务',
'description' => '定期的自动提醒和指令',
'send_invoice' => '发送订单提醒',
'invoice_days' => '与到期日后发送',
'send_bill' => '发送账单提醒',
'bill_days' => '与到期日前发送',
'cron_command' => 'Cron命令',
'schedule_time' => '执行时间',
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => '显示',
'theme' => '主题',
'light' => '明亮',
'dark' => '暗色',
'list_limit' => '每页记录数量',
'use_gravatar' => '使用 Gravatar(邮箱头像:不建议开启,影响系统速度)',
'categories' => [
'description' => '收入、支出和项目的非限定类别',
],
'system' => [
'tab' => '系统',
'session' => [
'lifetime' => 'Session周期 (分钟)',
'handler' => 'Session管理',
'file' => '文件',
'database' => '数据库',
],
'file_size' => '最大文件容量 (MB)',
'file_types' => '允许文件格式',
'currencies' => [
'description' => '创建、管理货币并设定他们的汇率',
],
'taxes' => [
'description' => '固定税率,常规税率,其他费率以及复合税率',
],
];

View File

@ -4,5 +4,8 @@ return [
'rate' => '税率',
'rate_percent' => '税率 (%)',
'normal' => '常规税率',
'inclusive' => '包含费率',
'compound' => '复合税率',
'fixed' => '固定费率',
];

View File

@ -6,7 +6,7 @@ return [
'to_account' => '收件账户',
'messages' => [
'delete' => ':from to :to (:amount)',
'delete' => ':from :to (:amount)',
],
];

View File

@ -13,19 +13,19 @@ return [
|
*/
'accepted' => '必须接受 :attribute。',
'accepted' => '必须接受 :attribute。',
'active_url' => ':attribute 并非一个有效的网址。',
'after' => ':attribute 必须要晚于 :date。',
'after_or_equal' => ':attribute 必须要等于 :date 或更晚',
'alpha' => ':attribute 只能以字母组成。',
'alpha_dash' => ':attribute 只能字母、数字及斜线组成。',
'alpha_dash' => ':attribute 只能字母、数字、短划线(-)和下划线(_)组成。',
'alpha_num' => ':attribute 只能以字母及数字组成。',
'array' => ':attribute 必须为数组。',
'before' => ':attribute 必须要早于 :date。',
'before_or_equal' => ':attribute 必须要等于 :date 或更早。',
'between' => [
'numeric' => ':attribute 必须介于 :min 至 :max 之间。',
'file' => ':attribute 必须介于 :min :max kb 之间。 ',
'file' => ':attribute 必须介于 :min - :max KB 之间。',
'string' => ':attribute 必须介于 :min 至 :max 个字符之间。',
'array' => ':attribute: 必须有 :min - :max 个元素。',
],
@ -33,15 +33,16 @@ return [
'confirmed' => ':attribute 确认值的输入不一致。',
'date' => ':attribute 并非一个有效日期。',
'date_format' => ':attribute 不符合 :format 的格式。',
'different' => ':attribute :other 必须不同。',
'different' => ':attribute :other 必须不同。',
'digits' => ':attribute 必须是 :digits 位数字。',
'digits_between' => ':attribute 必须介于 :min 至 :max 位数字。',
'dimensions' => ':attribute 图片尺寸不正确。',
'distinct' => ':attribute 已存在。',
'email' => ':attribute 必须是有效的邮箱。',
'email' => ':attribute 不是一个合法的邮箱。',
'ends_with' => ':attribute 必须以 :values 为结尾。',
'exists' => '所选择的 :attribute 选项无效。',
'file' => ':attribute 必须是文件。',
'filled' => ':attribute 不能空。',
'filled' => ':attribute 不能空。',
'image' => ':attribute 必须是图片。',
'in' => '所选择的 :attribute 选项无效。',
'in_array' => ':attribute 没有在 :other 中。',
@ -50,7 +51,7 @@ return [
'json' => ':attribute 必须是正确的 JSON 字符串。',
'max' => [
'numeric' => ':attribute 不能大于 :max。',
'file' => ':attribute 不能大于 :max kb。',
'file' => ':attribute 不能大于 :max KB。',
'string' => ':attribute 不能多于 :max 个字符。',
'array' => ':attribute 最多有 :max 个元素。',
],
@ -58,17 +59,17 @@ return [
'mimetypes' => ':attribute 必须为 :values 的文件。',
'min' => [
'numeric' => ':attribute 不能小于 :min。',
'file' => ':attribute 不能小于 :min kb。',
'file' => ':attribute 大小不能小于 :min KB。',
'string' => ':attribute 不能小于 :min 个字符。',
'array' => ':attribute 至少有 :min 个元素。',
],
'not_in' => '所选择的 :attribute 选项无效。',
'numeric' => ':attribute 必须为数字。',
'present' => ':attribute 必须存在。',
'regex' => ':attribute 格式错误。',
'required' => ':attribute 不能空。',
'regex' => ':attribute 格式不正确。',
'required' => ':attribute 不能空。',
'required_if' => '当 :other 是 :value 时 :attribute 不能留空。',
'required_unless' => '当 :other 不 :value 时 :attribute 不能空。',
'required_unless' => '当 :other 不 :values 时 :attribute 不能空。',
'required_with' => '当 :values 出现时 :attribute 不能留空。',
'required_with_all' => '当 :values 出现时 :attribute 不能為空。',
'required_without' => '当 :values 留空时 :attribute field 不能留空。',
@ -76,15 +77,15 @@ return [
'same' => ':attribute 与 :other 必须相同。',
'size' => [
'numeric' => ':attribute 的大小必须是 :size。',
'file' => ':attribute 大小必须 :size kb。',
'file' => ':attribute 大小必须 :size KB。',
'string' => ':attribute 必须是 :size 个字符。',
'array' => ':attribute 必须是 :size 个元素。',
],
'string' => ':attribute 必须是字符串。',
'string' => ':attribute 必须是一个字符串。',
'timezone' => ':attribute 必须是争取的时区值。',
'unique' => ':attribute 已经存在。',
'uploaded' => ':attribute 上传失败。',
'url' => ':attribute 格式错误。',
'url' => ':attribute 格式不正确。',
/*
|--------------------------------------------------------------------------
@ -102,7 +103,7 @@ return [
'rule-name' => '自定信息',
],
'invalid_currency' => ':attribute code 无效.',
'invalid_amount' => 'The amount :attribute is invalid.',
'invalid_amount' => '金额 :attribute 无效。',
],
/*

View File

@ -2,23 +2,22 @@
return [
'total_incomes' => '总收入',
'receivables' => '应收款',
'open_invoices' => '未结订单',
'overdue_invoices' => '逾期订单',
'total_income' => '总收入',
'receivables' => '应收款',
'open_invoices' => '开具发票',
'overdue_invoices' => '逾期发票',
'total_expenses' => '总费用',
'payables' => '应付款',
'payables' => '应付款',
'open_bills' => '未结账单',
'overdue_bills' => '过期账单',
'overdue_bills' => '逾期帐单',
'total_profit' => '总利润',
'open_profit' => '初始利润',
'open_profit' => '公开利润',
'overdue_profit' => '逾期利润',
'cash_flow' => '现金流',
'no_profit_loss' => '无利润损失',
'incomes_by_category' => '收入分类',
'income_by_category' => '收入分类',
'expenses_by_category' => '支出分类',
'account_balance' => '账户余额',
'latest_incomes' => '近期收入',
'latest_income' => '最新收入',
'latest_expenses' => '近期支出',
];