más mejoras
This commit is contained in:
+48
-34
@@ -1,20 +1,16 @@
|
||||
{
|
||||
"@@locale": "zh_TW",
|
||||
|
||||
"appTitle": "冒牌者",
|
||||
"subtitle": "社交推理遊戲",
|
||||
"loadingWords": "正在載入詞彙...",
|
||||
"playersRange": "3-20 位玩家 • 無需網路",
|
||||
|
||||
"createGame": "建立遊戲",
|
||||
"joinGame": "加入遊戲",
|
||||
"howToPlay": "遊戲規則",
|
||||
"settings": "設定",
|
||||
|
||||
"gameMode": "遊戲模式",
|
||||
"singleDevice": "單機模式",
|
||||
"multiDevice": "多機模式",
|
||||
|
||||
"category": "類別",
|
||||
"categoryAll": "全部",
|
||||
"categoryAnimals": "動物",
|
||||
@@ -27,11 +23,12 @@
|
||||
"categoryMovies": "電影",
|
||||
"categoryMusic": "音樂",
|
||||
"categoryTechnology": "科技",
|
||||
|
||||
"playersCount": "玩家 ({count})",
|
||||
"@playersCount": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playersRangeHint": "3-20",
|
||||
@@ -39,7 +36,6 @@
|
||||
"playerAlreadyExists": "已有同名玩家",
|
||||
"maxPlayersReached": "最多 20 位玩家",
|
||||
"minPlayersRequired": "至少需要 3 位玩家",
|
||||
|
||||
"configuration": "設定",
|
||||
"impostors": "🎭 冒牌者",
|
||||
"impostorClue": "🔍 冒牌者提示",
|
||||
@@ -50,15 +46,15 @@
|
||||
"twoMin": "2 分鐘",
|
||||
"threeMin": "3 分鐘",
|
||||
"fiveMin": "5 分鐘",
|
||||
|
||||
"startGame": "開始遊戲",
|
||||
|
||||
"seeYourWord": "查看你的詞彙",
|
||||
"eachPlayerMustSee": "每位玩家必須私下查看自己的詞彙",
|
||||
"roundNumber": "第 {round} 回合",
|
||||
"@roundNumber": {
|
||||
"placeholders": {
|
||||
"round": {"type": "int"}
|
||||
"round": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"alreadySeen": "已查看過詞彙",
|
||||
@@ -67,16 +63,19 @@
|
||||
"playersRemaining": "還有 {count} 位玩家未查看",
|
||||
"@playersRemaining": {
|
||||
"placeholders": {
|
||||
"count": {"type": "int"}
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"youAreImpostor": "你是冒牌者!",
|
||||
"yourWordIs": "你的詞彙是:",
|
||||
"clueCategory": "提示:{category}",
|
||||
"@clueCategory": {
|
||||
"placeholders": {
|
||||
"category": {"type": "String"}
|
||||
"category": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"holdToSeeWord": "長按查看你的詞彙",
|
||||
@@ -84,11 +83,12 @@
|
||||
"showingWord": "👁️ 顯示中...",
|
||||
"holdToSee": "👆 長按查看",
|
||||
"seenMyWord": "我已看過詞彙",
|
||||
|
||||
"debateRound": "討論 - 第 {round} 回合",
|
||||
"@debateRound": {
|
||||
"placeholders": {
|
||||
"round": {"type": "int"}
|
||||
"round": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeUp": "⏰ 時間到!",
|
||||
@@ -97,21 +97,28 @@
|
||||
"activePlayersInfo": "{active} 位在場 • {impostors} 位冒牌者潛伏中",
|
||||
"@activePlayersInfo": {
|
||||
"placeholders": {
|
||||
"active": {"type": "int"},
|
||||
"impostors": {"type": "int"}
|
||||
"active": {
|
||||
"type": "int"
|
||||
},
|
||||
"impostors": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"eliminated": "已淘汰",
|
||||
"notes": "筆記",
|
||||
"goToVoting": "前往投票",
|
||||
|
||||
"voting": "🗳️ 投票",
|
||||
"turnToVote": "輪到你投票:",
|
||||
"votesProgress": "票數:{current}/{total}",
|
||||
"@votesProgress": {
|
||||
"placeholders": {
|
||||
"current": {"type": "int"},
|
||||
"total": {"type": "int"}
|
||||
"current": {
|
||||
"type": "int"
|
||||
},
|
||||
"total": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"whoIsImpostor": "你認為誰是冒牌者?",
|
||||
@@ -120,7 +127,6 @@
|
||||
"allVoted": "所有人都已投票!",
|
||||
"tapToReveal": "點擊揭曉結果",
|
||||
"revealResult": "揭曉結果",
|
||||
|
||||
"result": "結果",
|
||||
"revealing": "揭曉中...",
|
||||
"wasImpostor": "是冒牌者! 🎉",
|
||||
@@ -129,7 +135,6 @@
|
||||
"seeEndResult": "查看最終結果",
|
||||
"impostorGuessWord": "冒牌者要猜詞彙嗎?",
|
||||
"nextRound": "下一回合",
|
||||
|
||||
"impostorGuessTitle": "🎯 冒牌者猜詞",
|
||||
"impostorCanGuess": "被淘汰的冒牌者可以\n嘗試猜出正確詞彙",
|
||||
"ifCorrectImpostorsWin": "猜對的話,冒牌者就贏了!",
|
||||
@@ -140,20 +145,23 @@
|
||||
"theWordWas": "正確詞彙是:{word}",
|
||||
"@theWordWas": {
|
||||
"placeholders": {
|
||||
"word": {"type": "String"}
|
||||
"word": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"impostorsWin": "冒牌者獲勝!",
|
||||
"wrongGuess": "猜錯了!",
|
||||
"gameContinues": "遊戲繼續...",
|
||||
|
||||
"gameOver": "遊戲結束",
|
||||
"playersWin": "玩家們獲勝!",
|
||||
"theSecretWordWas": "🔍 正確詞彙是:",
|
||||
"categoryLabel": "類別:{category}",
|
||||
"@categoryLabel": {
|
||||
"placeholders": {
|
||||
"category": {"type": "String"}
|
||||
"category": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"theImpostorWas": "🎭 冒牌者是:",
|
||||
@@ -162,13 +170,16 @@
|
||||
"roundElimination": "第 {round} 回合:{name}",
|
||||
"@roundElimination": {
|
||||
"placeholders": {
|
||||
"round": {"type": "int"},
|
||||
"name": {"type": "String"}
|
||||
"round": {
|
||||
"type": "int"
|
||||
},
|
||||
"name": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rematch": "再來一局",
|
||||
"mainMenu": "主選單",
|
||||
|
||||
"notesTitle": "📝 筆記",
|
||||
"notesSaved": "筆記已儲存",
|
||||
"whoAreYou": "你是誰?",
|
||||
@@ -176,14 +187,15 @@
|
||||
"notesOf": "{name} 的筆記",
|
||||
"@notesOf": {
|
||||
"placeholders": {
|
||||
"name": {"type": "String"}
|
||||
"name": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notesAboutPlayers": "關於每位玩家的紀錄",
|
||||
"playerNoteHint": "他說了什麼?可疑嗎?",
|
||||
"freeNote": "自由筆記",
|
||||
"freeNoteHint": "個人筆記...",
|
||||
|
||||
"rulesTitle": "📖 遊戲規則",
|
||||
"rulesWhatIsTitle": "🎭 什麼是冒牌者?",
|
||||
"rulesWhatIsBody": "一款適合 3-20 位玩家的社交推理遊戲。每個人都會收到一個秘密詞彙……除了冒牌者!你的任務:找出誰在假裝。",
|
||||
@@ -199,20 +211,17 @@
|
||||
"rulesModesBody": "• 單機模式:所有人共用一台裝置。每位玩家長按按鈕查看自己的詞彙。\n\n• 多機模式:每位玩家使用自己的裝置,透過藍牙/WiFi Direct 連線,無需網路。",
|
||||
"rulesExampleTitle": "✏️ 遊戲範例",
|
||||
"rulesExampleBody": "秘密詞彙:「披薩」\n\n• 小明:「要趁熱吃」 ✓\n• 小華:「裝在盒子裡」 ✓\n• 小美(冒牌者):「很受歡迎」 🤔\n• 小強:「上面有起司」 ✓\n\n小美的回答太籠統了……有嫌疑!",
|
||||
|
||||
"joinGameTitle": "加入遊戲",
|
||||
"multiDeviceMode": "多機模式",
|
||||
"scanQrDescription": "掃描主機顯示的 QR 碼,透過藍牙/WiFi Direct 加入遊戲。",
|
||||
"comingSoon": "即將推出",
|
||||
"nearbyNotAvailable": "多機連線功能需要 Android 實體裝置搭配 Nearby Connections。\n\n目前請使用「單機模式」在共用裝置上進行遊戲。",
|
||||
"back": "返回",
|
||||
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"cancel": "取消",
|
||||
"accept": "確定",
|
||||
"next": "下一步",
|
||||
|
||||
"settingsTitle": "設定",
|
||||
"language": "語言",
|
||||
"soundVolume": "音效音量",
|
||||
@@ -257,5 +266,10 @@
|
||||
"defaultPlayerName": "玩家",
|
||||
"play": "開始",
|
||||
"history": "紀錄",
|
||||
"mainTagline": "在太晚之前找出冒牌者"
|
||||
"mainTagline": "在太晚之前找出冒牌者",
|
||||
"deviceProfile": "裝置個人檔案",
|
||||
"profileName": "名稱",
|
||||
"profileNick": "暱稱",
|
||||
"save": "儲存",
|
||||
"automaticLanguage": "自動"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user