Project Zomboid

Project Zomboid

Draw On The Map - Free Hand Drawing [B42/41]
 此主题已被置顶,因此可能具有重要性
Notloc  [开发者] 2024 年 12 月 17 日 下午 7:22
TRANSLATIONS 2
Thank you to everyone who has submitted a translation so far!
Apologies that it took me so long to get them added.

Fully Supported Languages
  • EN

Partially Supported Languages
  • CH
  • ES
  • IT
  • KO
  • PL
  • PTBR
  • RU
  • TL
  • TR
  • UA
Missing
  • UI_DrawOnMap_Line
  • ItemName_DrawOnTheMap.SheetPaperMap

If you wish to help, please translate the examples below and post it here!

Translation Format
UI_EN.txt
UI_EN = { UI_DrawOnMap_Draw = "Draw", UI_DrawOnMap_Erase = "Erase", UI_DrawOnMap_Thickness = "Thickness", UI_DrawOnMap_Fill = "Fill", UI_DrawOnMap_Line = "Line" }
ItemName_EN.txt
ItemName_EN = { ItemName_DrawOnTheMap.SheetPaperMap = "Drawing Paper", }

If you submit a translation and I incorrectly encode it, please let me know!
I try to select the correct encoding as best I can using this wiki page: https://pzwiki.net/wiki/Translations#Languages
最后由 Notloc 编辑于; 2024 年 12 月 17 日 下午 7:41
< >
正在显示第 1 - 8 条,共 8 条留言
Kaofan 2024 年 12 月 18 日 上午 12:47 
Polish Translation
Encoding Format: UTF-8
UI_PL = { UI_DrawOnMap_Draw = "Rysuj", UI_DrawOnMap_Erase = "Wymaż", UI_DrawOnMap_Thickness = "Grubość", UI_DrawOnMap_Fill = "Wypełnij", UI_DrawOnMap_Line = "Linia" }

ItemName_PL = { ItemName_DrawOnTheMap.SheetPaperMap = "Papier do Rysowania", }

In B42 all languages ​​are encoded to UTF-8
最后由 Kaofan 编辑于; 2024 年 12 月 22 日 下午 3:49
Lucky 2024 年 12 月 19 日 上午 7:45 
Spanish Translation
Encoding Format: Cp1252

UI_ES = {
UI_DrawOnMap_Draw = "Dibujar",
UI_DrawOnMap_Erase = "Borrar",
UI_DrawOnMap_Thickness = "Grosor",
UI_DrawOnMap_Fill = "Rellenar",
UI_DrawOnMap_Line = "Línea"
}


ItemName_ES = {
ItemName_DrawOnTheMap.SheetPaperMap = "Papel de Dibujo",
}
Lucky 2024 年 12 月 19 日 上午 7:46 
Argentina Spanish Translation (It's the same as normal Spanish)
Encoding Format: Cp1252

UI_AR = {
UI_DrawOnMap_Draw = "Dibujar",
UI_DrawOnMap_Erase = "Borrar",
UI_DrawOnMap_Thickness = "Grosor",
UI_DrawOnMap_Fill = "Rellenar",
UI_DrawOnMap_Line = "Línea"
}


ItemName_AR = {
ItemName_DrawOnTheMap.SheetPaperMap = "Papel de Dibujo",
}
Notloc  [开发者] 2024 年 12 月 27 日 上午 8:34 
引用自 Kaofan
Polish Translation
In B42 all languages ​​are encoded to UTF-8

Awesome, makes my life easier.
最后由 Notloc 编辑于; 2024 年 12 月 27 日 上午 8:34
Jiwix 1 月 3 日 上午 9:06 
https://pzwiki.net/wiki/Translations#Languages

Translate for FRENCH

CODE : FR
LANGUAGE : Francais - French
ENCODING : Cp1252
CATEGORY : Western

since it's in UTF-8 I didn't add the accents on the letters a and e


UI_FR.txt

UI_FR = {
UI_DrawOnMap_Draw = "Dessiner",
UI_DrawOnMap_Erase = "Effacer",
UI_DrawOnMap_Thickness = "Epaisseur",
UI_DrawOnMap_Fill = "Remplir",
UI_DrawOnMap_Line = "Ligne"
}

ItemName_FR.txt

ItemName_FR = {
ItemName_DrawOnTheMap.SheetPaperMap = "Papier a dessin",
}
最后由 Jiwix 编辑于; 1 月 3 日 下午 5:05
Jiwix 1 月 3 日 下午 5:06 
I modified my translation by removing an accent on the word (Epaisseur) that I had forgotten to remove
Notloc  [开发者] 1 月 3 日 下午 5:09 
UTF-8 supports accents. You should add them back to the translation.
Art Tippet 1 月 7 日 下午 12:20 
Italian Translation
B41 Encoding Format: ANSI
B42 Encoding Format: UTF-8

UI_IT.txt

UI_IT = {
UI_DrawOnMap_Draw = "Disegna",
UI_DrawOnMap_Erase = "Cancella",
UI_DrawOnMap_Thickness = "Spessore",
UI_DrawOnMap_Fill = "Riempi",
UI_DrawOnMap_Line = "Linea"
}

ItemName_EN.txt

ItemName_IT = {
ItemName_DrawOnTheMap.SheetPaperMap = "Carta da disegno",
}
最后由 Art Tippet 编辑于; 1 月 15 日 上午 1:22
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50