updated translations
This commit is contained in:
@ -2,8 +2,9 @@
|
||||
|
||||
return [
|
||||
|
||||
'bulk_actions' => '批量操作',
|
||||
'selected' => '已选中',
|
||||
'bulk_actions' => '批量操作',
|
||||
'selected' => '已选中',
|
||||
'no_action' => 'No action available',
|
||||
|
||||
'message' => [
|
||||
'duplicate' => '你确定要 <b>复制</b>这些选定的记录的吗?',
|
||||
@ -14,6 +15,7 @@ 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?',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user