Project Zomboid

Project Zomboid

[B41/B42] I Don't Need A Lighter
 Dit topic is vastgepind, dus het is waarschijnlijk belangrijk
Fingbel  [ontwikkelaar] 11 jan 2022 om 16:54
Translation Thread
This is the topic if the google translated version for your language is crappy :)

The needed strings are :

ContextMenu_EN = {
ContextMenu_Smoke = "Smoke"

ContextMenu_CarLighter = "Car Lighter"
ContextMenu_CarOutOfCigarette = " <br> Nohing to smoke"
ContextMenu_CarNoBattery = "<br> Battery is out or missing "
ContextMenu_CarNoKeyOrWire = "<br> Key or wire missing"
}
Laatst bewerkt door Fingbel; 6 mrt om 7:16
< >
1-15 van 31 reacties weergegeven
ContextMenu_CS = {
ContextMenu_LightCigaretteWithOven = "Připálit cigaretu od sporáku"
ContextMenu_LightCigaretteWithFireplace = "Připálit cigaretu od kamen"
ContextMenu_LightCigaretteWithBarbecue = "Zapálit cigaretu na grilu "
ContextMenu_LightCigaretteWithCampFire = "Zapálit cigaretu na ohništi"
ContextMenu_LightCigaretteWithFire = "Připálit cigaretu od ohně"
ContextMenu_StartCarSmoking = "Použít zapalovač "
}
Yea-a-a, russian google translation's kinda ♥♥♥♥♥.

ContextMenu_RU = {
ContextMenu_LightCigaretteWithOven = "Прикурить сигарету с помощью плиты"
ContextMenu_LightCigaretteWithFireplace = "Прикурить сигарету с помощью камина"
ContextMenu_LightCigaretteWithBarbecue = "Прикурить сигарету с помощью мангала"
ContextMenu_LightCigaretteWithCampFire = "Прикурить сигарету с помощью костра"
ContextMenu_LightCigaretteWithFire = "Прикурить сигарету с помощью огня"
ContextMenu_StartCarSmoking = "Использовать прикуриватель "
}

Important stuff: Change "ContextMenu_RU"'s codding from UTF-8 to ANSI. Because the game doesn't accept Cyryllic in any codding, but ANSI.
Laatst bewerkt door Matrioshka; 12 jan 2022 om 6:10
Fingbel  [ontwikkelaar] 12 jan 2022 om 17:38 
Thanks @Matrioshka! I've updated the RU translation and it should now correctly show the Cyryllic

@BeatJoe I've added the CS translation too, tell me if anything is wrong, especially for the special characters like ř
Laatst bewerkt door Fingbel; 12 jan 2022 om 17:38
Thanks. It's alright.:steamthumbsup:
Pizza, pasta, mandolino!

ContextMenu_IT = {
ContextMenu_LightCigaretteWithOven = "Accendi una sigaretta con il fornello a gas"
ContextMenu_LightCigaretteWithFireplace = "Accendi una sigaretta con la stufa a legna"
ContextMenu_LightCigaretteWithBarbecue = "Accendi una sigaretta con il barbecue"
ContextMenu_LightCigaretteWithCampFire = "Accendi una sigaretta con il fuoco da campo"
ContextMenu_LightCigaretteWithFire = "Accendi una sigaretta con il fuoco"
ContextMenu_StartCarSmoking = "Usa l'accendisigari"
}
Fingbel  [ontwikkelaar] 13 jan 2022 om 10:28 
Hello here, I've just updated the mod and I'm sorry but the previous strings are now deprecated .

The only string I'm now using is this one : ContextMenu_Smoke = "Smoke"

I've kept all translations in case I need them again in the future.

@Ronfino I'll add IT in the next update. "Fumare" right ?
Ok

ContextMenu_TR = {
ContextMenu_LightCigaretteWithOven = "Sigaranı Ocakta Yak"
ContextMenu_LightCigaretteWithFireplace = ""Sigaranı Şöminede Yak"
ContextMenu_LightCigaretteWithBarbecue = ""Sigaranı Barbekü Ocağında Yak"
ContextMenu_LightCigaretteWithCampFire = "Sigaranı Kamp Ateşinde Yak"
ContextMenu_LightCigaretteWithFire = "Sigaranı Ateşte Yak"
ContextMenu_StartCarSmoking = "Araba Çakmağını Kullan "
ContextMenu_Smoke = "Sigara İç"
}
Fingbel  [ontwikkelaar] 16 jan 2022 om 8:34 
@SariserpitoTR Thank you I've added them, they'll be live on next update

