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

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