Automatic bundle update
This commit is contained in:
@@ -438,6 +438,7 @@ editor.waves = Gelombang:
|
||||
editor.rules = Peraturan:
|
||||
editor.generation = Generasi:
|
||||
editor.objectives = Tujuan
|
||||
editor.locales = Locale Bundles
|
||||
editor.ingame = Sunting dalam Permainan
|
||||
editor.playtest = Tes Bermain
|
||||
editor.publish.workshop = Terbitkan di Workshop
|
||||
@@ -505,6 +506,7 @@ editor.errorlegacy = Peta ini terlalu tua, dan memakai format peta "legacy" yang
|
||||
editor.errornot = Ini bukan merupakan file peta.
|
||||
editor.errorheader = File peta ini bisa jadi tidak sah atau rusak.
|
||||
editor.errorname = Peta tidak ada nama. Apakah Anda mencoba untuk memuat file simpanan?
|
||||
editor.errorlocales = Error reading invalid locale bundles.
|
||||
editor.update = Perbaruan
|
||||
editor.randomize = Acak
|
||||
editor.moveup = Pindah Ke Atas
|
||||
@@ -516,6 +518,7 @@ editor.sectorgenerate = Generasi Sektor
|
||||
editor.resize = Ubah Ukuran
|
||||
editor.loadmap = Memuat Peta
|
||||
editor.savemap = Simpan Peta
|
||||
editor.savechanges = [scarlet]You have unsaved changes!\n\n[]Do you want to save them?
|
||||
editor.saved = Tersimpan!
|
||||
editor.save.noname = Peta Anda tidak ada nama! Tambahkan di menu 'info peta'.
|
||||
editor.save.overwrite = Peta ini menindih peta built-in! Pilih nama yang berbeda di menu 'info peta'.
|
||||
@@ -603,6 +606,23 @@ filter.option.floor2 = Lantai Sekunder
|
||||
filter.option.threshold2 = Ambang Sekunder
|
||||
filter.option.radius = Radius
|
||||
filter.option.percentile = Perseratus
|
||||
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 = Lebar:
|
||||
height = Tinggi:
|
||||
@@ -2257,6 +2277,7 @@ unit.emanate.description = Builds structures to defend the Acropolis core. Repai
|
||||
lst.read = Membaca angka dari memori sel yang dihubungkan.
|
||||
lst.write = Menulis angka ke memori sel yang dihubungkan.
|
||||
lst.print = Menambahkan teks ke daftar cetak.\nTidak dapat menampilkan apapun sampai [accent]Print Flush[] dipakai.
|
||||
lst.format = Replace next placeholder ("[accent]@[]") in text buffer with a value.\nExample:\n[accent]print "test @"\nformat "example"
|
||||
lst.draw = Menambahkan perintah ke daftar gambar.\nTidak dapat menampilkan apapun sampai [accent]Draw Flush[] dipakai.
|
||||
lst.drawflush = Mengeluarkan perintah [accent]Draw[] dari daftar antrean untuk ditampilkan.
|
||||
lst.printflush = Mengeluarkan perintah [accent]Print[] dari daftar antrean untuk blok pesan.
|
||||
@@ -2294,6 +2315,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]Logika unit membangun tidak diperbolehkan di sini.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user