fix(ticket): 本地化调整工单时间线状态标签翻译
- 将工单时间线中的状态标签改为调用多语言翻译接口 - 新增多语言文件中对应时间线标签的翻译词条 - 统一使用请求中的本地语言环境渲染时间线标签 - 优化代理信用额度校验,抽取公共方法requireProfile - 抛出更精确的校验异常信息,区分缺失和额度超出情况
This commit is contained in:
@@ -18,6 +18,12 @@ return [
|
||||
'draw_result_exists' => 'This draw already has result data and cannot be edited or deleted.',
|
||||
'settlement_not_approved' => 'Settlement batch is not approved for payout (both status and review_status must be approved).',
|
||||
'not_found' => 'The requested resource was not found.',
|
||||
'ticket_timeline_placed' => 'Bet placed',
|
||||
'ticket_timeline_deducted' => 'Stake deducted',
|
||||
'ticket_timeline_draw_published' => 'Draw result published',
|
||||
'ticket_timeline_settlement_started' => 'Settlement started',
|
||||
'ticket_timeline_settled' => 'Settled',
|
||||
'ticket_timeline_paid_out' => 'Paid out',
|
||||
'too_many_requests' => 'Too many requests. Please try again later.',
|
||||
'server_error' => 'Something went wrong. Please try again later.',
|
||||
'jackpot_manual_burst_failed' => 'Manual jackpot burst failed: :reason',
|
||||
|
||||
@@ -18,6 +18,12 @@ return [
|
||||
'draw_result_exists' => 'यस ड्रमा नतिजा छ, सम्पादन/मेटाउन मिल्दैन।',
|
||||
'settlement_not_approved' => 'सेटलमेन्ट ब्याच पेमेन्टका लागि स्वीकृत छैन (status र review_status दुवै approved हुनुपर्छ)।',
|
||||
'not_found' => 'अनुरोध गरिएको स्रोत फेला परेन।',
|
||||
'ticket_timeline_placed' => 'बेट गरियो',
|
||||
'ticket_timeline_deducted' => 'रकम काटियो',
|
||||
'ticket_timeline_draw_published' => 'ड्र नतिजा प्रकाशित',
|
||||
'ticket_timeline_settlement_started' => 'सेटलमेन्ट सुरु',
|
||||
'ticket_timeline_settled' => 'सेटल भयो',
|
||||
'ticket_timeline_paid_out' => 'भुक्तानी भयो',
|
||||
'too_many_requests' => 'धेरै अनुरोधहरू। कृपया पछि प्रयास गर्नुहोस्।',
|
||||
'server_error' => 'केही गडबड भयो। कृपया पछि प्रयास गर्नुहोस्।',
|
||||
'jackpot_manual_burst_failed' => 'म्यानुअल ज्याकपोट बर्स्ट असफल: :reason',
|
||||
|
||||
@@ -18,6 +18,12 @@ return [
|
||||
'draw_result_exists' => '该期已有开奖结果,不能编辑或删除。',
|
||||
'settlement_not_approved' => '结算批次尚未审核通过,无法派彩(需 status 与 review_status 均为 approved)。',
|
||||
'not_found' => '请求的资源不存在。',
|
||||
'ticket_timeline_placed' => '已下注',
|
||||
'ticket_timeline_deducted' => '已扣款',
|
||||
'ticket_timeline_draw_published' => '开奖结果已发布',
|
||||
'ticket_timeline_settlement_started' => '结算开始',
|
||||
'ticket_timeline_settled' => '已结算',
|
||||
'ticket_timeline_paid_out' => '已派彩',
|
||||
'too_many_requests' => '请求过于频繁,请稍后再试。',
|
||||
'server_error' => '服务暂时不可用,请稍后再试。',
|
||||
'jackpot_manual_burst_failed' => '手动爆池失败::reason',
|
||||
|
||||
Reference in New Issue
Block a user