Automatic bundle update
This commit is contained in:
@@ -438,6 +438,7 @@ editor.waves = คลื่น
|
||||
editor.rules = กฎ
|
||||
editor.generation = เจนเนอเรชั่น
|
||||
editor.objectives = เป้าหมาย
|
||||
editor.locales = Locale Bundles
|
||||
editor.ingame = แก้ไขในเกม
|
||||
editor.playtest = เล่นทดสอบ
|
||||
editor.publish.workshop = เผยแพร่บนเวิร์กช็อป
|
||||
@@ -505,6 +506,7 @@ editor.errorlegacy = แมพนี้เก่าเกินไปและ
|
||||
editor.errornot = นี่ไม่ใช้ไฟล์แมพ
|
||||
editor.errorheader = ไฟล์แมพนี้เสียหรือไม่ถูกต้อง
|
||||
editor.errorname = แมพไม่มีการกำหนดชื่อ คุณกำลังพยายามโหลดไฟล์เซฟอยู่หรือไม่?
|
||||
editor.errorlocales = Error reading invalid locale bundles.
|
||||
editor.update = อัปเดต
|
||||
editor.randomize = สุ่ม
|
||||
editor.moveup = ขยับขึ้น
|
||||
@@ -516,6 +518,7 @@ editor.sectorgenerate = สร้างเซ็กเตอร์
|
||||
editor.resize = เปลี่ยนขนาด
|
||||
editor.loadmap = โหลดแมพ
|
||||
editor.savemap = เซฟแมพ
|
||||
editor.savechanges = [scarlet]You have unsaved changes!\n\n[]Do you want to save them?
|
||||
editor.saved = เซฟเรียบร้อย!
|
||||
editor.save.noname = แมพของคุณไม่มีชื่อ! สามารถตั้งชื่อได้ในเมนู 'ข้อมูลแมพ'
|
||||
editor.save.overwrite = แมพของคุณไปทับซ้อนกับแมพค่าเริ่มต้น! เปลี่ยนชื่อได้ในเมนู 'ข้อมูลแมพ'
|
||||
@@ -602,6 +605,23 @@ filter.option.floor2 = พื้นชั้นสอง
|
||||
filter.option.threshold2 = เกณฑ์ชั้นสอง
|
||||
filter.option.radius = รัศมี
|
||||
filter.option.percentile = เปอร์เซ็นต์ไทล์
|
||||
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: @[]\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
|
||||
locales.addtoother = Add To Other Locales
|
||||
locales.rollback = Rollback to last applied
|
||||
locales.filter = Property filter
|
||||
locales.searchname = Search name...
|
||||
locales.searchvalue = Search value...
|
||||
locales.searchlocale = Search locale...
|
||||
locales.byname = By name
|
||||
locales.byvalue = By value
|
||||
locales.showcorrect = Show properties that are present in all locales and have unique values everywhere
|
||||
locales.showmissing = Show properties that are missing in some locales
|
||||
locales.showsame = Show properties that have same values in different locales
|
||||
locales.viewproperty = View in all locales
|
||||
locales.viewing = Viewing property "{0}"
|
||||
locales.addicon = Add Icon
|
||||
|
||||
width = กว้าง:
|
||||
height = สูง:
|
||||
@@ -2256,6 +2276,7 @@ unit.emanate.description = สร้างสิ่งต่างๆ เพื
|
||||
lst.read = อ่านเลขจากเซลล์ความจำที่เชื่อมต่อไว้
|
||||
lst.write = เขียนเลขไปยังเซลล์ความจำที่เชื่อมต่อไว้
|
||||
lst.print = เพิ่มข้อความไปยังคิวข้อความ\nข้อความจะยังไม่แสดงจนกว่าจะใช้คำสั่ง [accent]Print Flush[]
|
||||
lst.format = Replace next placeholder ("[accent]@[]") in text buffer with a value.\nExample:\n[accent]print "test @"\nformat "example"
|
||||
lst.draw = เพิ่มรูปไปยังคิวการวาด\nภาพจะยังไม่แสดงจนกว่าจะใช้คำสั่ง [accent]Draw Flush[]
|
||||
lst.drawflush = ปล่อยคิว [accent]Draw[] ไปยังหน้าจอลอจิกที่เชื่อมต่อไว้
|
||||
lst.printflush = ปล่อยคิว [accent]Print[] ไปยังตัวเก็บข้อความที่เชื่อมต่อไว้
|
||||
@@ -2293,6 +2314,7 @@ lst.effect = Create a particle effect.
|
||||
lst.sync = Sync a variable across the network.\nOnly invoked 10 times a second at most.
|
||||
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.
|
||||
|
||||
logic.nounitbuild = [red]ไม่อนุญาตให้ใช้ลอจิกควบคุมให้ยูนิตสร้างที่นี่
|
||||
|
||||
|
||||
Reference in New Issue
Block a user