安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題












[[TTT2] Cupid [ROLE]] lua/autorun/sh_cupid_love_handler.lua:119: Tried to use a NULL entity!
1. Alive - [C]:-1
2. fn - lua/autorun/sh_cupid_love_handler.lua:119
3. unknown - lua/ulib/shared/hook.lua:115
Is the "ev_win..." string deprecated?
I can't find the relevant string on ttt2, don't see this notification in game
But other roles and independent teams can also see this string.
If the string is not deprecated.
L[ "ev_win_"..CUPID.name.."s" ] should be
L["ev_win_lovers"]
on github. de and en translation strings are out of sync between L["lovers"] (one more line or less).
and translation of de
L["win_" .. CUPID.name .."s"]
can delete.
L["win_lovers"] for the popup
2. If the lovers win, at the end of the round, "win_lovers" will be displayed in the top-right.
seems not translate it too.
i think it should be same with other role can modify these notification text easily.
example
L["win_" ..CUPID.name .."s"] = can't correctly show what i type here. in game show "win_lovers".
L["win_lovers"] = "can correctly show what i type here"
example for Jackal
L["win_" .. JACKAL.defaultTeam] = "blah blah blah..." it can correctly show.
I'll think about changing it to a timer instead with an error notification after it