new crowdin translations

This commit is contained in:
Crowdin Bot
2023-03-02 00:22:42 +00:00
parent 6015e3a1e7
commit 3527bc3232
77 changed files with 2099 additions and 552 deletions

View File

@@ -2,20 +2,34 @@
return [
'auth' => '身份验证',
'profile' => '个人资料',
'logout' => '退出登录',
'login' => '登录',
'forgot' => '忘记了',
'login_to' => '登录',
'remember_me' => '记住我',
'forgot_password' => '我忘记了我的密码',
'reset_password' => '重置密码',
'change_password' => '改变密码',
'enter_email' => '请输入电子邮箱',
'current_email' => '目前电子邮箱',
'reset' => '重置',
'never' => '永远不要',
'landing_page' => '登陆页面',
'personal_information' => '个人信息',
'register_user' => '注册用户',
'register' => '注册',
'form_description' => [
'personal' => '邀请链接将发送给新用户,请确保电子邮件地址正确。 他们可以输入他们的密码。',
'assign' => '用户将有权访问选定的公司。您可以限制来自 <a href=":url" class="border-b border-black">角色</a> 页面的权限。',
'preferences' => '选择用户的默认语言。您也可以在用户登录后设置登陆页面。',
],
'password' => [
'pass' => '密码',
'pass_confirm' => '确认密码',
'current' => '密码',
'current_confirm' => '确认密码',
'new' => '新的密码',
@@ -25,17 +39,55 @@ return [
'error' => [
'self_delete' => '错误:无法删除自己!',
'self_disable' => '错误:无法禁用自己',
'unassigned' => '错误:无法取消分配的公司!:company 必须至少分配一个用户。',
'no_company' => '错误: 你账户下没有公司,请联系管理员.',
],
'login_redirect' => '验证已完成!您正在重定向...',
'failed' => '账号或者密码错误',
'throttle' => '尝试登录次数过多,请在 :seconds 秒后再试。',
'disabled' => '此账号已被停用,请联系管理员',
'notification' => [
'message_1' => '您收到此电子邮件是因为我们收到了您帐户的密码重置请求.',
'message_2' => '如果您未请求重置密码,则无需进一步操作.',
'button' => '重置密码',
'message_1' => '您收到此电子邮件是因为我们收到了您帐户的密码重置请求.',
'message_2' => '如果您未请求重置密码,则无需进一步操作.',
'button' => '重置密码',
],
'invitation' => [
'message_1' => '您收到此邮件是因为您被邀请加入 Akauning。',
'message_2' => '如果你不想加入,就不需要采取进一步行动。',
'button' => '开始使用',
],
'information' => [
'invoice' => '轻松创建发票',
'reports' => '获取详细报表',
'expense' => '追踪任何开支',
'customize' => '自定义您的 Akaunting',
],
'roles' => [
'admin' => [
'name' => '管理员',
'description' => '他们可以完全访问您的 Akaunting ,包括客户、发票、报告、设置和应用程序。',
],
'manager' => [
'name' => '经理',
'description' => '他们可以完全访问您的 Akaunting, 但无法管理用户和应用程序。',
],
'customer' => [
'name' => '客户',
'description' => '他们可以访问客户端门户,通过您设置的付款方法在线支付他们的发票。',
],
'accountant' => [
'name' => '会计',
'description' => '他们可以查阅发票、交易、报告和创建期刊条目。',
],
'employee' => [
'name' => '员工',
'description' => '他们可以为分配的项目创建费用债权和追踪时间,但只能看到他们自己的信息。',
],
],
];

View File

@@ -4,6 +4,7 @@ return [
'bill_number' => '账单编号',
'bill_date' => '账单日期',
'bill_amount' => '账单金额',
'total_price' => '总价',
'due_date' => '到期日',
'order_number' => '订单编号',
@@ -18,11 +19,13 @@ return [
'total' => '总计',
'item_name' => '产品名称 | 产品名称',
'recurring_bills' => '重复计费|重复计费',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小计',
'payment_made' => '付款完成',
'payment_due' => '付款到期日',
'amount_due' => '到期金额',
'paid' => '已付款',
@@ -38,6 +41,10 @@ return [
'receive_bill' => '接收账单',
'make_payment' => '支付',
'form_description' => [
'billing' => '账单的详细信息出现在您的账单上。账单日期在仪表盘和报告中。 选择您要支付的日期为到期日。',
],
'messages' => [
'draft' => '这是 <b>草稿</b> 账单, 在收到后将反映在图表上。',

View File

@@ -4,7 +4,7 @@ return [
'bulk_actions' => '批量操作',
'selected' => '已选中',
'no_action' => 'No action available',
'no_action' => '没有可用的操作',
'message' => [
'duplicate' => '你确定要 <b>复制</b>这些选定的记录的吗?',
@@ -15,7 +15,12 @@ return [
'paid' => '您确定要将选定的发票标记为 <b>已支付</b>吗? 您确定要将选定的发票标记为 <b>已支付</b> 吗?',
'sent' => '您确定要将选定的发票标记为 <b>已发送</b>吗? 您确定要将选定的发票标记为 <b>已发送</b> 吗?',
'received' => '您确定要将选定的账单标记为 <b>已接收</b>吗? 您确定要将选定的账单标记为 <b>已接收</b> 吗?',
'cancelled' => 'Are you sure you want to <b>cancel</b> selected invoice/bill?|Are you sure you want to <b>cancel</b> selected invoices/bills?',
'cancelled' => '您确定要 <b>取消</b> 选定的发票/账单吗?|您确定要 <b>取消</b> 选定的发票/账单吗?',
'reconcile' => '您确定要 <b>取消</b> 选定的记录吗?|您确定要 <b>取消</b> 选定的记录吗?',
'unreconcile' => '您确定要 <b>反核对</b> 选定的记录?|您确定要 <b>反核对</b> 选定记录吗?',
],
'success' => [
'general' => ':count 记录 :type',
],
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'collapse' => '折叠',
'form_description' => [
'general' => '该类别有助于您对您的项目、收入、开支和其他记录进行分类。',
],
];

View File

@@ -11,4 +11,12 @@ return [
'disable_active' => '错误:无法禁用已激活的公司。请先切换到另一家!',
],
'form_description' => [
'general' => '此信息在您创建的记录中可见。',
'billing' => '税号在每张发票/账单中显示。控制面板和报告以默认货币显示。',
'address' => '地址将用于您发布的发票、账单和其他记录。',
],
'skip_step' => '跳过这一步',
];