enhance(reversi): tweak reversi
This commit is contained in:
		
							parent
							
								
									4de77784c9
								
							
						
					
					
						commit
						6039f27bd5
					
				
					 7 changed files with 149 additions and 78 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -9553,6 +9553,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
         * 対戦相手を探しています
 | 
			
		||||
         */
 | 
			
		||||
        "lookingForPlayer": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * 対局がキャンセルされました
 | 
			
		||||
         */
 | 
			
		||||
        "gameCanceled": string;
 | 
			
		||||
    };
 | 
			
		||||
    "_offlineScreen": {
 | 
			
		||||
        /**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2544,6 +2544,7 @@ _reversi:
 | 
			
		|||
  timeLimitForEachTurn: "1ターンの時間制限"
 | 
			
		||||
  freeMatch: "フリーマッチ"
 | 
			
		||||
  lookingForPlayer: "対戦相手を探しています"
 | 
			
		||||
  gameCanceled: "対局がキャンセルされました"
 | 
			
		||||
 | 
			
		||||
_offlineScreen:
 | 
			
		||||
  title: "オフライン - サーバーに接続できません"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue