Project Zomboid

Project Zomboid

Keys System
 This topic has been pinned, so it's probably important
Bryan Mar 19, 2023 @ 6:32pm
Translations
How it works ?

Hello, how are you ?!
I was playing with your mod, I decided to translate some options. I implemented the translation mode for other languages, changed the code and put some comments for you if you don't know how to do it. But if you know how to do it, this way it's already working.

Well, here is the 'lua' folder for you to test with some other language.
Note: It already has PTBR and EN language!

Folder lua: Folder Lua[www.dropbox.com]

If you need help with more translations in PT-BR, I'd be glad to help you.

For those that want to translate to your language, just do replace the files according to your language and codification specific:


File with the translations in English: Here![pastebin.com]

Important: For the PT-BR language, code in ANSI so that the accent is correct!


IGUI_PTBR .txt
IGUI_PTBR = { IGUI_DoorLock_Key = "Chave", IGUI_DoorLock_Key_Options = "Opções da chave", IGUI_DoorLock_ADMIN_Reset_Key = "(Admin) Recuperar chave", IGUI_DoorLock_ADMIN_Get_Key = "(Admin) Moldar chave", IGUI_DoorLock_Reset_Key = "Recuperar chave", IGUI_DoorLock_Duplicate_Key = "Duplicar chave", IGUI_DoorLock_Set_Key_to_Lock = "Definir chave para fechadura", IGUI_DoorLock_Set_Lock_to_Key = "Definir fechadura para chave", }

UI_PTBR .txt
UI_PTBR = { UI_DoorLock_Say_Key_Reset = "Chave foi recuperada", UI_DoorLock_Say_Key_Issued = "Chave emitida", UI_DoorLock_Say_Key_Set_Lock = "Chave definida para fechadura", UI_DoorLock_Say_Lock_Set_Key = "Fechadura definida para chave", UI_DoorLock_Say_Have_to_Reset_Key = "Você deve ter esta chave para recupera-lá", UI_DoorLock_Say_Have_to_Duplicate_Key = "Você deve ter esta chave para duplica-lá!", UI_DoorLock_Say_PrimaryHand = "Você deve ter esta chave na mão primária para configura-lá", }
< >
Showing 1-1 of 1 comments
whatahell  [developer] Mar 19, 2023 @ 7:54pm 
Thank you!
< >
Showing 1-1 of 1 comments
Per page: 1530 50