Automatic bundle update
This commit is contained in:
@@ -438,6 +438,7 @@ editor.waves = Fale:
|
||||
editor.rules = Zasady:
|
||||
editor.generation = Generacja:
|
||||
editor.objectives = Cele
|
||||
editor.locales = Locale Bundles
|
||||
editor.ingame = Edytuj w Grze
|
||||
editor.playtest = Testuj Mapę
|
||||
editor.publish.workshop = Opublikuj w Warsztacie
|
||||
@@ -505,6 +506,7 @@ editor.errorlegacy = Ta mapa jest zbyt stara i używa starszego formatu mapy, kt
|
||||
editor.errornot = To nie jest plik mapy.
|
||||
editor.errorheader = Ten plik mapy jest nieprawidłowy lub uszkodzony.
|
||||
editor.errorname = Mapa nie zawiera nazwy. Czy próbujesz załadować zapis gry?
|
||||
editor.errorlocales = Error reading invalid locale bundles.
|
||||
editor.update = Aktualizuj
|
||||
editor.randomize = Losuj
|
||||
editor.moveup = Przesuń w górę
|
||||
@@ -516,6 +518,7 @@ editor.sectorgenerate = Generuj Sektor
|
||||
editor.resize = Zmień Rozmiar
|
||||
editor.loadmap = Załaduj Mapę
|
||||
editor.savemap = Zapisz Mapę
|
||||
editor.savechanges = [scarlet]You have unsaved changes!\n\n[]Do you want to save them?
|
||||
editor.saved = Zapisano!
|
||||
editor.save.noname = Twoja mapa nie ma nazwy! Ustaw ją w 'Informacjach o mapie'.
|
||||
editor.save.overwrite = Ta mapa nadpisze wbudowaną mapę! Ustaw inną nazwę w 'Informacjach o mapie'.
|
||||
@@ -600,6 +603,23 @@ filter.option.floor2 = Druga Podłoga
|
||||
filter.option.threshold2 = Drugi Próg
|
||||
filter.option.radius = Zasięg
|
||||
filter.option.percentile = Procent
|
||||
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 = Szerokość:
|
||||
height = Wysokość:
|
||||
@@ -2253,6 +2273,7 @@ unit.emanate.description = Lotnicza jednostka aministracyjna zdolna do wydobycia
|
||||
lst.read = Wczytuje liczbę z połączonej komórki pamięci.
|
||||
lst.write = Zapisuje liczbę do połączonej komórki pamięci.
|
||||
lst.print = Dodaje tekst do buforu drukującego.\nNie wyświetla niczego dopóki [accent]Print Flush[] nie jest użyte.
|
||||
lst.format = Replace next placeholder ("[accent]@[]") in text buffer with a value.\nExample:\n[accent]print "test @"\nformat "example"
|
||||
lst.draw = Dodaje operacje do buforu rysującego.\nNie wyświetla niczego dopóki [accent]Draw Flush[] nie jest użyte.
|
||||
lst.drawflush = Wyświetla oczekujące operacje z funkcji [accent]Draw[] na wyświetlaczu.
|
||||
lst.printflush = Dodaje oczekujące operacje z funkcji [accent]Print[] do bloku wiadomości.
|
||||
@@ -2290,6 +2311,7 @@ lst.effect = Stwórz efekt cząsteczki.
|
||||
lst.sync = Synchronizuje zmienną poprzez sieć.\nWywoływane maksymalnie 10 razy na sekundę.
|
||||
lst.makemarker = Stwórz nowy marker logiki.\nMusisz podać ID, aby móc go później zidentyfikować.\nLimit markerów to 20,000.
|
||||
lst.setmarker = Ustaw właściwości markera.\nID markera musi być takie samo jak podczas jego tworzenia.
|
||||
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]Logika budowania jednostek nie jest tu dozwolona.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user