akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@@ -10,9 +10,5 @@ return [
'bank_phone' => '银行电话',
'bank_address' => '银行地址',
'default_account' => '默认帐户',
'incoming' => '传入',
'outgoing' => '输出',
'see_performance' => '查看财务绩效',
'create_report' => '如果您想要看财务绩效,您可以创建收入与支出报告实例。',
];

View File

@@ -4,7 +4,6 @@ return [
'bill_number' => '账单编号',
'bill_date' => '账单日期',
'bill_amount' => '账单金额',
'total_price' => '总价',
'due_date' => '到期日',
'order_number' => '订单编号',

View File

@@ -4,7 +4,7 @@ return [
'bulk_actions' => '批量操作',
'selected' => '已选中',
'no_action' => '没有可用的操作',
'no_action' => 'No action available',
'message' => [
'duplicate' => '你确定要 <b>复制</b>这些选定的记录的吗?',
@@ -15,9 +15,7 @@ return [
'paid' => '您确定要将选定的发票标记为 <b>已支付</b>吗? 您确定要将选定的发票标记为 <b>已支付</b> 吗?',
'sent' => '您确定要将选定的发票标记为 <b>已发送</b>吗? 您确定要将选定的发票标记为 <b>已发送</b> 吗?',
'received' => '您确定要将选定的账单标记为 <b>已接收</b>吗? 您确定要将选定的账单标记为 <b>已接收</b> 吗?',
'cancelled' => '您确定要 <b>取消</b> 选定的发票/账单吗?|您确定要 <b>取消</b> 选定的发票/账单吗?',
'reconcile' => '您确定要 <b>取消</b> 选定的记录吗?|您确定要 <b>取消</b> 选定的记录吗?',
'unreconcile' => '您确定要 <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?',
],
];

View File

@@ -8,7 +8,6 @@ return [
'decimal_mark' => '小数点',
'thousands_separator' => '千位分隔符',
'precision' => '精确度',
'conversion' => '货币转换: :price (:currency_code) 为 :currency_rate',
'symbol' => [
'symbol' => '货币符号',
'position' => '货币符号位置',

View File

@@ -2,7 +2,7 @@
return [
'sales_price' => '销售价格',
'sale_price' => '销售价格',
'purchase_price' => '采购价格',
];

View File

@@ -2,29 +2,26 @@
return [
'this_year' => '今年',
'previous_year' => '去年',
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '过去 12 个月',
'profit_loss' => '损益',
'gross_profit' => '毛利',
'net_profit' => '初始利润',
'total_expenses' => '总费用',
'net' => '初始',
'income_expense' => '收入&支出',
'summary' => [
'income' => '收入概要',
'expense' => '支出概要',
'income_expense' => '收入 vs 支出',
'tax' => '税务概要',
],
'this_year' => '今年',
'previous_year' => '去年',
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '过去 12 个月',
'profit_loss' => '损益',
'gross_profit' => '毛利',
'net_profit' => '初始利润',
'total_expenses' => '总费用',
'net' => '初始',
'income_expense' => '收入&支出',
'income_summary' => '收入概要',
'expense_summary' => '支出概要',
'income_expense_summary' => '收入 vs 支出',
'tax_summary' => '税务概要',
'charts' => [
'line' => '曲线图',
'bar' => '柱状图',
'pie' => '饼图',
'line' => '曲线图',
'bar' => '柱状图',
'pie' => '饼图',
],
];