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

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