feat(i18n): fill the translation backlog and add the new strings
40 keys existed only in app_es.arb and fell back to Spanish everywhere else (15 of them in English). Most were multi-device screens: hostGame, votar, clueIs, whoDoYouThinkIsTheImpostor, waitingPlayersSeeWord. Adds those plus the new keys for impostor awareness, the adjusted impostor count, the eliminated-player notice and the reconnection screen. 51 keys across the 18 supported languages.
This commit is contained in:
+52
-1
@@ -317,5 +317,56 @@
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"debate": "🗣️ 討論",
|
||||
"scanToJoin": "掃描 QR Code 加入",
|
||||
"connectedPlayers": "已連線的玩家",
|
||||
"hostGame": "遊戲管理",
|
||||
"waitingPlayersSeeWord": "等待所有人查看自己的詞語…",
|
||||
"activePlayers": "在場玩家",
|
||||
"playersVoted": "已投票",
|
||||
"waitingVoting": "等待投票…",
|
||||
"waitingForPlayers": "等待玩家…",
|
||||
"needMorePlayers": "還需要 {count} 名玩家",
|
||||
"starting": "正在開始…",
|
||||
"enterNameAndScan": "輸入你的名字並掃描房主的 QR Code",
|
||||
"yourName": "你的名字",
|
||||
"nameRequired": "請輸入你的名字",
|
||||
"connectingTo": "正在連線",
|
||||
"scanQR": "掃描 QR Code",
|
||||
"scanHostQR": "對準房主的 QR Code",
|
||||
"connectedWaiting": "已連線!",
|
||||
"waitingForHost": "等待房主開始遊戲…",
|
||||
"enterNameToSearch": "輸入你的名字以搜尋附近的遊戲",
|
||||
"searchGames": "搜尋遊戲",
|
||||
"searchingGames": "正在搜尋附近的遊戲…",
|
||||
"noGamesFound": "找不到遊戲",
|
||||
"noGamesFoundHint": "請確認房主已開啟房間,且你們距離較近",
|
||||
"orScanQR": "沒有顯示?掃描房主的 QR Code",
|
||||
"iveSeenIt": "我看過了",
|
||||
"clueIs": "提示:{category}",
|
||||
"debatePhaseActive": "討論階段進行中",
|
||||
"debateInstructions": "互相討論,說出你認為誰是臥底。準備好後請求投票。",
|
||||
"solicitarVotacion": "請求投票",
|
||||
"votacionSolicitada": "已請求投票",
|
||||
"whoDoYouThinkIsTheImpostor": "誰是臥底?",
|
||||
"selectOnePlayer": "選擇要投票的玩家",
|
||||
"votar": "投票",
|
||||
"selectYourProfile": "你的個人檔案",
|
||||
"selectProfile": "選擇一個個人檔案",
|
||||
"createNewUser": "建立新使用者",
|
||||
"userNameRequired": "名字不能為空",
|
||||
"profileSelected": "已選擇個人檔案",
|
||||
"availableProfiles": "可用的個人檔案",
|
||||
"impostorsKnowEachOther": "🎭 臥底互相知曉",
|
||||
"impostorsKnowEachOtherDescription": "每個臥底都會看到其他臥底的名字",
|
||||
"impostorsKnowEachOtherNeedsTwo": "僅在 2 名或以上臥底時生效",
|
||||
"otherImpostorsTitle": "{count, plural, =1{另一名臥底} other{其他臥底}}",
|
||||
"youAreTheOnlyImpostor": "你是唯一的臥底",
|
||||
"impostorsAdjusted": "已根據玩家人數將臥底調整為 {count} 名",
|
||||
"eliminatedCannotVote": "你已出局,不能再投票",
|
||||
"reconnecting": "正在重新連線…",
|
||||
"reconnectingHint": "與房主的連線已中斷。你在遊戲中的位置仍為你保留。",
|
||||
"leaveGame": "退出遊戲",
|
||||
"playerRejoined": "{name} 已重新加入遊戲"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user