Automatic bundle update
This commit is contained in:
@@ -438,6 +438,7 @@ editor.waves = Вълни:
|
||||
editor.rules = Правила:
|
||||
editor.generation = Генериране:
|
||||
editor.objectives = Objectives
|
||||
editor.locales = Locale Bundles
|
||||
editor.ingame = Редактирай в игра
|
||||
editor.playtest = 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 = Move Up
|
||||
@@ -516,6 +518,7 @@ editor.sectorgenerate = Sector Generate
|
||||
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 = Съществува стандартна карта с такова име! Изберете различно име от 'Информация за картата' от менюто.
|
||||
@@ -600,6 +603,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 = Височина:
|
||||
@@ -2231,6 +2251,7 @@ unit.emanate.description = Builds structures to defend the Acropolis core. Repai
|
||||
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[] върху посочен блок за съобщение.
|
||||
@@ -2268,6 +2289,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