Automatic bundle update

This commit is contained in:
Github Actions
2023-12-02 02:14:51 +00:00
parent 862d3153d9
commit 54cf7812f0
34 changed files with 748 additions and 0 deletions
+22
View File
@@ -439,6 +439,7 @@ editor.waves = Lượt:
editor.rules = Luật:
editor.generation = Cấu trúc:
editor.objectives = Mục tiêu
editor.locales = Locale Bundles
editor.ingame = Chỉnh sửa trong trò chơi
editor.playtest = Chơi thử
editor.publish.workshop = Xuất bản lên Workshop
@@ -506,6 +507,7 @@ editor.errorlegacy = Bản đồ này quá cũ, và sử dụng định dạng b
editor.errornot = Đây không phải là tệp bản đồ.
editor.errorheader = Tệp bản đồ này không hợp lệ hoặc bị hỏng.
editor.errorname = Bản đồ không có tên được xác định. Bạn đang cố gắng tải một bản lưu?
editor.errorlocales = Error reading invalid locale bundles.
editor.update = Cập nhật
editor.randomize = Ngẫu nhiên
editor.moveup = Di chuyển lên
@@ -517,6 +519,7 @@ editor.sectorgenerate = Tạo ra khu vực
editor.resize = Thay đổi kích thước
editor.loadmap = Mở bản đồ
editor.savemap = Lưu bản đồ
editor.savechanges = [scarlet]You have unsaved changes!\n\n[]Do you want to save them?
editor.saved = Đã lưu!
editor.save.noname = Bản đồ của bạn không có tên! Hãy đặt một cái tên trong 'Thông tin bản đồ'.
editor.save.overwrite = Bản đồ của bạn ghi đè lên một bản đồ đã có sẵn! Hãy chọn một cái tên khác trong 'Thông tin bản đồ'.
@@ -603,6 +606,23 @@ filter.option.floor2 = Nền phụ
filter.option.threshold2 = Ngưỡng phụ
filter.option.radius = Bán kính
filter.option.percentile = Phần trăm
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 = Chiều rộng:
height = Chiều cao:
@@ -2237,6 +2257,7 @@ unit.emanate.description = Xây công trình để phòng thủ lõi Acropolis.
lst.read = Đọc một số từ bộ nhớ được liên kết.
lst.write = Ghi một số vào bộ nhớ được liên kết.
lst.print = Thêm văn bản vào bộ nhớ in.\nKhông hiển thị gì cho đến khi sử dụng [accent]Print Flush[].
lst.format = Replace next placeholder ("[accent]@[]") in text buffer with a value.\nExample:\n[accent]print "test @"\nformat "example"
lst.draw = Thêm một thao tác vào bộ nhớ vẽ.\nKhông hiển thị gì cho đến khi sử dụng [accent]Draw Flush[].
lst.drawflush = Chuyển các thao tác [accent]Draw[] đến màn hình.
lst.printflush = Chuyển các thao tác [accent]Print[] đến khối tin nhắn.
@@ -2274,6 +2295,7 @@ lst.effect = Tạo một phần hiệu ứng nhỏ.
lst.sync = Đồng bộ giá trị biến qua mạng.\nChỉ gọi tối đa 10 lần mỗi giây.
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]Lô-gíc xây dựng đơn vị không được phép ở đây.