Project Zomboid

Project Zomboid

Generator Time Remaining
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Undefined  [udvikler] (Udelukket) 8. nov. 2022 kl. 9:25
Submit Translation
The localization file is small enough to fit here. Just copy it, edit the parts in quotes, and post it back here. Also, let me know the language you're translating to.

Tooltip_EN = { Tooltip_GTR_Day = "day", Tooltip_GTR_Days = "days", Tooltip_GTR_Hour = "hour", Tooltip_GTR_Hours = "hours", Tooltip_GTR_Minutes = "minutes" } UI_EN = { UI_GTR_Options_ReqLevel = "Required Electrical Level", UI_GTR_Options_Convert = "Convert to Real Time" }

NOTE: does anyone know how to get the accentuated i in Spanish? When I added it, it read it as a different character in-game. I even tried copying the character from the game's own localization files and it still didn't work.

Completed Translations:
  • English
  • Spanish
  • Russian
  • Deutsch
  • Portuguese-Brazil
  • Chinese-Traditional
  • Chinese-Simplified
  • Turkish
  • French
  • Korean
Sidst redigeret af Undefined; 24. dec. 2022 kl. 11:34
< >
Viser 1-15 af 32 kommentarer
[G6]FABULOSO 8. nov. 2022 kl. 14:18 
Tooltip_EN = {
Tooltip_GTR_Day = "Dia",
Tooltip_GTR_Days = "Dias",
Tooltip_GTR_Hour = "Hora",
Tooltip_GTR_Hours = "Horas",
}

(Translation for Portuguese Brazilian)
Undefined  [udvikler] (Udelukket) 8. nov. 2022 kl. 14:31 
Oprindeligt skrevet af G6FABULOSO:
Tooltip_EN = {
Tooltip_GTR_Day = "Dia",
Tooltip_GTR_Days = "Dias",
Tooltip_GTR_Hour = "Hora",
Tooltip_GTR_Hours = "Horas",
}

(Translation for Portuguese Brazilian)
Thanks! Pretty much identical to Spanish lol.

BTW I will probably need "Minutes" because of a feature request. I'm guessing it's "minutos," right?
Anderson 8. nov. 2022 kl. 15:38 
Tooltip_EN = {
Tooltip_GTR_Day = "день",
Tooltip_GTR_Days = "дней",
Tooltip_GTR_Hour = "час",
Tooltip_GTR_Hours = "часов",
Tooltip_GTR_Minutes = "минут"
}

UI_EN {
UI_GTR_Options_ReqLevel = "Требуется уровень навыка электроники",
UI_GTR_Options_Convert = "Перевести в реальное время"
}


(Translation for Russian)

Tooltip_EN = {
Tooltip_GTR_Day = "Tag",
Tooltip_GTR_Days = "Tage",
Tooltip_GTR_Hour = "Stunde",
Tooltip_GTR_Hours = "Stunden",
Tooltip_GTR_Minutes = "Minuten"
}

UI_EN {
UI_GTR_Options_ReqLevel = "Elektroniklevel erforderlich",
UI_GTR_Options_Convert = "in Echtzeit übersetzen"
}


"in Echtzeit übersetzen" I don't speak the language well enough to say that this is 100% correct


(Translation for Deutsch)
Sidst redigeret af Anderson; 8. nov. 2022 kl. 18:21
[G6]FABULOSO 8. nov. 2022 kl. 15:46 
Oprindeligt skrevet af Undefined:
Oprindeligt skrevet af G6FABULOSO:
Tooltip_EN = {
Tooltip_GTR_Day = "Dia",
Tooltip_GTR_Days = "Dias",
Tooltip_GTR_Hour = "Hora",
Tooltip_GTR_Hours = "Horas",
}

(Translation for Portuguese Brazilian)
Thanks! Pretty much identical to Spanish lol.

BTW I will probably need "Minutes" because of a feature request. I'm guessing it's "minutos," right?

That right, it´s the same! :ok_abs:
Undefined  [udvikler] (Udelukket) 8. nov. 2022 kl. 18:11 
Thank you, guys!

I hate to bother, but I have another request for the features that are going to be added

UI_EN { UI_GTR_Options_ReqLevel = "Required Electrical Level", UI_GTR_Options_Convert = "Convert to Real Time" }
Anderson 8. nov. 2022 kl. 18:20 
Oprindeligt skrevet af Undefined:
Thank you, guys!

I hate to bother, but I have another request for the features that are going to be added

UI_EN { UI_GTR_Options_ReqLevel = "Required Electrical Level", UI_GTR_Options_Convert = "Convert to Real Time" }

