Project Zomboid

Project Zomboid

Generator Time Remaining
 Este tema se ha marcado como fijo, por lo que probablemente sea importante
Undefined  [desarrollador] (Bloqueado) 8 NOV 2022 a las 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
Última edición por Undefined; 24 DIC 2022 a las 11:34
< >
Mostrando 1-15 de 32 comentarios
[G6]FABULOSO 8 NOV 2022 a las 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  [desarrollador] (Bloqueado) 8 NOV 2022 a las 14:31 
Publicado originalmente por 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 a las 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)
Última edición por Anderson; 8 NOV 2022 a las 18:21
[G6]FABULOSO 8 NOV 2022 a las 15:46 
Publicado originalmente por Undefined:
Publicado originalmente por 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  [desarrollador] (Bloqueado) 8 NOV 2022 a las 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 a las 18:20 
Publicado originalmente por 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  [desarrollador] (Bloqueado) 8 NOV 2022 a las 18:23 
Publicado originalmente por Anderson:
Publicado originalmente por 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 a las 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  [desarrollador] (Bloqueado) 11 NOV 2022 a las 18:04 
Publicado originalmente por 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 a las 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  [desarrollador] (Bloqueado) 11 NOV 2022 a las 19:14 
Publicado originalmente por 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 a las 23:47 
Publicado originalmente por Undefined:
Publicado originalmente por 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  [desarrollador] (Bloqueado) 12 NOV 2022 a las 4:34 
Publicado originalmente por EPEQ:
*snip*
Thanks man, but I already copy+pasted it and pushed out the update yesterday. :)
Última edición por Undefined; 12 NOV 2022 a las 4:35
Pasako 15 NOV 2022 a las 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"
}
Última edición por Pasako; 15 NOV 2022 a las 9:54
Undefined  [desarrollador] (Bloqueado) 15 NOV 2022 a las 10:16 
Publicado originalmente por Pasako:
*snip*

Thanks! Mod updated, let me know if there's any issues.
Última edición por Undefined; 15 NOV 2022 a las 10:16
< >
Mostrando 1-15 de 32 comentarios
Por página: 1530 50