1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00
Commit Graph

75 Commits

Author SHA1 Message Date
Даниїл Григор'єв
3624cf2f65
Remove some unused translation strings
Keep some that are either still used but shouldn't be or those that may
be used in the future. Files other than base-en.yaml are first synced
with the sync-translations.js script, then formatted with prettier-all.
2025-04-10 03:10:47 +03:00
Даниїл Григор'єв
b057382328
Mass-rename rotater -> rotator (#51)
Rename all references of rotater to rotator, including code, styles,
assets and translation files.
2025-04-04 22:55:24 +03:00
tobspr
e2907a1ab8 Adjust for the summer sale 2022-06-23 19:48:53 +02:00
tobspr
dab688cefb Sync translations 2022-06-22 10:21:51 +02:00
tobspr
ae485a0385 Update translations 2022-06-21 12:07:22 +02:00
tobspr
acbbf5a539 Rework main menu 2022-06-21 11:50:02 +02:00
tobspr
8001727196 Update translations and minor fixes 2022-06-20 19:08:14 +02:00
tobspr
4056cdaad2 Update translations 2022-06-20 10:48:07 +02:00
tobspr
3ab5ca99fd 1.5.4 update (polishing + minor rebalancing) 2022-06-19 17:08:35 +02:00
tobspr
6a8e519c0a Update translations 2022-06-18 18:59:28 +02:00
tobspr
fde4ff9e5e Localize standalone advantages title 2022-06-17 15:36:27 +02:00
tobspr
8f6ccc0d67 Update translations 2022-06-17 09:51:19 +02:00
tobspr
d39ae528f0 Update demo to try out timed demo 2022-06-17 09:35:55 +02:00
tobspr
2a63d7474c Update translations 2022-06-16 19:11:12 +02:00
tobspr
7eef96ec21 Update translations 2022-06-16 18:35:49 +02:00
tobspr
42b6132866 Update translations 2022-06-10 12:55:35 +02:00
tobspr
691911104e Update translations 2022-06-06 14:39:10 +02:00
IcedDog
a929be5399
Update base-zh-CN.yaml (#1429)
I'm trying to keep it up to date as quickly as possible, so if there's more translation changes coming up in a short time, it's better to merge this later lol.
2022-06-05 21:10:12 +02:00
IcedDog
e7fd169ecb
Fixes & adding translations (#1426)
* Fixes & adding translations

- Added missing translations
- Corrected a bunch of mistakes according to "Chinese Copywriting Guidelines"
- Corrected small amount of spelling mistakes

* Updated to v1.5.2
2022-06-03 08:58:48 +02:00
tobspr
c41aaa1fc5
Mod Support - 1.5.0 Update (#1361)
* initial modloader draft

* modloader features

* Refactor mods to use signals

* Add support for modifying and registering new transltions

* Minor adjustments

* Support for string building ids for mods

* Initial support for adding new buildings

* Refactor how mods are loaded to resolve circular dependencies and prepare for future mod loading

* Lazy Load mods to make sure all dependencies are loaded

* Expose all exported members automatically to mods

* Fix duplicate exports

* Allow loading mods from standalone

* update changelog

* Fix mods folder incorrect path

* Fix modloading in standalone

* Fix sprites not getting replaced, update demo mod

* Load dev mod via raw loader

* Improve mod developing so mods are directly ready to be deployed, load mods from local file server

* Proper mods ui

* Allow mods to register game systems and draw stuff

* Change mods path

* Fix sprites not loading

* Minor adjustments, closes #1333

* Add support for loading atlases via mods

* Add support for loading mods from external sources in DEV

* Add confirmation when loading mods

* Fix circular dependency

* Minor Keybindings refactor, add support for keybindings to mods, add support for dialogs to mods

* Add some mod signals

* refactor game loading states

* Make shapez exports global

* Start to make mods safer

* Refactor file system electron event handling

* Properly isolate electron renderer process

* Update to latest electron

* Show errors when loading mods

* Update confirm dialgo

* Minor restructure, start to add mod examples

* Allow adding custom themesw

* Add more examples and allow defining custom item processor operations

* Add interface to register new buildings

* Fixed typescript type errors (#1335)

* Refactor building registry, make it easier for mods to add new buildings

* Allow overriding existing methods

* Add more examples and more features

* More mod examples

* Make mod loading simpler

* Add example how to add custom drawings

* Remove unused code

* Minor modloader adjustments

* Support for rotation variants in mods (was broken previously)

* Allow mods to replace builtin sub shapes

* Add helper methods to extend classes

* Fix menu bar on mac os

* Remember window state

* Add support for paste signals

* Add example how to add custom components and systems

* Support for mod settings

* Add example for adding a new item type

* Update class extensions

* Minor adjustments

* Fix typo

* Add notification blocks mod example

* Add small tutorial

* Update readme

* Add better instructions

* Update JSDoc for Replacing Methods (#1336)

* upgraded types for overriding methods

* updated comments

Co-authored-by: Edward Badel <you@example.com>

* Direction lock now indicates when there is a building inbetween

* Fix mod examples

* Fix linter error

* Game state register (#1341)

* Added a gamestate register helper

Added a gamestate register helper

* Update mod_interface.js

* export build options

* Fix runBeforeMethod and runAfterMethod

* Minor game system code cleanup

* Belt path drawing optimization

* Fix belt path optimization

* Belt drawing improvements, again

* Do not render belts in statics disabled view

* Allow external URL to load more than one mod (#1337)

* Allow external URL to load more than one mod

Instead of loading the text returned from the remote server, load a JSON object with a `mods` field, containing strings of all the mods. This lets us work on more than one mod at a time or without separate repos. This will break tooling such as `create-shapezio-mod` though.

* Update modloader.js

* Prettier fixes

* Added link to create-shapezio-mod npm page (#1339)

Added link to create-shapezio-mod npm page: https://www.npmjs.com/package/create-shapezio-mod

* allow command line switch to load more than one mod (#1342)

* Fixed class handle type (#1345)

* Fixed class handle type

* Fixed import game state

* Minor adjustments

* Refactor item acceptor to allow only single direction slots

* Allow specifying minimumGameVersion

* Add sandbox example

* Replaced concatenated strings with template literals (#1347)

* Mod improvements

* Make wired pins component optional on the storage

* Fix mod examples

* Bind `this` for method overriding JSDoc (#1352)

* fix entity debugger reaching HTML elements (#1353)

* Store mods in savegame and show warning when it differs

* Closes #1357

* Fix All Shapez Exports Being Const (#1358)

* Allowed setting of variables inside webpack modules

* remove console log

* Fix stringification of things inside of eval

Co-authored-by: Edward Badel <you@example.com>

* Fix building placer intersection warning

* Add example for storing data in the savegame

* Fix double painter bug (#1349)

* Add example on how to extend builtin buildings

* update readme

* Disable steam achievements when playing with mods

* Update translations

Co-authored-by: Thomas (DJ1TJOO) <44841260+DJ1TJOO@users.noreply.github.com>
Co-authored-by: Bagel03 <70449196+Bagel03@users.noreply.github.com>
Co-authored-by: Edward Badel <you@example.com>
Co-authored-by: Emerald Block <69981203+EmeraldBlock@users.noreply.github.com>
Co-authored-by: saile515 <63782477+saile515@users.noreply.github.com>
Co-authored-by: Sense101 <67970865+Sense101@users.noreply.github.com>
2022-02-01 16:35:49 +01:00
tobspr
f8609d75cd Update chinese translation 2021-08-28 13:54:52 +02:00
tobspr
da7494213d Update translations 2021-08-26 17:01:12 +02:00
tobspr
5074727efa Update translations and changelog 2021-06-24 19:16:10 +02:00
Sooxin
3cc179e283
Replace some punctuation marks by Chinese version and optimize format (#1225) 2021-06-24 19:15:39 +02:00
tobspr
cab21a43ca Update translations 2021-06-21 13:39:55 +02:00
tobspr
59156c7a03 Update translation files, again 2021-06-20 17:43:00 +02:00
tobspr
a5879b2123 Update translations 2021-06-20 17:15:10 +02:00
tobspr
253b8cf33d Update chinese translation 2021-05-25 09:44:39 +02:00
tobspr
b3d1204d9c Wegame version & DLC Translation in Chinese 2021-05-25 09:19:57 +02:00
tobspr
e1e27b4822 Update translations for the puzzle dlc 2021-05-23 20:19:50 +02:00
SinonJZH
4beebf22a9
Update base-zh-CN.yaml (#1118)
Fix some translation error.
2021-05-23 16:33:40 +02:00
tobspr
4bc918dedd Add finish, italian, romania, ukrainian, minor adjustments 2021-03-12 12:42:16 +01:00
tobspr
65d4c64ae5 Update translations 2021-03-12 11:18:43 +01:00
tobspr
e53ec8d6af Update chinese translation 2021-03-08 11:59:45 +01:00
Erha
b080236b0b
Update base-zh-CN.yaml (#977)
All English translated into Chinese
2020-12-07 18:36:15 +01:00
Cervon Wong
dd1d1ffe78
Update base-zh-CN.yaml (#969) 2020-12-07 18:34:20 +01:00
Cervon Wong
119d7c60ca
Update base-zh-CN.yaml (#968)
Fix hoursAndMinutesShort
2020-12-07 18:33:58 +01:00
tobspr
c1381f66d0 Update translations 2020-10-09 08:21:37 +02:00
tobspr
c65c955984 Update translations 2020-10-08 09:32:47 +02:00
Kai Sforza
7c13a03b5c
Fix yaml errors in CI (#757)
Don't warn on document start (cleanup, no one is using this)

Remove a bunch of trailing spaces and fix some bad indentation in the
pt-PT file.

There are still a bunch of lines that are significantly too long, should
be multiline strings.
2020-10-04 10:38:02 +02:00
tobspr
74201a0894 Fix outdated keys in translations 2020-10-01 08:49:16 +02:00
tobspr
b226862110 Fix translations 2020-09-30 16:46:15 +02:00
AAA_shuibiao
f4c0ef2ea7
Updated and improved some zh-CN translations. (#717)
* Updated and improved some zh-CN translations.

Updated and improved some zh-CN translations. The translations are still incomplete and needed to be worked on in the future.

* Fixed missing document start

Linter said 'warning  missing document start "---"  (document-start)', so I added "---" to the start of the document
2020-09-30 08:31:42 +02:00
tobspr
f984733783 Add store page to translations 2020-09-29 20:40:55 +02:00
tobspr
5a5164880f Synchronize translations 2020-09-29 16:51:10 +02:00
tobspr
124a0162f6 Update all translations to the latest version 2020-09-28 13:08:01 +02:00
Rowlet
be79766cdd
Added spaces, corrected punctuation (#525)
- Added spaces when Chinese characters surround English Characters.

e.g.
按住CTRL键
becomes
按住 CTRL 键

- Capitalised proper nouns in English.
- Changed English punctuation marks (halfwidth) to Chinese punctuation marks (fullwidth)

e.g.
! becomes !
2020-08-06 11:25:41 +02:00
chaow108
c4f6c8285f
Update simplified Chinese translation (#493)
* Simplified Chinese translation

Cover some missed text that I already played.

* Minor fix
2020-07-27 11:16:49 +02:00
dengr1065
2df1b8d014
Major ui changes (#482)
* "discord" -> "Discord", sync most translations

* that major settings update you'll like

* Finish new settings, add logo to about page

* sync & format translations
2020-07-23 08:48:23 +02:00
Bjorn Stromberg
cb1ff53338 Add TSLint to github actions, fix existing type errors 2020-07-22 11:15:16 +09:00