In the next update I'm using some new strings :

ContextMenu_CarLighter = "Car Lighter"
ContextMenu_CarOutOfCigarette = " <br> Nohing to smoke"
ContextMenu_CarNoBattery = "<br> Battery is out or missing "
ContextMenu_CarNoKeyOrWire = "<br> Key or wire missing"

You can always find the latest strings needed here:
https://github.com/Fingbel/I-Dont-Need-A-Lighter/tree/main/Contents/mods/I%20Don't%20Need%20A%20Lighter/media/lua/shared/Translate

I've already (Google)translated the new strings for all supported language. Tell me if anything went wrong
Laatst bewerkt door Fingbel; 16 jan 2022 om 8:38
Translation for Traditional Chinese (CH)

ContextMenu_CH = { ContextMenu_LightCigaretteWithOven = "使用瓦斯爐點菸", ContextMenu_LightCigaretteWithFireplace = "使用壁爐點菸", ContextMenu_LightCigaretteWithBarbecue = "使用燒烤架點菸", ContextMenu_LightCigaretteWithCampFire = "使用營火點菸", ContextMenu_LightCigaretteWithFire = "使用火點菸", ContextMenu_StartCarSmoking = "使用點菸器", ContextMenu_Smoke = "抽菸", ContextMenu_CarLighter = "汽車點菸器", ContextMenu_CarOutOfCigarette = "<br> 沒有香菸", ContextMenu_CarNoBattery = "<br> 電池沒電或遺失", ContextMenu_CarNoKeyOrWire = "<br> 缺少鑰匙或電線" }
Laatst bewerkt door MagicRam3n; 25 jan 2022 om 10:04
Fingbel  [ontwikkelaar] 25 jan 2022 om 11:45 
@MagicRam3n Thanks, I'll add it on the next update
Origineel geplaatst door Fingbel:
@MagicRam3n Thanks, I'll add it on the next update

Sorry I forgot to remind you that ANSI encoding is needed for CH translation, thank you for updating!
Fingbel  [ontwikkelaar] 5 feb 2022 om 5:48 
@MagicRam3n Ah darn, I fixed the file, It will be up with the next update. Thanks for the reminder !
Hello. I use your mod but Turkish translate has a font problem. I will fix it will wrote only english alphabet.

ContextMenu_TR = {
ContextMenu_LightCigaretteWithOven = "Sigaranı Ocakta Yak"
ContextMenu_LightCigaretteWithFireplace = ""Sigaranı Sominede Yak"
ContextMenu_LightCigaretteWithBarbecue = ""Sigaranı Barbeku Ocagında Yak"
ContextMenu_LightCigaretteWithCampFire = "Sigaranı Kamp Atesinde Yak"
ContextMenu_LightCigaretteWithFire = "Sigaranı Ateste Yak"
ContextMenu_StartCarSmoking = "Araba Cakmagını Kullan "
ContextMenu_Smoke = "Sigara ic"
}

For your update :

ContextMenu_CarLighter = "Araba cakmagi"
ContextMenu_CarOutOfCigarette = " <br> Sigara icecek bir sey yok."
ContextMenu_CarNoBattery = "<br> Aku yok ya da bitmis. "
ContextMenu_CarNoKeyOrWire = "<br> Anahtar yok veya kisa devre yapilmamis."
Fingbel  [ontwikkelaar] 7 jun 2022 om 1:33 
@Glavien Thanks for the contribution, this will be added on the next update !
Translation for Traditional Chinese (CH), current version is ANSI which will not display the correct texts, it should be save as UTF-8.

ContextMenu_CH = { ContextMenu_LightCigaretteWithOven = "使用瓦斯爐點燃香菸", ContextMenu_LightCigaretteWithFireplace = "使用壁爐點燃香菸", ContextMenu_LightCigaretteWithBarbecue = "使用烤肉架點燃香菸", ContextMenu_LightCigaretteWithCampFire = "使用篝火點燃香菸", ContextMenu_LightCigaretteWithFire = "使用火焰點燃香煙", ContextMenu_StartCarSmoking = "使用點菸器點燃香菸", ContextMenu_Smoke = "抽菸", ContextMenu_CarLighter = "點菸器", ContextMenu_CarOutOfCigarette = "<br> 沒菸了", ContextMenu_CarNoBattery = "<br> 電池遺失或沒電", ContextMenu_CarNoKeyOrWire = "<br> 車輛沒有通電" }
< >
1-15 van 31 reacties weergegeven
Per pagina: 1530 50