fix(i18n): 缩短游戏名称翻译以适配侧边栏样式
- 移除"真人"/"Live"等前缀 - Dragon Tiger → D-Tiger (避免文本过长) - ThreeCard → 3-Card (统一缩写风格) - 所有语言统一使用简短名称 修复侧边栏文本溢出问题 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -27,11 +27,11 @@ var tl = {
|
||||
goLogin: "เข้าสู่ระบบ",
|
||||
submit: "ส่ง...",
|
||||
|
||||
baccarat: "บาคาร่า Live",
|
||||
niuniu: "bull fight Live",
|
||||
longhu: "ดราก้อนไทเกอร์ Live",
|
||||
lunpan: "รูเล็ต Live",
|
||||
threecard: "ไฮโลออนไลน์ Live",
|
||||
baccarat: "บาคาร่า",
|
||||
niuniu: "Bull Bull",
|
||||
longhu: "D-Tiger",
|
||||
lunpan: "รูเล็ต",
|
||||
threecard: "3-Card",
|
||||
zhajinghua: "ไฮโลออนไลน์ Live",
|
||||
sedie: "Sedie Live",
|
||||
buyu: "ฟิชชิ่ง",
|
||||
|
||||
Reference in New Issue
Block a user