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

@ -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' => '我们进行银行对账以确保您的公司银行记录处于正确状态。',
],
];