All right :steamthumbsup:
Undefined  [udvikler] (Udelukket) 8. nov. 2022 kl. 18:23 
Oprindeligt skrevet af Anderson:
Oprindeligt skrevet af Undefined:
Thank you, guys!

I hate to bother, but I have another request for the features that are going to be added

UI_EN { UI_GTR_Options_ReqLevel = "Required Electrical Level", UI_GTR_Options_Convert = "Convert to Real Time" }

All right :steamthumbsup:
TY :)
EPEQ 11. nov. 2022 kl. 17:25 
Tooltip_CH = {
Tooltip_GTR_Day = "天",
Tooltip_GTR_Days = "days",
Tooltip_GTR_Hour = "小時",
Tooltip_GTR_Hours = "hours",
Tooltip_GTR_Minutes = "分鐘"
}

UI_CH = {
UI_GTR_Options_ReqLevel = "需要電工等級",
UI_GTR_Options_Convert = "轉換成現實時間"
}

(Translation for Traditional Chinese)
Undefined  [udvikler] (Udelukket) 11. nov. 2022 kl. 18:04 
Oprindeligt skrevet af EPEQ:
Tooltip_CH = {
Tooltip_GTR_Day = "天",
Tooltip_GTR_Days = "days",
Tooltip_GTR_Hour = "小時",
Tooltip_GTR_Hours = "hours",
Tooltip_GTR_Minutes = "分鐘"
}

UI_CH = {
UI_GTR_Options_ReqLevel = "需要電工等級",
UI_GTR_Options_Convert = "轉換成現實時間"
}

(Translation for Traditional Chinese)
thanks!

I noticed that "days" and "hours" are missing. If you could submit them, I'd appreciate it.
EPEQ 11. nov. 2022 kl. 18:51 
day and days in Traditional Chinese are both 天
hour and hours in Traditional Chinese are both 小時
Not changing is to distinguish!!
Maybe someone else has a better way to tell the difference!
Undefined  [udvikler] (Udelukket) 11. nov. 2022 kl. 19:14 
Oprindeligt skrevet af EPEQ:
day and days in Traditional Chinese are both 天
hour and hours in Traditional Chinese are both 小時
Not changing is to distinguish!!
Maybe someone else has a better way to tell the difference!
Interesting!

I guess since they're the same we can just use the both. At the end of the day, it's just the plurality of the word, and since they're the same in Chinese-Traditional, it won't be weird like it is in other languages.
EPEQ 11. nov. 2022 kl. 23:47 
Oprindeligt skrevet af Undefined:
Oprindeligt skrevet af EPEQ:
day and days in Traditional Chinese are both 天
hour and hours in Traditional Chinese are both 小時
Not changing is to distinguish!!
Maybe someone else has a better way to tell the difference!
Interesting!

I guess since they're the same we can just use the both. At the end of the day, it's just the plurality of the word, and since they're the same in Chinese-Traditional, it won't be weird like it is in other languages.


Tooltip_CH = {
Tooltip_GTR_Day = "天",
Tooltip_GTR_Days = "天",
Tooltip_GTR_Hour = "小時",
Tooltip_GTR_Hours = "小時",
Tooltip_GTR_Minutes = "分鐘"
}

UI_CH = {
UI_GTR_Options_ReqLevel = "需要電工等級",
UI_GTR_Options_Convert = "轉換成現實時間"
}
Undefined  [udvikler] (Udelukket) 12. nov. 2022 kl. 4:34 
Oprindeligt skrevet af EPEQ:
*snip*
Thanks man, but I already copy+pasted it and pushed out the update yesterday. :)
Sidst redigeret af Undefined; 12. nov. 2022 kl. 4:35
Pasako 15. nov. 2022 kl. 9:54 
Turkish

Tooltip_TR = {
Tooltip_GTR_Day = "gün",
Tooltip_GTR_Days = "gün",
Tooltip_GTR_Hour = "saat",
Tooltip_GTR_Hours = "saat",
Tooltip_GTR_Minutes = "dakika"
}

UI_TR = {
UI_GTR_Options_ReqLevel = "Gerekli Elektrik Seviyesi",
UI_GTR_Options_Convert = "Gerçek Zamana Dönüştür"
}
Sidst redigeret af Pasako; 15. nov. 2022 kl. 9:54
Undefined  [udvikler] (Udelukket) 15. nov. 2022 kl. 10:16 
Oprindeligt skrevet af Pasako:
*snip*

Thanks! Mod updated, let me know if there's any issues.
Sidst redigeret af Undefined; 15. nov. 2022 kl. 10:16
< >
Viser 1-15 af 32 kommentarer
Per side: 1530 50