gdl_123 há 3 meses atrás
pai
commit
cbcf5f24e3

+ 3 - 1
Assets/Content/Config/LanguagePackage_cn.csv

@@ -19216,4 +19216,6 @@ DeleteAccountTimeTxt,Time remaining until account deletion: {0}
 DeleteNtfTxt,Are you sure you want to delete your account?\nThis action cannot be undone.
 DeleteNtfTxt,Are you sure you want to delete your account?\nThis action cannot be undone.
 DeleteNtfTxt2,This is the final confirmation.\nAre you absolutely sure you want to delete your account?
 DeleteNtfTxt2,This is the final confirmation.\nAre you absolutely sure you want to delete your account?
 DeleteEndNtfTxt,Thank you for playing! This process will take 1-10 business days.
 DeleteEndNtfTxt,Thank you for playing! This process will take 1-10 business days.
-DeleteErrorTxt,Account deletion has been applied for, please wait patiently.
+DeleteErrorTxt,Account deletion has been applied for, please wait patiently.
+LoginGetServerListError,Too many players online. Please try again later.
+LoginGetServerListErrorString,Too many players are logging in. Retrying in {0}s.

+ 1 - 0
Assets/Lua/UI/UICommonTips/UINoticeTipsView.lua

@@ -118,6 +118,7 @@ local NoticeList = {
 	['AccountDelete1']={title = 'BtnConfirm',notice = 'DeleteNtfTxt',notice1 = '', btnSure = "BtnConfirm" ,btnCancle = "BtnCancle", hideClose=true},
 	['AccountDelete1']={title = 'BtnConfirm',notice = 'DeleteNtfTxt',notice1 = '', btnSure = "BtnConfirm" ,btnCancle = "BtnCancle", hideClose=true},
 	['AccountDelete2']={title = 'BtnConfirm',notice = 'DeleteNtfTxt2',notice1 = '', btnSure = "BtnConfirm", btnCancle = "BtnCancle", hideClose=true},
 	['AccountDelete2']={title = 'BtnConfirm',notice = 'DeleteNtfTxt2',notice1 = '', btnSure = "BtnConfirm", btnCancle = "BtnCancle", hideClose=true},
 	['AccountDelete3']={title = 'BtnConfirm',notice = 'DeleteEndNtfTxt',notice1 = '', btnSure = "BtnConfirm",},
 	['AccountDelete3']={title = 'BtnConfirm',notice = 'DeleteEndNtfTxt',notice1 = '', btnSure = "BtnConfirm",},
+	["LoginTips14"] = {title = "GameLogin08", notice = "LoginGetServerListError", btnSure = "GameLogin07",btnCancle = "GameLogin06", hideClose=true},
 }
 }
 
 
 function UINoticeTipsView:OnAwake(data)
 function UINoticeTipsView:OnAwake(data)