Project Zomboid

Project Zomboid

[B41/B42] I Don't Need A Lighter
 This topic has been pinned, so it's probably important
Fingbel  [developer] 11 Jan, 2022 @ 4:54pm
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"
}
Last edited by Fingbel; 6 Mar @ 7:16am
< >
Showing 1-15 of 29 comments
BeatlJoe 12 Jan, 2022 @ 4:17am 
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č "
}
Matrioshka 12 Jan, 2022 @ 6:09am 
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.
Last edited by Matrioshka; 12 Jan, 2022 @ 6:10am
Fingbel  [developer] 12 Jan, 2022 @ 5:38pm 
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 ř
Last edited by Fingbel; 12 Jan, 2022 @ 5:38pm
BeatlJoe 13 Jan, 2022 @ 1:53am 
Thanks. It's alright.:steamthumbsup:
ronfino 13 Jan, 2022 @ 3:12am 
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  [developer] 13 Jan, 2022 @ 10:28am 
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 ?
Sariserpito 16 Jan, 2022 @ 2:24am 
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  [developer] 16 Jan, 2022 @ 8:34am 
@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
Last edited by Fingbel; 16 Jan, 2022 @ 8:38am
MagicRam3n 25 Jan, 2022 @ 10:03am 
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> 缺少鑰匙或電線" }
Last edited by MagicRam3n; 25 Jan, 2022 @ 10:04am
Fingbel  [developer] 25 Jan, 2022 @ 11:45am 
@MagicRam3n Thanks, I'll add it on the next update
MagicRam3n 5 Feb, 2022 @ 4:11am 
Originally posted by 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  [developer] 5 Feb, 2022 @ 5:48am 
@MagicRam3n Ah darn, I fixed the file, It will be up with the next update. Thanks for the reminder !
Glaviern 3 Jun, 2022 @ 5:01pm 
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  [developer] 7 Jun, 2022 @ 1:33am 
@Glavien Thanks for the contribution, this will be added on the next update !
UnsetLay 7 Aug, 2022 @ 3:42am 
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> 車輛沒有通電" }
< >
Showing 1-15 of 29 comments
Per page: 1530 50