Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
"LETHAL COMPANY TERMINAL SHORTCUTS.cs(101,37): error CS0103: The name 'keys' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(107,6): error CS0103: The name 'dialog' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(108,22): error CS1061: 'string' does not contain a definition for 'RxSplit' and no accessible extension method 'RxSplit' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
LETHAL COMPANY TERMINAL SHORTCUTS.cs(115,63): error CS0103: The name 'keys' does not exist in the current context" maybe they updated Libre or something idk
I would add more errors of it but it's too much and over the 1000 characters limit so yeah
"Compilation: 28 errors
LETHAL COMPANY TERMINAL SHORTCUTS.cs(55,1): error CS0246: The type or namespace name 'MatchCollection' could not be found (are you missing a using directive or an assembly reference?)
LETHAL COMPANY TERMINAL SHORTCUTS.cs(55,27): error CS0103: The name 'Regex' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(58,30): error CS0103: The name 'keys' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(58,47): error CS0103: The name 'keys' does not exist in the current context..."
Compilation: 1 errors
LethalCompany Terminal Shortcuts.cs(111,36): error CS1503: Argument 1: cannot convert from 'string[]' to 'string'
It's the line in quickBuy after the else. Changing quickBuy(ShoppingList); to quickBuy(ShoppingList + ""); forces it to convert the list to a flat string.