Skip to content

Commit 4c6af91

Browse files
authored
Translations TH, TR, ES (#37)
* Add translations * Add th and little changes
1 parent d9fe478 commit 4c6af91

File tree

6 files changed

+327
-15
lines changed

6 files changed

+327
-15
lines changed

.gitattributes

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Translation files are encoded differently per-language,
2+
# see https://github.com/TheIndieStone/ProjectZomboidTranslations/issues/155
3+
media/lua/shared/Translate/AF/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
4+
media/lua/shared/Translate/AR/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
5+
media/lua/shared/Translate/CA/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
6+
media/lua/shared/Translate/CH/*.txt text working-tree-encoding=big5 encoding=utf-8,
7+
media/lua/shared/Translate/CN/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
8+
media/lua/shared/Translate/CS/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
9+
media/lua/shared/Translate/DA/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
10+
media/lua/shared/Translate/DE/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
11+
media/lua/shared/Translate/EE/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
12+
media/lua/shared/Translate/EN/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
13+
media/lua/shared/Translate/ES/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
14+
media/lua/shared/Translate/FR/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
15+
media/lua/shared/Translate/HU/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
16+
media/lua/shared/Translate/IT/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
17+
media/lua/shared/Translate/JP/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
18+
media/lua/shared/Translate/KO/*.txt text working-tree-encoding=utf-16 encoding=utf-8,
19+
media/lua/shared/Translate/NL/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
20+
media/lua/shared/Translate/NO/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
21+
media/lua/shared/Translate/PL/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
22+
media/lua/shared/Translate/PT/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
23+
media/lua/shared/Translate/PTBR/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
24+
media/lua/shared/Translate/RU/*.txt text working-tree-encoding=cp1251 encoding=utf-8,
25+
media/lua/shared/Translate/TH/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
26+
media/lua/shared/Translate/TR/*.txt text working-tree-encoding=cp1254 encoding=utf-8,
27+
media/lua/shared/Translate/UA/*.txt text working-tree-encoding=cp1251 encoding=utf-8,

media/lua/shared/Translate/DE/UI_DE.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
UI_DE = {
2-
UI_CUI_window_title = "Ausger�stete Gegenst�nde",
3-
UI_CUI_no_items_avaliable = "Kein verf�gbarer Gegenstand im Inventar",
2+
UI_CUI_window_title = "Ausgerüstete Gegenstände",
3+
UI_CUI_no_items_avaliable = "Kein verfügbarer Gegenstand im Inventar",
44

55
-- Category Buttons
66
UI_CUI_Category_HEAD = "KOPF",
7-
UI_CUI_Category_UNDIES = "W�SCHE",
8-
UI_CUI_Category_BODY = "K�RPER",
9-
UI_CUI_Category_HANDS = "H�NDE",
7+
UI_CUI_Category_UNDIES = "WÄSCHE",
8+
UI_CUI_Category_BODY = "KÖRPER",
9+
UI_CUI_Category_HANDS = "HÄNDE",
1010
UI_CUI_Category_LEGS = "BEINE",
11-
UI_CUI_Category_FEET = "F��E",
11+
UI_CUI_Category_FEET = "FÜßE",
1212
UI_CUI_Category_ACC = "ACC",
1313
UI_CUI_Category_TRINKET = "PLUNDER",
1414

1515
-- Body slots naming
16-
UI_CUI_FannyPackFront = "G�rteltasche V",
17-
UI_CUI_FannyPackBack = "G�rteltasche H",
16+
UI_CUI_FannyPackFront = "Gürteltasche V",
17+
UI_CUI_FannyPackBack = "Gürteltasche H",
1818
UI_CUI_Hat = "Hut",
1919
UI_CUI_Mask = "Maske",
2020
UI_CUI_FullHat = "V Hut",
@@ -43,15 +43,15 @@ UI_DE = {
4343
UI_CUI_Eyes = "Augen",
4444
UI_CUI_LeftEye = "L Auge",
4545
UI_CUI_RightEye = "R Auge",
46-
UI_CUI_Hands = "H�nde",
46+
UI_CUI_Hands = "Hände",
4747
UI_CUI_Scarf = "Schal",
48-
UI_CUI_Underwear = "Unterw�sche",
48+
UI_CUI_Underwear = "Unterwäsche",
4949
UI_CUI_MakeUp_FullFace = "Schminke VGesicht",
5050
UI_CUI_MakeUp_Eyes = "Schminke Augen",
5151
UI_CUI_MakeUp_EyesShadow = "Schminke Augen",
5252
UI_CUI_MakeUp_Lips = "Schminke Lippen",
53-
UI_CUI_Belt = "G�rtel",
54-
UI_CUI_BeltExtra = "G�rtel Ex",
53+
UI_CUI_Belt = "Gürtel",
54+
UI_CUI_BeltExtra = "Gürtel Ex",
5555
UI_CUI_AmmoStrap = "MunitionsGurt",
5656
UI_CUI_Tail = "Schwanz",
5757
UI_CUI_Legs1 = "Beine1",
@@ -62,7 +62,7 @@ UI_DE = {
6262
UI_CUI_Tshirt = "Tshirt",
6363
UI_CUI_TankTop = "TankTop",
6464
UI_CUI_Socks = "Socken",
65-
UI_CUI_UnderwearInner = "Unterw�scheInnen",
65+
UI_CUI_UnderwearInner = "UnterwäscheInnen",
6666
UI_CUI_Shoes = "Schuhe",
6767
UI_CUI_Torso1Legs1 = "Torso1B1",
6868
UI_CUI_BathRobe = "Bademantel",
@@ -78,11 +78,11 @@ UI_DE = {
7878
UI_CUI_Wound = "Wunde",
7979

8080
-- Body slots of scrap armor
81-
UI_CUI_SpecialBelt = "SpezG�rtel",
81+
UI_CUI_SpecialBelt = "SpezGürtel",
8282
UI_CUI_SwordSheath = "SchwertScheide",
8383
UI_CUI_TorsoRig = "Rig 1",
8484
UI_CUI_TorsoRig2 = "Rig 2",
85-
UI_CUI_waistbags = "H�fttasche",
85+
UI_CUI_waistbags = "Hüfttasche",
8686
UI_CUI_UpperArmLeft = "Arm L",
8787
UI_CUI_UpperArmRight = "Arm R",
8888
UI_CUI_ThighLeft = "OSchenkel L",
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
UI_ES = {
2+
UI_CUI_window_title = "Ítems equipados",
3+
UI_CUI_no_items_avaliable = "Ningún ítem disponible",
4+
5+
-- Category Buttons
6+
UI_CUI_Category_HEAD = "Cabeza",
7+
UI_CUI_Category_UNDIES = "Ropa íntima",
8+
UI_CUI_Category_BODY = "Cuerpo",
9+
UI_CUI_Category_HANDS = "Manos",
10+
UI_CUI_Category_LEGS = "Piernas",
11+
UI_CUI_Category_FEET = "Pies",
12+
UI_CUI_Category_ACC = "Cintura",
13+
UI_CUI_Category_TRINKET = "Acessorios",
14+
15+
-- Body slots naming
16+
UI_CUI_FannyPackFront = "Bolso frontal",
17+
UI_CUI_FannyPackBack = "Bolso detras",
18+
UI_CUI_Hat = "Sombrero",
19+
UI_CUI_Mask = "Máscara",
20+
UI_CUI_FullHat = "Casco",
21+
UI_CUI_MaskEyes = "Lentes",
22+
UI_CUI_MaskFull = "Máscara",
23+
UI_CUI_FullHelmet = "Sombrero",
24+
UI_CUI_Jacket = "Chaqueta",
25+
UI_CUI_FullTop = "Torso",
26+
UI_CUI_JacketHat = "Chaqueta con capucha",
27+
UI_CUI_Sweater = "Sueter",
28+
UI_CUI_TorsoExtra = "Torso extra",
29+
UI_CUI_SweaterHat = "Sueter con capucha",
30+
UI_CUI_Necklace = "Collar",
31+
UI_CUI_Necklace_Long = "Collar largo",
32+
UI_CUI_Neck = "Cuello",
33+
UI_CUI_Nose = "Nariz",
34+
UI_CUI_Ears = "Oído",
35+
UI_CUI_EarTop = "Por encima de los oídos",
36+
UI_CUI_Right_MiddleFinger = "DM izquierdo",
37+
UI_CUI_Left_MiddleFinger = "DM derecho",
38+
UI_CUI_Right_RingFinger = "DA derecho",
39+
UI_CUI_Left_RingFinger = "DA izquierdo",
40+
UI_CUI_RightWrist = "Pulsera derecha",
41+
UI_CUI_LeftWrist = "Pulsera izquierda",
42+
UI_CUI_BellyButton = "Abdomen",
43+
UI_CUI_Eyes = "Ojos",
44+
UI_CUI_LeftEye = "Ojo izquierdo",
45+
UI_CUI_RightEye = "Ojo derecho",
46+
UI_CUI_Hands = "Manos",
47+
UI_CUI_Scarf = "Bufanda",
48+
UI_CUI_Underwear = "Ropa íntima",
49+
UI_CUI_MakeUp_FullFace = "Maquillaje facial",
50+
UI_CUI_MakeUp_Eyes = "Maquillaje de ojos",
51+
UI_CUI_MakeUp_EyesShadow = "Sombra de ojos",
52+
UI_CUI_MakeUp_Lips = "Labial",
53+
UI_CUI_Belt = "Cinto",
54+
UI_CUI_BeltExtra = "Cinto extra",
55+
UI_CUI_AmmoStrap = "Cinto de municion",
56+
UI_CUI_Tail = "Cola",
57+
UI_CUI_Legs1 = "Piernas",
58+
UI_CUI_Pants = "Pantalones",
59+
UI_CUI_Skirt = "Falda",
60+
UI_CUI_ShortSleeveShirt = "Camisa de manga corta",
61+
UI_CUI_Shirt = "Camisa",
62+
UI_CUI_Tshirt = "Camiseta",
63+
UI_CUI_TankTop = "Camiseta sin mangas",
64+
UI_CUI_Socks = "Medias",
65+
UI_CUI_UnderwearInner = "Calzones",
66+
UI_CUI_Shoes = "Zapato",
67+
UI_CUI_Torso1Legs1 = "Piernas",
68+
UI_CUI_BathRobe = "Ropa de bańo",
69+
UI_CUI_FullSuit = "Traje completo",
70+
UI_CUI_FullSuitHead = "Sombrero completo",
71+
UI_CUI_Dress = "Vestido",
72+
UI_CUI_UnderwearTop = "Ropa íntima superior",
73+
UI_CUI_UnderwearBottom = "Ropa íntima inferior",
74+
UI_CUI_UnderwearExtra1 = "Ropa íntima1",
75+
UI_CUI_UnderwearExtra2 = "Ropa íntima2",
76+
UI_CUI_ZedDmg = "Dańo por Zed",
77+
UI_CUI_Bandage = "Vendaje",
78+
UI_CUI_Wound = "Herida",
79+
}
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
UI_TH = {
2+
UI_CUI_window_title = "สวมเสื้อผ้า",
3+
UI_CUI_no_items_avaliable = "ไม่มีเสื้อผ้า",
4+
5+
-- Category Buttons
6+
UI_CUI_Category_HEAD = "ส่วนหัว",
7+
UI_CUI_Category_UNDIES = "ส่วนชั้นใน",
8+
UI_CUI_Category_BODY = "ส่วนลำตัว",
9+
UI_CUI_Category_HANDS = "ส่วนมือ",
10+
UI_CUI_Category_LEGS = "ส่วนขา",
11+
UI_CUI_Category_FEET = "ส่วนเท้า",
12+
UI_CUI_Category_ACC = "เครื่องประดับ",
13+
UI_CUI_Category_TRINKET = "เครื่องประดับชิ้นเล็ก",
14+
15+
-- Body slots naming
16+
UI_CUI_FannyPackFront = "กระเป๋าคาดหน้า",
17+
UI_CUI_FannyPackBack = "กระเป๋าคาดหลัง",
18+
UI_CUI_Hat = "หมวก",
19+
UI_CUI_Mask = "หน้ากาก",
20+
UI_CUI_FullHat = "หมวกเต็มใบ",
21+
UI_CUI_MaskEyes = "หน้ากาก",
22+
UI_CUI_MaskFull = "หน้ากากเต็มใบ",
23+
UI_CUI_FullHelmet = "หมวกนิรภัย",
24+
UI_CUI_Jacket = "แจ็คเกต",
25+
UI_CUI_FullTop = "เสื้อเต็มตัว",
26+
UI_CUI_JacketHat = "หมวกแจ็คเกต",
27+
UI_CUI_Sweater = "สเว็ตเทอร์",
28+
UI_CUI_TorsoExtra = "เสื้อยืด",
29+
UI_CUI_SweaterHat = "หมวกเสว็ตเทอร์",
30+
UI_CUI_Necklace = "สร้อยคอ",
31+
UI_CUI_Necklace_Long = "สร้อยคอยาว",
32+
UI_CUI_Neck = "คอ",
33+
UI_CUI_Nose = "จมูก",
34+
UI_CUI_Ears = "หู",
35+
UI_CUI_EarTop = "หูส่วนบน",
36+
UI_CUI_Right_MiddleFinger = "นิ้วกลางขวา",
37+
UI_CUI_Left_MiddleFinger = "นิ้วกลางซ้าย",
38+
UI_CUI_Right_RingFinger = "นิ้วก้อยขวา",
39+
UI_CUI_Left_RingFinger = "นิ้วก้อยซ้าย",
40+
UI_CUI_RightWrist = "ข้อมือขวา",
41+
UI_CUI_LeftWrist = "ข้อมือซ้าย",
42+
UI_CUI_BellyButton = "สะดือ",
43+
UI_CUI_Eyes = "ตา",
44+
UI_CUI_LeftEye = "ตาซ้าย",
45+
UI_CUI_RightEye = "ตาขวา",
46+
UI_CUI_Hands = "มือ",
47+
UI_CUI_Scarf = "ผ้าพันคอ",
48+
UI_CUI_Underwear = "กกน",
49+
UI_CUI_MakeUp_FullFace = "แต่งเต็มหน้า",
50+
UI_CUI_MakeUp_Eyes = "ปัดตา",
51+
UI_CUI_MakeUp_EyesShadow = "อายแชโด้",
52+
UI_CUI_MakeUp_Lips = "ทาปาก",
53+
UI_CUI_Belt = "เข็มขัด",
54+
UI_CUI_BeltExtra = "เข็มขัดเสริม",
55+
UI_CUI_AmmoStrap = "สายรัดกระสุน",
56+
UI_CUI_Tail = "หาง",
57+
UI_CUI_Legs1 = "ขา1",
58+
UI_CUI_Pants = "กางเกง",
59+
UI_CUI_Skirt = "กระโปรง",
60+
UI_CUI_ShortSleeveShirt = "เสื้อเชิร์ทแขนสั้น",
61+
UI_CUI_Shirt = "เสื้อเชิร์ท",
62+
UI_CUI_Tshirt = "เสื้อทีเชิร์ท",
63+
UI_CUI_TankTop = "เสื้อกล้าม",
64+
UI_CUI_Socks = "ถุงเท้า",
65+
UI_CUI_UnderwearInner = "กกน",
66+
UI_CUI_Shoes = "รองเท้า",
67+
UI_CUI_Torso1Legs1 = "เสื้อ1กางเกง1",
68+
UI_CUI_BathRobe = "เสื้อคลุมอาบน้ำ",
69+
UI_CUI_FullSuit = "สูททั้งชุด",
70+
UI_CUI_FullSuitHead = "สูททั้งชุดรวมหมวก",
71+
UI_CUI_Dress = "เดรส",
72+
UI_CUI_UnderwearTop = "เกาะอก",
73+
UI_CUI_UnderwearBottom = "กกน",
74+
UI_CUI_UnderwearExtra1 = "ชั้นในเสริม1",
75+
UI_CUI_UnderwearExtra2 = "ชั้นในเสริม2",
76+
UI_CUI_ZedDmg = "Zedดาเมจ",
77+
UI_CUI_Bandage = "ผ้าพันแผล",
78+
UI_CUI_Wound = "บาดแผล",
79+
80+
-- Body slots of scrap armor
81+
UI_CUI_SpecialBelt = "เข็มขัดพิเศษ",
82+
UI_CUI_SwordSheath = "เก็บอาวุธ",
83+
UI_CUI_TorsoRig = "อุปกรณ์1",
84+
UI_CUI_TorsoRig2 = "อุปกรณ์2",
85+
UI_CUI_waistbags = "กระเป๋าคาดเอว",
86+
UI_CUI_UpperArmLeft = "แขน ซ้าย",
87+
UI_CUI_UpperArmRight = "แขน ขวา",
88+
UI_CUI_ThighLeft = "ต้นขา ซ้าย",
89+
UI_CUI_ThighRight = "ต้นขา ขวา",
90+
UI_CUI_LowerBody = "กระโปรง",
91+
UI_CUI_Pauldrons = "เกราะไหล่",
92+
UI_CUI_HandPlateLeft = "เพลท ซ้าย",
93+
UI_CUI_HandPlateRight = "เพลท ขวา",
94+
UI_CUI_ShinPlateLeft = "เพลท ซ้าย",
95+
UI_CUI_ShinPlateRight = "เพลท ขวา",
96+
UI_CUI_SpecialMask = "หน้ากากพิเศษ",
97+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
IGUI_TR = {
2+
IGUI_CUI_Display_slot_label = "Elbise slot etiketlerinin gösterimi",
3+
IGUI_CUI_Display_slot_label_tooltip = "Gizli slot etiketlerini göster ya da gizle",
4+
IGUI_CUI_Slot_label_margin = "Elbise slot etiketinin boşluğu",
5+
IGUI_CUI_Slot_label_margin_tooltip = "Etiket ve simge arasındaki boşluk. Arttırmak için yükselt",
6+
IGUI_CUI_Slot_horizontal_spacing = "Elbise slotunun yatay boşluğu",
7+
IGUI_CUI_Slot_horizontal_spacing_tooltip = "Slot simgeleri arasındaki yatay mesafe.",
8+
IGUI_CUI_Slot_vertical_spacing = "Elbise slotunun dikey boşluğu",
9+
IGUI_CUI_Slot_vertical_spacing_tooltip = "Slot simgeleri arasındaki dikey mesafe",
10+
IGUI_CUI_Slot_button_size = "Elbise slotunun simge boyutu",
11+
IGUI_CUI_Slot_button_size_tooltip = "Butonun boyutu"
12+
}
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
UI_TR = {
2+
UI_CUI_window_title = "Takılı eşyalar",
3+
UI_CUI_no_items_avaliable = "Envanterde eşya yok",
4+
5+
-- Category Buttons
6+
UI_CUI_Category_HEAD = "BAŞ",
7+
UI_CUI_Category_UNDIES = "İÇ ÇAMAŞIRI",
8+
UI_CUI_Category_BODY = "GÖVDE",
9+
UI_CUI_Category_HANDS = "EL",
10+
UI_CUI_Category_LEGS = "BACAK",
11+
UI_CUI_Category_FEET = "AYAK",
12+
UI_CUI_Category_ACC = "AKS.",
13+
UI_CUI_Category_TRINKET = "SÜS",
14+
15+
-- Body slots naming
16+
UI_CUI_FannyPackFront = "Çanta Önü",
17+
UI_CUI_FannyPackBack = "Çanta Arkası",
18+
UI_CUI_Hat = "Şapka",
19+
UI_CUI_Mask = "Maske",
20+
UI_CUI_FullHat = "Tam Şapka",
21+
UI_CUI_MaskEyes = "Maske Gözü",
22+
UI_CUI_MaskFull = "Tam Maske",
23+
UI_CUI_FullHelmet = "Kafalık",
24+
UI_CUI_Jacket = "Ceket",
25+
UI_CUI_FullTop = "Penye",
26+
UI_CUI_JacketHat = "Kapüşon",
27+
UI_CUI_Sweater = "Kazak",
28+
UI_CUI_TorsoExtra = "Gövde Eks.",
29+
UI_CUI_SweaterHat = "Şapkalı Kazak",
30+
UI_CUI_Necklace = "Kolye",
31+
UI_CUI_Necklace_Long = "Uzun Kolye",
32+
UI_CUI_Neck = "Boyun",
33+
UI_CUI_Nose = "Burun",
34+
UI_CUI_Ears = "Kulaklar",
35+
UI_CUI_EarTop = "Kulak Üstü",
36+
UI_CUI_Right_MiddleFinger = "Sağ OParmak",
37+
UI_CUI_Left_MiddleFinger = "Sol OParmak",
38+
UI_CUI_Right_RingFinger = "Sağ YParmak",
39+
UI_CUI_Left_RingFinger = "Sol YParmak",
40+
UI_CUI_RightWrist = "Sağ Bilek",
41+
UI_CUI_LeftWrist = "Sol Bilek",
42+
UI_CUI_BellyButton = "Karın",
43+
UI_CUI_Eyes = "Gözler",
44+
UI_CUI_LeftEye = "Sol Göz",
45+
UI_CUI_RightEye = "Sağ Göz",
46+
UI_CUI_Hands = "Eller",
47+
UI_CUI_Scarf = "Atkı",
48+
UI_CUI_Underwear = "İç Çamaşırı",
49+
UI_CUI_MakeUp_FullFace = "Mkyj_Yüz",
50+
UI_CUI_MakeUp_Eyes = "Mkyj_Göz",
51+
UI_CUI_MakeUp_EyesShadow = "GözGölgesi",
52+
UI_CUI_MakeUp_Lips = "Ruj",
53+
UI_CUI_Belt = "Kemer",
54+
UI_CUI_BeltExtra = "EkstraBel",
55+
UI_CUI_AmmoStrap = "MermiKemeri",
56+
UI_CUI_Tail = "Kuyruk",
57+
UI_CUI_Legs1 = "Bacaklar1",
58+
UI_CUI_Pants = "Pantolon",
59+
UI_CUI_Skirt = "Etek",
60+
UI_CUI_ShortSleeveShirt = "KK Şort",
61+
UI_CUI_Shirt = "Şort",
62+
UI_CUI_Tshirt = "Tişört",
63+
UI_CUI_TankTop = "Kolsuz Yelek",
64+
UI_CUI_Socks = "Çoraplar",
65+
UI_CUI_UnderwearInner = "İçlik",
66+
UI_CUI_Shoes = "Ayakkabılar",
67+
UI_CUI_Torso1Legs1 = "Gövde1Bacak1",
68+
UI_CUI_BathRobe = "Bornoz",
69+
UI_CUI_FullSuit = "TkmElbise",
70+
UI_CUI_FullSuitHead = "ŞTkmElbise",
71+
UI_CUI_Dress = "Elbise",
72+
UI_CUI_UnderwearTop = "ÜstÇamaşır",
73+
UI_CUI_UnderwearBottom = "AltÇamaşır",
74+
UI_CUI_UnderwearExtra1 = "ÇamaşırExt1",
75+
UI_CUI_UnderwearExtra2 = "ÇamaşırExt2",
76+
UI_CUI_ZedDmg = "ZHasar",
77+
UI_CUI_Bandage = "Bandaj",
78+
UI_CUI_Wound = "Yara",
79+
80+
-- Body slots of scrap armor
81+
UI_CUI_SpecialBelt = "HurdaKemer",
82+
UI_CUI_SwordSheath = "Kılıf",
83+
UI_CUI_TorsoRig = "Teçhizat1",
84+
UI_CUI_TorsoRig2 = "Teçhizat1",
85+
UI_CUI_waistbags = "BelÇantası",
86+
UI_CUI_UpperArmLeft = "Kol Sol",
87+
UI_CUI_UpperArmRight = "Kol Sağ",
88+
UI_CUI_ThighLeft = "Kalça Sol",
89+
UI_CUI_ThighRight = "Kalça Sağ",
90+
UI_CUI_LowerBody = "Alt Etek",
91+
UI_CUI_Pauldrons = "Omuzluk",
92+
UI_CUI_HandPlateLeft = "El Plaka Sol",
93+
UI_CUI_HandPlateRight = "El Plaka Sağ",
94+
UI_CUI_ShinPlateLeft = "Ön Plaka Sol",
95+
UI_CUI_ShinPlateRight = "Ön Plaka Sağ",
96+
UI_CUI_SpecialMask = "Hurda Maske",
97+
}

0 commit comments

Comments
 (0)