Merge branch 'master' into mod-dependencies
This commit is contained in:
@@ -438,6 +438,11 @@ editor.rules = กฎ
|
||||
editor.generation = เจนเนอเรชั่น
|
||||
editor.objectives = เป้าหมาย
|
||||
editor.locales = Locale Bundles
|
||||
editor.worldprocessors = World Processors
|
||||
editor.worldprocessors.editname = Edit Name
|
||||
editor.worldprocessors.none = [lightgray]No world processor blocks found!\nAdd one in the map editor, or use the \ue813 Add button below.
|
||||
editor.worldprocessors.nospace = No free space to place a world processor!\nDid you fill the map with structures? Why would you do this?
|
||||
editor.worldprocessors.delete.confirm = Are you sure you want to delete this world processor?\n\nIf it is surrounded by walls, it will be replaced by an environmental wall.
|
||||
editor.ingame = แก้ไขในเกม
|
||||
editor.playtest = เล่นทดสอบ
|
||||
editor.publish.workshop = เผยแพร่บนเวิร์กช็อป
|
||||
@@ -494,6 +499,7 @@ editor.default = [lightgray]<ค่าเริ่มต้น>
|
||||
details = รายละเอียด...
|
||||
edit = แก้ไข...
|
||||
variables = ตัวแปร
|
||||
logic.clear.confirm = Are you sure you want to clear all code from this processor?
|
||||
logic.globals = Built-in Variables
|
||||
editor.name = ชื่อ:
|
||||
editor.spawn = สร้างยูนิต
|
||||
@@ -582,6 +588,7 @@ filter.clear = เคลียร์
|
||||
filter.option.ignore = เพิกเฉย
|
||||
filter.scatter = กระจาย
|
||||
filter.terrain = พื้นผิว
|
||||
filter.logic = Logic
|
||||
|
||||
filter.option.scale = มาตราส่วน
|
||||
filter.option.chance = โอกาส
|
||||
@@ -605,6 +612,8 @@ filter.option.floor2 = พื้นชั้นสอง
|
||||
filter.option.threshold2 = เกณฑ์ชั้นสอง
|
||||
filter.option.radius = รัศมี
|
||||
filter.option.percentile = เปอร์เซ็นต์ไทล์
|
||||
filter.option.code = Code
|
||||
filter.option.loop = Loop
|
||||
locales.info = Here, you can add locale bundles for specific languages to your map. In locale bundles, each property has a name and a value. These properties can be used by world processors and objectives using their names. They support text formatting (replacing placeholders with actual values).\n\n[cyan]Example property:\n[]name: [accent]timer[]\nvalue: [accent]Example timer, time left: {0}[]\n\n[cyan]Usage:\n[]Set it as objective's text: [accent]@timer\n\n[]Print it in a world processor:\n[accent]localeprint "timer"\nformat time\n[gray](where time is a separately calculated variable)
|
||||
locales.deletelocale = Are you sure you want to delete this locale bundle?
|
||||
locales.applytoall = Apply Changes To All Locales
|
||||
@@ -975,6 +984,7 @@ stat.abilities = ทักษะ
|
||||
stat.canboost = บูสต์ได้
|
||||
stat.flying = บินได้
|
||||
stat.ammouse = การใช้กระสุน
|
||||
stat.ammocapacity = Ammo Capacity
|
||||
stat.damagemultiplier = พหุคูณดาเมจ
|
||||
stat.healthmultiplier = พหุคูณพลังชีวิต
|
||||
stat.speedmultiplier = พหุคูณความเร็ว
|
||||
@@ -1100,6 +1110,7 @@ unit.items = ไอเท็ม
|
||||
unit.thousands = k
|
||||
unit.millions = mil
|
||||
unit.billions = b
|
||||
unit.shots = shots
|
||||
unit.pershot = /การยิง
|
||||
category.purpose = วัตถุประสงค์
|
||||
category.general = ทั่วไป
|
||||
@@ -1109,6 +1120,8 @@ category.items = ไอเท็ม
|
||||
category.crafting = การผลิต
|
||||
category.function = ฟังค์ชั่น
|
||||
category.optional = ทางเลือกการเพิ่มประสิทธิภาพ
|
||||
setting.alwaysmusic.name = Always Play Music
|
||||
setting.alwaysmusic.description = When enabled, music will always play on loop in-game.\nWhen disabled, it only plays at random intervals.
|
||||
setting.skipcoreanimation.name = ข้ามแอนิเมชั่นการบิน/ลงจอดของแกนกลาง
|
||||
setting.landscape.name = ล็อกภูมิทัศน์แนวนอน
|
||||
setting.shadows.name = เงา
|
||||
@@ -1305,7 +1318,10 @@ rules.disableworldprocessors = ปิดการทำงานของตั
|
||||
rules.schematic = อนุญาตให้ใช้แผนผัง
|
||||
rules.wavetimer = นับถอยหลังการปล่อยคลื่น
|
||||
rules.wavesending = กดเพื่อปล่อยคลื่น
|
||||
rules.allowedit = Allow Editing Rules
|
||||
rules.allowedit.info = When enabled, the player can edit rules in-game via the button in the bottom left corner of the Pause menu.
|
||||
rules.waves = คลื่น
|
||||
rules.airUseSpawns = Air units use spawn points
|
||||
rules.attack = โหมดการโจมตี
|
||||
rules.buildai = AI สร้างฐานทัพ
|
||||
rules.buildaitier = ระดับการสร้างของ AI
|
||||
@@ -2351,6 +2367,7 @@ lst.getflag = เช็กว่าธงทั่วโลกนั้นได
|
||||
lst.setprop = ตั้งค่าคุณสมบัติของยูนิตและสิ่งก่อสร้าง
|
||||
lst.effect = Create a particle effect.
|
||||
lst.sync = Sync a variable across the network.\nOnly invoked 10 times a second at most.
|
||||
lst.playsound = Plays a sound.\nVolume and pan can be a global value, or calculated based on position.
|
||||
lst.makemarker = Create a new logic marker in the world.\nAn ID to identify this marker must be provided.\nMarkers currently limited to 20,000 per world.
|
||||
lst.setmarker = Set a property for a marker.\nThe ID used must be the same as in the Make Marker instruction.
|
||||
lst.localeprint = Add map locale property value to the text buffer.\nTo set map locale bundles in map editor, check [accent]Map Info > Locale Bundles[].\nIf client is a mobile device, tries to print a property ending in ".mobile" first.
|
||||
@@ -2398,6 +2415,7 @@ lenum.shoot = ยิงไปที่ตำแหน่งเป้าหมา
|
||||
lenum.shootp = ยิงเป้าหมายโดยมีการคำนวณการยิง
|
||||
lenum.config = การกำหนดค่าของสิ่งก่อสร้าง เช่น ไอเท็มของเครื่องคัดแยก
|
||||
lenum.enabled = ว่าบล็อกเปิดใช้งาน/ทำงานอยู่หรือเปล่า
|
||||
laccess.currentammotype = Current ammo item/liquid of a turret.
|
||||
|
||||
laccess.color = สีของตัวเปล่งแสง
|
||||
laccess.controller = ผู้ควบคุมยูนิต ถ้าผู้ควบคุมคือตัวประมวลผล จะส่งกลับค่า processor\nนอกนั้น จะส่งกลับค่าตัวยูนิตเอง
|
||||
@@ -2521,6 +2539,7 @@ unitlocate.building = ตัวแปรสิ่งก่อสร้างท
|
||||
unitlocate.outx = ตัวแปรพิกัด X
|
||||
unitlocate.outy = ตัวแปรพิกัด Y
|
||||
unitlocate.group = กลุ่มสิ่งก่อสร้างที่มองหา
|
||||
playsound.limit = If true, prevents this sound from playing\nif it has already been played in the same frame.
|
||||
|
||||
lenum.idle = หยุดขยับ แต่ยังคงขุด/ก่อสร้าง\nสถานะเริ่มต้นของยูนิต
|
||||
lenum.stop = หยุดขยับ/ขุด/ก่อสร้าง
|
||||
@@ -2539,7 +2558,7 @@ lenum.payenter = เข้าไป/ลงจอดบนบล็อกบร
|
||||
lenum.flag = ปักธงยูนิตเป็นหมายเลข
|
||||
lenum.mine = ขุดที่ตำแหน่งเป้าหมาย
|
||||
lenum.build = สร้างสิ่งก่อสร้าง
|
||||
lenum.getblock = ดึงข้อมูลสิ่งก่อสร้างและประเภทของสิ่งก่อสร้างที่ตำแหน่งเป้าหมาย\nยูนิตต้องอยู่ในระยะของตำแหน่ง\nบล็อกตันที่ไม่ใช่สิ่งก่อสร้างจะมีชนิดเป็น [accent]@solid[]
|
||||
lenum.getblock = Fetch building, floor and block type at coordinates.\nUnit must be in range of the position, otherwise null is returned.
|
||||
lenum.within = ตรวจสอบว่ายูนิตนั้นอยู่ในระยะหรือไม่
|
||||
lenum.boost = เริ่ม/หยุดการบูสต์
|
||||
lenum.flushtext = Flush print buffer's content to marker, if applicable.\nIf fetch is set to true, tries to fetch properties from map locale bundle or game's bundle.
|
||||
|
||||
Reference in New Issue
Block a user