Project Zomboid

Project Zomboid

Power Window Controls
 This topic has been pinned, so it's probably important
Wolf  [developer] 9 Jun, 2021 @ 1:28am
Translation Submissions
This mod has a grand total of a dozen short text strings. Those are text prompts for the new radial menu settings. Here's the EN localization file in its entirety:

ContextMenu_EN = { ContextMenu_Close_window_FL = "Close FL Window", ContextMenu_Close_window_FR = "Close FR Window" ContextMenu_Close_window_ML = "Close ML Window" ContextMenu_Close_window_MR = "Close MR Window" ContextMenu_Close_window_RL = "Close RL Window" ContextMenu_Close_window_RR = "Close RR Window" ContextMenu_Open_window_FL = "Open FL Window", ContextMenu_Open_window_FR = "Open FR Window" ContextMenu_Open_window_ML = "Open ML Window" ContextMenu_Open_window_MR = "Open MR Window" ContextMenu_Open_window_RL = "Open RL Window" ContextMenu_Open_window_RR = "Open RR Window" }

...although submitting just the actual things in quotation marks is all that's needed.
The acronyms stand for:
FL - Front Left
FR - Front Right
ML - Middle Left
MR - Middle Right
RL - Rear Left
RR - Rear Right

Currently present languages are:
  • EN
  • DE
  • RU
  • CN
Last edited by Wolf; 10 Jun, 2021 @ 6:38am
< >
Showing 1-5 of 5 comments
Daxiwang 10 Jun, 2021 @ 1:23am 
Simplified Chinese
ContextMenu_EN = {
ContextMenu_Close_window_FL = "关闭左前窗",
ContextMenu_Close_window_FR = "关闭右前窗"
ContextMenu_Close_window_ML = "关闭左中窗"
ContextMenu_Close_window_MR = "关闭右中窗"
ContextMenu_Close_window_RL = "关闭左后窗"
ContextMenu_Close_window_RR = "关闭右后窗"

ContextMenu_Open_window_FL = "打开左前窗",
ContextMenu_Open_window_FR = "打开右前窗"
ContextMenu_Open_window_ML = "打开左中窗"
ContextMenu_Open_window_MR = "打开右中窗"
ContextMenu_Open_window_RL = "打开左后窗"
ContextMenu_Open_window_RR = "打开右后窗"
}
Last edited by Daxiwang; 10 Jun, 2021 @ 1:24am
Wolf  [developer] 10 Jun, 2021 @ 1:47am 
Thanks! I'll patch it in later today.
Wolf  [developer] 10 Jun, 2021 @ 6:48am 
All done! The Simplified Chinese update is now live.
Daxiwang 10 Jun, 2021 @ 7:04am 
非常感谢
Wolf  [developer] 10 Jun, 2021 @ 7:14am 
No problem!
< >
Showing 1-5 of 5 comments
Per page: 1530 50