feat: enhance draw status and scheduling display
- Updated DrawStatusHud to include a new countdown kind "start" for better status representation. - Refactored HallDrawPanel to improve time display logic, differentiating between scheduled start and close times. - Added new translations for scheduled start and close times in multiple languages. - Enhanced time formatting functions to support new scheduling features and improve user experience.
This commit is contained in:
@@ -73,6 +73,10 @@
|
||||
"draw": {
|
||||
"currentIssue": "Current issue",
|
||||
"currentTime": "Current Time",
|
||||
"scheduledStart": "Start time",
|
||||
"scheduledClose": "Close time",
|
||||
"startsIn": "Starts in",
|
||||
"scheduleNow": "Current time {{now}} ({{tz}})",
|
||||
"closesIn": "Closes In",
|
||||
"drawsIn": "Draws In",
|
||||
"drawProcessing": "Drawing…",
|
||||
|
||||
@@ -73,6 +73,10 @@
|
||||
"draw": {
|
||||
"currentIssue": "हालको इश्यू",
|
||||
"currentTime": "हालको समय",
|
||||
"scheduledStart": "सुरु समय",
|
||||
"scheduledClose": "बन्द समय",
|
||||
"startsIn": "सुरु हुन बाँकी",
|
||||
"scheduleNow": "हालको समय {{now}} ({{tz}})",
|
||||
"closesIn": "बन्द हुन बाँकी",
|
||||
"drawsIn": "ड्र हुन बाँकी",
|
||||
"drawProcessing": "ड्रअ प्रक्रियामा",
|
||||
|
||||
@@ -73,6 +73,10 @@
|
||||
"draw": {
|
||||
"currentIssue": "当前期号",
|
||||
"currentTime": "当前时间",
|
||||
"scheduledStart": "开始时间",
|
||||
"scheduledClose": "封盘时间",
|
||||
"startsIn": "距开始",
|
||||
"scheduleNow": "当前时间 {{now}}({{tz}})",
|
||||
"closesIn": "距封盘",
|
||||
"drawsIn": "距开奖",
|
||||
"drawProcessing": "开奖处理中",
|
||||
|
||||
Reference in New Issue
Block a user