feat:调整部分翻译文案
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package com.chwl.app.game.core.engine
|
||||
|
||||
import android.os.Build
|
||||
import com.chwl.app.BuildConfig
|
||||
import com.chwl.app.game.core.GameQueueAbility
|
||||
import com.chwl.app.game.core.GameStateAbility
|
||||
import com.chwl.core.bean.game.GameResultBean
|
||||
import com.chwl.core.bean.game.SudGameConfigBean
|
||||
import com.chwl.core.sud.model.GameViewInfoModel
|
||||
import com.chwl.core.sud.state.SudMGPAPPState
|
||||
import com.chwl.core.sud.state.SudMGPMGState
|
||||
import com.chwl.core.support.room.RoomContext
|
||||
import com.chwl.library.utils.SingleToastUtil
|
||||
@@ -131,7 +131,8 @@ class GameEngineAbility : SudEngineAbility() {
|
||||
private fun updateGameSettingSelectConfig() {
|
||||
val configStr = gameConfig?.getGameSettingSelectConfigStr()
|
||||
if (!configStr.isNullOrEmpty()) {
|
||||
sudFSTAPP.notifyStateChange("app_common_game_setting_select_info", configStr)
|
||||
logD("updateGameSettingSelectConfig() configStr:$configStr")
|
||||
sudFSTAPP.notifyStateChange(SudMGPAPPState.APP_COMMON_GAME_SETTING_SELECT_INFO, configStr)
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -13,4 +13,5 @@
|
||||
<string name="game_rematch">إعادة المطابقة</string>
|
||||
<string name="resume_game_tips">جاري التحميل، هل تريد العودة إلى الغرفة؟</string>
|
||||
<string name="game_end_tips">انتهت اللعبة~</string>
|
||||
<string name="continue_game">متابعة اللعبة</string>
|
||||
</resources>
|
@@ -14,4 +14,5 @@
|
||||
<string name="game_rematch">重新匹配</string>
|
||||
<string name="resume_game_tips">遊戲進行中,是否返回房間?</string>
|
||||
<string name="game_end_tips">遊戲已結束~</string>
|
||||
<string name="continue_game">繼續遊戲</string>
|
||||
</resources>
|
@@ -13,4 +13,5 @@
|
||||
<string name="game_rematch">Rematch</string>
|
||||
<string name="resume_game_tips">Game in progress, do you want to return to the room?</string>
|
||||
<string name="game_end_tips">The game is over ~</string>
|
||||
<string name="continue_game">Continue</string>
|
||||
</resources>
|
Reference in New Issue
Block a user