diff --git a/README.md b/README.md index 5232e625..030f1172 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Your goal is to produce shapes by cutting, rotating, merging and painting parts - Cd into `gulp` folder - Run `yarn` and then `yarn gulp` - it should now open in your browser -**Notice**: This will produce a debug build with several debugging flags enabled. If you want to disable them, modify `config.js`. +**Notice**: This will produce a debug build with several debugging flags enabled. If you want to disable them, modify [`src/js/core/config.js`](src/js/core/config.js). ## Helping translate diff --git a/electron/package.json b/electron/package.json index a67249a0..c8d3a124 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,16 +1,16 @@ -{ - "name": "electron", - "version": "1.0.0", - "main": "index.js", - "license": "MIT", - "private": true, - "scripts": { - "startDev": "electron --disable-direct-composition --in-process-gpu . --dev --local", - "startDevGpu": "electron --enable-gpu-rasterization --enable-accelerated-2d-canvas --num-raster-threads=8 --enable-zero-copy . --dev --local", - "start": "electron --disable-direct-composition --in-process-gpu ." - }, - "devDependencies": { - "electron": "^6.1.12" - }, - "dependencies": {} -} +{ + "name": "electron", + "version": "1.0.0", + "main": "index.js", + "license": "MIT", + "private": true, + "scripts": { + "startDev": "electron --disable-direct-composition --in-process-gpu . --dev --local", + "startDevGpu": "electron --enable-gpu-rasterization --enable-accelerated-2d-canvas --num-raster-threads=8 --enable-zero-copy . --dev --local", + "start": "electron --disable-direct-composition --in-process-gpu ." + }, + "devDependencies": { + "electron": "10.1.3" + }, + "dependencies": {} +} diff --git a/electron/yarn.lock b/electron/yarn.lock index 01214c92..fa92ec46 100644 --- a/electron/yarn.lock +++ b/electron/yarn.lock @@ -1,961 +1,572 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@types/node@^10.12.18": - version "10.17.24" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.24.tgz#c57511e3a19c4b5e9692bb2995c40a3a52167944" - integrity sha512-5SCfvCxV74kzR3uWgTYiGxrd69TbT1I6+cMx1A5kEly/IVveJBimtAMlXiEyVFn5DvUFewQWxOOiJhlxeQwxgA== - -ajv@^6.5.5: - version "6.12.2" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd" - integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.9.1" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e" - integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug== - -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - -buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -concat-stream@1.6.2: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - -core-util-is@1.0.2, core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= - dependencies: - array-find-index "^1.0.1" - -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -debug@2.6.9, debug@^2.1.3, debug@^2.2.0: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@^3.0.0: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - -decamelize@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - -electron-download@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/electron-download/-/electron-download-4.1.1.tgz#02e69556705cc456e520f9e035556ed5a015ebe8" - integrity sha512-FjEWG9Jb/ppK/2zToP+U5dds114fM1ZOJqMAR4aXXL5CvyPE9fiqBK/9YcwC9poIFQTEJk/EM/zyRwziziRZrg== - dependencies: - debug "^3.0.0" - env-paths "^1.0.0" - fs-extra "^4.0.1" - minimist "^1.2.0" - nugget "^2.0.1" - path-exists "^3.0.0" - rc "^1.2.1" - semver "^5.4.1" - sumchecker "^2.0.2" - -electron@^6.1.12: - version "6.1.12" - resolved "https://registry.yarnpkg.com/electron/-/electron-6.1.12.tgz#a7aee6dfa75b57f32b3645ef8e14dcef6d5f31a9" - integrity sha512-RUPM8xJfTcm53V9EKMBhvpLu1+CQkmuvWDmVCypR5XbUG1OOrOLiKl0CqUZ9+tEDuOmC+DmzmJP2MZXScBU5IA== - dependencies: - "@types/node" "^10.12.18" - electron-download "^4.1.0" - extract-zip "^1.0.3" - -env-paths@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-1.0.0.tgz#4168133b42bb05c38a35b1ae4397c8298ab369e0" - integrity sha1-QWgTO0K7BcOKNbGuQ5fIKYqzaeA= - -error-ex@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -extend@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -extract-zip@^1.0.3: - version "1.6.7" - resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9" - integrity sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k= - dependencies: - concat-stream "1.6.2" - debug "2.6.9" - mkdirp "0.5.1" - yauzl "2.4.1" - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - -fast-deep-equal@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" - integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fd-slicer@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65" - integrity sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU= - dependencies: - pend "~1.2.0" - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - -fs-extra@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94" - integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - -graceful-fs@^4.1.2: - version "4.2.4" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" - integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - -graceful-fs@^4.1.6: - version "4.2.2" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" - integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== - -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== - dependencies: - ajv "^6.5.5" - har-schema "^2.0.0" - -hosted-git-info@^2.1.4: - version "2.8.8" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" - integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - dependencies: - repeating "^2.0.0" - -inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-finite@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" - integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - -isarray@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - -isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -meow@^3.1.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" - -mime-db@1.44.0: - version "1.44.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" - integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== - -mime-types@^2.1.12, mime-types@~2.1.19: - version "2.1.27" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" - integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== - dependencies: - mime-db "1.44.0" - -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - -minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - -mkdirp@0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - dependencies: - minimist "0.0.8" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -nugget@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/nugget/-/nugget-2.0.1.tgz#201095a487e1ad36081b3432fa3cada4f8d071b0" - integrity sha1-IBCVpIfhrTYIGzQy+jytpPjQcbA= - dependencies: - debug "^2.1.3" - minimist "^1.1.0" - pretty-bytes "^1.0.2" - progress-stream "^1.1.0" - request "^2.45.0" - single-line-log "^1.1.2" - throttleit "0.0.2" - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@^4.0.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-keys@~0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336" - integrity sha1-KKaq50KN0sOpLz2V8hM13SBOAzY= - -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - dependencies: - error-ex "^1.2.0" - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -pend@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= - -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - -pify@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - -pretty-bytes@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-1.0.4.tgz#0a22e8210609ad35542f8c8d5d2159aff0751c84" - integrity sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ= - dependencies: - get-stdin "^4.0.1" - meow "^3.1.0" - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -progress-stream@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/progress-stream/-/progress-stream-1.2.0.tgz#2cd3cfea33ba3a89c9c121ec3347abe9ab125f77" - integrity sha1-LNPP6jO6OonJwSHsM0er6asSX3c= - dependencies: - speedometer "~0.1.2" - through2 "~0.2.3" - -psl@^1.1.28: - version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - -rc@^1.2.1: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - -readable-stream@^2.2.2: - version "2.3.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" - integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@~1.1.9: - version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" - integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk= - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - -request@^2.45.0: - version "2.88.2" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -resolve@^1.10.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" - integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== - dependencies: - path-parse "^1.0.6" - -safe-buffer@^5.0.1, safe-buffer@^5.1.2: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -"semver@2 || 3 || 4 || 5", semver@^5.4.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -signal-exit@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" - integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - -single-line-log@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/single-line-log/-/single-line-log-1.1.2.tgz#c2f83f273a3e1a16edb0995661da0ed5ef033364" - integrity sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q= - dependencies: - string-width "^1.0.1" - -spdx-correct@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" - integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" - integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== - -speedometer@~0.1.2: - version "0.1.4" - resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-0.1.4.tgz#9876dbd2a169d3115402d48e6ea6329c8816a50d" - integrity sha1-mHbb0qFp0xFUAtSObqYynIgWpQ0= - -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -sumchecker@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/sumchecker/-/sumchecker-2.0.2.tgz#0f42c10e5d05da5d42eea3e56c3399a37d6c5b3e" - integrity sha1-D0LBDl0F2l1C7qPlbDOZo31sWz4= - dependencies: - debug "^2.2.0" - -throttleit@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-0.0.2.tgz#cfedf88e60c00dd9697b61fdd2a8343a9b680eaf" - integrity sha1-z+34jmDADdlpe2H90qg0OptoDq8= - -through2@~0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.2.3.tgz#eb3284da4ea311b6cc8ace3653748a52abf25a3f" - integrity sha1-6zKE2k6jEbbMis42U3SKUqvyWj8= - dependencies: - readable-stream "~1.1.9" - xtend "~2.1.1" - -tough-cookie@~2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - -typedarray@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" - integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== - dependencies: - punycode "^2.1.0" - -util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -xtend@~2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz#6efecc2a4dad8e6962c4901b337ce7ba87b5d28b" - integrity sha1-bv7MKk2tjmlixJAbM3znuoe10os= - dependencies: - object-keys "~0.4.0" - -yauzl@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005" - integrity sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU= - dependencies: - fd-slicer "~1.0.1" +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@electron/get@^1.0.1": + version "1.12.2" + resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.12.2.tgz#6442066afb99be08cefb9a281e4b4692b33764f3" + integrity sha512-vAuHUbfvBQpYTJ5wB7uVIDq5c/Ry0fiTBMs7lnEYAo/qXXppIVcWdfBr57u6eRnKdVso7KSiH6p/LbQAG6Izrg== + dependencies: + debug "^4.1.1" + env-paths "^2.2.0" + fs-extra "^8.1.0" + got "^9.6.0" + progress "^2.0.3" + sanitize-filename "^1.6.2" + sumchecker "^3.0.1" + optionalDependencies: + global-agent "^2.0.2" + global-tunnel-ng "^2.7.1" + +"@sindresorhus/is@^0.14.0": + version "0.14.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" + integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== + +"@szmarczak/http-timer@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" + integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== + dependencies: + defer-to-connect "^1.0.1" + +"@types/node@^12.0.12": + version "12.12.62" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.62.tgz#733923d73669188d35950253dd18a21570085d2b" + integrity sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg== + +boolean@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/boolean/-/boolean-3.0.1.tgz#35ecf2b4a2ee191b0b44986f14eb5f052a5cbb4f" + integrity sha512-HRZPIjPcbwAVQvOTxR4YE3o8Xs98NqbbL1iEZDCz7CL8ql0Lt5iOyJFxfnAB0oFs8Oh02F/lLlg30Mexv46LjA== + +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + +cacheable-request@^6.0.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912" + integrity sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg== + dependencies: + clone-response "^1.0.2" + get-stream "^5.1.0" + http-cache-semantics "^4.0.0" + keyv "^3.0.0" + lowercase-keys "^2.0.0" + normalize-url "^4.1.0" + responselike "^1.0.2" + +clone-response@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" + integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= + dependencies: + mimic-response "^1.0.0" + +concat-stream@1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +config-chain@^1.1.11: + version "1.1.12" + resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa" + integrity sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA== + dependencies: + ini "^1.3.4" + proto-list "~1.2.1" + +core-js@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" + integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + +core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +debug@2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@^4.1.0, debug@^4.1.1: + version "4.2.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1" + integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== + dependencies: + ms "2.1.2" + +decompress-response@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" + integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= + dependencies: + mimic-response "^1.0.0" + +defer-to-connect@^1.0.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" + integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ== + +define-properties@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + +detect-node@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" + integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== + +duplexer3@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" + integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= + +electron@10.1.3: + version "10.1.3" + resolved "https://registry.yarnpkg.com/electron/-/electron-10.1.3.tgz#7e276e373bf30078bd4cb1184850a91268dc0e6c" + integrity sha512-CR8LrlG47MdAp317SQ3vGYa2o2cIMdMSMPYH46OVitFLk35dwE9fn3VqvhUIXhCHYcNWIAPzMhkVHpkoFdKWuw== + dependencies: + "@electron/get" "^1.0.1" + "@types/node" "^12.0.12" + extract-zip "^1.0.3" + +encodeurl@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +env-paths@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43" + integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== + +es6-error@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" + integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== + +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +extract-zip@^1.0.3: + version "1.6.7" + resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9" + integrity sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k= + dependencies: + concat-stream "1.6.2" + debug "2.6.9" + mkdirp "0.5.1" + yauzl "2.4.1" + +fd-slicer@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65" + integrity sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU= + dependencies: + pend "~1.2.0" + +fs-extra@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^4.0.0" + universalify "^0.1.0" + +get-stream@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== + dependencies: + pump "^3.0.0" + +get-stream@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +global-agent@^2.0.2: + version "2.1.12" + resolved "https://registry.yarnpkg.com/global-agent/-/global-agent-2.1.12.tgz#e4ae3812b731a9e81cbf825f9377ef450a8e4195" + integrity sha512-caAljRMS/qcDo69X9BfkgrihGUgGx44Fb4QQToNQjsiWh+YlQ66uqYVAdA8Olqit+5Ng0nkz09je3ZzANMZcjg== + dependencies: + boolean "^3.0.1" + core-js "^3.6.5" + es6-error "^4.1.1" + matcher "^3.0.0" + roarr "^2.15.3" + semver "^7.3.2" + serialize-error "^7.0.1" + +global-tunnel-ng@^2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz#d03b5102dfde3a69914f5ee7d86761ca35d57d8f" + integrity sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg== + dependencies: + encodeurl "^1.0.2" + lodash "^4.17.10" + npm-conf "^1.1.3" + tunnel "^0.0.6" + +globalthis@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9" + integrity sha512-mJPRTc/P39NH/iNG4mXa9aIhNymaQikTrnspeCa2ZuJ+mH2QN/rXwtX3XwKrHqWgUQFbNZKtHM105aHzJalElw== + dependencies: + define-properties "^1.1.3" + +got@^9.6.0: + version "9.6.0" + resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85" + integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== + dependencies: + "@sindresorhus/is" "^0.14.0" + "@szmarczak/http-timer" "^1.1.2" + cacheable-request "^6.0.0" + decompress-response "^3.3.0" + duplexer3 "^0.1.4" + get-stream "^4.1.0" + lowercase-keys "^1.0.1" + mimic-response "^1.0.1" + p-cancelable "^1.0.0" + to-readable-stream "^1.0.0" + url-parse-lax "^3.0.0" + +graceful-fs@^4.1.6: + version "4.2.2" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" + integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== + +graceful-fs@^4.2.0: + version "4.2.4" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" + integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== + +http-cache-semantics@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" + integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== + +inherits@^2.0.3, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@^1.3.4: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + +isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +json-buffer@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" + integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= + +json-stringify-safe@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= + +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= + optionalDependencies: + graceful-fs "^4.1.6" + +keyv@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9" + integrity sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== + dependencies: + json-buffer "3.0.0" + +lodash@^4.17.10: + version "4.17.20" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== + +lowercase-keys@^1.0.0, lowercase-keys@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" + integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== + +lowercase-keys@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" + integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== + +matcher@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz#bd9060f4c5b70aa8041ccc6f80368760994f30ca" + integrity sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng== + dependencies: + escape-string-regexp "^4.0.0" + +mimic-response@^1.0.0, mimic-response@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" + integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= + +mkdirp@0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= + dependencies: + minimist "0.0.8" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +normalize-url@^4.1.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129" + integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ== + +npm-conf@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9" + integrity sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw== + dependencies: + config-chain "^1.1.11" + pify "^3.0.0" + +object-keys@^1.0.12: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +p-cancelable@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc" + integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== + +pend@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" + integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +prepend-http@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" + integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +progress@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +proto-list@~1.2.1: + version "1.2.4" + resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" + integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +readable-stream@^2.2.2: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +responselike@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" + integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= + dependencies: + lowercase-keys "^1.0.0" + +roarr@^2.15.3: + version "2.15.4" + resolved "https://registry.yarnpkg.com/roarr/-/roarr-2.15.4.tgz#f5fe795b7b838ccfe35dc608e0282b9eba2e7afd" + integrity sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A== + dependencies: + boolean "^3.0.1" + detect-node "^2.0.4" + globalthis "^1.0.1" + json-stringify-safe "^5.0.1" + semver-compare "^1.0.0" + sprintf-js "^1.1.2" + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +sanitize-filename@^1.6.2: + version "1.6.3" + resolved "https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz#755ebd752045931977e30b2025d340d7c9090378" + integrity sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg== + dependencies: + truncate-utf8-bytes "^1.0.0" + +semver-compare@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" + integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= + +semver@^7.3.2: + version "7.3.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" + integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== + +serialize-error@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18" + integrity sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw== + dependencies: + type-fest "^0.13.1" + +sprintf-js@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673" + integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug== + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +sumchecker@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/sumchecker/-/sumchecker-3.0.1.tgz#6377e996795abb0b6d348e9b3e1dfb24345a8e42" + integrity sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg== + dependencies: + debug "^4.1.0" + +to-readable-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771" + integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q== + +truncate-utf8-bytes@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b" + integrity sha1-QFkjkJWS1W94pYGENLC3hInKXys= + dependencies: + utf8-byte-length "^1.0.1" + +tunnel@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" + integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== + +type-fest@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" + integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + +universalify@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + +url-parse-lax@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" + integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= + dependencies: + prepend-http "^2.0.0" + +utf8-byte-length@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61" + integrity sha1-9F8VDExm7uloGGUFq5P8u4rWv2E= + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +yauzl@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005" + integrity sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU= + dependencies: + fd-slicer "~1.0.1" diff --git a/gulp/.gitignore b/gulp/.gitignore index aa92ef40..80dc3c89 100644 --- a/gulp/.gitignore +++ b/gulp/.gitignore @@ -1,2 +1 @@ -additional_build_files -steampipe +additional_build_files diff --git a/gulp/gulpfile.js b/gulp/gulpfile.js index 6af84223..c01ec73d 100644 --- a/gulp/gulpfile.js +++ b/gulp/gulpfile.js @@ -8,23 +8,6 @@ const path = require("path"); const deleteEmpty = require("delete-empty"); const execSync = require("child_process").execSync; -const lfsOutput = execSync("git lfs install", { encoding: "utf-8" }); -if (!lfsOutput.toLowerCase().includes("git lfs initialized")) { - console.error(` - Git LFS is not installed, unable to build. - - To install Git LFS on Linux: - - Arch: - sudo pacman -S git-lfs - - Debian/Ubuntu: - sudo apt install git-lfs - - For other systems, see: - https://github.com/git-lfs/git-lfs/wiki/Installation - `); - process.exit(1); -} - // Load other plugins dynamically const $ = require("gulp-load-plugins")({ scope: ["devDependencies"], @@ -44,8 +27,8 @@ const envVars = [ "SHAPEZ_CLI_LIVE_FTP_PW", "SHAPEZ_CLI_APPLE_ID", "SHAPEZ_CLI_APPLE_CERT_NAME", - "SHAPEZ_CLI_GITHUB_USER", - "SHAPEZ_CLI_GITHUB_TOKEN", + "SHAPEZ_CLI_GITHUB_USER", + "SHAPEZ_CLI_GITHUB_TOKEN", ]; for (let i = 0; i < envVars.length; ++i) { @@ -82,9 +65,9 @@ docs.gulptasksDocs($, gulp, buildFolder); const standalone = require("./standalone"); standalone.gulptasksStandalone($, gulp, buildFolder); -const releaseUploader = require("./release-uploader"); -releaseUploader.gulptasksReleaseUploader($, gulp, buildFolder); - +const releaseUploader = require("./release-uploader"); +releaseUploader.gulptasksReleaseUploader($, gulp, buildFolder); + const translations = require("./translations"); translations.gulptasksTranslations($, gulp, buildFolder); @@ -306,17 +289,17 @@ gulp.task( gulp.series("utils.cleanup", "step.standalone-prod.all", "step.postbuild") ); -// OS X build and release upload -gulp.task( - "build.darwin64-prod", - gulp.series( - "build.standalone-prod", - "standalone.prepare", - "standalone.package.prod.darwin64", - "standalone.uploadRelease.darwin64" - ) -); - +// OS X build and release upload +gulp.task( + "build.darwin64-prod", + gulp.series( + "build.standalone-prod", + "standalone.prepare", + "standalone.package.prod.darwin64", + "standalone.uploadRelease.darwin64" + ) +); + // Deploying! gulp.task( "main.deploy.alpha", diff --git a/gulp/package.json b/gulp/package.json index 5d155dbe..ec69f4ce 100644 --- a/gulp/package.json +++ b/gulp/package.json @@ -47,6 +47,7 @@ "serialize-error": "^3.0.0", "strictdom": "^1.0.1", "string-replace-webpack-plugin": "^0.1.3", + "strip-indent": "^3.0.0", "terser-webpack-plugin": "^1.1.0", "through2": "^3.0.1", "uglify-template-string-loader": "^1.1.0", @@ -66,7 +67,6 @@ "babel-plugin-danger-remove-unused-import": "^1.1.2", "css-mqpacker": "^7.0.0", "cssnano": "^4.1.10", - "postcss-critical-split": "^2.5.3", "electron-packager": "^14.0.6", "faster.js": "^1.1.0", "glob": "^7.1.3", @@ -99,6 +99,7 @@ "jimp": "^0.6.1", "js-yaml": "^3.13.1", "postcss-assets": "^5.0.0", + "postcss-critical-split": "^2.5.3", "postcss-preset-env": "^6.5.0", "postcss-round-subpixels": "^1.2.0", "postcss-unprefix": "^2.1.3", diff --git a/gulp/standalone.js b/gulp/standalone.js index 5fbb4c8a..8d247672 100644 --- a/gulp/standalone.js +++ b/gulp/standalone.js @@ -1,9 +1,10 @@ -require('colors'); +require("colors"); const packager = require("electron-packager"); const path = require("path"); const { getVersion } = require("./buildutils"); const fs = require("fs"); const fse = require("fs-extra"); +const buildutils = require("./buildutils"); const execSync = require("child_process").execSync; function gulptasksStandalone($, gulp) { @@ -47,6 +48,20 @@ function gulptasksStandalone($, gulp) { cb(); }); + gulp.task("standalone.prepareVDF", cb => { + const hash = buildutils.getRevision(); + + const steampipeDir = path.join(__dirname, "steampipe", "scripts"); + const templateContents = fs + .readFileSync(path.join(steampipeDir, "app.vdf.template"), { encoding: "utf-8" }) + .toString(); + + const convertedContents = templateContents.replace("$DESC$", "Commit " + hash); + fs.writeFileSync(path.join(steampipeDir, "app.vdf"), convertedContents); + + cb(); + }); + gulp.task("standalone.prepare.minifyCode", () => { return gulp.src(path.join(electronBaseDir, "*.js")).pipe(gulp.dest(tempDestBuildDir)); }); @@ -101,20 +116,21 @@ function gulptasksStandalone($, gulp) { overwrite: true, appBundleId: "io.shapez.standalone", appCategoryType: "public.app-category.games", - ...(isRelease && platform === "darwin" && { - osxSign: { - identity: process.env.SHAPEZ_CLI_APPLE_CERT_NAME, - "hardened-runtime": true, - hardenedRuntime: true, - entitlements: 'entitlements.plist', - 'entitlements-inherit': 'entitlements.plist', - 'signature-flags': 'library' - }, - osxNotarize: { - appleId: process.env.SHAPEZ_CLI_APPLE_ID, - appleIdPassword: "@keychain:SHAPEZ_CLI_APPLE_ID" - } - }) + ...(isRelease && + platform === "darwin" && { + osxSign: { + "identity": process.env.SHAPEZ_CLI_APPLE_CERT_NAME, + "hardened-runtime": true, + "hardenedRuntime": true, + "entitlements": "entitlements.plist", + "entitlements-inherit": "entitlements.plist", + "signature-flags": "library", + }, + osxNotarize: { + appleId: process.env.SHAPEZ_CLI_APPLE_ID, + appleIdPassword: "@keychain:SHAPEZ_CLI_APPLE_ID", + }, + }), }).then( appPaths => { console.log("Packages created:", appPaths); @@ -140,9 +156,13 @@ function gulptasksStandalone($, gulp) { } if (process.platform === "win32" && platform === "darwin") { - console.warn("Cross-building for macOS on Windows: dereferencing symlinks.\n".red + - "This will nearly double app size and make code signature invalid. Sorry!\n".red.bold + - "For more information, see " + "https://github.com/electron/electron-packager/issues/71".underline); + console.warn( + "Cross-building for macOS on Windows: dereferencing symlinks.\n".red + + "This will nearly double app size and make code signature invalid. Sorry!\n" + .red.bold + + "For more information, see " + + "https://github.com/electron/electron-packager/issues/71".underline + ); // Clear up framework folders fs.writeFileSync( @@ -195,7 +215,9 @@ function gulptasksStandalone($, gulp) { gulp.task("standalone.package.prod.linux64", cb => packageStandalone("linux", "x64", cb)); gulp.task("standalone.package.prod.linux32", cb => packageStandalone("linux", "ia32", cb)); gulp.task("standalone.package.prod.darwin64", cb => packageStandalone("darwin", "x64", cb)); - gulp.task("standalone.package.prod.darwin64.unsigned", cb => packageStandalone("darwin", "x64", cb, false)); + gulp.task("standalone.package.prod.darwin64.unsigned", cb => + packageStandalone("darwin", "x64", cb, false) + ); gulp.task( "standalone.package.prod", diff --git a/gulp/steampipe/.gitignore b/gulp/steampipe/.gitignore new file mode 100644 index 00000000..7ea562ae --- /dev/null +++ b/gulp/steampipe/.gitignore @@ -0,0 +1,2 @@ +steamtemp +app.vdf diff --git a/gulp/steampipe/scripts/app.vdf.template b/gulp/steampipe/scripts/app.vdf.template new file mode 100644 index 00000000..a13a9db3 --- /dev/null +++ b/gulp/steampipe/scripts/app.vdf.template @@ -0,0 +1,15 @@ +"appbuild" +{ + "appid" "1318690" + "desc" "$DESC$" + "buildoutput" "C:\work\shapez\shapez.io\gulp\steampipe\steamtemp" + "contentroot" "" + "setlive" "" + "preview" "0" + "local" "" + "depots" + { + "1318691" "C:\work\shapez\shapez.io\gulp\steampipe\scripts\windows.vdf" + "1318692" "C:\work\shapez\shapez.io\gulp\steampipe\scripts\linux.vdf" + } +} diff --git a/gulp/steampipe/scripts/linux.vdf b/gulp/steampipe/scripts/linux.vdf new file mode 100644 index 00000000..60dfcca5 --- /dev/null +++ b/gulp/steampipe/scripts/linux.vdf @@ -0,0 +1,12 @@ +"DepotBuildConfig" +{ + "DepotID" "1318692" + "contentroot" "C:\work\shapez\shapez.io\tmp_standalone_files\shapez.io-standalone-linux-x64" + "FileMapping" + { + "LocalPath" "*" + "DepotPath" "." + "recursive" "1" + } + "FileExclusion" "*.pdb" +} \ No newline at end of file diff --git a/gulp/steampipe/scripts/windows.vdf b/gulp/steampipe/scripts/windows.vdf new file mode 100644 index 00000000..7d0db436 --- /dev/null +++ b/gulp/steampipe/scripts/windows.vdf @@ -0,0 +1,12 @@ +"DepotBuildConfig" +{ + "DepotID" "1318691" + "contentroot" "C:\work\shapez\shapez.io\tmp_standalone_files\shapez.io-standalone-win32-x64" + "FileMapping" + { + "LocalPath" "*" + "DepotPath" "." + "recursive" "1" + } + "FileExclusion" "*.pdb" +} \ No newline at end of file diff --git a/gulp/steampipe/upload.bat b/gulp/steampipe/upload.bat new file mode 100644 index 00000000..de461069 --- /dev/null +++ b/gulp/steampipe/upload.bat @@ -0,0 +1,4 @@ +@echo off +cmd /c gulp standalone.prepareVDF +steamcmd +login %STEAM_UPLOAD_SHAPEZ_ID% %STEAM_UPLOAD_SHAPEZ_USER% +run_app_build %cd%/scripts/app.vdf +quit +start https://partner.steamgames.com/apps/builds/1318690 diff --git a/gulp/translations.js b/gulp/translations.js index 56054476..2d0791b5 100644 --- a/gulp/translations.js +++ b/gulp/translations.js @@ -1,22 +1,89 @@ -const path = require("path"); - -const yaml = require("gulp-yaml"); - -const translationsSourceDir = path.join(__dirname, "..", "translations"); -const translationsJsonDir = path.join(__dirname, "..", "src", "js", "built-temp"); - -function gulptasksTranslations($, gulp) { - gulp.task("translations.convertToJson", () => { - return gulp - .src(path.join(translationsSourceDir, "*.yaml")) - .pipe($.plumber()) - .pipe(yaml({ space: 2, safe: true })) - .pipe(gulp.dest(translationsJsonDir)); - }); - - gulp.task("translations.fullBuild", gulp.series("translations.convertToJson")); -} - -module.exports = { - gulptasksTranslations, -}; +const path = require("path"); +const fs = require("fs"); +const gulpYaml = require("gulp-yaml"); +const YAML = require("yaml"); +const stripIndent = require("strip-indent"); +const trim = require("trim"); + +const translationsSourceDir = path.join(__dirname, "..", "translations"); +const translationsJsonDir = path.join(__dirname, "..", "src", "js", "built-temp"); + +function gulptasksTranslations($, gulp) { + gulp.task("translations.convertToJson", () => { + return gulp + .src(path.join(translationsSourceDir, "*.yaml")) + .pipe($.plumber()) + .pipe(gulpYaml({ space: 2, safe: true })) + .pipe(gulp.dest(translationsJsonDir)); + }); + + gulp.task("translations.fullBuild", gulp.series("translations.convertToJson")); + + gulp.task("translations.prepareSteamPage", cb => { + const files = fs.readdirSync(translationsSourceDir); + + files + .filter(name => name.endsWith(".yaml")) + .forEach(fname => { + const languageName = fname.replace(".yaml", ""); + const abspath = path.join(translationsSourceDir, fname); + + const destpath = path.join(translationsSourceDir, "tmp", languageName + "-store.txt"); + + const contents = fs.readFileSync(abspath, { encoding: "utf-8" }); + const data = YAML.parse(contents); + + const storePage = data.steamPage; + + const content = ` + [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + + ${storePage.intro.replace(/\n/gi, "\n\n")} + + [h2]${storePage.title_advantages}[/h2] + + [list] + ${storePage.advantages + .map(x => "[*] " + x.replace(//, "[b]").replace(/<\/b>/, "[/b]")) + .join("\n")} + [/list] + + [h2]${storePage.title_future}[/h2] + + [list] + ${storePage.planned + .map(x => "[*] " + x.replace(//, "[b]").replace(/<\/b>/, "[/b]")) + .join("\n")} + [/list] + + [h2]${storePage.title_open_source}[/h2] + + ${storePage.text_open_source.replace(/\n/gi, "\n\n")} + + [h2]${storePage.title_links}[/h2] + + [list] + [*] [url=https://discord.com/invite/HN7EVzV]${storePage.links.discord}[/url] + [*] [url=https://trello.com/b/ISQncpJP/shapezio]${storePage.links.roadmap}[/url] + [*] [url=https://www.reddit.com/r/shapezio]${storePage.links.subreddit}[/url] + [*] [url=https://github.com/tobspr/shapez.io]${storePage.links.source_code}[/url] + [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]${ + storePage.links.translate + }[/url] + [/list] + + + `; + + fs.writeFileSync(destpath, trim(content.replace(/(\n[ \t\r]*)/gi, "\n")), { + encoding: "utf-8", + }); + }); + + cb(); + }); +} + +module.exports = { + gulptasksTranslations, +}; diff --git a/gulp/yarn.lock b/gulp/yarn.lock index 21236d0a..0fbce524 100644 --- a/gulp/yarn.lock +++ b/gulp/yarn.lock @@ -8198,6 +8198,11 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" +min-indent@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" + integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== + minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" @@ -11945,6 +11950,13 @@ strip-indent@^1.0.1: dependencies: get-stdin "^4.0.1" +strip-indent@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" + integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== + dependencies: + min-indent "^1.0.0" + strip-json-comments@^2.0.1, strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" diff --git a/res/ui/building_icons/item_producer.png b/res/ui/building_icons/item_producer.png new file mode 100644 index 00000000..ca267ea6 Binary files /dev/null and b/res/ui/building_icons/item_producer.png differ diff --git a/res/ui/building_tutorials/item_producer.png b/res/ui/building_tutorials/item_producer.png new file mode 100644 index 00000000..b0d15387 Binary files /dev/null and b/res/ui/building_tutorials/item_producer.png differ diff --git a/res/ui/get_on_steam_with_price.png b/res/ui/get_on_steam_with_price.png new file mode 100644 index 00000000..e935acdc Binary files /dev/null and b/res/ui/get_on_steam_with_price.png differ diff --git a/res/ui/icons/advantage_buildings.png b/res/ui/icons/advantage_buildings.png new file mode 100644 index 00000000..91e7a565 Binary files /dev/null and b/res/ui/icons/advantage_buildings.png differ diff --git a/res/ui/icons/advantage_dark_mode.png b/res/ui/icons/advantage_dark_mode.png new file mode 100644 index 00000000..c176b8ad Binary files /dev/null and b/res/ui/icons/advantage_dark_mode.png differ diff --git a/res/ui/icons/advantage_markers.png b/res/ui/icons/advantage_markers.png new file mode 100644 index 00000000..af3835c7 Binary files /dev/null and b/res/ui/icons/advantage_markers.png differ diff --git a/res/ui/icons/advantage_new_levels.png b/res/ui/icons/advantage_new_levels.png new file mode 100644 index 00000000..730732fe Binary files /dev/null and b/res/ui/icons/advantage_new_levels.png differ diff --git a/res/ui/icons/advantage_savegames.png b/res/ui/icons/advantage_savegames.png new file mode 100644 index 00000000..79e7c327 Binary files /dev/null and b/res/ui/icons/advantage_savegames.png differ diff --git a/res/ui/icons/advantage_support.png b/res/ui/icons/advantage_support.png new file mode 100644 index 00000000..b86703a5 Binary files /dev/null and b/res/ui/icons/advantage_support.png differ diff --git a/res/ui/icons/advantage_upgrades.png b/res/ui/icons/advantage_upgrades.png new file mode 100644 index 00000000..e06b6d82 Binary files /dev/null and b/res/ui/icons/advantage_upgrades.png differ diff --git a/res/ui/icons/advantage_wires.png b/res/ui/icons/advantage_wires.png new file mode 100644 index 00000000..bb26fa87 Binary files /dev/null and b/res/ui/icons/advantage_wires.png differ diff --git a/res/ui/icons/demo_steam_link_indicator.png b/res/ui/icons/demo_steam_link_indicator.png new file mode 100644 index 00000000..98add9df Binary files /dev/null and b/res/ui/icons/demo_steam_link_indicator.png differ diff --git a/res/ui/memes/cat1.png b/res/ui/memes/cat1.png new file mode 100644 index 00000000..114c3fa0 Binary files /dev/null and b/res/ui/memes/cat1.png differ diff --git a/res_built/atlas/atlas0_hq.json b/res_built/atlas/atlas0_hq.json index 30e7cbe0..a1ad4494 100644 --- a/res_built/atlas/atlas0_hq.json +++ b/res_built/atlas/atlas0_hq.json @@ -58,7 +58,7 @@ }, "sprites/belt/built/forward_7.png": { - "frame": {"x":1144,"y":1261,"w":116,"h":144}, + "frame": {"x":1187,"y":1407,"w":116,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":0,"w":116,"h":144}, @@ -66,7 +66,7 @@ }, "sprites/belt/built/forward_8.png": { - "frame": {"x":1187,"y":1411,"w":116,"h":144}, + "frame": {"x":1187,"y":1557,"w":116,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":0,"w":116,"h":144}, @@ -74,7 +74,7 @@ }, "sprites/belt/built/forward_9.png": { - "frame": {"x":1187,"y":1561,"w":116,"h":144}, + "frame": {"x":1208,"y":1707,"w":116,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":0,"w":116,"h":144}, @@ -114,7 +114,7 @@ }, "sprites/belt/built/left_0.png": { - "frame": {"x":1272,"y":1137,"w":130,"h":130}, + "frame": {"x":1281,"y":1170,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -122,7 +122,7 @@ }, "sprites/belt/built/left_1.png": { - "frame": {"x":1266,"y":1273,"w":130,"h":130}, + "frame": {"x":1417,"y":1170,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -130,7 +130,7 @@ }, "sprites/belt/built/left_2.png": { - "frame": {"x":1443,"y":1559,"w":130,"h":130}, + "frame": {"x":1581,"y":1559,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -138,7 +138,7 @@ }, "sprites/belt/built/left_3.png": { - "frame": {"x":1450,"y":1695,"w":130,"h":130}, + "frame": {"x":1544,"y":1695,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -146,7 +146,7 @@ }, "sprites/belt/built/left_4.png": { - "frame": {"x":1460,"y":1831,"w":130,"h":130}, + "frame": {"x":1443,"y":1851,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -154,7 +154,7 @@ }, "sprites/belt/built/left_5.png": { - "frame": {"x":1538,"y":1273,"w":130,"h":130}, + "frame": {"x":1579,"y":1831,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -162,7 +162,7 @@ }, "sprites/belt/built/left_6.png": { - "frame": {"x":1544,"y":1137,"w":130,"h":130}, + "frame": {"x":1680,"y":1695,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -170,7 +170,7 @@ }, "sprites/belt/built/left_7.png": { - "frame": {"x":1579,"y":1559,"w":130,"h":130}, + "frame": {"x":1715,"y":1831,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -178,7 +178,7 @@ }, "sprites/belt/built/left_8.png": { - "frame": {"x":1586,"y":1695,"w":130,"h":130}, + "frame": {"x":1590,"y":450,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -186,7 +186,7 @@ }, "sprites/belt/built/left_9.png": { - "frame": {"x":1596,"y":1831,"w":130,"h":130}, + "frame": {"x":1449,"y":567,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -194,7 +194,7 @@ }, "sprites/belt/built/left_10.png": { - "frame": {"x":1314,"y":1701,"w":130,"h":130}, + "frame": {"x":1309,"y":1565,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -202,7 +202,7 @@ }, "sprites/belt/built/left_11.png": { - "frame": {"x":1324,"y":1837,"w":130,"h":130}, + "frame": {"x":1443,"y":1423,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -210,7 +210,7 @@ }, "sprites/belt/built/left_12.png": { - "frame": {"x":1402,"y":1273,"w":130,"h":130}, + "frame": {"x":1445,"y":1559,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -218,7 +218,7 @@ }, "sprites/belt/built/left_13.png": { - "frame": {"x":1408,"y":1137,"w":130,"h":130}, + "frame": {"x":1579,"y":1423,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -226,7 +226,7 @@ }, "sprites/belt/built/right_0.png": { - "frame": {"x":1590,"y":450,"w":130,"h":130}, + "frame": {"x":1585,"y":586,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -234,7 +234,7 @@ }, "sprites/belt/built/right_1.png": { - "frame": {"x":1449,"y":567,"w":130,"h":130}, + "frame": {"x":1449,"y":703,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -242,7 +242,7 @@ }, "sprites/belt/built/right_2.png": { - "frame": {"x":1584,"y":858,"w":130,"h":130}, + "frame": {"x":1651,"y":994,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -250,7 +250,7 @@ }, "sprites/belt/built/right_3.png": { - "frame": {"x":1565,"y":994,"w":130,"h":130}, + "frame": {"x":1553,"y":1130,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -258,7 +258,7 @@ }, "sprites/belt/built/right_4.png": { - "frame": {"x":1701,"y":994,"w":130,"h":130}, + "frame": {"x":1689,"y":1130,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -266,7 +266,7 @@ }, "sprites/belt/built/right_5.png": { - "frame": {"x":1680,"y":1130,"w":130,"h":130}, + "frame": {"x":1676,"y":1266,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -274,7 +274,7 @@ }, "sprites/belt/built/right_6.png": { - "frame": {"x":1720,"y":858,"w":130,"h":130}, + "frame": {"x":1715,"y":1402,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -282,7 +282,7 @@ }, "sprites/belt/built/right_7.png": { - "frame": {"x":1816,"y":1130,"w":130,"h":130}, + "frame": {"x":1717,"y":1538,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -290,7 +290,7 @@ }, "sprites/belt/built/right_8.png": { - "frame": {"x":1837,"y":994,"w":130,"h":130}, + "frame": {"x":1720,"y":858,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -298,7 +298,7 @@ }, "sprites/belt/built/right_9.png": { - "frame": {"x":1726,"y":450,"w":130,"h":130}, + "frame": {"x":1787,"y":994,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -306,7 +306,7 @@ }, "sprites/belt/built/right_10.png": { - "frame": {"x":1585,"y":586,"w":130,"h":130}, + "frame": {"x":1585,"y":722,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -314,7 +314,7 @@ }, "sprites/belt/built/right_11.png": { - "frame": {"x":1449,"y":703,"w":130,"h":130}, + "frame": {"x":1448,"y":839,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -322,7 +322,7 @@ }, "sprites/belt/built/right_12.png": { - "frame": {"x":1585,"y":722,"w":130,"h":130}, + "frame": {"x":1584,"y":858,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -330,7 +330,7 @@ }, "sprites/belt/built/right_13.png": { - "frame": {"x":1448,"y":839,"w":130,"h":130}, + "frame": {"x":1515,"y":994,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -386,7 +386,7 @@ }, "sprites/blueprints/belt_left.png": { - "frame": {"x":1721,"y":586,"w":130,"h":130}, + "frame": {"x":1825,"y":1130,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -394,7 +394,7 @@ }, "sprites/blueprints/belt_right.png": { - "frame": {"x":1721,"y":722,"w":130,"h":130}, + "frame": {"x":1812,"y":1266,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -402,7 +402,7 @@ }, "sprites/blueprints/belt_top.png": { - "frame": {"x":1309,"y":1409,"w":116,"h":144}, + "frame": {"x":1216,"y":1857,"w":116,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":0,"w":116,"h":144}, @@ -418,7 +418,7 @@ }, "sprites/blueprints/constant_signal.png": { - "frame": {"x":1856,"y":858,"w":105,"h":130}, + "frame": {"x":1851,"y":1402,"w":105,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":0,"w":105,"h":130}, @@ -442,7 +442,7 @@ }, "sprites/blueprints/display.png": { - "frame": {"x":1309,"y":1559,"w":128,"h":136}, + "frame": {"x":1309,"y":1423,"w":128,"h":136}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":128,"h":136}, @@ -456,9 +456,17 @@ "spriteSourceSize": {"x":16,"y":0,"w":268,"h":144}, "sourceSize": {"w":288,"h":144} }, +"sprites/blueprints/item_producer.png": +{ + "frame": {"x":1144,"y":1111,"w":131,"h":142}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":8,"y":0,"w":131,"h":142}, + "sourceSize": {"w":144,"h":144} +}, "sprites/blueprints/lever.png": { - "frame": {"x":1857,"y":631,"w":100,"h":116}, + "frame": {"x":1726,"y":450,"w":100,"h":116}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":9,"w":100,"h":116}, @@ -602,7 +610,7 @@ }, "sprites/blueprints/transistor-mirrored.png": { - "frame": {"x":1208,"y":1711,"w":100,"h":144}, + "frame": {"x":1409,"y":1020,"w":100,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":44,"y":0,"w":100,"h":144}, @@ -610,7 +618,7 @@ }, "sprites/blueprints/transistor.png": { - "frame": {"x":1216,"y":1861,"w":102,"h":144}, + "frame": {"x":1330,"y":1701,"w":102,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":102,"h":144}, @@ -754,7 +762,7 @@ }, "sprites/buildings/belt_left.png": { - "frame": {"x":1272,"y":1137,"w":130,"h":130}, + "frame": {"x":1281,"y":1170,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":14,"w":130,"h":130}, @@ -762,7 +770,7 @@ }, "sprites/buildings/belt_right.png": { - "frame": {"x":1590,"y":450,"w":130,"h":130}, + "frame": {"x":1585,"y":586,"w":130,"h":130}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":130,"h":130}, @@ -786,7 +794,7 @@ }, "sprites/buildings/constant_signal.png": { - "frame": {"x":1862,"y":496,"w":104,"h":129}, + "frame": {"x":1853,"y":1538,"w":104,"h":129}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":0,"w":104,"h":129}, @@ -832,9 +840,17 @@ "spriteSourceSize": {"x":14,"y":16,"w":548,"h":549}, "sourceSize": {"w":576,"h":576} }, +"sprites/buildings/item_producer.png": +{ + "frame": {"x":1144,"y":1259,"w":130,"h":142}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":8,"y":0,"w":130,"h":142}, + "sourceSize": {"w":144,"h":144} +}, "sprites/buildings/lever.png": { - "frame": {"x":1674,"y":1273,"w":98,"h":114}, + "frame": {"x":1721,"y":586,"w":98,"h":114}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":10,"w":98,"h":114}, @@ -842,7 +858,7 @@ }, "sprites/buildings/logic_gate-not.png": { - "frame": {"x":1144,"y":1111,"w":122,"h":144}, + "frame": {"x":1281,"y":1020,"w":122,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":0,"w":122,"h":144}, @@ -978,7 +994,7 @@ }, "sprites/buildings/transistor-mirrored.png": { - "frame": {"x":1537,"y":1409,"w":99,"h":144}, + "frame": {"x":1338,"y":1851,"w":99,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":45,"y":0,"w":99,"h":144}, @@ -986,7 +1002,7 @@ }, "sprites/buildings/transistor.png": { - "frame": {"x":1431,"y":1409,"w":100,"h":144}, + "frame": {"x":1438,"y":1701,"w":100,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":100,"h":144}, @@ -1010,7 +1026,7 @@ }, "sprites/buildings/underground_belt_entry.png": { - "frame": {"x":1279,"y":1020,"w":137,"h":111}, + "frame": {"x":1390,"y":1306,"w":137,"h":111}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":33,"w":137,"h":111}, @@ -1018,7 +1034,7 @@ }, "sprites/buildings/underground_belt_exit-tier2.png": { - "frame": {"x":1422,"y":1020,"w":137,"h":111}, + "frame": {"x":1533,"y":1306,"w":137,"h":111}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":137,"h":111}, @@ -1082,7 +1098,7 @@ }, "sprites/colors/blue.png": { - "frame": {"x":1972,"y":586,"w":54,"h":49}, + "frame": {"x":1919,"y":685,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1090,7 +1106,7 @@ }, "sprites/colors/cyan.png": { - "frame": {"x":1963,"y":641,"w":54,"h":49}, + "frame": {"x":1579,"y":1967,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1098,7 +1114,7 @@ }, "sprites/colors/green.png": { - "frame": {"x":1963,"y":696,"w":54,"h":49}, + "frame": {"x":1639,"y":1967,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1106,7 +1122,7 @@ }, "sprites/colors/purple.png": { - "frame": {"x":1419,"y":1973,"w":54,"h":49}, + "frame": {"x":1699,"y":1967,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1114,7 +1130,7 @@ }, "sprites/colors/red.png": { - "frame": {"x":1479,"y":1967,"w":54,"h":49}, + "frame": {"x":1759,"y":1967,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1122,7 +1138,7 @@ }, "sprites/colors/uncolored.png": { - "frame": {"x":1539,"y":1967,"w":54,"h":49}, + "frame": {"x":1819,"y":1967,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1130,7 +1146,7 @@ }, "sprites/colors/white.png": { - "frame": {"x":1599,"y":1967,"w":54,"h":49}, + "frame": {"x":1979,"y":685,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1138,7 +1154,7 @@ }, "sprites/colors/yellow.png": { - "frame": {"x":1659,"y":1967,"w":54,"h":49}, + "frame": {"x":1923,"y":740,"w":54,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":54,"h":49}, @@ -1170,7 +1186,7 @@ }, "sprites/misc/processor_disabled.png": { - "frame": {"x":1888,"y":1266,"w":78,"h":81}, + "frame": {"x":1916,"y":598,"w":78,"h":81}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":78,"h":81}, @@ -1178,7 +1194,7 @@ }, "sprites/misc/processor_disconnected.png": { - "frame": {"x":1972,"y":496,"w":65,"h":84}, + "frame": {"x":1856,"y":830,"w":65,"h":84}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":8,"w":65,"h":84}, @@ -1186,7 +1202,7 @@ }, "sprites/misc/reader_overlay.png": { - "frame": {"x":1778,"y":1266,"w":104,"h":70}, + "frame": {"x":1280,"y":1306,"w":104,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":38,"w":104,"h":70}, @@ -1194,7 +1210,7 @@ }, "sprites/misc/slot_bad_arrow.png": { - "frame": {"x":1674,"y":1513,"w":35,"h":35}, + "frame": {"x":1216,"y":2007,"w":35,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":35,"h":35}, @@ -1210,7 +1226,7 @@ }, "sprites/misc/storage_overlay.png": { - "frame": {"x":1324,"y":1973,"w":89,"h":44}, + "frame": {"x":1828,"y":780,"w":89,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":89,"h":44}, @@ -1226,7 +1242,7 @@ }, "sprites/wires/boolean_false.png": { - "frame": {"x":1768,"y":1630,"w":31,"h":41}, + "frame": {"x":1832,"y":448,"w":31,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":31,"h":41}, @@ -1242,7 +1258,7 @@ }, "sprites/wires/display/blue.png": { - "frame": {"x":1715,"y":1513,"w":47,"h":47}, + "frame": {"x":1983,"y":740,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1250,7 +1266,7 @@ }, "sprites/wires/display/cyan.png": { - "frame": {"x":1715,"y":1566,"w":47,"h":47}, + "frame": {"x":1927,"y":795,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1258,7 +1274,7 @@ }, "sprites/wires/display/green.png": { - "frame": {"x":1715,"y":1619,"w":47,"h":47}, + "frame": {"x":1927,"y":848,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1266,7 +1282,7 @@ }, "sprites/wires/display/purple.png": { - "frame": {"x":1768,"y":1524,"w":47,"h":47}, + "frame": {"x":1927,"y":901,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1274,7 +1290,7 @@ }, "sprites/wires/display/red.png": { - "frame": {"x":1768,"y":1577,"w":47,"h":47}, + "frame": {"x":1443,"y":1987,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1282,7 +1298,7 @@ }, "sprites/wires/display/white.png": { - "frame": {"x":1821,"y":1524,"w":47,"h":47}, + "frame": {"x":1496,"y":1987,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1290,7 +1306,7 @@ }, "sprites/wires/display/yellow.png": { - "frame": {"x":1821,"y":1577,"w":47,"h":47}, + "frame": {"x":1948,"y":1266,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":47,"h":47}, @@ -1298,7 +1314,7 @@ }, "sprites/wires/lever_on.png": { - "frame": {"x":1674,"y":1393,"w":101,"h":114}, + "frame": {"x":1721,"y":706,"w":101,"h":114}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":10,"w":101,"h":114}, @@ -1314,7 +1330,7 @@ }, "sprites/wires/logical_ejector.png": { - "frame": {"x":1872,"y":1444,"w":60,"h":67}, + "frame": {"x":1856,"y":920,"w":60,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":44,"y":0,"w":60,"h":67}, @@ -1322,7 +1338,7 @@ }, "sprites/wires/network_conflict.png": { - "frame": {"x":1874,"y":1517,"w":47,"h":44}, + "frame": {"x":1948,"y":1319,"w":47,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":47,"h":44}, @@ -1330,7 +1346,7 @@ }, "sprites/wires/network_empty.png": { - "frame": {"x":1874,"y":1567,"w":41,"h":48}, + "frame": {"x":2000,"y":587,"w":41,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":41,"h":48}, @@ -1338,7 +1354,7 @@ }, "sprites/wires/overlay_tile.png": { - "frame": {"x":1857,"y":753,"w":96,"h":96}, + "frame": {"x":1832,"y":496,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -1370,7 +1386,7 @@ }, "sprites/wires/sets/conflict_turn.png": { - "frame": {"x":1781,"y":1342,"w":85,"h":85}, + "frame": {"x":1934,"y":496,"w":85,"h":85}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":59,"y":59,"w":85,"h":85}, @@ -1402,7 +1418,7 @@ }, "sprites/wires/sets/first_turn.png": { - "frame": {"x":1781,"y":1433,"w":85,"h":85}, + "frame": {"x":1825,"y":598,"w":85,"h":85}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":59,"y":59,"w":85,"h":85}, @@ -1418,7 +1434,7 @@ }, "sprites/wires/sets/second_forward.png": { - "frame": {"x":1642,"y":1409,"w":26,"h":144}, + "frame": {"x":1816,"y":1674,"w":26,"h":144}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":59,"y":0,"w":26,"h":144}, @@ -1434,7 +1450,7 @@ }, "sprites/wires/sets/second_turn.png": { - "frame": {"x":1872,"y":1353,"w":85,"h":85}, + "frame": {"x":1828,"y":689,"w":85,"h":85}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":59,"y":59,"w":85,"h":85}, @@ -1455,6 +1471,6 @@ "format": "RGBA8888", "size": {"w":2048,"h":2048}, "scale": "0.75", - "smartupdate": "$TexturePacker:SmartUpdate:19330d11a27d320d8e46be8f211ea26a:6c32332cb8456652726098bfd11407a1:908b89f5ca8ff73e331a35a3b14d0604$" + "smartupdate": "$TexturePacker:SmartUpdate:a1c027d325ef1c92a9318164b1241662:a9c9c3627ec9506697a7e24a7a287d67:908b89f5ca8ff73e331a35a3b14d0604$" } } diff --git a/res_built/atlas/atlas0_hq.png b/res_built/atlas/atlas0_hq.png index db348675..df712cd1 100644 Binary files a/res_built/atlas/atlas0_hq.png and b/res_built/atlas/atlas0_hq.png differ diff --git a/res_built/atlas/atlas0_lq.json b/res_built/atlas/atlas0_lq.json index b70f90d2..abfdebb8 100644 --- a/res_built/atlas/atlas0_lq.json +++ b/res_built/atlas/atlas0_lq.json @@ -2,7 +2,7 @@ "sprites/belt/built/forward_0.png": { - "frame": {"x":803,"y":522,"w":40,"h":48}, + "frame": {"x":903,"y":557,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -10,7 +10,7 @@ }, "sprites/belt/built/forward_1.png": { - "frame": {"x":887,"y":543,"w":40,"h":48}, + "frame": {"x":949,"y":595,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -18,7 +18,7 @@ }, "sprites/belt/built/forward_2.png": { - "frame": {"x":144,"y":422,"w":40,"h":48}, + "frame": {"x":190,"y":422,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -26,7 +26,7 @@ }, "sprites/belt/built/forward_3.png": { - "frame": {"x":190,"y":422,"w":40,"h":48}, + "frame": {"x":236,"y":422,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -34,7 +34,7 @@ }, "sprites/belt/built/forward_4.png": { - "frame": {"x":236,"y":422,"w":40,"h":48}, + "frame": {"x":282,"y":441,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -42,7 +42,7 @@ }, "sprites/belt/built/forward_5.png": { - "frame": {"x":282,"y":441,"w":40,"h":48}, + "frame": {"x":328,"y":461,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -50,7 +50,7 @@ }, "sprites/belt/built/forward_6.png": { - "frame": {"x":328,"y":461,"w":40,"h":48}, + "frame": {"x":374,"y":461,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -58,7 +58,7 @@ }, "sprites/belt/built/forward_7.png": { - "frame": {"x":374,"y":461,"w":40,"h":48}, + "frame": {"x":420,"y":464,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -66,7 +66,7 @@ }, "sprites/belt/built/forward_8.png": { - "frame": {"x":420,"y":464,"w":40,"h":48}, + "frame": {"x":506,"y":482,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -74,7 +74,7 @@ }, "sprites/belt/built/forward_9.png": { - "frame": {"x":506,"y":482,"w":40,"h":48}, + "frame": {"x":552,"y":525,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -82,7 +82,7 @@ }, "sprites/belt/built/forward_10.png": { - "frame": {"x":933,"y":553,"w":40,"h":48}, + "frame": {"x":6,"y":409,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -90,7 +90,7 @@ }, "sprites/belt/built/forward_11.png": { - "frame": {"x":6,"y":409,"w":40,"h":48}, + "frame": {"x":52,"y":409,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -98,7 +98,7 @@ }, "sprites/belt/built/forward_12.png": { - "frame": {"x":52,"y":409,"w":40,"h":48}, + "frame": {"x":98,"y":409,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -106,7 +106,7 @@ }, "sprites/belt/built/forward_13.png": { - "frame": {"x":98,"y":409,"w":40,"h":48}, + "frame": {"x":144,"y":422,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -114,7 +114,7 @@ }, "sprites/belt/built/left_0.png": { - "frame": {"x":887,"y":493,"w":44,"h":44}, + "frame": {"x":395,"y":311,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -122,7 +122,7 @@ }, "sprites/belt/built/left_1.png": { - "frame": {"x":937,"y":503,"w":44,"h":44}, + "frame": {"x":445,"y":311,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -130,7 +130,7 @@ }, "sprites/belt/built/left_2.png": { - "frame": {"x":292,"y":322,"w":44,"h":44}, + "frame": {"x":392,"y":361,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -138,7 +138,7 @@ }, "sprites/belt/built/left_3.png": { - "frame": {"x":342,"y":341,"w":44,"h":44}, + "frame": {"x":442,"y":361,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -146,7 +146,7 @@ }, "sprites/belt/built/left_4.png": { - "frame": {"x":392,"y":361,"w":44,"h":44}, + "frame": {"x":492,"y":364,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -154,7 +154,7 @@ }, "sprites/belt/built/left_5.png": { - "frame": {"x":442,"y":361,"w":44,"h":44}, + "frame": {"x":542,"y":382,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -162,7 +162,7 @@ }, "sprites/belt/built/left_6.png": { - "frame": {"x":492,"y":364,"w":44,"h":44}, + "frame": {"x":592,"y":425,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -170,7 +170,7 @@ }, "sprites/belt/built/left_7.png": { - "frame": {"x":542,"y":382,"w":44,"h":44}, + "frame": {"x":642,"y":425,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -178,7 +178,7 @@ }, "sprites/belt/built/left_8.png": { - "frame": {"x":592,"y":425,"w":44,"h":44}, + "frame": {"x":692,"y":426,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -186,7 +186,7 @@ }, "sprites/belt/built/left_9.png": { - "frame": {"x":642,"y":425,"w":44,"h":44}, + "frame": {"x":742,"y":470,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -194,7 +194,7 @@ }, "sprites/belt/built/left_10.png": { - "frame": {"x":395,"y":311,"w":44,"h":44}, + "frame": {"x":192,"y":322,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -202,7 +202,7 @@ }, "sprites/belt/built/left_11.png": { - "frame": {"x":445,"y":311,"w":44,"h":44}, + "frame": {"x":242,"y":322,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -210,7 +210,7 @@ }, "sprites/belt/built/left_12.png": { - "frame": {"x":192,"y":322,"w":44,"h":44}, + "frame": {"x":292,"y":322,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -218,7 +218,7 @@ }, "sprites/belt/built/left_13.png": { - "frame": {"x":242,"y":322,"w":44,"h":44}, + "frame": {"x":342,"y":341,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -226,7 +226,7 @@ }, "sprites/belt/built/right_0.png": { - "frame": {"x":692,"y":426,"w":44,"h":44}, + "frame": {"x":6,"y":359,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -234,7 +234,7 @@ }, "sprites/belt/built/right_1.png": { - "frame": {"x":742,"y":470,"w":44,"h":44}, + "frame": {"x":56,"y":359,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -242,7 +242,7 @@ }, "sprites/belt/built/right_2.png": { - "frame": {"x":206,"y":372,"w":44,"h":44}, + "frame": {"x":306,"y":391,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -250,7 +250,7 @@ }, "sprites/belt/built/right_3.png": { - "frame": {"x":256,"y":372,"w":44,"h":44}, + "frame": {"x":356,"y":411,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -258,7 +258,7 @@ }, "sprites/belt/built/right_4.png": { - "frame": {"x":306,"y":391,"w":44,"h":44}, + "frame": {"x":406,"y":411,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -266,7 +266,7 @@ }, "sprites/belt/built/right_5.png": { - "frame": {"x":356,"y":411,"w":44,"h":44}, + "frame": {"x":456,"y":414,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -274,7 +274,7 @@ }, "sprites/belt/built/right_6.png": { - "frame": {"x":406,"y":411,"w":44,"h":44}, + "frame": {"x":506,"y":432,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -282,7 +282,7 @@ }, "sprites/belt/built/right_7.png": { - "frame": {"x":456,"y":414,"w":44,"h":44}, + "frame": {"x":556,"y":475,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -290,7 +290,7 @@ }, "sprites/belt/built/right_8.png": { - "frame": {"x":506,"y":432,"w":44,"h":44}, + "frame": {"x":606,"y":475,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -298,7 +298,7 @@ }, "sprites/belt/built/right_9.png": { - "frame": {"x":556,"y":475,"w":44,"h":44}, + "frame": {"x":656,"y":476,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -306,7 +306,7 @@ }, "sprites/belt/built/right_10.png": { - "frame": {"x":6,"y":359,"w":44,"h":44}, + "frame": {"x":106,"y":359,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -314,7 +314,7 @@ }, "sprites/belt/built/right_11.png": { - "frame": {"x":56,"y":359,"w":44,"h":44}, + "frame": {"x":156,"y":372,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -322,7 +322,7 @@ }, "sprites/belt/built/right_12.png": { - "frame": {"x":106,"y":359,"w":44,"h":44}, + "frame": {"x":206,"y":372,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -330,7 +330,7 @@ }, "sprites/belt/built/right_13.png": { - "frame": {"x":156,"y":372,"w":44,"h":44}, + "frame": {"x":256,"y":372,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -386,7 +386,7 @@ }, "sprites/blueprints/belt_left.png": { - "frame": {"x":606,"y":475,"w":44,"h":44}, + "frame": {"x":706,"y":520,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -394,7 +394,7 @@ }, "sprites/blueprints/belt_right.png": { - "frame": {"x":656,"y":476,"w":44,"h":44}, + "frame": {"x":756,"y":520,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -402,7 +402,7 @@ }, "sprites/blueprints/belt_top.png": { - "frame": {"x":552,"y":525,"w":40,"h":48}, + "frame": {"x":598,"y":525,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -442,7 +442,7 @@ }, "sprites/blueprints/display.png": { - "frame": {"x":837,"y":470,"w":44,"h":46}, + "frame": {"x":888,"y":493,"w":44,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":44,"h":46}, @@ -456,6 +456,14 @@ "spriteSourceSize": {"x":4,"y":0,"w":91,"h":48}, "sourceSize": {"w":96,"h":48} }, +"sprites/blueprints/item_producer.png": +{ + "frame": {"x":771,"y":416,"w":45,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":0,"w":45,"h":48}, + "sourceSize": {"w":48,"h":48} +}, "sprites/blueprints/lever.png": { "frame": {"x":864,"y":222,"w":35,"h":41}, @@ -466,7 +474,7 @@ }, "sprites/blueprints/logic_gate-not.png": { - "frame": {"x":755,"y":520,"w":42,"h":48}, + "frame": {"x":855,"y":545,"w":42,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":42,"h":48}, @@ -602,7 +610,7 @@ }, "sprites/blueprints/transistor-mirrored.png": { - "frame": {"x":979,"y":559,"w":34,"h":48}, + "frame": {"x":466,"y":464,"w":34,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":0,"w":34,"h":48}, @@ -674,7 +682,7 @@ }, "sprites/blueprints/virtual_processor-stacker.png": { - "frame": {"x":771,"y":416,"w":44,"h":48}, + "frame": {"x":895,"y":439,"w":44,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":44,"h":48}, @@ -754,7 +762,7 @@ }, "sprites/buildings/belt_left.png": { - "frame": {"x":887,"y":493,"w":44,"h":44}, + "frame": {"x":395,"y":311,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":44,"h":44}, @@ -762,7 +770,7 @@ }, "sprites/buildings/belt_right.png": { - "frame": {"x":692,"y":426,"w":44,"h":44}, + "frame": {"x":6,"y":359,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":44,"h":44}, @@ -770,7 +778,7 @@ }, "sprites/buildings/belt_top.png": { - "frame": {"x":803,"y":522,"w":40,"h":48}, + "frame": {"x":903,"y":557,"w":40,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":40,"h":48}, @@ -810,7 +818,7 @@ }, "sprites/buildings/display.png": { - "frame": {"x":944,"y":451,"w":44,"h":46}, + "frame": {"x":938,"y":505,"w":44,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":44,"h":46}, @@ -832,9 +840,17 @@ "spriteSourceSize": {"x":4,"y":4,"w":184,"h":185}, "sourceSize": {"w":192,"h":192} }, +"sprites/buildings/item_producer.png": +{ + "frame": {"x":844,"y":416,"w":45,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":0,"w":45,"h":48}, + "sourceSize": {"w":48,"h":48} +}, "sprites/buildings/lever.png": { - "frame": {"x":598,"y":525,"w":34,"h":40}, + "frame": {"x":684,"y":570,"w":34,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":2,"w":34,"h":40}, @@ -842,7 +858,7 @@ }, "sprites/buildings/logic_gate-not.png": { - "frame": {"x":706,"y":520,"w":43,"h":48}, + "frame": {"x":806,"y":524,"w":43,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":43,"h":48}, @@ -978,7 +994,7 @@ }, "sprites/buildings/transistor-mirrored.png": { - "frame": {"x":466,"y":464,"w":34,"h":48}, + "frame": {"x":644,"y":526,"w":34,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":0,"w":34,"h":48}, @@ -1034,7 +1050,7 @@ }, "sprites/buildings/virtual_processor-painter.png": { - "frame": {"x":844,"y":416,"w":44,"h":48}, + "frame": {"x":838,"y":470,"w":44,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":44,"h":48}, @@ -1050,7 +1066,7 @@ }, "sprites/buildings/virtual_processor-stacker.png": { - "frame": {"x":894,"y":439,"w":44,"h":48}, + "frame": {"x":945,"y":451,"w":44,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":44,"h":48}, @@ -1202,7 +1218,7 @@ }, "sprites/misc/slot_good_arrow.png": { - "frame": {"x":821,"y":428,"w":13,"h":13}, + "frame": {"x":822,"y":428,"w":13,"h":13}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":13,"h":13}, @@ -1226,7 +1242,7 @@ }, "sprites/wires/boolean_false.png": { - "frame": {"x":821,"y":447,"w":12,"h":15}, + "frame": {"x":822,"y":447,"w":12,"h":15}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":12,"h":15}, @@ -1338,7 +1354,7 @@ }, "sprites/wires/overlay_tile.png": { - "frame": {"x":849,"y":522,"w":32,"h":32}, + "frame": {"x":949,"y":557,"w":32,"h":32}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, @@ -1354,7 +1370,7 @@ }, "sprites/wires/sets/conflict_forward.png": { - "frame": {"x":821,"y":468,"w":10,"h":48}, + "frame": {"x":822,"y":468,"w":10,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":10,"h":48}, @@ -1386,7 +1402,7 @@ }, "sprites/wires/sets/first_forward.png": { - "frame": {"x":994,"y":451,"w":10,"h":48}, + "frame": {"x":995,"y":451,"w":10,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":10,"h":48}, @@ -1418,7 +1434,7 @@ }, "sprites/wires/sets/second_forward.png": { - "frame": {"x":987,"y":505,"w":10,"h":48}, + "frame": {"x":988,"y":505,"w":10,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":10,"h":48}, @@ -1455,6 +1471,6 @@ "format": "RGBA8888", "size": {"w":1024,"h":1024}, "scale": "0.25", - "smartupdate": "$TexturePacker:SmartUpdate:19330d11a27d320d8e46be8f211ea26a:6c32332cb8456652726098bfd11407a1:908b89f5ca8ff73e331a35a3b14d0604$" + "smartupdate": "$TexturePacker:SmartUpdate:a1c027d325ef1c92a9318164b1241662:a9c9c3627ec9506697a7e24a7a287d67:908b89f5ca8ff73e331a35a3b14d0604$" } } diff --git a/res_built/atlas/atlas0_lq.png b/res_built/atlas/atlas0_lq.png index f8fd9433..b70c3887 100644 Binary files a/res_built/atlas/atlas0_lq.png and b/res_built/atlas/atlas0_lq.png differ diff --git a/res_built/atlas/atlas0_mq.json b/res_built/atlas/atlas0_mq.json index 6d25101c..b3e4d061 100644 --- a/res_built/atlas/atlas0_mq.json +++ b/res_built/atlas/atlas0_mq.json @@ -10,7 +10,7 @@ }, "sprites/belt/built/forward_1.png": { - "frame": {"x":936,"y":1756,"w":78,"h":96}, + "frame": {"x":568,"y":924,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -18,7 +18,7 @@ }, "sprites/belt/built/forward_2.png": { - "frame": {"x":174,"y":1858,"w":78,"h":96}, + "frame": {"x":342,"y":1897,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -26,7 +26,7 @@ }, "sprites/belt/built/forward_3.png": { - "frame": {"x":174,"y":1744,"w":78,"h":96}, + "frame": {"x":864,"y":1536,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -34,7 +34,7 @@ }, "sprites/belt/built/forward_4.png": { - "frame": {"x":348,"y":1690,"w":78,"h":96}, + "frame": {"x":766,"y":1576,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -42,7 +42,7 @@ }, "sprites/belt/built/forward_5.png": { - "frame": {"x":258,"y":1747,"w":78,"h":96}, + "frame": {"x":666,"y":1656,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -50,7 +50,7 @@ }, "sprites/belt/built/forward_6.png": { - "frame": {"x":432,"y":1700,"w":78,"h":96}, + "frame": {"x":568,"y":1723,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -58,7 +58,7 @@ }, "sprites/belt/built/forward_7.png": { - "frame": {"x":342,"y":1792,"w":78,"h":96}, + "frame": {"x":471,"y":1795,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -66,7 +66,7 @@ }, "sprites/belt/built/forward_8.png": { - "frame": {"x":258,"y":1849,"w":78,"h":96}, + "frame": {"x":426,"y":1897,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -74,7 +74,7 @@ }, "sprites/belt/built/forward_9.png": { - "frame": {"x":342,"y":1894,"w":78,"h":96}, + "frame": {"x":510,"y":1897,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -82,7 +82,7 @@ }, "sprites/belt/built/forward_10.png": { - "frame": {"x":6,"y":1858,"w":78,"h":96}, + "frame": {"x":6,"y":1940,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -90,7 +90,7 @@ }, "sprites/belt/built/forward_11.png": { - "frame": {"x":6,"y":1744,"w":78,"h":96}, + "frame": {"x":90,"y":1940,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -98,7 +98,7 @@ }, "sprites/belt/built/forward_12.png": { - "frame": {"x":90,"y":1858,"w":78,"h":96}, + "frame": {"x":174,"y":1940,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -106,7 +106,7 @@ }, "sprites/belt/built/forward_13.png": { - "frame": {"x":90,"y":1744,"w":78,"h":96}, + "frame": {"x":258,"y":1905,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -114,7 +114,7 @@ }, "sprites/belt/built/left_0.png": { - "frame": {"x":203,"y":1372,"w":87,"h":87}, + "frame": {"x":103,"y":1466,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -122,7 +122,7 @@ }, "sprites/belt/built/left_1.png": { - "frame": {"x":104,"y":1415,"w":87,"h":87}, + "frame": {"x":6,"y":1487,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -130,7 +130,7 @@ }, "sprites/belt/built/left_2.png": { - "frame": {"x":575,"y":1465,"w":87,"h":87}, + "frame": {"x":99,"y":1559,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -138,7 +138,7 @@ }, "sprites/belt/built/left_3.png": { - "frame": {"x":668,"y":1490,"w":87,"h":87}, + "frame": {"x":6,"y":1580,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -146,7 +146,7 @@ }, "sprites/belt/built/left_4.png": { - "frame": {"x":761,"y":1569,"w":87,"h":87}, + "frame": {"x":585,"y":1444,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -154,7 +154,7 @@ }, "sprites/belt/built/left_5.png": { - "frame": {"x":854,"y":1570,"w":87,"h":87}, + "frame": {"x":487,"y":1516,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -162,7 +162,7 @@ }, "sprites/belt/built/left_6.png": { - "frame": {"x":197,"y":1465,"w":87,"h":87}, + "frame": {"x":387,"y":1538,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -170,7 +170,7 @@ }, "sprites/belt/built/left_7.png": { - "frame": {"x":99,"y":1508,"w":87,"h":87}, + "frame": {"x":289,"y":1618,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -178,7 +178,7 @@ }, "sprites/belt/built/left_8.png": { - "frame": {"x":6,"y":1553,"w":87,"h":87}, + "frame": {"x":192,"y":1626,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -186,7 +186,7 @@ }, "sprites/belt/built/left_9.png": { - "frame": {"x":290,"y":1465,"w":87,"h":87}, + "frame": {"x":99,"y":1652,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -194,7 +194,7 @@ }, "sprites/belt/built/left_10.png": { - "frame": {"x":6,"y":1460,"w":87,"h":87}, + "frame": {"x":492,"y":1423,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -202,7 +202,7 @@ }, "sprites/belt/built/left_11.png": { - "frame": {"x":296,"y":1372,"w":87,"h":87}, + "frame": {"x":394,"y":1445,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -210,7 +210,7 @@ }, "sprites/belt/built/left_12.png": { - "frame": {"x":389,"y":1411,"w":87,"h":87}, + "frame": {"x":294,"y":1525,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -218,7 +218,7 @@ }, "sprites/belt/built/left_13.png": { - "frame": {"x":482,"y":1421,"w":87,"h":87}, + "frame": {"x":196,"y":1533,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -226,7 +226,7 @@ }, "sprites/belt/built/right_0.png": { - "frame": {"x":383,"y":1504,"w":87,"h":87}, + "frame": {"x":6,"y":1673,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -234,7 +234,7 @@ }, "sprites/belt/built/right_1.png": { - "frame": {"x":476,"y":1514,"w":87,"h":87}, + "frame": {"x":678,"y":1470,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -242,7 +242,7 @@ }, "sprites/belt/built/right_2.png": { - "frame": {"x":192,"y":1558,"w":87,"h":87}, + "frame": {"x":192,"y":1719,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -250,7 +250,7 @@ }, "sprites/belt/built/right_3.png": { - "frame": {"x":99,"y":1601,"w":87,"h":87}, + "frame": {"x":99,"y":1745,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -258,7 +258,7 @@ }, "sprites/belt/built/right_4.png": { - "frame": {"x":6,"y":1646,"w":87,"h":87}, + "frame": {"x":6,"y":1766,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -266,7 +266,7 @@ }, "sprites/belt/built/right_5.png": { - "frame": {"x":285,"y":1558,"w":87,"h":87}, + "frame": {"x":771,"y":1483,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -274,7 +274,7 @@ }, "sprites/belt/built/right_6.png": { - "frame": {"x":378,"y":1597,"w":87,"h":87}, + "frame": {"x":673,"y":1563,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -282,7 +282,7 @@ }, "sprites/belt/built/right_7.png": { - "frame": {"x":471,"y":1607,"w":87,"h":87}, + "frame": {"x":573,"y":1630,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -290,7 +290,7 @@ }, "sprites/belt/built/right_8.png": { - "frame": {"x":564,"y":1651,"w":87,"h":87}, + "frame": {"x":475,"y":1702,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -298,7 +298,7 @@ }, "sprites/belt/built/right_9.png": { - "frame": {"x":657,"y":1676,"w":87,"h":87}, + "frame": {"x":378,"y":1724,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -306,7 +306,7 @@ }, "sprites/belt/built/right_10.png": { - "frame": {"x":569,"y":1558,"w":87,"h":87}, + "frame": {"x":580,"y":1537,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -314,7 +314,7 @@ }, "sprites/belt/built/right_11.png": { - "frame": {"x":662,"y":1583,"w":87,"h":87}, + "frame": {"x":480,"y":1609,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -322,7 +322,7 @@ }, "sprites/belt/built/right_12.png": { - "frame": {"x":755,"y":1662,"w":87,"h":87}, + "frame": {"x":382,"y":1631,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -330,7 +330,7 @@ }, "sprites/belt/built/right_13.png": { - "frame": {"x":848,"y":1663,"w":87,"h":87}, + "frame": {"x":285,"y":1711,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -346,7 +346,7 @@ }, "sprites/blueprints/balancer-merger-inverse.png": { - "frame": {"x":791,"y":1193,"w":95,"h":93}, + "frame": {"x":794,"y":1206,"w":95,"h":93}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":95,"h":93}, @@ -362,7 +362,7 @@ }, "sprites/blueprints/balancer-splitter-inverse.png": { - "frame": {"x":892,"y":1207,"w":95,"h":93}, + "frame": {"x":689,"y":1274,"w":95,"h":93}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":95,"h":93}, @@ -370,7 +370,7 @@ }, "sprites/blueprints/balancer-splitter.png": { - "frame": {"x":454,"y":1216,"w":93,"h":93}, + "frame": {"x":451,"y":1244,"w":93,"h":93}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":93,"h":93}, @@ -386,7 +386,7 @@ }, "sprites/blueprints/belt_left.png": { - "frame": {"x":750,"y":1755,"w":87,"h":87}, + "frame": {"x":285,"y":1804,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -394,7 +394,7 @@ }, "sprites/blueprints/belt_right.png": { - "frame": {"x":843,"y":1756,"w":87,"h":87}, + "frame": {"x":192,"y":1812,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -402,7 +402,7 @@ }, "sprites/blueprints/belt_top.png": { - "frame": {"x":516,"y":1744,"w":78,"h":96}, + "frame": {"x":850,"y":1638,"w":78,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":78,"h":96}, @@ -410,7 +410,7 @@ }, "sprites/blueprints/comparator.png": { - "frame": {"x":461,"y":924,"w":96,"h":89}, + "frame": {"x":461,"y":1023,"w":96,"h":89}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":89}, @@ -456,6 +456,14 @@ "spriteSourceSize": {"x":10,"y":0,"w":180,"h":96}, "sourceSize": {"w":192,"h":96} }, +"sprites/blueprints/item_producer.png": +{ + "frame": {"x":804,"y":799,"w":88,"h":95}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":5,"y":0,"w":88,"h":95}, + "sourceSize": {"w":96,"h":96} +}, "sprites/blueprints/lever.png": { "frame": {"x":285,"y":876,"w":68,"h":78}, @@ -466,7 +474,7 @@ }, "sprites/blueprints/logic_gate-not.png": { - "frame": {"x":563,"y":924,"w":83,"h":96}, + "frame": {"x":563,"y":1026,"w":83,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":0,"w":83,"h":96}, @@ -474,7 +482,7 @@ }, "sprites/blueprints/logic_gate-or.png": { - "frame": {"x":795,"y":1105,"w":96,"h":82}, + "frame": {"x":694,"y":1084,"w":96,"h":82}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":82}, @@ -490,7 +498,7 @@ }, "sprites/blueprints/logic_gate.png": { - "frame": {"x":461,"y":1019,"w":96,"h":89}, + "frame": {"x":357,"y":1024,"w":96,"h":89}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":89}, @@ -498,7 +506,7 @@ }, "sprites/blueprints/miner-chainable.png": { - "frame": {"x":243,"y":1270,"w":92,"h":96}, + "frame": {"x":886,"y":1434,"w":92,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":92,"h":96}, @@ -506,7 +514,7 @@ }, "sprites/blueprints/miner.png": { - "frame": {"x":341,"y":1270,"w":92,"h":96}, + "frame": {"x":105,"y":1263,"w":92,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":92,"h":96}, @@ -554,7 +562,7 @@ }, "sprites/blueprints/reader.png": { - "frame": {"x":796,"y":901,"w":95,"h":96}, + "frame": {"x":796,"y":1002,"w":95,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":95,"h":96}, @@ -626,7 +634,7 @@ }, "sprites/blueprints/underground_belt_entry-tier2.png": { - "frame": {"x":6,"y":1290,"w":93,"h":84}, + "frame": {"x":180,"y":1173,"w":93,"h":84}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":12,"w":93,"h":84}, @@ -634,7 +642,7 @@ }, "sprites/blueprints/underground_belt_entry.png": { - "frame": {"x":883,"y":1306,"w":93,"h":75}, + "frame": {"x":890,"y":1353,"w":93,"h":75}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":21,"w":93,"h":75}, @@ -642,7 +650,7 @@ }, "sprites/blueprints/underground_belt_exit-tier2.png": { - "frame": {"x":320,"y":1189,"w":94,"h":75}, + "frame": {"x":351,"y":1182,"w":94,"h":75}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":94,"h":75}, @@ -650,7 +658,7 @@ }, "sprites/blueprints/underground_belt_exit.png": { - "frame": {"x":883,"y":1387,"w":93,"h":75}, + "frame": {"x":787,"y":1402,"w":93,"h":75}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":93,"h":75}, @@ -658,7 +666,7 @@ }, "sprites/blueprints/virtual_processor-painter.png": { - "frame": {"x":804,"y":799,"w":87,"h":96}, + "frame": {"x":804,"y":900,"w":87,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":87,"h":96}, @@ -666,7 +674,7 @@ }, "sprites/blueprints/virtual_processor-rotater.png": { - "frame": {"x":897,"y":950,"w":96,"h":94}, + "frame": {"x":466,"y":923,"w":96,"h":94}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":96,"h":94}, @@ -674,7 +682,7 @@ }, "sprites/blueprints/virtual_processor-stacker.png": { - "frame": {"x":555,"y":1128,"w":87,"h":96}, + "frame": {"x":557,"y":1224,"w":87,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":87,"h":96}, @@ -698,7 +706,7 @@ }, "sprites/blueprints/wire_tunnel.png": { - "frame": {"x":685,"y":1288,"w":93,"h":91}, + "frame": {"x":550,"y":1326,"w":93,"h":91}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":93,"h":91}, @@ -706,7 +714,7 @@ }, "sprites/buildings/analyzer.png": { - "frame": {"x":897,"y":848,"w":96,"h":96}, + "frame": {"x":898,"y":848,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -714,7 +722,7 @@ }, "sprites/buildings/balancer-merger-inverse.png": { - "frame": {"x":6,"y":1193,"w":94,"h":91}, + "frame": {"x":790,"y":1305,"w":94,"h":91}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":94,"h":91}, @@ -722,7 +730,7 @@ }, "sprites/buildings/balancer-merger.png": { - "frame": {"x":784,"y":1292,"w":93,"h":91}, + "frame": {"x":688,"y":1373,"w":93,"h":91}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":93,"h":91}, @@ -730,7 +738,7 @@ }, "sprites/buildings/balancer-splitter-inverse.png": { - "frame": {"x":180,"y":1141,"w":95,"h":91}, + "frame": {"x":895,"y":1256,"w":95,"h":91}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":95,"h":91}, @@ -738,7 +746,7 @@ }, "sprites/buildings/balancer-splitter.png": { - "frame": {"x":144,"y":1238,"w":93,"h":91}, + "frame": {"x":6,"y":1193,"w":93,"h":91}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":93,"h":91}, @@ -754,7 +762,7 @@ }, "sprites/buildings/belt_left.png": { - "frame": {"x":203,"y":1372,"w":87,"h":87}, + "frame": {"x":103,"y":1466,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":9,"w":87,"h":87}, @@ -762,7 +770,7 @@ }, "sprites/buildings/belt_right.png": { - "frame": {"x":383,"y":1504,"w":87,"h":87}, + "frame": {"x":6,"y":1673,"w":87,"h":87}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":87,"h":87}, @@ -778,7 +786,7 @@ }, "sprites/buildings/comparator.png": { - "frame": {"x":694,"y":1002,"w":96,"h":89}, + "frame": {"x":180,"y":1078,"w":96,"h":89}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":89}, @@ -810,7 +818,7 @@ }, "sprites/buildings/display.png": { - "frame": {"x":258,"y":1651,"w":84,"h":90}, + "frame": {"x":561,"y":1128,"w":84,"h":90}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":6,"w":84,"h":90}, @@ -832,6 +840,14 @@ "spriteSourceSize": {"x":9,"y":10,"w":366,"h":367}, "sourceSize": {"w":384,"h":384} }, +"sprites/buildings/item_producer.png": +{ + "frame": {"x":201,"y":1432,"w":87,"h":95}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":5,"y":0,"w":87,"h":95}, + "sourceSize": {"w":96,"h":96} +}, "sprites/buildings/lever.png": { "frame": {"x":108,"y":1074,"w":66,"h":77}, @@ -842,7 +858,7 @@ }, "sprites/buildings/logic_gate-not.png": { - "frame": {"x":563,"y":1026,"w":82,"h":96}, + "frame": {"x":99,"y":1838,"w":82,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":0,"w":82,"h":96}, @@ -850,7 +866,7 @@ }, "sprites/buildings/logic_gate-or.png": { - "frame": {"x":693,"y":1097,"w":96,"h":83}, + "frame": {"x":694,"y":995,"w":96,"h":83}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":83}, @@ -858,7 +874,7 @@ }, "sprites/buildings/logic_gate-xor.png": { - "frame": {"x":694,"y":901,"w":96,"h":95}, + "frame": {"x":466,"y":822,"w":96,"h":95}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":95}, @@ -866,7 +882,7 @@ }, "sprites/buildings/logic_gate.png": { - "frame": {"x":897,"y":1050,"w":96,"h":88}, + "frame": {"x":694,"y":901,"w":96,"h":88}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":88}, @@ -874,7 +890,7 @@ }, "sprites/buildings/miner-chainable.png": { - "frame": {"x":733,"y":1389,"w":91,"h":95}, + "frame": {"x":104,"y":1365,"w":91,"h":95}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":91,"h":95}, @@ -882,7 +898,7 @@ }, "sprites/buildings/miner.png": { - "frame": {"x":830,"y":1468,"w":91,"h":95}, + "frame": {"x":6,"y":1386,"w":91,"h":95}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":91,"h":95}, @@ -930,7 +946,7 @@ }, "sprites/buildings/reader.png": { - "frame": {"x":796,"y":1003,"w":95,"h":96}, + "frame": {"x":897,"y":1052,"w":95,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":95,"h":96}, @@ -938,7 +954,7 @@ }, "sprites/buildings/rotater-ccw.png": { - "frame": {"x":353,"y":1087,"w":95,"h":96}, + "frame": {"x":796,"y":1104,"w":95,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":95,"h":96}, @@ -946,7 +962,7 @@ }, "sprites/buildings/rotater-rotate180.png": { - "frame": {"x":454,"y":1114,"w":95,"h":96}, + "frame": {"x":693,"y":1172,"w":95,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":95,"h":96}, @@ -954,7 +970,7 @@ }, "sprites/buildings/rotater.png": { - "frame": {"x":690,"y":1186,"w":95,"h":96}, + "frame": {"x":897,"y":1154,"w":95,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":95,"h":96}, @@ -994,7 +1010,7 @@ }, "sprites/buildings/trash.png": { - "frame": {"x":364,"y":822,"w":96,"h":96}, + "frame": {"x":897,"y":950,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -1002,7 +1018,7 @@ }, "sprites/buildings/underground_belt_entry-tier2.png": { - "frame": {"x":537,"y":1332,"w":92,"h":83}, + "frame": {"x":203,"y":1263,"w":92,"h":83}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":13,"w":92,"h":83}, @@ -1010,7 +1026,7 @@ }, "sprites/buildings/underground_belt_entry.png": { - "frame": {"x":105,"y":1335,"w":92,"h":74}, + "frame": {"x":301,"y":1263,"w":92,"h":74}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":22,"w":92,"h":74}, @@ -1018,7 +1034,7 @@ }, "sprites/buildings/underground_belt_exit-tier2.png": { - "frame": {"x":6,"y":1380,"w":92,"h":74}, + "frame": {"x":301,"y":1343,"w":92,"h":74}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":92,"h":74}, @@ -1026,7 +1042,7 @@ }, "sprites/buildings/underground_belt_exit.png": { - "frame": {"x":635,"y":1385,"w":92,"h":74}, + "frame": {"x":203,"y":1352,"w":92,"h":74}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":92,"h":74}, @@ -1034,7 +1050,7 @@ }, "sprites/buildings/virtual_processor-painter.png": { - "frame": {"x":553,"y":1230,"w":87,"h":96}, + "frame": {"x":399,"y":1343,"w":87,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":87,"h":96}, @@ -1050,7 +1066,7 @@ }, "sprites/buildings/virtual_processor-stacker.png": { - "frame": {"x":927,"y":1468,"w":87,"h":96}, + "frame": {"x":301,"y":1423,"w":87,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":87,"h":96}, @@ -1058,7 +1074,7 @@ }, "sprites/buildings/virtual_processor-unstacker.png": { - "frame": {"x":183,"y":876,"w":96,"h":96}, + "frame": {"x":364,"y":822,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -1074,7 +1090,7 @@ }, "sprites/buildings/wire_tunnel.png": { - "frame": {"x":439,"y":1315,"w":92,"h":90}, + "frame": {"x":6,"y":1290,"w":92,"h":90}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":92,"h":90}, @@ -1114,7 +1130,7 @@ }, "sprites/colors/red.png": { - "frame": {"x":651,"y":1051,"w":36,"h":34}, + "frame": {"x":652,"y":1051,"w":36,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":36,"h":34}, @@ -1122,7 +1138,7 @@ }, "sprites/colors/uncolored.png": { - "frame": {"x":651,"y":1091,"w":36,"h":34}, + "frame": {"x":652,"y":1091,"w":36,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":36,"h":34}, @@ -1130,7 +1146,7 @@ }, "sprites/colors/white.png": { - "frame": {"x":648,"y":1131,"w":36,"h":34}, + "frame": {"x":651,"y":1131,"w":36,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":36,"h":34}, @@ -1138,7 +1154,7 @@ }, "sprites/colors/yellow.png": { - "frame": {"x":648,"y":1171,"w":36,"h":34}, + "frame": {"x":651,"y":1171,"w":36,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":36,"h":34}, @@ -1162,7 +1178,7 @@ }, "sprites/misc/hub_direction_indicator.png": { - "frame": {"x":646,"y":1328,"w":32,"h":32}, + "frame": {"x":649,"y":1406,"w":32,"h":32}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, @@ -1194,7 +1210,7 @@ }, "sprites/misc/slot_bad_arrow.png": { - "frame": {"x":993,"y":1239,"w":24,"h":24}, + "frame": {"x":321,"y":1202,"w":24,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":24,"h":24}, @@ -1202,7 +1218,7 @@ }, "sprites/misc/slot_good_arrow.png": { - "frame": {"x":993,"y":1207,"w":24,"h":26}, + "frame": {"x":321,"y":1170,"w":24,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":24,"h":26}, @@ -1226,7 +1242,7 @@ }, "sprites/wires/boolean_false.png": { - "frame": {"x":993,"y":1269,"w":21,"h":28}, + "frame": {"x":996,"y":1256,"w":21,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":3,"w":21,"h":28}, @@ -1242,7 +1258,7 @@ }, "sprites/wires/display/blue.png": { - "frame": {"x":648,"y":1211,"w":33,"h":33}, + "frame": {"x":651,"y":1211,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1250,7 +1266,7 @@ }, "sprites/wires/display/cyan.png": { - "frame": {"x":282,"y":1132,"w":33,"h":33}, + "frame": {"x":650,"y":1250,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1258,7 +1274,7 @@ }, "sprites/wires/display/green.png": { - "frame": {"x":281,"y":1171,"w":33,"h":33}, + "frame": {"x":650,"y":1289,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1266,7 +1282,7 @@ }, "sprites/wires/display/purple.png": { - "frame": {"x":108,"y":1157,"w":33,"h":33}, + "frame": {"x":282,"y":1132,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1274,7 +1290,7 @@ }, "sprites/wires/display/red.png": { - "frame": {"x":281,"y":1210,"w":33,"h":33}, + "frame": {"x":282,"y":1171,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1282,7 +1298,7 @@ }, "sprites/wires/display/white.png": { - "frame": {"x":646,"y":1250,"w":33,"h":33}, + "frame": {"x":649,"y":1328,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1290,7 +1306,7 @@ }, "sprites/wires/display/yellow.png": { - "frame": {"x":646,"y":1289,"w":33,"h":33}, + "frame": {"x":649,"y":1367,"w":33,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -1322,7 +1338,7 @@ }, "sprites/wires/network_conflict.png": { - "frame": {"x":106,"y":1234,"w":32,"h":30}, + "frame": {"x":279,"y":1210,"w":32,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":32,"h":30}, @@ -1330,7 +1346,7 @@ }, "sprites/wires/network_empty.png": { - "frame": {"x":420,"y":1189,"w":28,"h":32}, + "frame": {"x":146,"y":1157,"w":28,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":28,"h":32}, @@ -1346,7 +1362,7 @@ }, "sprites/wires/sets/conflict_cross.png": { - "frame": {"x":6,"y":889,"w":96,"h":96}, + "frame": {"x":183,"y":876,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -1354,7 +1370,7 @@ }, "sprites/wires/sets/conflict_forward.png": { - "frame": {"x":999,"y":848,"w":18,"h":96}, + "frame": {"x":1000,"y":848,"w":18,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":39,"y":0,"w":18,"h":96}, @@ -1362,7 +1378,7 @@ }, "sprites/wires/sets/conflict_split.png": { - "frame": {"x":897,"y":1144,"w":96,"h":57}, + "frame": {"x":459,"y":1118,"w":96,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":39,"w":96,"h":57}, @@ -1378,7 +1394,7 @@ }, "sprites/wires/sets/first_cross.png": { - "frame": {"x":6,"y":991,"w":96,"h":96}, + "frame": {"x":6,"y":889,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -1394,7 +1410,7 @@ }, "sprites/wires/sets/first_split.png": { - "frame": {"x":357,"y":1024,"w":96,"h":57}, + "frame": {"x":353,"y":1119,"w":96,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":39,"w":96,"h":57}, @@ -1410,7 +1426,7 @@ }, "sprites/wires/sets/second_cross.png": { - "frame": {"x":466,"y":822,"w":96,"h":96}, + "frame": {"x":6,"y":991,"w":96,"h":96}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":96,"h":96}, @@ -1418,7 +1434,7 @@ }, "sprites/wires/sets/second_forward.png": { - "frame": {"x":999,"y":1052,"w":18,"h":96}, + "frame": {"x":998,"y":1052,"w":18,"h":96}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":39,"y":0,"w":18,"h":96}, @@ -1426,7 +1442,7 @@ }, "sprites/wires/sets/second_split.png": { - "frame": {"x":180,"y":1078,"w":96,"h":57}, + "frame": {"x":455,"y":1181,"w":96,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":39,"w":96,"h":57}, @@ -1442,7 +1458,7 @@ }, "sprites/wires/wires_preview.png": { - "frame": {"x":106,"y":1196,"w":32,"h":32}, + "frame": {"x":108,"y":1157,"w":32,"h":32}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":32,"h":32}, @@ -1455,6 +1471,6 @@ "format": "RGBA8888", "size": {"w":1024,"h":2048}, "scale": "0.5", - "smartupdate": "$TexturePacker:SmartUpdate:19330d11a27d320d8e46be8f211ea26a:6c32332cb8456652726098bfd11407a1:908b89f5ca8ff73e331a35a3b14d0604$" + "smartupdate": "$TexturePacker:SmartUpdate:a1c027d325ef1c92a9318164b1241662:a9c9c3627ec9506697a7e24a7a287d67:908b89f5ca8ff73e331a35a3b14d0604$" } } diff --git a/res_built/atlas/atlas0_mq.png b/res_built/atlas/atlas0_mq.png index 21819e85..2d2a5ae9 100644 Binary files a/res_built/atlas/atlas0_mq.png and b/res_built/atlas/atlas0_mq.png differ diff --git a/res_raw/atlas.tps b/res_raw/atlas.tps index 3aaaa257..55a82c6f 100644 --- a/res_raw/atlas.tps +++ b/res_raw/atlas.tps @@ -268,6 +268,7 @@ sprites/blueprints/comparator.png sprites/blueprints/constant_signal.png sprites/blueprints/display.png + sprites/blueprints/item_producer.png sprites/blueprints/lever.png sprites/blueprints/logic_gate-not.png sprites/blueprints/logic_gate-or.png @@ -300,6 +301,7 @@ sprites/buildings/comparator.png sprites/buildings/constant_signal.png sprites/buildings/display.png + sprites/buildings/item_producer.png sprites/buildings/lever.png sprites/buildings/logic_gate-not.png sprites/buildings/logic_gate-or.png diff --git a/res_raw/sprites/blueprints/item_producer.png b/res_raw/sprites/blueprints/item_producer.png new file mode 100644 index 00000000..2288c07d Binary files /dev/null and b/res_raw/sprites/blueprints/item_producer.png differ diff --git a/res_raw/sprites/buildings/item_producer.png b/res_raw/sprites/buildings/item_producer.png new file mode 100644 index 00000000..573ef372 Binary files /dev/null and b/res_raw/sprites/buildings/item_producer.png differ diff --git a/src/css/ingame_hud/blueprint_placer.scss b/src/css/ingame_hud/blueprint_placer.scss index e1cf06ef..36d1cdad 100644 --- a/src/css/ingame_hud/blueprint_placer.scss +++ b/src/css/ingame_hud/blueprint_placer.scss @@ -1,39 +1,40 @@ -#ingame_HUD_BlueprintPlacer { - position: absolute; - @include S(top, 50px); - left: 50%; - transform: translateX(-50%); - color: #333; - z-index: 9999; - background: $ingameHudBg; - @include S(padding, 5px); - display: flex; - flex-direction: column; - color: #fff; - @include S(width, 120px); - align-items: center; - justify-content: center; - - .label { - @include PlainText; - text-transform: uppercase; - } - .costContainer { - display: flex; - align-items: center; - @include Heading; - - > canvas { - @include S(margin-left, 5px); - @include S(width, 30px); - @include S(height, 30px); - } - } - - &:not(.canAfford) { - background: rgba(98, 27, 41, 0.8); - // .costContainer { - color: rgb(255, 97, 128); - // } - } -} +#ingame_HUD_BlueprintPlacer { + position: absolute; + @include S(top, 70px); + left: 50%; + transform: translateX(-50%); + color: #333; + z-index: 9999; + background: $ingameHudBg; + @include S(padding, 5px); + display: flex; + flex-direction: column; + color: #fff; + @include S(width, 120px); + align-items: center; + justify-content: center; + @include S(border-radius, $globalBorderRadius); + + .label { + @include PlainText; + text-transform: uppercase; + } + .costContainer { + display: flex; + align-items: center; + @include Heading; + + > canvas { + @include S(margin-left, 5px); + @include S(width, 30px); + @include S(height, 30px); + } + } + + &:not(.canAfford) { + background: rgba(98, 27, 41, 0.8); + // .costContainer { + color: rgb(255, 97, 128); + // } + } +} diff --git a/src/css/ingame_hud/cat_memes.scss b/src/css/ingame_hud/cat_memes.scss new file mode 100644 index 00000000..ddb0ae3f --- /dev/null +++ b/src/css/ingame_hud/cat_memes.scss @@ -0,0 +1,23 @@ +#ingame_HUD_CatMemes { + position: absolute; + @include S(width, 150px); + @include S(height, 150px); + background: transparent center center / contain no-repeat; + + right: 0; + @include S(bottom, 150px); + + & { + /* @load-async */ + background-image: uiResource("res/ui/memes/cat1.png") !important; + } + + @include InlineAnimation(0.5s ease-in-out) { + 0% { + transform: translateX(100%); + } + 100% { + transform: none; + } + } +} diff --git a/src/css/ingame_hud/dialogs.scss b/src/css/ingame_hud/dialogs.scss index dcedcfae..ad3f76d0 100644 --- a/src/css/ingame_hud/dialogs.scss +++ b/src/css/ingame_hud/dialogs.scss @@ -180,11 +180,13 @@ } .ingameItemChooser { - @include S(margin, 20px, 0); + @include S(margin, 10px, 0); display: grid; - grid-auto-flow: column; - grid-auto-columns: 1fr; @include S(grid-column-gap, 3px); + @include S(grid-row-gap, 5px); + grid-template-columns: repeat(10, 1fr); + align-items: center; + justify-items: center; canvas { pointer-events: all; diff --git a/src/css/ingame_hud/standalone_advantages.scss b/src/css/ingame_hud/standalone_advantages.scss new file mode 100644 index 00000000..065ad6ac --- /dev/null +++ b/src/css/ingame_hud/standalone_advantages.scss @@ -0,0 +1,169 @@ +#ingame_HUD_StandaloneAdvantages { + .content { + @include S(width, 440px); + @include S(min-height, 300px); + } + p { + @include PlainText; + } + + .points { + display: grid; + grid-template-columns: 1fr 1fr; + @include S(grid-column-gap, 10px); + @include S(grid-row-gap, 20px); + @include S(margin, 10px, 0, 20px); + grid-template-rows: #{D(40px)}; + align-items: center; + } + + .lowerBar { + width: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + overflow: hidden; + + > button { + transition: opacity 0.12s ease-in-out; + &:hover { + opacity: 0.85; + } + } + + .otherCloseButton { + @include SuperSmallText; + @include S(margin-right, 30px); + color: #aaa; + @include S(margin, 0); + @include IncreasedClickArea(0px); + @include S(margin-top, 15px); + + @include InlineAnimation(5s ease-in-out) { + 0% { + opacity: 0.05; + } + 50% { + opacity: 0.05; + } + 100% { + opacity: 1; + } + } + } + + .steamLinkButton { + @include IncreasedClickArea(5px); + @include S(margin, 0); + @include S(width, 180px); + @include S(height, 40px); + background: #171a23 center center / contain no-repeat; + + @include S(border-radius, $globalBorderRadius); + } + } + + .point { + display: grid; + grid-template-columns: #{D(55px)} auto; + grid-template-rows: 1fr 1fr; + + > strong { + grid-column: 2 / 3; + grid-row: 1 / 2; + @include PlainText; + text-transform: uppercase; + font-weight: bold; + } + + > p { + grid-column: 2 / 3; + grid-row: 2 / 3; + @include SuperSmallText; + opacity: 0.8; + } + + background: transparent #{D(10px)} center / #{D(30px)} no-repeat; + + &.levels { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_new_levels.png"); + } + > strong { + color: #f13555; + } + } + + &.upgrades { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_upgrades.png"); + } + > strong { + color: #8a00ff; + } + } + + &.buildings { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_buildings.png"); + } + > strong { + color: #3fce8b; + } + } + + &.wires { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_wires.png"); + } + > strong { + color: #ef2fdb; + } + } + + &.markers { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_markers.png"); + } + > strong { + color: #4294ff; + } + } + + &.savegames { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_savegames.png"); + } + > strong { + color: #ff9500; + } + } + + &.darkmode { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_dark_mode.png"); + } + > strong { + color: #292c32; + } + } + + &.support { + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/advantage_support.png"); + } + > strong { + color: #e72d2d; + } + } + } +} diff --git a/src/css/ingame_hud/watermark.scss b/src/css/ingame_hud/watermark.scss index 78a56462..76ec224c 100644 --- a/src/css/ingame_hud/watermark.scss +++ b/src/css/ingame_hud/watermark.scss @@ -1,22 +1,85 @@ #ingame_HUD_Watermark { position: absolute; - & { - /* @load-async */ - background: uiResource("get_on_steam.png") center center / contain no-repeat; - } - @include S(width, 110px); - @include S(height, 40px); - @include S(top, 10px); + @include S(border-radius, $globalBorderRadius); + @include S(top, 70px); pointer-events: all; cursor: pointer; - @include S(left, 160px); + left: 50%; + text-align: center; + + background: rgba(207, 65, 65, 0.8); + color: #fff; + transform: translateX(-50%); + @include PlainText; + @include S(padding, 10px); - transition: all 0.12s ease-in; - transition-property: opacity, transform; - transform: skewX(-0.5deg); &:hover { - transform: skewX(-1deg) scale(1.02); - opacity: 0.9; + transform: translateX(-50%) scale(1.02) !important; + } + + > strong { + @include PlainText; + text-transform: uppercase; + } + > p { + @include SuperSmallText; + opacity: 0.7; + } + + opacity: 0; + + &.visible { + @include InlineAnimation(0.5s ease-in-out) { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } + } + opacity: 1; + } + + &:not(.visible) { + @include InlineAnimation(0.5s ease-in-out) { + 0% { + opacity: 1; + } + 100% { + opacity: 0; + } + } + } +} + +#ingame_HUD_WatermarkClicker { + @include S(top, 55px); + position: absolute; + left: 50%; + transform: translateX(-50%) !important; + @include SuperSmallText; + color: $colorBlueBright; + text-transform: uppercase; + pointer-events: all; + cursor: pointer; + display: flex; + align-items: center; + + &:hover { + opacity: 0.9; + } + + &::after { + @include S(margin-left, 4px); + content: ""; + @include S(width, 10px); + @include S(height, 10px); + display: inline-flex; + background: center center / contain no-repeat; + & { + /* @load-async */ + background-image: uiResource("res/ui/icons/demo_steam_link_indicator.png"); + } } } diff --git a/src/css/main.scss b/src/css/main.scss index a045beef..5c4686e9 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -52,6 +52,8 @@ @import "ingame_hud/color_blind_helper"; @import "ingame_hud/shape_viewer"; @import "ingame_hud/sandbox_controller"; +@import "ingame_hud/standalone_advantages"; +@import "ingame_hud/cat_memes"; // prettier-ignore $elements: @@ -73,10 +75,11 @@ ingame_HUD_DebugInfo, ingame_HUD_EntityDebugger, ingame_HUD_InteractiveTutorial, ingame_HUD_TutorialHints, -ingame_HUD_buildings_toolbar, +ingame_HUD_BuildingsToolbar, ingame_HUD_wires_toolbar, ingame_HUD_BlueprintPlacer, ingame_HUD_Waypoints_Hint, +ingame_HUD_WatermarkClicker, ingame_HUD_Watermark, ingame_HUD_ColorBlindBelowTileHelper, ingame_HUD_SandboxController, @@ -88,9 +91,11 @@ ingame_HUD_BetaOverlay, ingame_HUD_Shop, ingame_HUD_Statistics, ingame_HUD_ShapeViewer, +ingame_HUD_StandaloneAdvantages, ingame_HUD_UnlockNotification, ingame_HUD_SettingsMenu, -ingame_HUD_ModalDialogs; +ingame_HUD_ModalDialogs, +ingame_HUD_CatMemes; $zindex: 100; diff --git a/src/css/resources.scss b/src/css/resources.scss index f6d576b0..08bfa43f 100644 --- a/src/css/resources.scss +++ b/src/css/resources.scss @@ -1,6 +1,6 @@ $buildings: belt, cutter, miner, mixer, painter, rotater, balancer, stacker, trash, underground_belt, wire, constant_signal, logic_gate, lever, filter, wire_tunnel, display, virtual_processor, reader, storage, - transistor, analyzer, comparator; + transistor, analyzer, comparator, item_producer; @each $building in $buildings { [data-icon="building_icons/#{$building}.png"] { @@ -12,7 +12,7 @@ $buildings: belt, cutter, miner, mixer, painter, rotater, balancer, stacker, tra $buildingsAndVariants: belt, balancer, underground_belt, underground_belt-tier2, miner, miner-chainable, cutter, cutter-quad, rotater, rotater-ccw, stacker, mixer, painter-double, painter-quad, trash, storage, reader, rotater-rotate180, display, constant_signal, wire, wire_tunnel, logic_gate-or, logic_gate-not, - logic_gate-xor, analyzer, virtual_processor-rotater, virtual_processor-unstacker, + logic_gate-xor, analyzer, virtual_processor-rotater, virtual_processor-unstacker, item_producer, virtual_processor-stacker, virtual_processor-painter, wire-second, painter, painter-mirrored, comparator; @each $building in $buildingsAndVariants { [data-icon="building_tutorials/#{$building}.png"] { @@ -75,3 +75,17 @@ $languages: en, de, cs, da, et, es-419, fr, it, pt-BR, sv, tr, el, ru, uk, zh-TW background-image: uiResource("languages/#{$language}.svg") !important; } } + +/* +PRICE +*/ + +.steam_1_pr { + /* @load-async */ + background-image: uiResource("get_on_steam_with_price.png") !important; +} + +.steam_2_npr { + /* @load-async */ + background-image: uiResource("get_on_steam.png") !important; +} diff --git a/src/css/states/main_menu.scss b/src/css/states/main_menu.scss index 455bcf6c..cf0ab718 100644 --- a/src/css/states/main_menu.scss +++ b/src/css/states/main_menu.scss @@ -133,10 +133,7 @@ width: 100%; @include S(height, 40px); @include S(width, 180px); - & { - /* @load-async */ - background: #171a23 uiResource("get_on_steam.png") center center / contain no-repeat; - } + background: #171a23 center center / contain no-repeat; overflow: hidden; display: block; text-indent: -999em; diff --git a/src/js/changelog.js b/src/js/changelog.js index 2907d796..95aca51d 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -6,14 +6,6 @@ export const CHANGELOG = [ "⚠️⚠️This update is HUGE, view the full changelog here! ⚠️⚠️", ], }, - { - version: "1.1.19", - date: "02.07.2020", - entries: [ - "There are now notifications every 15 minutes in the demo version to buy the full version (For further details and the reason, check the #surveys channel in the Discord)", - "I'm still working on the wires update, I hope to release it mid july!", - ], - }, { version: "1.1.18", date: "27.06.2020", diff --git a/src/js/core/config.js b/src/js/core/config.js index 4d49c50e..c01f7c76 100644 --- a/src/js/core/config.js +++ b/src/js/core/config.js @@ -25,6 +25,8 @@ export const THIRDPARTY_URLS = { standaloneStorePage: "https://store.steampowered.com/app/1318690/shapezio/", }; +export const A_B_TESTING_LINK_TYPE = Math.random() > 0.5 ? "steam_1_pr" : "steam_2_npr"; + export const globalConfig = { // Size of a single tile in Pixels. // NOTICE: Update webpack.production.config too! diff --git a/src/js/game/buildings/filter.js b/src/js/game/buildings/filter.js index b537fcb5..2d81ce83 100644 --- a/src/js/game/buildings/filter.js +++ b/src/js/game/buildings/filter.js @@ -23,7 +23,7 @@ export class MetaFilterBuilding extends MetaBuilding { * @param {GameRoot} root */ getIsUnlocked(root) { - return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_filters_and_levers); + return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_filter); } getDimensions() { diff --git a/src/js/game/buildings/item_producer.js b/src/js/game/buildings/item_producer.js new file mode 100644 index 00000000..477ed603 --- /dev/null +++ b/src/js/game/buildings/item_producer.js @@ -0,0 +1,44 @@ +import { enumDirection, Vector } from "../../core/vector"; +import { ItemEjectorComponent } from "../components/item_ejector"; +import { ItemProducerComponent } from "../components/item_producer"; +import { enumPinSlotType, WiredPinsComponent } from "../components/wired_pins"; +import { Entity } from "../entity"; +import { MetaBuilding } from "../meta_building"; + +export class MetaItemProducerBuilding extends MetaBuilding { + constructor() { + super("item_producer"); + } + + getSilhouetteColor() { + return "#b37dcd"; + } + + getShowWiresLayerPreview() { + return true; + } + + /** + * Creates the entity at the given location + * @param {Entity} entity + */ + setupEntityComponents(entity) { + entity.addComponent( + new ItemEjectorComponent({ + slots: [{ pos: new Vector(0, 0), direction: enumDirection.top }], + }) + ); + entity.addComponent( + new WiredPinsComponent({ + slots: [ + { + pos: new Vector(0, 0), + type: enumPinSlotType.logicalAcceptor, + direction: enumDirection.bottom, + }, + ], + }) + ); + entity.addComponent(new ItemProducerComponent()); + } +} diff --git a/src/js/game/buildings/lever.js b/src/js/game/buildings/lever.js index d5f4b801..7ddaf65f 100644 --- a/src/js/game/buildings/lever.js +++ b/src/js/game/buildings/lever.js @@ -20,7 +20,7 @@ export class MetaLeverBuilding extends MetaBuilding { * @param {GameRoot} root */ getIsUnlocked(root) { - return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_filters_and_levers); + return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_painter_and_levers); } getDimensions() { diff --git a/src/js/game/buildings/painter.js b/src/js/game/buildings/painter.js index b74d24b9..6e941403 100644 --- a/src/js/game/buildings/painter.js +++ b/src/js/game/buildings/painter.js @@ -71,7 +71,7 @@ export class MetaPainterBuilding extends MetaBuilding { if (root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_painter_double)) { variants.push(enumPainterVariants.double); } - if (root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_painter_quad)) { + if (root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_painter_and_levers)) { variants.push(enumPainterVariants.quad); } return variants; diff --git a/src/js/game/buildings/virtual_processor.js b/src/js/game/buildings/virtual_processor.js index 1d9f1135..79d65b22 100644 --- a/src/js/game/buildings/virtual_processor.js +++ b/src/js/game/buildings/virtual_processor.js @@ -4,6 +4,7 @@ import { WiredPinsComponent, enumPinSlotType } from "../components/wired_pins"; import { Entity } from "../entity"; import { defaultBuildingVariant, MetaBuilding } from "../meta_building"; import { GameRoot } from "../root"; +import { enumHubGoalRewards } from "../tutorial_goals"; import { MetaCutterBuilding } from "./cutter"; import { MetaPainterBuilding } from "./painter"; import { MetaRotaterBuilding } from "./rotater"; @@ -47,8 +48,7 @@ export class MetaVirtualProcessorBuilding extends MetaBuilding { * @param {GameRoot} root */ getIsUnlocked(root) { - // @todo - return true; + return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_virtual_processing); } /** @returns {"wires"} **/ diff --git a/src/js/game/buildings/wire.js b/src/js/game/buildings/wire.js index ae5bab42..61b75073 100644 --- a/src/js/game/buildings/wire.js +++ b/src/js/game/buildings/wire.js @@ -82,7 +82,7 @@ export class MetaWireBuilding extends MetaBuilding { * @param {GameRoot} root */ getIsUnlocked(root) { - return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_filters_and_levers); + return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_painter_and_levers); } /** diff --git a/src/js/game/buildings/wire_tunnel.js b/src/js/game/buildings/wire_tunnel.js index 296d3a35..2626dd12 100644 --- a/src/js/game/buildings/wire_tunnel.js +++ b/src/js/game/buildings/wire_tunnel.js @@ -21,7 +21,7 @@ export class MetaWireTunnelBuilding extends MetaBuilding { * @param {GameRoot} root */ getIsUnlocked(root) { - return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_filters_and_levers); + return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_painter_and_levers); } /** diff --git a/src/js/game/camera.js b/src/js/game/camera.js index 66d7efa8..8f5b850e 100644 --- a/src/js/game/camera.js +++ b/src/js/game/camera.js @@ -353,7 +353,7 @@ export class Camera extends BasicSerializableObject { .add(() => (this.desiredZoom = this.zoomLevel * 1.2)); mapper .getBinding(KEYMAPPINGS.navigation.mapZoomOut) - .add(() => (this.desiredZoom = this.zoomLevel * 0.8)); + .add(() => (this.desiredZoom = this.zoomLevel / 1.2)); mapper.getBinding(KEYMAPPINGS.navigation.centerMap).add(() => this.centerOnMap()); } @@ -502,10 +502,10 @@ export class Camera extends BasicSerializableObject { } const prevZoom = this.zoomLevel; - const delta = Math.sign(event.deltaY) * -0.15 * this.root.app.settings.getScrollWheelSensitivity(); - assert(Number.isFinite(delta), "Got invalid delta in mouse wheel event: " + event.deltaY); + const scale = 1 + 0.15 * this.root.app.settings.getScrollWheelSensitivity(); + assert(Number.isFinite(scale), "Got invalid scale in mouse wheel event: " + event.deltaY); assert(Number.isFinite(this.zoomLevel), "Got invalid zoom level *before* wheel: " + this.zoomLevel); - this.zoomLevel *= 1 + delta; + this.zoomLevel *= event.deltaY < 0 ? scale : 1 / scale; assert(Number.isFinite(this.zoomLevel), "Got invalid zoom level *after* wheel: " + this.zoomLevel); this.clampZoomLevel(); @@ -939,6 +939,7 @@ export class Camera extends BasicSerializableObject { this.zoomLevel = this.zoomLevel * fade + this.desiredZoom * (1 - fade); assert(Number.isFinite(this.zoomLevel), "Zoom level is NaN after fade: " + this.zoomLevel); } else { + this.zoomLevel = this.desiredZoom; this.desiredZoom = null; } } diff --git a/src/js/game/component_registry.js b/src/js/game/component_registry.js index c4ea6921..f094e60d 100644 --- a/src/js/game/component_registry.js +++ b/src/js/game/component_registry.js @@ -18,6 +18,7 @@ import { WireTunnelComponent } from "./components/wire_tunnel"; import { DisplayComponent } from "./components/display"; import { BeltReaderComponent } from "./components/belt_reader"; import { FilterComponent } from "./components/filter"; +import { ItemProducerComponent } from "./components/item_producer"; export function initComponentRegistry() { gComponentRegistry.register(StaticMapEntityComponent); @@ -39,6 +40,7 @@ export function initComponentRegistry() { gComponentRegistry.register(DisplayComponent); gComponentRegistry.register(BeltReaderComponent); gComponentRegistry.register(FilterComponent); + gComponentRegistry.register(ItemProducerComponent); // IMPORTANT ^^^^^ UPDATE ENTITY COMPONENT STORAGE AFTERWARDS diff --git a/src/js/game/components/item_producer.js b/src/js/game/components/item_producer.js new file mode 100644 index 00000000..ef3571e2 --- /dev/null +++ b/src/js/game/components/item_producer.js @@ -0,0 +1,7 @@ +import { Component } from "../component"; + +export class ItemProducerComponent extends Component { + static getId() { + return "ItemProducer"; + } +} diff --git a/src/js/game/entity_components.js b/src/js/game/entity_components.js index 32870d37..7dee590a 100644 --- a/src/js/game/entity_components.js +++ b/src/js/game/entity_components.js @@ -18,6 +18,7 @@ import { WireTunnelComponent } from "./components/wire_tunnel"; import { DisplayComponent } from "./components/display"; import { BeltReaderComponent } from "./components/belt_reader"; import { FilterComponent } from "./components/filter"; +import { ItemProducerComponent } from "./components/item_producer"; /* typehints:end */ /** @@ -85,6 +86,9 @@ export class EntityComponentStorage { /** @type {FilterComponent} */ this.Filter; + /** @type {ItemProducerComponent} */ + this.ItemProducer; + /* typehints:end */ } } diff --git a/src/js/game/game_system_manager.js b/src/js/game/game_system_manager.js index 2c81f899..74ba798f 100644 --- a/src/js/game/game_system_manager.js +++ b/src/js/game/game_system_manager.js @@ -23,6 +23,7 @@ import { DisplaySystem } from "./systems/display"; import { ItemProcessorOverlaysSystem } from "./systems/item_processor_overlays"; import { BeltReaderSystem } from "./systems/belt_reader"; import { FilterSystem } from "./systems/filter"; +import { ItemProducerSystem } from "./systems/item_producer"; const logger = createLogger("game_system_manager"); @@ -96,6 +97,9 @@ export class GameSystemManager { /** @type {FilterSystem} */ filter: null, + /** @type {ItemProducerSystem} */ + itemProducer: null, + /* typehints:end */ }; this.systemUpdateOrder = []; @@ -130,6 +134,8 @@ export class GameSystemManager { add("filter", FilterSystem); + add("itemProducer", ItemProducerSystem); + add("itemEjector", ItemEjectorSystem); add("mapResources", MapResourcesSystem); diff --git a/src/js/game/hub_goals.js b/src/js/game/hub_goals.js index 8b7be917..e01ab868 100644 --- a/src/js/game/hub_goals.js +++ b/src/js/game/hub_goals.js @@ -1,4 +1,4 @@ -import { globalConfig } from "../core/config"; +import { globalConfig, IS_DEMO } from "../core/config"; import { RandomNumberGenerator } from "../core/rng"; import { clamp, findNiceIntegerValue, randomChoice, randomInt } from "../core/utils"; import { BasicSerializableObject, types } from "../savegame/serialization"; @@ -29,6 +29,10 @@ export class HubGoals extends BasicSerializableObject { return errorCode; } + if (IS_DEMO) { + this.level = Math.min(this.level, tutorialGoals.length); + } + // Compute gained rewards for (let i = 0; i < this.level - 1; ++i) { if (i < tutorialGoals.length) { @@ -102,13 +106,23 @@ export class HubGoals extends BasicSerializableObject { if (ev.key === "b") { // root is not guaranteed to exist within ~0.5s after loading in if (this.root && this.root.app && this.root.app.gameAnalytics) { - this.onGoalCompleted(); + if (!this.isEndOfDemoReached()) { + this.onGoalCompleted(); + } } } }); } } + /** + * Returns whether the end of the demo is reached + * @returns {boolean} + */ + isEndOfDemoReached() { + return IS_DEMO && this.level >= tutorialGoals.length; + } + /** * Returns how much of the current shape is stored * @param {ShapeDefinition} definition @@ -144,9 +158,11 @@ export class HubGoals extends BasicSerializableObject { */ getCurrentGoalDelivered() { if (this.currentGoal.throughputOnly) { - return this.root.productionAnalytics.getCurrentShapeRate( - enumAnalyticsDataSource.delivered, - this.currentGoal.definition + return ( + this.root.productionAnalytics.getCurrentShapeRate( + enumAnalyticsDataSource.delivered, + this.currentGoal.definition + ) / globalConfig.analyticsSliceDurationSeconds ); } @@ -188,7 +204,9 @@ export class HubGoals extends BasicSerializableObject { this.getCurrentGoalDelivered() >= this.currentGoal.required || (G_IS_DEV && globalConfig.debug.rewardsInstant) ) { - this.onGoalCompleted(); + if (!this.isEndOfDemoReached()) { + this.onGoalCompleted(); + } } } @@ -209,10 +227,8 @@ export class HubGoals extends BasicSerializableObject { return; } - const required = 4 + (this.level - 27) * 0.25; - + const required = Math.min(200, 4 + (this.level - 27) * 0.25); this.currentGoal = { - /** @type {ShapeDefinition} */ definition: this.computeFreeplayShape(this.level), required, reward: enumHubGoalRewards.no_reward_freeplay, @@ -254,6 +270,11 @@ export class HubGoals extends BasicSerializableObject { return false; } + if (IS_DEMO && currentLevel >= 4) { + // DEMO + return false; + } + if (G_IS_DEV && globalConfig.debug.upgradesNoCost) { return true; } diff --git a/src/js/game/hud/hud.js b/src/js/game/hud/hud.js index 8abaea4e..f2258853 100644 --- a/src/js/game/hud/hud.js +++ b/src/js/game/hud/hud.js @@ -47,6 +47,8 @@ import { HUDLayerPreview } from "./parts/layer_preview"; import { HUDMinerHighlight } from "./parts/miner_highlight"; import { HUDBetaOverlay } from "./parts/beta_overlay"; import { HUDPerformanceWarning } from "./parts/performance_warning"; +import { HUDStandaloneAdvantages } from "./parts/standalone_advantages"; +import { HUDCatMemes } from "./parts/cat_memes"; export class GameHUD { /** @@ -118,6 +120,8 @@ export class GameHUD { if (IS_DEMO) { this.parts.watermark = new HUDWatermark(this.root); + this.parts.standaloneAdvantages = new HUDStandaloneAdvantages(this.root); + this.parts.catMemes = new HUDCatMemes(this.root); } if (G_IS_DEV && globalConfig.debug.renderChanges) { @@ -141,7 +145,7 @@ export class GameHUD { this.parts.sandboxController = new HUDSandboxController(this.root); } - if (!G_IS_RELEASE) { + if (!G_IS_RELEASE && !G_IS_DEV) { this.parts.betaOverlay = new HUDBetaOverlay(this.root); } diff --git a/src/js/game/hud/parts/beta_overlay.js b/src/js/game/hud/parts/beta_overlay.js index e6c52a8b..1b2fa259 100644 --- a/src/js/game/hud/parts/beta_overlay.js +++ b/src/js/game/hud/parts/beta_overlay.js @@ -7,7 +7,7 @@ export class HUDBetaOverlay extends BaseHUDPart { parent, "ingame_HUD_BetaOverlay", [], - "

CLOSED BETA VERSION

This version is unstable, might crash and is not final!" + "

UNSTABLE BETA VERSION

Steam Release: 9th October 2020!" ); } diff --git a/src/js/game/hud/parts/buildings_toolbar.js b/src/js/game/hud/parts/buildings_toolbar.js index b40429dc..05ffc795 100644 --- a/src/js/game/hud/parts/buildings_toolbar.js +++ b/src/js/game/hud/parts/buildings_toolbar.js @@ -14,6 +14,8 @@ import { MetaTrashBuilding } from "../../buildings/trash"; import { MetaUndergroundBeltBuilding } from "../../buildings/underground_belt"; import { HUDBaseToolbar } from "./base_toolbar"; import { MetaStorageBuilding } from "../../buildings/storage"; +import { MetaItemProducerBuilding } from "../../buildings/item_producer"; +import { queryParamOptions } from "../../../core/query_parameters"; export class HUDBuildingsToolbar extends HUDBaseToolbar { constructor(root) { @@ -29,6 +31,7 @@ export class HUDBuildingsToolbar extends HUDBaseToolbar { MetaMixerBuilding, MetaPainterBuilding, MetaTrashBuilding, + ...(queryParamOptions.sandboxMode || G_IS_DEV ? [MetaItemProducerBuilding] : []), ], secondaryBuildings: [ MetaStorageBuilding, @@ -39,7 +42,7 @@ export class HUDBuildingsToolbar extends HUDBaseToolbar { ], visibilityCondition: () => !this.root.camera.getIsMapOverlayActive() && this.root.currentLayer === "regular", - htmlElementId: "ingame_HUD_buildings_toolbar", + htmlElementId: "ingame_HUD_BuildingsToolbar", }); } } diff --git a/src/js/game/hud/parts/cat_memes.js b/src/js/game/hud/parts/cat_memes.js new file mode 100644 index 00000000..f3af2be4 --- /dev/null +++ b/src/js/game/hud/parts/cat_memes.js @@ -0,0 +1,21 @@ +import { makeDiv } from "../../../core/utils"; +import { BaseHUDPart } from "../base_hud_part"; +import { DynamicDomAttach } from "../dynamic_dom_attach"; + +const memeShowIntervalSeconds = 70 * 60; +const memeShowDuration = 5; + +export class HUDCatMemes extends BaseHUDPart { + createElements(parent) { + this.element = makeDiv(parent, "ingame_HUD_CatMemes"); + } + + initialize() { + this.domAttach = new DynamicDomAttach(this.root, this.element); + } + + update() { + const now = this.root.time.realtimeNow(); + this.domAttach.update(now % memeShowIntervalSeconds > memeShowIntervalSeconds - memeShowDuration); + } +} diff --git a/src/js/game/hud/parts/keybinding_overlay.js b/src/js/game/hud/parts/keybinding_overlay.js index 2a50e3fe..65919d3c 100644 --- a/src/js/game/hud/parts/keybinding_overlay.js +++ b/src/js/game/hud/parts/keybinding_overlay.js @@ -259,7 +259,7 @@ export class HUDKeybindingOverlay extends BaseHUDPart { label: T.ingame.keybindingsOverlay.switchLayers, keys: [k.ingame.switchLayers], condition: () => - this.root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_filters_and_levers), + this.root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_painter_and_levers), }, ]; diff --git a/src/js/game/hud/parts/modal_dialogs.js b/src/js/game/hud/parts/modal_dialogs.js index 06993616..263b23dd 100644 --- a/src/js/game/hud/parts/modal_dialogs.js +++ b/src/js/game/hud/parts/modal_dialogs.js @@ -122,7 +122,7 @@ export class HUDModalDialogs extends BaseHUDPart { dialog.buttonSignals.getStandalone.add(() => { this.app.analytics.trackUiClick("demo_dialog_click"); - window.open(THIRDPARTY_URLS.standaloneStorePage); + window.open(THIRDPARTY_URLS.standaloneStorePage + "?ref=ddc"); }); return dialog.buttonSignals; diff --git a/src/js/game/hud/parts/pinned_shapes.js b/src/js/game/hud/parts/pinned_shapes.js index 941a679f..91663c56 100644 --- a/src/js/game/hud/parts/pinned_shapes.js +++ b/src/js/game/hud/parts/pinned_shapes.js @@ -6,6 +6,7 @@ import { blueprintShape, UPGRADES } from "../../upgrades"; import { enumHubGoalRewards } from "../../tutorial_goals"; import { enumAnalyticsDataSource } from "../../production_analytics"; import { T } from "../../../translations"; +import { globalConfig } from "../../../core/config"; /** * Manages the pinned shapes on the left side of the screen @@ -265,10 +266,11 @@ export class HUDPinnedShapes extends BaseHUDPart { let currentValueFormatted = formatBigNumber(currentValue); if (handle.throughputOnly) { - currentValue = this.root.productionAnalytics.getCurrentShapeRate( - enumAnalyticsDataSource.delivered, - handle.definition - ); + currentValue = + this.root.productionAnalytics.getCurrentShapeRate( + enumAnalyticsDataSource.delivered, + handle.definition + ) / globalConfig.analyticsSliceDurationSeconds; currentValueFormatted = T.ingame.statistics.shapesDisplayUnits.second.replace( "", String(currentValue) diff --git a/src/js/game/hud/parts/settings_menu.js b/src/js/game/hud/parts/settings_menu.js index 31afe348..eb902934 100644 --- a/src/js/game/hud/parts/settings_menu.js +++ b/src/js/game/hud/parts/settings_menu.js @@ -43,7 +43,7 @@ export class HUDSettingsMenu extends BaseHUDPart { ]; for (let i = 0; i < buttons.length; ++i) { - const { title, action, id } = buttons[i]; + const { action, id } = buttons[i]; const element = document.createElement("button"); element.classList.add("styledButton"); @@ -88,13 +88,8 @@ export class HUDSettingsMenu extends BaseHUDPart { this.close(); } - cleanup() { - document.body.classList.remove("ingameDialogOpen"); - } - show() { this.visible = true; - document.body.classList.add("ingameDialogOpen"); this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); const totalMinutesPlayed = Math.ceil(this.root.time.now() / 60); @@ -120,7 +115,6 @@ export class HUDSettingsMenu extends BaseHUDPart { close() { this.visible = false; - document.body.classList.remove("ingameDialogOpen"); this.root.app.inputMgr.makeSureDetached(this.inputReciever); this.update(); } diff --git a/src/js/game/hud/parts/shape_viewer.js b/src/js/game/hud/parts/shape_viewer.js index 18f55c74..a7f5d206 100644 --- a/src/js/game/hud/parts/shape_viewer.js +++ b/src/js/game/hud/parts/shape_viewer.js @@ -67,7 +67,6 @@ export class HUDShapeViewer extends BaseHUDPart { */ close() { this.visible = false; - document.body.classList.remove("ingameDialogOpen"); this.root.app.inputMgr.makeSureDetached(this.inputReciever); this.update(); } @@ -78,7 +77,6 @@ export class HUDShapeViewer extends BaseHUDPart { */ renderForShape(definition) { this.visible = true; - document.body.classList.add("ingameDialogOpen"); this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); removeAllChildren(this.renderArea); @@ -124,13 +122,6 @@ export class HUDShapeViewer extends BaseHUDPart { } } - /** - * Cleans up everything - */ - cleanup() { - document.body.classList.remove("ingameDialogOpen"); - } - update() { this.domAttach.update(this.visible); } diff --git a/src/js/game/hud/parts/shop.js b/src/js/game/hud/parts/shop.js index 6c1bdc3f..4a25d16e 100644 --- a/src/js/game/hud/parts/shop.js +++ b/src/js/game/hud/parts/shop.js @@ -205,8 +205,6 @@ export class HUDShop extends BaseHUDPart { } cleanup() { - document.body.classList.remove("ingameDialogOpen"); - // Cleanup detectors for (const upgradeId in this.upgradeToElements) { const handle = this.upgradeToElements[upgradeId]; @@ -222,15 +220,12 @@ export class HUDShop extends BaseHUDPart { show() { this.visible = true; - document.body.classList.add("ingameDialogOpen"); - // this.background.classList.add("visible"); this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); this.rerenderFull(); } close() { this.visible = false; - document.body.classList.remove("ingameDialogOpen"); this.root.app.inputMgr.makeSureDetached(this.inputReciever); this.update(); } diff --git a/src/js/game/hud/parts/standalone_advantages.js b/src/js/game/hud/parts/standalone_advantages.js new file mode 100644 index 00000000..4e39e005 --- /dev/null +++ b/src/js/game/hud/parts/standalone_advantages.js @@ -0,0 +1,85 @@ +import { A_B_TESTING_LINK_TYPE, THIRDPARTY_URLS } from "../../../core/config"; +import { InputReceiver } from "../../../core/input_receiver"; +import { makeDiv } from "../../../core/utils"; +import { T } from "../../../translations"; +import { BaseHUDPart } from "../base_hud_part"; +import { DynamicDomAttach } from "../dynamic_dom_attach"; + +const showIntervalSeconds = 30 * 60; + +export class HUDStandaloneAdvantages extends BaseHUDPart { + createElements(parent) { + this.background = makeDiv(parent, "ingame_HUD_StandaloneAdvantages", ["ingameDialog"]); + + // DIALOG Inner / Wrapper + this.dialogInner = makeDiv(this.background, null, ["dialogInner"]); + this.title = makeDiv(this.dialogInner, null, ["title"], T.ingame.standaloneAdvantages.title); + this.contentDiv = makeDiv( + this.dialogInner, + null, + ["content"], + ` +
+ ${Object.entries(T.ingame.standaloneAdvantages.points) + .map( + ([key, trans]) => ` +
+ ${trans.title} +

${trans.desc}

+
` + ) + .join("")} + +
+ +
+ + +
+ ` + ); + + this.trackClicks(this.contentDiv.querySelector("button.steamLinkButton"), () => { + this.root.app.analytics.trackUiClick("standalone_advantage_visit_steam"); + this.root.app.platformWrapper.openExternalLink( + THIRDPARTY_URLS.standaloneStorePage + "?ref=savs&prc=" + A_B_TESTING_LINK_TYPE + ); + this.close(); + }); + this.trackClicks(this.contentDiv.querySelector("button.otherCloseButton"), () => { + this.root.app.analytics.trackUiClick("standalone_advantage_no_thanks"); + this.close(); + }); + } + + initialize() { + this.domAttach = new DynamicDomAttach(this.root, this.background, { + attachClass: "visible", + }); + + this.inputReciever = new InputReceiver("standalone-advantages"); + this.close(); + + this.lastShown = this.root.gameIsFresh ? this.root.time.now() : 0; + } + + show() { + this.lastShown = this.root.time.now(); + this.visible = true; + this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); + } + + close() { + this.visible = false; + this.root.app.inputMgr.makeSureDetached(this.inputReciever); + this.update(); + } + + update() { + if (!this.visible && this.root.time.now() - this.lastShown > showIntervalSeconds) { + this.show(); + } + + this.domAttach.update(this.visible); + } +} diff --git a/src/js/game/hud/parts/statistics.js b/src/js/game/hud/parts/statistics.js index 910c49d0..a28ed288 100644 --- a/src/js/game/hud/parts/statistics.js +++ b/src/js/game/hud/parts/statistics.js @@ -151,17 +151,12 @@ export class HUDStatistics extends BaseHUDPart { } } - cleanup() { - document.body.classList.remove("ingameDialogOpen"); - } - isBlockingOverlay() { return this.visible; } show() { this.visible = true; - document.body.classList.add("ingameDialogOpen"); this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); this.rerenderFull(); this.update(); @@ -169,7 +164,6 @@ export class HUDStatistics extends BaseHUDPart { close() { this.visible = false; - document.body.classList.remove("ingameDialogOpen"); this.root.app.inputMgr.makeSureDetached(this.inputReciever); this.update(); } diff --git a/src/js/game/hud/parts/tutorial_hints.js b/src/js/game/hud/parts/tutorial_hints.js index 428923d0..c9499f85 100644 --- a/src/js/game/hud/parts/tutorial_hints.js +++ b/src/js/game/hud/parts/tutorial_hints.js @@ -1,109 +1,106 @@ -import { InputReceiver } from "../../../core/input_receiver"; -import { TrackedState } from "../../../core/tracked_state"; -import { makeDiv } from "../../../core/utils"; -import { KeyActionMapper, KEYMAPPINGS } from "../../key_action_mapper"; -import { BaseHUDPart } from "../base_hud_part"; -import { DynamicDomAttach } from "../dynamic_dom_attach"; -import { T } from "../../../translations"; - -const tutorialVideos = [2, 3, 4, 5, 6, 7, 9, 10, 11]; - -export class HUDPartTutorialHints extends BaseHUDPart { - createElements(parent) { - this.element = makeDiv( - parent, - "ingame_HUD_TutorialHints", - [], - ` -
- ${T.ingame.tutorialHints.title} - -
- - - ` - ); - - this.videoElement = this.element.querySelector("video"); - } - - shouldPauseGame() { - return this.enlarged; - } - - initialize() { - this.trackClicks(this.element.querySelector(".toggleHint"), this.toggleHintEnlarged); - - this.videoAttach = new DynamicDomAttach(this.root, this.videoElement, { - timeToKeepSeconds: 0.3, - }); - - this.videoAttach.update(false); - this.enlarged = false; - - this.inputReciever = new InputReceiver("tutorial_hints"); - this.keyActionMapper = new KeyActionMapper(this.root, this.inputReciever); - this.keyActionMapper.getBinding(KEYMAPPINGS.general.back).add(this.close, this); - - this.domAttach = new DynamicDomAttach(this.root, this.element); - - this.currentShownLevel = new TrackedState(this.updateVideoUrl, this); - } - - updateVideoUrl(level) { - if (tutorialVideos.indexOf(level) < 0) { - this.videoElement.querySelector("source").setAttribute("src", ""); - this.videoElement.pause(); - } else { - this.videoElement - .querySelector("source") - .setAttribute("src", "https://static.shapez.io/tutorial_videos/level_" + level + ".webm"); - this.videoElement.currentTime = 0; - this.videoElement.load(); - } - } - - close() { - this.enlarged = false; - document.body.classList.remove("ingameDialogOpen"); - this.element.classList.remove("enlarged", "noBlur"); - this.root.app.inputMgr.makeSureDetached(this.inputReciever); - this.update(); - } - - show() { - this.root.app.analytics.trackUiClick("tutorial_hint_show"); - this.root.app.analytics.trackUiClick("tutorial_hint_show_lvl_" + this.root.hubGoals.level); - - document.body.classList.add("ingameDialogOpen"); - this.element.classList.add("enlarged", "noBlur"); - this.enlarged = true; - this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); - this.update(); - - this.videoElement.currentTime = 0; - this.videoElement.play(); - } - - update() { - this.videoAttach.update(this.enlarged); - - this.currentShownLevel.set(this.root.hubGoals.level); - - const tutorialVisible = tutorialVideos.indexOf(this.root.hubGoals.level) >= 0; - this.domAttach.update(tutorialVisible); - } - - toggleHintEnlarged() { - if (this.enlarged) { - this.close(); - } else { - this.show(); - } - } -} +import { InputReceiver } from "../../../core/input_receiver"; +import { TrackedState } from "../../../core/tracked_state"; +import { makeDiv } from "../../../core/utils"; +import { KeyActionMapper, KEYMAPPINGS } from "../../key_action_mapper"; +import { BaseHUDPart } from "../base_hud_part"; +import { DynamicDomAttach } from "../dynamic_dom_attach"; +import { T } from "../../../translations"; + +const tutorialVideos = [2, 3, 4, 5, 6, 7, 9, 10, 11]; + +export class HUDPartTutorialHints extends BaseHUDPart { + createElements(parent) { + this.element = makeDiv( + parent, + "ingame_HUD_TutorialHints", + [], + ` +
+ ${T.ingame.tutorialHints.title} + +
+ + + ` + ); + + this.videoElement = this.element.querySelector("video"); + } + + shouldPauseGame() { + return this.enlarged; + } + + initialize() { + this.trackClicks(this.element.querySelector(".toggleHint"), this.toggleHintEnlarged); + + this.videoAttach = new DynamicDomAttach(this.root, this.videoElement, { + timeToKeepSeconds: 0.3, + }); + + this.videoAttach.update(false); + this.enlarged = false; + + this.inputReciever = new InputReceiver("tutorial_hints"); + this.keyActionMapper = new KeyActionMapper(this.root, this.inputReciever); + this.keyActionMapper.getBinding(KEYMAPPINGS.general.back).add(this.close, this); + + this.domAttach = new DynamicDomAttach(this.root, this.element); + + this.currentShownLevel = new TrackedState(this.updateVideoUrl, this); + } + + updateVideoUrl(level) { + if (tutorialVideos.indexOf(level) < 0) { + this.videoElement.querySelector("source").setAttribute("src", ""); + this.videoElement.pause(); + } else { + this.videoElement + .querySelector("source") + .setAttribute("src", "https://static.shapez.io/tutorial_videos/level_" + level + ".webm"); + this.videoElement.currentTime = 0; + this.videoElement.load(); + } + } + + close() { + this.enlarged = false; + this.element.classList.remove("enlarged", "noBlur"); + this.root.app.inputMgr.makeSureDetached(this.inputReciever); + this.update(); + } + + show() { + this.root.app.analytics.trackUiClick("tutorial_hint_show"); + this.root.app.analytics.trackUiClick("tutorial_hint_show_lvl_" + this.root.hubGoals.level); + this.element.classList.add("enlarged", "noBlur"); + this.enlarged = true; + this.root.app.inputMgr.makeSureAttachedAndOnTop(this.inputReciever); + this.update(); + + this.videoElement.currentTime = 0; + this.videoElement.play(); + } + + update() { + this.videoAttach.update(this.enlarged); + + this.currentShownLevel.set(this.root.hubGoals.level); + + const tutorialVisible = tutorialVideos.indexOf(this.root.hubGoals.level) >= 0; + this.domAttach.update(tutorialVisible); + } + + toggleHintEnlarged() { + if (this.enlarged) { + this.close(); + } else { + this.show(); + } + } +} diff --git a/src/js/game/hud/parts/unlock_notification.js b/src/js/game/hud/parts/unlock_notification.js index 32c42f67..5fea2892 100644 --- a/src/js/game/hud/parts/unlock_notification.js +++ b/src/js/game/hud/parts/unlock_notification.js @@ -51,6 +51,8 @@ export class HUDUnlockNotification extends BaseHUDPart { * @param {enumHubGoalRewards} reward */ showForLevel(level, reward) { + this.root.soundProxy.playUi(SOUNDS.levelComplete); + if (level > tutorialGoals.length) { this.root.hud.signals.notification.dispatch( T.ingame.notifications.freeplayLevelComplete.replace("", String(level)), @@ -92,7 +94,6 @@ export class HUDUnlockNotification extends BaseHUDPart { this.elemContents.innerHTML = html; this.visible = true; - this.root.soundProxy.playUi(SOUNDS.levelComplete); if (this.buttonShowTimeout) { clearTimeout(this.buttonShowTimeout); diff --git a/src/js/game/hud/parts/watermark.js b/src/js/game/hud/parts/watermark.js index d10bc07c..4a75ea76 100644 --- a/src/js/game/hud/parts/watermark.js +++ b/src/js/game/hud/parts/watermark.js @@ -1,44 +1,72 @@ -import { BaseHUDPart } from "../base_hud_part"; -import { DrawParameters } from "../../../core/draw_parameters"; -import { makeDiv } from "../../../core/utils"; -import { THIRDPARTY_URLS } from "../../../core/config"; -import { T } from "../../../translations"; - -export class HUDWatermark extends BaseHUDPart { - createElements(parent) { - this.element = makeDiv(parent, "ingame_HUD_Watermark"); - } - - initialize() { - this.trackClicks(this.element, this.onWatermarkClick); - } - - onWatermarkClick() { - this.root.app.analytics.trackUiClick("watermark_click_2"); - this.root.app.platformWrapper.openExternalLink(THIRDPARTY_URLS.standaloneStorePage); - } - - /** - * - * @param {DrawParameters} parameters - */ - drawOverlays(parameters) { - const w = this.root.gameWidth; - const x = 280 * this.root.app.getEffectiveUiScale(); - - parameters.context.fillStyle = "#f77"; - parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 17 + "px GameFont"; - // parameters.context.textAlign = "center"; - parameters.context.fillText( - T.demoBanners.title.toUpperCase(), - x, - this.root.app.getEffectiveUiScale() * 27 - ); - - parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 12 + "px GameFont"; - // parameters.context.textAlign = "center"; - parameters.context.fillText(T.demoBanners.intro, x, this.root.app.getEffectiveUiScale() * 45); - - // parameters.context.textAlign = "left"; - } -} +import { THIRDPARTY_URLS } from "../../../core/config"; +import { makeDiv } from "../../../core/utils"; +import { T } from "../../../translations"; +import { BaseHUDPart } from "../base_hud_part"; +import { DynamicDomAttach } from "../dynamic_dom_attach"; + +const watermarkShowIntervalSeconds = G_IS_DEV ? 120 : 7 * 60; +const watermarkShowDuration = 5; + +export class HUDWatermark extends BaseHUDPart { + createElements(parent) { + this.element = makeDiv( + parent, + "ingame_HUD_Watermark", + [], + ` + ${T.ingame.watermark.title} +

${T.ingame.watermark.desc}

+ ` + ); + + this.linkElement = makeDiv( + parent, + "ingame_HUD_WatermarkClicker", + [], + T.ingame.watermark.get_on_steam + ); + this.trackClicks(this.linkElement, () => { + this.root.app.analytics.trackUiClick("watermark_click_2_direct"); + this.root.app.platformWrapper.openExternalLink(THIRDPARTY_URLS.standaloneStorePage + "?ref=wtmd"); + }); + } + + initialize() { + this.trackClicks(this.element, this.onWatermarkClick); + + this.domAttach = new DynamicDomAttach(this.root, this.element, { + attachClass: "visible", + timeToKeepSeconds: 0.5, + }); + } + + update() { + this.domAttach.update( + this.root.time.realtimeNow() % watermarkShowIntervalSeconds < watermarkShowDuration + ); + } + + onWatermarkClick() { + this.root.app.analytics.trackUiClick("watermark_click_2_new"); + this.root.hud.parts.standaloneAdvantages.show(); + } + + /** + * + * @param {import("../../../core/draw_utils").DrawParameters} parameters + */ + drawOverlays(parameters) { + const w = this.root.gameWidth; + + parameters.context.fillStyle = "rgba(230, 230, 230, 0.9)"; + parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 40 + "px GameFont"; + parameters.context.textAlign = "center"; + parameters.context.fillText( + T.demoBanners.title.toUpperCase(), + w / 2, + this.root.app.getEffectiveUiScale() * 50 + ); + + parameters.context.textAlign = "left"; + } +} diff --git a/src/js/game/hud/parts/wires_overlay.js b/src/js/game/hud/parts/wires_overlay.js index 7d956eba..752d9cb3 100644 --- a/src/js/game/hud/parts/wires_overlay.js +++ b/src/js/game/hud/parts/wires_overlay.js @@ -29,7 +29,10 @@ export class HUDWiresOverlay extends BaseHUDPart { */ switchLayers() { if (this.root.currentLayer === "regular") { - if (this.root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_filters_and_levers)) { + if ( + this.root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_wires_painter_and_levers) || + (G_IS_DEV && globalConfig.debug.allBuildingsUnlocked) + ) { this.root.currentLayer = "wires"; } } else { diff --git a/src/js/game/key_action_mapper.js b/src/js/game/key_action_mapper.js index 5114ea95..9c1b2f96 100644 --- a/src/js/game/key_action_mapper.js +++ b/src/js/game/key_action_mapper.js @@ -56,6 +56,9 @@ export const KEYMAPPINGS = { painter: { keyCode: key("9") }, trash: { keyCode: key("0") }, + // Sandbox + item_producer: { keyCode: key("L") }, + // Secondary toolbar storage: { keyCode: key("Y") }, reader: { keyCode: key("U") }, diff --git a/src/js/game/map_view.js b/src/js/game/map_view.js index 0f2ceb89..296291e9 100644 --- a/src/js/game/map_view.js +++ b/src/js/game/map_view.js @@ -26,11 +26,6 @@ export class MapView extends BaseMap { /** @type {CanvasRenderingContext2D} */ this.cachedBackgroundContext = null; - /** - * Cached pattern of the stripes background - * @type {CanvasPattern} */ - this.cachedBackgroundPattern = null; - this.internalInitializeCachedBackgroundCanvases(); this.root.signals.aboutToDestruct.add(this.cleanup, this); @@ -42,7 +37,6 @@ export class MapView extends BaseMap { cleanup() { freeCanvas(this.cachedBackgroundCanvas); this.cachedBackgroundCanvas = null; - this.cachedBackgroundPattern = null; } /** @@ -191,19 +185,15 @@ export class MapView extends BaseMap { * @param {DrawParameters} parameters */ drawBackground(parameters) { - if (!this.cachedBackgroundPattern) { - this.cachedBackgroundPattern = parameters.context.createPattern( - this.cachedBackgroundCanvas, - "repeat" - ); - } - // Render tile grid if (!this.root.app.settings.getAllSettings().disableTileGrid) { const dpi = this.backgroundCacheDPI; parameters.context.scale(1 / dpi, 1 / dpi); - parameters.context.fillStyle = this.cachedBackgroundPattern; + parameters.context.fillStyle = parameters.context.createPattern( + this.cachedBackgroundCanvas, + "repeat" + ); parameters.context.fillRect( parameters.visibleRect.x * dpi, parameters.visibleRect.y * dpi, diff --git a/src/js/game/meta_building_registry.js b/src/js/game/meta_building_registry.js index b29bb574..0613103e 100644 --- a/src/js/game/meta_building_registry.js +++ b/src/js/game/meta_building_registry.js @@ -10,6 +10,7 @@ import { enumCutterVariants, MetaCutterBuilding } from "./buildings/cutter"; import { MetaDisplayBuilding } from "./buildings/display"; import { MetaFilterBuilding } from "./buildings/filter"; import { MetaHubBuilding } from "./buildings/hub"; +import { MetaItemProducerBuilding } from "./buildings/item_producer"; import { MetaLeverBuilding } from "./buildings/lever"; import { enumLogicGateVariants, MetaLogicGateBuilding } from "./buildings/logic_gate"; import { enumMinerVariants, MetaMinerBuilding } from "./buildings/miner"; @@ -19,7 +20,7 @@ import { MetaReaderBuilding } from "./buildings/reader"; import { enumRotaterVariants, MetaRotaterBuilding } from "./buildings/rotater"; import { MetaStackerBuilding } from "./buildings/stacker"; import { MetaStorageBuilding } from "./buildings/storage"; -import { MetaTransistorBuilding, enumTransistorVariants } from "./buildings/transistor"; +import { enumTransistorVariants, MetaTransistorBuilding } from "./buildings/transistor"; import { MetaTrashBuilding } from "./buildings/trash"; import { enumUndergroundBeltVariants, MetaUndergroundBeltBuilding } from "./buildings/underground_belt"; import { enumVirtualProcessorVariants, MetaVirtualProcessorBuilding } from "./buildings/virtual_processor"; @@ -57,6 +58,7 @@ export function initMetaBuildingRegistry() { gMetaBuildingRegistry.register(MetaTransistorBuilding); gMetaBuildingRegistry.register(MetaAnalyzerBuilding); gMetaBuildingRegistry.register(MetaComparatorBuilding); + gMetaBuildingRegistry.register(MetaItemProducerBuilding); // Belt registerBuildingVariant(1, MetaBeltBuilding, defaultBuildingVariant, 0); @@ -160,6 +162,9 @@ export function initMetaBuildingRegistry() { // Reader registerBuildingVariant(49, MetaReaderBuilding); + // Item producer + registerBuildingVariant(61, MetaItemProducerBuilding); + // Propagate instances for (const key in gBuildingVariants) { gBuildingVariants[key].metaInstance = gMetaBuildingRegistry.findByClass( diff --git a/src/js/game/systems/constant_signal.js b/src/js/game/systems/constant_signal.js index 97e8551d..0816ae58 100644 --- a/src/js/game/systems/constant_signal.js +++ b/src/js/game/systems/constant_signal.js @@ -61,7 +61,13 @@ export class ConstantSignalSystem extends GameSystemWithFilter { BOOL_FALSE_SINGLETON, BOOL_TRUE_SINGLETON, ...Object.values(COLOR_ITEM_SINGLETONS), + this.root.shapeDefinitionMgr.getShapeItemFromDefinition( + this.root.hubGoals.currentGoal.definition + ), this.root.shapeDefinitionMgr.getShapeItemFromShortKey(blueprintShape), + ...this.root.hud.parts.pinnedShapes.pinnedShapes.map(key => + this.root.shapeDefinitionMgr.getShapeItemFromShortKey(key) + ), ], }); diff --git a/src/js/game/systems/hub.js b/src/js/game/systems/hub.js index a2ae1aff..2f1f7c05 100644 --- a/src/js/game/systems/hub.js +++ b/src/js/game/systems/hub.js @@ -1,4 +1,4 @@ -import { globalConfig } from "../../core/config"; +import { globalConfig, IS_DEMO } from "../../core/config"; import { smoothenDpi } from "../../core/dpi_manager"; import { DrawParameters } from "../../core/draw_parameters"; import { drawSpriteClipped } from "../../core/draw_utils"; @@ -65,6 +65,17 @@ export class HubSystem extends GameSystemWithFilter { this.hubSprite.draw(context, 0, 0, w, h); + if (this.root.hubGoals.isEndOfDemoReached()) { + // End of demo + context.font = "bold 12px GameFont"; + context.fillStyle = "#fd0752"; + context.textAlign = "center"; + context.fillText(T.buildings.hub.endOfDemo.toUpperCase(), w / 2, h / 2 + 6); + context.textAlign = "left"; + + return; + } + const definition = this.root.hubGoals.currentGoal.definition; definition.drawCentered(45, 58, parameters, 36); diff --git a/src/js/game/systems/item_producer.js b/src/js/game/systems/item_producer.js new file mode 100644 index 00000000..52edf5d1 --- /dev/null +++ b/src/js/game/systems/item_producer.js @@ -0,0 +1,24 @@ +import { ItemProducerComponent } from "../components/item_producer"; +import { GameSystemWithFilter } from "../game_system_with_filter"; + +export class ItemProducerSystem extends GameSystemWithFilter { + constructor(root) { + super(root, [ItemProducerComponent]); + } + + update() { + for (let i = 0; i < this.allEntities.length; ++i) { + const entity = this.allEntities[i]; + const pinsComp = entity.components.WiredPins; + const pin = pinsComp.slots[0]; + const network = pin.linkedNetwork; + + if (!network || !network.hasValue()) { + continue; + } + + const ejectorComp = entity.components.ItemEjector; + ejectorComp.tryEject(0, network.currentValue); + } + } +} diff --git a/src/js/game/tutorial_goals.js b/src/js/game/tutorial_goals.js index ff385288..f7b56ffe 100644 --- a/src/js/game/tutorial_goals.js +++ b/src/js/game/tutorial_goals.js @@ -1,3 +1,4 @@ +import { IS_DEMO } from "../core/config"; import { ShapeDefinition } from "./shape_definition"; import { finalGameShape } from "./upgrades"; @@ -22,14 +23,16 @@ export const enumHubGoalRewards = { reward_splitter: "reward_splitter", reward_cutter_quad: "reward_cutter_quad", reward_painter_double: "reward_painter_double", - reward_painter_quad: "reward_painter_quad", reward_storage: "reward_storage", reward_merger: "reward_merger", - reward_wires_filters_and_levers: "reward_wires_filters_and_levers", + reward_wires_painter_and_levers: "reward_wires_painter_and_levers", reward_display: "reward_display", reward_constant_signal: "reward_constant_signal", reward_logic_gates: "reward_logic_gates", reward_virtual_processing: "reward_virtual_processing", + reward_filter: "reward_filter", + + reward_demo_end: "reward_demo_end", reward_blueprints: "reward_blueprints", reward_freeplay: "reward_freeplay", @@ -140,107 +143,118 @@ export const tutorialGoals = [ reward: enumHubGoalRewards.reward_underground_belt_tier_2, }, - // 14 - // Belt reader - { - shape: "--Cg----:--Cr----", // unused - required: 16, // Per second! - reward: enumHubGoalRewards.reward_belt_reader, - throughputOnly: true, - }, + // DEMO STOPS HERE + ...(IS_DEMO + ? [ + { + shape: "RpRpRpRp:CwCwCwCw", + required: 0, + reward: enumHubGoalRewards.reward_demo_end, + }, + ] + : [ + // 14 + // Belt reader + { + shape: "--Cg----:--Cr----", // unused + required: 16, // Per second! + reward: enumHubGoalRewards.reward_belt_reader, + throughputOnly: true, + }, - // 15 - // Storage - { - shape: "SrSrSrSr:CyCyCyCy", // unused - required: 10000, - reward: enumHubGoalRewards.reward_storage, - }, + // 15 + // Storage + { + shape: "SrSrSrSr:CyCyCyCy", // unused + required: 10000, + reward: enumHubGoalRewards.reward_storage, + }, - // 16 - // Quad Cutter - { - shape: "SrSrSrSr:CyCyCyCy:SwSwSwSw", // belts t4 (two variants) - required: 6000, - reward: enumHubGoalRewards.reward_cutter_quad, - }, + // 16 + // Quad Cutter + { + shape: "SrSrSrSr:CyCyCyCy:SwSwSwSw", // belts t4 (two variants) + required: 6000, + reward: enumHubGoalRewards.reward_cutter_quad, + }, - // 17 - // Double painter - { - shape: "CbRbRbCb:CwCwCwCw:WbWbWbWb", // miner t4 (two variants) - required: 20000, - reward: enumHubGoalRewards.reward_painter_double, - }, + // 17 + // Double painter + { + shape: "CbRbRbCb:CwCwCwCw:WbWbWbWb", // miner t4 (two variants) + required: 20000, + reward: enumHubGoalRewards.reward_painter_double, + }, - // 18 - // Rotater (180deg) - { - shape: "Sg----Sg:CgCgCgCg:--CyCy--", // unused - required: 20000, - reward: enumHubGoalRewards.reward_rotater_180, - }, + // 18 + // Rotater (180deg) + { + shape: "Sg----Sg:CgCgCgCg:--CyCy--", // unused + required: 20000, + reward: enumHubGoalRewards.reward_rotater_180, + }, - // 19 - // Compact splitter - { - shape: "CpRpCp--:SwSwSwSw", - required: 25000, - reward: enumHubGoalRewards.reward_splitter, - }, + // 19 + // Compact splitter + { + shape: "CpRpCp--:SwSwSwSw", + required: 25000, + reward: enumHubGoalRewards.reward_splitter, + }, - // 20 - // WIRES - { - shape: finalGameShape, - required: 25000, - reward: enumHubGoalRewards.reward_wires_filters_and_levers, - }, + // 20 + // WIRES + { + shape: finalGameShape, + required: 25000, + reward: enumHubGoalRewards.reward_wires_painter_and_levers, + }, - // 21 - // Display - { - shape: "CrCrCrCr:CwCwCwCw:CrCrCrCr:CwCwCwCw", - required: 25000, - reward: enumHubGoalRewards.reward_display, - }, + // 21 + // Filter + { + shape: "CrCwCrCw:CwCrCwCr:CrCwCrCw:CwCrCwCr", + required: 25000, + reward: enumHubGoalRewards.reward_filter, + }, - // 22 - // Constant signal - { - shape: "Cg----Cr:Cw----Cw:Sy------:Cy----Cy", - required: 25000, - reward: enumHubGoalRewards.reward_constant_signal, - }, + // 22 + // Constant signal + { + shape: "Cg----Cr:Cw----Cw:Sy------:Cy----Cy", + required: 25000, + reward: enumHubGoalRewards.reward_constant_signal, + }, - // 23 - // Quad Painter - { - shape: "CcSyCcSy:SyCcSyCc:CcSyCcSy", - required: 5000, - reward: enumHubGoalRewards.reward_painter_quad, - }, + // 23 + // Display + { + shape: "CcSyCcSy:SyCcSyCc:CcSyCcSy", + required: 25000, + reward: enumHubGoalRewards.reward_display, + }, - // 24 Logic gates - { - shape: "CcRcCcRc:RwCwRwCw:Sr--Sw--:CyCyCyCy", - required: 10000, - reward: enumHubGoalRewards.reward_logic_gates, - }, + // 24 Logic gates + { + shape: "CcRcCcRc:RwCwRwCw:Sr--Sw--:CyCyCyCy", + required: 25000, + reward: enumHubGoalRewards.reward_logic_gates, + }, - // 25 Virtual Processing - { - shape: "Rg--Rg--:CwRwCwRw:--Rg--Rg", - required: 10000, - reward: enumHubGoalRewards.reward_virtual_processing, - }, + // 25 Virtual Processing + { + shape: "Rg--Rg--:CwRwCwRw:--Rg--Rg", + required: 25000, + reward: enumHubGoalRewards.reward_virtual_processing, + }, - // 26 Freeplay - { - shape: "CbCuCbCu:Sr------:--CrSrCr:CwCwCwCw", - required: 10000, - reward: enumHubGoalRewards.reward_freeplay, - }, + // 26 Freeplay + { + shape: "CbCuCbCu:Sr------:--CrSrCr:CwCwCwCw", + required: 50000, + reward: enumHubGoalRewards.reward_freeplay, + }, + ]), ]; if (G_IS_DEV) { diff --git a/src/js/game/tutorial_goals_mappings.js b/src/js/game/tutorial_goals_mappings.js index f4c6df01..5cd966b9 100644 --- a/src/js/game/tutorial_goals_mappings.js +++ b/src/js/game/tutorial_goals_mappings.js @@ -3,7 +3,7 @@ import { enumBalancerVariants, MetaBalancerBuilding } from "./buildings/balancer import { MetaConstantSignalBuilding } from "./buildings/constant_signal"; import { enumCutterVariants, MetaCutterBuilding } from "./buildings/cutter"; import { MetaDisplayBuilding } from "./buildings/display"; -import { MetaLeverBuilding } from "./buildings/lever"; +import { MetaFilterBuilding } from "./buildings/filter"; import { MetaLogicGateBuilding } from "./buildings/logic_gate"; import { enumMinerVariants, MetaMinerBuilding } from "./buildings/miner"; import { MetaMixerBuilding } from "./buildings/mixer"; @@ -46,7 +46,6 @@ export const enumHubGoalRewardsToContentUnlocked = { [enumHubGoalRewards.reward_merger]: typed([[MetaBalancerBuilding, enumBalancerVariants.merger]]), [enumHubGoalRewards.reward_cutter_quad]: typed([[MetaCutterBuilding, enumCutterVariants.quad]]), [enumHubGoalRewards.reward_painter_double]: typed([[MetaPainterBuilding, enumPainterVariants.double]]), - [enumHubGoalRewards.reward_painter_quad]: typed([[MetaPainterBuilding, enumPainterVariants.quad]]), [enumHubGoalRewards.reward_storage]: typed([[MetaStorageBuilding, defaultBuildingVariant]]), [enumHubGoalRewards.reward_belt_reader]: typed([[MetaReaderBuilding, defaultBuildingVariant]]), @@ -55,15 +54,17 @@ export const enumHubGoalRewardsToContentUnlocked = { [MetaConstantSignalBuilding, defaultBuildingVariant], ]), [enumHubGoalRewards.reward_logic_gates]: typed([[MetaLogicGateBuilding, defaultBuildingVariant]]), + [enumHubGoalRewards.reward_filter]: typed([[MetaFilterBuilding, defaultBuildingVariant]]), [enumHubGoalRewards.reward_virtual_processing]: null, // @TODO! - [enumHubGoalRewards.reward_wires_filters_and_levers]: typed([ - [MetaLeverBuilding, defaultBuildingVariant], + [enumHubGoalRewards.reward_wires_painter_and_levers]: typed([ + [MetaPainterBuilding, enumPainterVariants.quad], ]), [enumHubGoalRewards.reward_freeplay]: null, [enumHubGoalRewards.reward_blueprints]: null, [enumHubGoalRewards.no_reward]: null, [enumHubGoalRewards.no_reward_freeplay]: null, + [enumHubGoalRewards.reward_demo_end]: null, }; if (G_IS_DEV) { diff --git a/src/js/game/upgrades.js b/src/js/game/upgrades.js index f8f4f1eb..db8997a1 100644 --- a/src/js/game/upgrades.js +++ b/src/js/game/upgrades.js @@ -1,18 +1,20 @@ +import { IS_DEMO } from "../core/config"; import { findNiceIntegerValue } from "../core/utils"; import { ShapeDefinition } from "./shape_definition"; +export const preparementShape = "CpRpCp--:SwSwSwSw"; export const finalGameShape = "RuCw--Cw:----Ru--"; export const rocketShape = "CbCuCbCu:Sr------:--CrSrCr:CwCwCwCw"; export const blueprintShape = "CbCbCbRb:CwCwCwCw"; -const fixedImprovements = [0.5, 0.5, 1, 1, 2, 2]; +const fixedImprovements = [0.5, 0.5, 1, 1, 2, 1, 1]; -const numEndgameUpgrades = G_IS_DEV || G_IS_STANDALONE ? 20 - fixedImprovements.length - 1 : 0; +const numEndgameUpgrades = !IS_DEMO ? 20 - fixedImprovements.length - 1 : 0; function generateEndgameUpgrades() { return new Array(numEndgameUpgrades).fill(null).map((_, i) => ({ required: [ - { shape: blueprintShape, amount: 30000 + i * 10000 }, + { shape: preparementShape, amount: 30000 + i * 10000 }, { shape: finalGameShape, amount: 20000 + i * 5000 }, { shape: rocketShape, amount: 20000 + i * 5000 }, ], @@ -56,7 +58,14 @@ export const UPGRADES = { required: [{ shape: "SrSrSrSr:CyCyCyCy:SwSwSwSw", amount: 25000 }], }, { - required: [{ shape: finalGameShape, amount: 50000 }], + required: [{ shape: preparementShape, amount: 25000 }], + excludePrevious: true, + }, + { + required: [ + { shape: preparementShape, amount: 25000 }, + { shape: finalGameShape, amount: 50000 }, + ], excludePrevious: true, }, ...generateEndgameUpgrades(), @@ -79,7 +88,14 @@ export const UPGRADES = { required: [{ shape: "CbRbRbCb:CwCwCwCw:WbWbWbWb", amount: 50000 }], }, { - required: [{ shape: finalGameShape, amount: 50000 }], + required: [{ shape: preparementShape, amount: 25000 }], + excludePrevious: true, + }, + { + required: [ + { shape: preparementShape, amount: 25000 }, + { shape: finalGameShape, amount: 50000 }, + ], excludePrevious: true, }, ...generateEndgameUpgrades(), @@ -102,7 +118,14 @@ export const UPGRADES = { required: [{ shape: "WrRgWrRg:CwCrCwCr:SgSgSgSg", amount: 50000 }], }, { - required: [{ shape: finalGameShape, amount: 50000 }], + required: [{ shape: preparementShape, amount: 25000 }], + excludePrevious: true, + }, + { + required: [ + { shape: preparementShape, amount: 25000 }, + { shape: finalGameShape, amount: 50000 }, + ], excludePrevious: true, }, ...generateEndgameUpgrades(), @@ -125,7 +148,14 @@ export const UPGRADES = { required: [{ shape: "WpWpWpWp:CwCwCwCw:WpWpWpWp:CwCwCwCw", amount: 50000 }], }, { - required: [{ shape: finalGameShape, amount: 50000 }], + required: [{ shape: preparementShape, amount: 25000 }], + excludePrevious: true, + }, + { + required: [ + { shape: preparementShape, amount: 25000 }, + { shape: finalGameShape, amount: 50000 }, + ], excludePrevious: true, }, ...generateEndgameUpgrades(), diff --git a/src/js/platform/browser/game_analytics.js b/src/js/platform/browser/game_analytics.js index 52497ef7..ea23509b 100644 --- a/src/js/platform/browser/game_analytics.js +++ b/src/js/platform/browser/game_analytics.js @@ -8,6 +8,7 @@ import { blueprintShape, UPGRADES } from "../../game/upgrades"; import { tutorialGoals } from "../../game/tutorial_goals"; import { BeltComponent } from "../../game/components/belt"; import { StaticMapEntityComponent } from "../../game/components/static_map_entity"; +import { queryParamOptions } from "../../core/query_parameters"; const logger = createLogger("game_analytics"); @@ -24,6 +25,9 @@ export class ShapezGameAnalytics extends GameAnalyticsInterface { } if (G_IS_STANDALONE) { + if (queryParamOptions.sandboxMode) { + return "steam-sandbox"; + } return "steam"; } @@ -31,7 +35,17 @@ export class ShapezGameAnalytics extends GameAnalyticsInterface { return "prod"; } - return "beta"; + if (window.location.host.indexOf("alpha") >= 0) { + if (queryParamOptions.sandboxMode) { + return "alpha-sandbox"; + } + return "alpha"; + } else { + if (queryParamOptions.sandboxMode) { + return "beta-sandbox"; + } + return "beta"; + } } /** diff --git a/src/js/platform/sound.js b/src/js/platform/sound.js index 1fceaf3e..51dca8d4 100644 --- a/src/js/platform/sound.js +++ b/src/js/platform/sound.js @@ -6,7 +6,7 @@ import { GameRoot } from "../game/root"; import { newEmptyMap, clamp } from "../core/utils"; import { createLogger } from "../core/logging"; -import { globalConfig } from "../core/config"; +import { globalConfig, IS_DEMO } from "../core/config"; const logger = createLogger("sound"); @@ -29,7 +29,7 @@ export const SOUNDS = { }; export const MUSIC = { - theme: G_IS_STANDALONE ? "theme-full" : "theme-short", + theme: IS_DEMO ? "theme-short" : "theme-full", menu: "menu", }; diff --git a/src/js/states/main_menu.js b/src/js/states/main_menu.js index 02c1e690..0d186ffd 100644 --- a/src/js/states/main_menu.js +++ b/src/js/states/main_menu.js @@ -1,6 +1,6 @@ import { GameState } from "../core/game_state"; import { cachebust } from "../core/cachebust"; -import { globalConfig, IS_DEMO, THIRDPARTY_URLS } from "../core/config"; +import { A_B_TESTING_LINK_TYPE, globalConfig, IS_DEMO, THIRDPARTY_URLS } from "../core/config"; import { makeDiv, makeButtonElement, @@ -52,7 +52,7 @@ export class MainMenuState extends GameState {

${T.demoBanners.intro}

- Get the shapez.io standalone! + Get the shapez.io standalone! `; return ` @@ -311,8 +311,11 @@ export class MainMenuState extends GameState { } onSteamLinkClicked() { - this.app.analytics.trackUiClick("main_menu_steam_link_2"); - this.app.platformWrapper.openExternalLink(THIRDPARTY_URLS.standaloneStorePage); + this.app.analytics.trackUiClick("main_menu_steam_link_" + A_B_TESTING_LINK_TYPE); + this.app.platformWrapper.openExternalLink( + THIRDPARTY_URLS.standaloneStorePage + "?ref=mmsl2&prc=" + A_B_TESTING_LINK_TYPE + ); + return false; } @@ -537,7 +540,7 @@ export class MainMenuState extends GameState { ); getStandalone.add(() => { this.app.analytics.trackUiClick("visit_steampage_from_slot_limit"); - this.app.platformWrapper.openExternalLink(THIRDPARTY_URLS.standaloneStorePage); + this.app.platformWrapper.openExternalLink(THIRDPARTY_URLS.standaloneStorePage + "?reF=ssll"); }); } diff --git a/src/js/states/mobile_warning.js b/src/js/states/mobile_warning.js index a48a69ed..98eb1cd8 100644 --- a/src/js/states/mobile_warning.js +++ b/src/js/states/mobile_warning.js @@ -21,7 +21,7 @@ export class MobileWarningState extends GameState { Get the shapez.io standalone! `; } diff --git a/sync-translations.js b/sync-translations.js index 8fc30f40..649daf1e 100644 --- a/sync-translations.js +++ b/sync-translations.js @@ -16,7 +16,7 @@ const originalContents = fs const original = YAML.parse(originalContents); -const placeholderRegexp = /[[<]([a-zA-Z_0-9]+)[\]<]/gi; +const placeholderRegexp = /[[<]([a-zA-Z_0-9/-_]+?)[\]>]/gi; function match(originalObj, translatedObj, path = "/") { for (const key in originalObj) { @@ -29,6 +29,7 @@ function match(originalObj, translatedObj, path = "/") { const valueMatching = translatedObj[key]; if (typeof valueOriginal !== typeof valueMatching) { console.warn(" | MISMATCHING type (obj|non-obj) in", path + key); + translatedObj[key] = originalObj[key]; continue; } diff --git a/translations/.gitignore b/translations/.gitignore new file mode 100644 index 00000000..6f7f420d --- /dev/null +++ b/translations/.gitignore @@ -0,0 +1 @@ +tmp diff --git a/translations/base-ar.yaml b/translations/base-ar.yaml index ac7f0c20..dec8295f 100644 --- a/translations/base-ar.yaml +++ b/translations/base-ar.yaml @@ -2,61 +2,51 @@ steamPage: shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. - discordLink: Official Discord - Chat with me! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Upon delivering the requested shapes you'll progress within the game and unlock upgrades to speed up your factory. + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - As the demand for shapes increases, you'll have to scale up your factory to meet the demand - Don't forget about resources though, you'll have to expand across the [b]infinite map[/b]! + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Soon you'll have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with them to satisfy the demand. + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - This game features 18 progressive levels (Which should already keep you busy for hours!) but I'm constantly adding new content - There's a lot planned! - - Purchasing the game gives you access to the standalone version which has additional features, and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game often and trying to push an update at least once every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Loading error: Error @@ -131,7 +121,9 @@ dialogs: text: "Failed to load your savegame:" confirmSavegameDelete: title: Confirm deletion - text: Are you sure you want to delete the game? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Failed to delete text: "Failed to delete the savegame:" @@ -191,8 +183,7 @@ dialogs: title: New Marker titleEdit: Edit Marker desc: Give it a meaningful name, you can also include a short - key of a shape (Which you can generate here) + key of a shape (Which you can generate here) markerDemoLimit: desc: You can only create two custom markers in the demo. Get the standalone for unlimited markers! @@ -208,6 +199,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Move @@ -345,6 +341,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Belts, Distributor & Tunnels @@ -363,6 +391,7 @@ buildings: deliver: Deliver toUnlock: to unlock levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Conveyor Belt @@ -433,8 +462,9 @@ buildings: input. quad: name: Painter (Quad) - description: Allows you to color each quadrant of the shape with a different - color. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Trash @@ -544,14 +574,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -574,9 +610,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now tunnel items @@ -589,9 +625,10 @@ storyRewards: variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -606,19 +643,20 @@ storyRewards: desc: You have unlocked a variant of the painter - It works as the regular painter but processes two shapes at once consuming just one color instead of two! - reward_painter_quad: - title: Quad Painting - desc: You have unlocked a variant of the painter - It allows - you to paint each part of the shape individually! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows you - to store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -653,17 +691,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -687,6 +720,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Settings categories: @@ -907,7 +957,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -916,6 +965,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: About this Game body: >- @@ -1000,3 +1051,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-cat.yaml b/translations/base-cat.yaml index 9dd78bc8..4751bf42 100644 --- a/translations/base-cat.yaml +++ b/translations/base-cat.yaml @@ -2,61 +2,52 @@ steamPage: shortText: shapez.io és un joc que té com a objectiu construir i automatitzar fàbriques per tal de produir figures cada cop més complexes en un mapa infinit. - discordLink: Discord Oficial (en Anglès) - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io es un joc relaxant en el qual has de construir fàbriques per a + la producció automàtica de formes geomètriques. - shapez.io és un joc que té com a objectiu construir i automatitzar fàbriques per tal de produir figures cada cop més complexes en un mapa infinit. + A mesura que el nivell augmenta, les formes esdevenen més complexes, i has d'explorar el mapa infinit. - Al lliurar les formes geomètriques sol·licitades, progressaràs i desbloquejaràs millores per accelerar la teva fàbrica. + Per si això no era suficient, la demanda de formes creixerà exponencialment, pel que hauràs d'escalar les teves fàbriques! - Com que la demanda de figures va augmentant, hauràs de augmentar proporcionalment la teva fàbrica per satisfer la demanda. Però no t'oblidis dels recursos, ja que t'hauràs d'expandre a través del [b]mapa infinit[/b]! + Mentre que al principi només processes formes, més envant les hauràs de colorejar, pel que necessitaràs extreure y mesclar colors! - Sovint, hauràs de començar a mesclar color i pintar les figures amb aquests; combina roig, verd i blau per produïr diferents colors i pintar les figures amb aquests per satisfer la demanda. + Si compres el joc a Steam tendràs accés al joc complet, però també pots jugar a la demo a shapez.io primer i decidir-te més tard! + title_advantages: "Avantatges de la versió completa:" + advantages: + - 12 Nous nivells per a un total de 26 nivells + - 18 Nous edificis per construir una fàbrica completament + automatitzada! + - 20 Nivells de millora per més hores de diversió! + - Actualització de Cablejat per a una dimensió totalment nova! + - Mode Oscur! + - Pots guardar jocs il·limitats + - Marcadors il·limitats + - Em dones suport! ❤️ + title_future: Contingut Planejat + planned: + - Llibreria de plànols (Exclusiu de la versió completa) + - Trofeus d'Steam + - Mode Puzzle + - Minimapa + - Mods + - Mode Sandbox + - ... i mot més! + title_open_source: Aquest joc és de codi obert! + title_links: Enllaços + links: + discord: Discord Oficial + roadmap: Full de ruta + subreddit: Subreddit + source_code: Codi font (GitHub) + translate: Ajuda a traduir-lo + text_open_source: >- + Qualsevol pot contribuir, i estic activament involucrat en la comunitat + i intent prestar atenció a tots els suggeriments i tenir en compte tots + el comentaris. - Aquest joc presenta 18 nivells progressius (Els quals ja haurien de mantenir-te ocupat durant hores!) però estic constantment afegint nou contingut. Tenim moltes coses planejades! - - La compra del joc et dona accés a versió independent amb característiques adicionals, i també rebràs accés a les noves característiques que es desenvolupin. - - [b]Ventatges de la Versió Independent[/b] - - [list] - [*] Mode Oscur - [*] Punts d'interès il·limitats - [*] Guardar partides il·limitades - [*] Configuracions Adicionals - [*] Pròximament: Cables i Energia! Objectiu (aproximadament) per finals de Juliol del 2020. - [*] Pròximament: Més Nivells - [*] Em permet seguir desenvolupant shapez.io ❤️ - [/list] - - [b]Futures Actualitzacions[/b] - - Actualitzo el joc sovint i intent treure una actualització nova per setmana! - - [list] - [*] Mapes i reptes diferents (p.e. mapes amb obstacles) - [*] Trencaclosques (Entrega la figura amb una àrea/conjunt d'edificis delimitats) - [*] Un "Mode Història" on els edificis tenen un cost - [*] Generador de mapes configurable (Configura el tamany/densitat de les formes/recursos, llavors i més) - [*] Formes geomètriques adicionals - [*] Millores de rendiment (El joc ja funciona força bé!) - [*] Moltes coses més! - [/list] - - [b]Aquest joc és de codi obert![/b] - - Qualsevol pot contribuir, estic involucrat activament en la comunitat i intento revisar tots els suggeriments i tenir en compte els comentaris sempre que sigui possible. Assegureu-vos de consultar el meu tauler de trello per obtenir el full de ruta complet! - - [b]Enllaços[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] + Assegura't de mirar el meu tauler de Trello per al full de ruta complet! global: loading: Carregant error: Error @@ -132,7 +123,9 @@ dialogs: text: "Ha ocurrit un error al intentar carregar la teva partida:" confirmSavegameDelete: title: Eliminar - text: Estàs segur que vols eliminar la partida guardada? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Error en eliminar text: "Ha ocurrit un error al intentar eliminar la teva partida:" @@ -193,10 +186,9 @@ dialogs: transportadores ja col·locades.
" createMarker: title: Nou Marcador - titleEdit: Edit Marker - desc: 'Dona-li un nom significatiu, també pots usar claus de - les figures (Pots generarles a: aquí)' + titleEdit: Editar Marcador + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: En la Demo només pots crear dos marcadors, aconsegueix la versió completa per gaudir de l'experiència completa! @@ -206,13 +198,18 @@ dialogs: conte que aquest procés pot ser molt lent i inclús crashear el teu joc! editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Configura la Senyal + descItems: "Tria un ítem predefinit:" + descShortKey: ... o introdueix uncódi de forma (El qual pots + generar aqui) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Canviar el nom. + desc: Canviar el nom de la partida guardada. + entityWarning: + title: Alerta de rendiment + desc: Has col·locat molts edificis, això és una alerta amistosa de que el joc no + pot suportar edificis infinits, així que intenta mantenir els teus + dissenys minimament compactes! ingame: keybindingsOverlay: moveMap: Moure @@ -351,7 +348,39 @@ ingame: connectedMiners: one_miner: 1 Miner n_miners: Miners - limited_items: Limited to + limited_items: Limitat a + watermark: + title: Versió demo + desc: Premeu aquí per veure les avantatges d'Steam! + get_on_steam: Comprar a Steam + standaloneAdvantages: + title: Aconsegueix la versió completa! + no_thanks: No, gràcies! + points: + levels: + title: 12 Nivells now + desc: Per a un total de 26 nivells! + buildings: + title: 18 Nous edificis + desc: Automatitza la teva fàbrica completament! + savegames: + title: Guarda ∞ partides + desc: Tantes com vulguis! + upgrades: + title: 20 Nivells de millora + desc: La versió demo només en té 5! + markers: + title: ∞ Marcadors + desc: Mai et perdis per el mapa! + wires: + title: Cables + desc: Una nova dimensió! + darkmode: + title: Mode Oscur + desc: Deixa de fer-te mal als ulls! + support: + title: Dona'm suport + desc: EL desenvolupo en el meu temps lliure! shopUpgrades: belt: name: Cintes transportadores, Distribuidors i Túnels @@ -370,6 +399,7 @@ buildings: deliver: Envia toUnlock: per a desbloquejar levelShortcut: NVL + endOfDemo: Fi de la Demo belt: default: name: Cinta transportadora @@ -380,9 +410,9 @@ buildings: name: Cable description: Permet transportar energia. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Cable + description: Transfereix senyals, que poden ser ítems, colors o booleà. Cables + de diferents colors no es connecten entre ells. miner: default: name: Extractor @@ -400,12 +430,12 @@ buildings: description: Permet transportar recursos per sota d'edificis i cintes. cutter: default: - name: Cisalla + name: Tallador description: Talla figures de dalt a baix i produeix les dues meitats. Si utilitzes sols una part, assegura't de destruir l'altra o es pararà! quad: - name: Cisalla (Quàdruple) + name: Tallador (Quàdruple) description: Talla figures en quatre parts. Si no utilitzes totes les parts, assegura't de destruir les altres o es pararà! rotater: @@ -416,8 +446,8 @@ buildings: name: Rotador (Antihorari) description: Rota formes en sentit antihorari 90 graus. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Rotador (180) + description: Rota formes 180 graus. stacker: default: name: Apilador @@ -441,124 +471,137 @@ buildings: description: Pinta les figures de l'esquerra amb el color de dalt. quad: name: Pintor (Quàdruple) - description: Permet pintar cadascun dels quadrants de forma diferent. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Paperera description: Acepta objectes de tots els costats i els destrueix. Permanentment. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Equilibrador + description: Multifuncional - Reparteix uniformament totes les entrades a totes + les sortides. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Fusionador (compacte) + description: Fusiona dues cintes transportadores en una. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Fusionador (compacte) + description: Fusiona dues cintes transportadores en una. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Divisor (compacte) + description: Divideix una cinta transportadora en dues. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Divisor (compacte) + description: Divideix una cinta transportadora en dues. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Emmagatzematge + description: Emmagatzema articles en excés fins a una capacitat determinada. + Prioritza la sortida esquerra i es pot utilitzar com a porta de + desbordament. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Encreuament de cablejat + description: Permet creuar dos cables sense conectar-los. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Senyal Constant + description: EEmet una senyal constant, que pot esser una forma, color o + booleana (1 / 0). lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Interruptor + description: Pot esser alternat per emetre una senyal booleana (1 / 0) a la capa + de cablejat. logic_gate: default: - name: AND Gate + name: Porta AND description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, color or boolean "1") not: name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + description: Emet una senyal booleana "1" si les dues entrades són vertaderes. + (Vertadera significa que la senyal és una forma, un color o la + senyal booleana "1"). xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: Porta XOR + description: Emet una senyal booleana "1" si i només si una de les senyals és + vertadera. (Vertadera significa que la senyal és una forma, un + color o la senyal booleana "1"). or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: Porta OR + description: Emet una senyal booleana "1" si una de les senyals és vertadera. + (Vertadera significa que la senyal és una forma, un color o la + senyal booleana "1"). transistor: default: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Deixa passar la senyal inferior si la senyal lateral és vertadera + (una forma, color o "1"). mirrored: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Deixa passar la senyal inferior si la senyal lateral és vertadera + (una forma, color o "1"). filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtre + description: Conecta una senyal per redirigir tots els ítems que coincideixin + amb la senyal a la part superior, i la resta a la dreta. També + es pot controlar amb senyals booleanes. display: default: - name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + name: Pantalla + description: Conecta una senyal per que es mostri a la pantalla. Pot ser una + forma, color o booleà reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Lector de cinta + description: Permet mesurar el rendiment de la cinta. Emet el darrer ítem llegit + a la capa de cablejat (un pic desbloquejada). analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Analitzador de formes + description: Analitza el quadrant superior dret de la capa més baixa de la forma + i retorna el color i la forma. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Comparador + description: Retorna una senyal booleana "1" si les dues senyals són exactament + iguales.Pot comparar formes, colors i booleans. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Tallador virtual + description: Talla la forma virtual en dues parts. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Rotador Virtual + description: Rota la forma virtual, tant en sentit horari com antihorari. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Desapilador Virtual + description: Extreu la capa superior a la sortida dreta i la resta a la sortida + esquerra. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Apilador Virtual + description: Apila la figura de l'entrada dreta damunt l'entrada esquerra. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Pintador Virtual + description: Pinta la capa de l'entrada inferior amb la figura de la entrada + dreta. + item_producer: + default: + name: Productor d'ítems + description: Només avaliable en mode "sandbox", emet la senyal de la capa de + cablejat a la capa normal. storyRewards: reward_cutter_and_trash: title: Tallar figures - desc: Acabes de desbloquejar la Cisalla - talla les figures per - la meitat de dalt a baix; sense importar la seva/ua - orientació!

Assegura't d'eliminar les parts que no utilitzes, - si no es pararà - Es per això que t'he donat una - paperera, utilitza-la! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotar desc: El Rotador s'ha desbloquejat! Rota formes en sentit @@ -582,10 +625,9 @@ storyRewards: s'apilarà damunt de la de l'esquerra! reward_splitter: title: Distribuïdor - desc: El distribuïdor multifuncional s'ha desbloquejat - Pot - ser utilitzat per a construir fàbriques més grans per mitjà de la - separació i fusió de figures de diferents - cintes!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: El túnel s'ha desbloquejat - Ara pots passar objectes a @@ -598,17 +640,18 @@ storyRewards: variants! reward_miner_chainable: title: Extractor en cadena - desc: Has desbloquejat el extractor en cadena! Pot - passar els seus recursos a altres extractors perquè - pugues extraure recursos més eficientment! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel de Nivell II desc: Has desbloquejat una nova variant del túnel - Té una major distància màxima, i ara pots mesclar tipus de túnels! reward_cutter_quad: - title: Cisalla quàdruple - desc: Has desbloquejat una variant de la cisalla - Et permet + title: Tallador quàdruple + desc: Has desbloquejat una variant de la tallador - Et permet tallar figures en quatre parts en lloc de sols en dos! reward_painter_double: @@ -616,20 +659,20 @@ storyRewards: desc: Has desbloquejat una variant del pintor - Funciona com el pintor regular però processa dos figures alhora, consumint sols un color en lloc de dos! - reward_painter_quad: - title: Pintor quàdruple - desc: Has desbloquejat una variant del pintor - Et permet - pintar cada part de la figura individualment! reward_storage: title: Magatzem de reserva - desc: Has desbloquejat una variant de la paperera - Et permet - emmagatzemar objectes fins a una capacitat màxima! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Joc lliure - desc: Ho has fet! Has desbloquejat el mode de joc lliure! Això - significa que les figures ara són generades aleatòriament! (No - t'angoixis/es, hi ha més contingut planejat per a la versió completa - - fora del web) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Plànols desc: Ara pots copiar i apegar/enxegar parts de la teva/ua @@ -648,68 +691,82 @@ storyRewards: desc: Enhorabona! Per cert, hi ha més contingut planejat per a la versió completa - fora del web! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Equilibrador + desc: Has desbloquejat el multifuncional equilibrador! Pot + ésser emprat per construir fàbriques més grans dividint i + fusionant ítems a múltiples cintes!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Fusionador Compacte + desc: Has desbloquejat una variant fusionadora de + l'equilibrador. Accepta dues entrades i les fusiona + en una cinta! reward_belt_reader: - title: Belt reader + title: Lector de cinta desc: You have now unlocked the belt reader! It allows you to measure the throughput of a belt.

And wait until you unlock wires - then it gets really useful! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Rotador (180 graus) + desc: Acabes de desbloquejar un altre rotador!. Et permet rotar + una forma 180 graus. reward_display: - title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + title: Pantalla + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Senyal constant + desc: >- + Has desbloquejat l'emisor de senyal constant a la + capa de cables! És molt util per conectar-los a filtres + d'ítems, per exemple.

Pot emetre una + forma, color or + booleà (1 / 0). reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Portes lògiques + desc: Has desbloquejat les portes lògiques! No fa falta + t'emocionis per això, però és molt guai!

Amb aquestes portes + lògiques pots computar operacions AND, OR, XOR i NOT.

També + tens disponible un transistor! reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Processament Virtual + desc: Acabes de desbloquejar un munt de nous edificis que et permeten + simular el processament de figures!

Ara + pots simular una tallador, rotador, apilador i més a la capa de + cables! Amb això ara tens tres opcions per continuar el + joc:

- Construir una màquina automàtica + que crea totes les formes demanades per el NEXE (Recoman + provar-ho!).

- Construir algo guai amb cables.

- + Continua jugant normalment.

Triis el que triis, recorda + passar-ho bé! + reward_wires_painter_and_levers: + title: Cables i Pintador Quàdruple + desc: "\"Has desbloquejat la Capa de Cables: És una capa + separada damunt la capa normal i introdueix moltes mecàniques + noves!

Per començar t'he desbloquejat el Pintador + Quàdruple. Conecta les ranures que vols pintar a la capa de + Cables!

Per canviar a la capa de Cables, prem + E.\"" + reward_filter: + title: Filtre d'Ítems + desc: Has desbloquejat el Filtre d'Ítems! Filtrarà els ítems a + la part superior o a la part dreta depenent de si coincideixen amb + la senyal de la capa de Cables o no.

També pots conectar-li + una senyal booleana (1 / 0) per encendra-la per complet o apagarla. + reward_demo_end: + title: Final de la Demo + desc: Has arribat al final de la Demo! settings: title: Opcions categories: general: General - userInterface: User Interface - advanced: Advanced - performance: Performance + userInterface: Interfície d'Usuari + advanced: Avançat + performance: Rendiment versionBadges: dev: Desenvolupament - staging: Staging + staging: Posada en escena prod: Producció buildDate: Generat labels: @@ -819,47 +876,48 @@ settings: description: Desactiva els diàlegs d'advertència que es mostren en tallar / suprimir més de 100 entitats. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Volum de sò + description: Defineix el volum dels sons musicVolume: - title: Music Volume - description: Set the volume for music + title: Volum de música + description: Defineix el volum de la música lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Map de Recursos de Baixa Qualitat + description: Simplifica la renderització dels recursos en el mapa al fer zoom + per millorar el rendiment. Fins i tot es veu més net, així que + assegureu-vos de provar-ho! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Desactiva la Graella + description: Desactivar la graella pot ajudar al rendiment. També fa que el joc + es vegi més net! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Esborreu el cursor en fer clic amb el botó dret + description: Encés per defecte, borra el cursor quan es prem el botó dret + mentres hi ha un edifici seleccionat. Si es desactiva, pots + eliminar edificis prement amb el botó dret mentres col·loques un + altre edifici. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Textures de baixa qualitat (Molt lleig) + description: Emprar textures de baixa qualitat per millorar el rendiment. Aixó + farà que el joc sigui molt lleig! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Mostrar les vores dels Chunks + description: El joc està dividit en chunks de 16x16 caselles. Si es selecciona + aquesta opció, les vores dels chunks es mostraràn. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Triar el miner a la zona de recursos + description: Seleccionat per defecte, es selecciona el miner si empres la pipeta + damunt una zona de recursos. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Cintes simplificades (Lleig) + description: No renderitze els ítems de les cintes fins que passis el ratolí per + sobre, per millorar el rendiment.No recoman usar aquesta opció + si no necessites un augment de rendiment. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Activa el desplaçament del ratolí + description: Permet moure el mapa quan mous el cursor a les vores de la + pantalla. La velocitat de moviment depèn de la configuració de + Velocitat de Moviment. rangeSliderPercentage: % keybindings: title: Combinacions de tecles @@ -896,7 +954,7 @@ keybindings: belt: Cinta transportadora underground_belt: Túnel miner: Extractor - cutter: Cisalla + cutter: Tallador rotater: Rotador stacker: Apilador mixer: Mesclador de colors @@ -905,13 +963,13 @@ keybindings: wire: Cable pipette: Pipeta rotateWhilePlacing: Rotar - rotateInverseModifier: "Modifier: Rotar en sentit antihorari" + rotateInverseModifier: "Modificador: Rotar en sentit antihorari" cycleBuildingVariants: Rotar les Variants confirmMassDelete: Eliminar àrea pasteLastBlueprint: Afferar el darrer pla cycleBuildings: Rotar els Buildings lockBeltDirection: Habilitar el planificador de cintes transportadores - switchDirectionLockSide: "Planner: Canviar costat" + switchDirectionLockSide: "Planificador: Canviar costat" massSelectStart: Manteniu premut i arrossegueu per començar massSelectSelectMultiple: Seleccionar múltiples àrees massSelectCopy: Copiar àrea @@ -919,20 +977,21 @@ keybindings: placementDisableAutoOrientation: Desactivar orientació automàtica placeMultiple: Mantenir-se en mode de col·locació placeInverse: Invertir orientació automàtica de les cintes transportadores - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing - display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter + balancer: Equilibrador + storage: Emmagatzematge + constant_signal: Senyal Constant + logic_gate: Porta lògica + lever: Interruptor (regular) + filter: Filtre + wire_tunnel: Creuament de Cables + display: Pantalla + reader: Lector de cinta + virtual_processor: Tallador Virtual transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + analyzer: Analitzador de Figura + comparator: Comparador + item_producer: Productor d'items (Sandbox) + copyWireValue: "Cables: Copiar valor davall el cursor" about: title: Sobre aquest Joc body: >- @@ -958,62 +1017,78 @@ demo: exportingBase: Exportar la base com a Imatge settingNotAvailable: No disponible en la versió de demostració. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - El NEXE accepta qualsevol tipus d’entrada, no només la forma actual. + - Assegureu-vos que les vostres fàbriques siguin modulars; donarà els seus + fruits. + - No construïu massa a prop del NEXE, ja que serà un enorme caos. + - Si l'apilament no funciona, proveu de canviar les entrades. + - Podeu canviar la direcció del planificador de cinturons prement R . + - Mantenir premut CTRL permet arrossegar cinturons sense orientació + automàtica. + - Les proporcions continuen igual, sempre que totes les millores de + velocitat es facin al mateix nivell. + - L’execució en sèrie és més eficient que la paral·lela. + - Desbloquejaràs més variants d’edificis més endavant en el joc. + - Podeu utilitzar T per canviar entre diferents variants. + - La simetria és clau! + - Podeu teixir diferents nivells de túnels. + - "Intenteu construir fàbriques compactes: donarà els seus fruits!" + - El pintor té una variant reflectida que podeu seleccionar amb T + - Tenir les relacions constructives adequades maximitzarà l’eficiència. + - Al nivell màxim, 5 extractors ompliran un sol cinturó. + - No us oblideu dels túnels! + - No cal dividir els articles de manera uniforme per obtenir una eficiència + completa. + - Mantenint premut SHIFT s’activarà el planificador de cinturons, + cosa que us permetrà col·locar llargues línies de cinturons fàcilment. + - Els talladors sempre tallen verticalment, independentment de la seva + orientació. + - Per obtenir blanc barregeu els tres colors primaris. + - La memòria intermèdia d’emmagatzematge prioritza la primera sortida. + - "Invertiu temps per crear dissenys repetibles: val la pena." + - Si mantingueu CTRL permet col·locar diversos edificis. + - Podeu mantenir premut ALT per invertir la direcció dels cinturons + col·locats. + - L’eficiència és clau! + - Les formes geomètriques que apareixen més lluny del NEXE són més complexes. + - Les màquines tenen una velocitat limitada, dividiu-les per obtenir la + màxima eficiència. + - Utilitzeu equilibradors per maximitzar la vostra eficiència. + - L’organització és important. Intenteu no creuar massa els transportadors. + - Planifiqueu amb antelació, o serà un enorme caos! + - No borreu les vostres antigues fàbriques! Les necessitareu per + desbloquejar actualitzacions. + - Proveu de superar el nivell 20 pel vostre compte abans de buscar ajuda. + - No compliqueu les coses, intenteu ser senzill i arribareu molt lluny. + - És possible que hàgiu de tornar a utilitzar fàbriques més endavant del + joc. Planifiqueu les vostres fàbriques de forma que puguin ser + reutilitzables. + - De vegades, podeu trobar una forma necessària al mapa sense crear-la amb + apiladors. + - Els molins de vent o molins de vent complets mai no poden generar de forma + natural. + - Pinteu les formes abans de tallar per obtenir la màxima eficiència. + - Amb els mòduls, l’espai és només una percepció; una preocupació per als + homes mortals. + - Feu una fàbrica de plànols independent. Són importants per als mòduls. + - Feu una ullada més de prop al mesclador de colors i les vostres preguntes + seran contestades. + - Utilitzeu CTRL + Feu clic per seleccionar una àrea. + - Construir massa a prop del centre pot dificultar els projectes posteriors. + - La icona de fixació situada al costat de cada forma de la llista + d'actualitzacions la fixa a la pantalla. + - Barregeu tots els colors primaris per fer blanc. + - Teniu un mapa infinit, no restringiu la vostra fàbrica, amplieu-la. + - També proveu Factorio! És el meu joc preferit. + - El tallador de quadres talla en sentit horari a partir de la part superior + dreta. + - Podeu descarregar els vostres jocs desats al menú principal. + - Aquest joc té moltes combinacions de tecles útils. Assegureu-vos de + consultar el fitxer pàgina de configuració. + - Aquest joc té moltes opcions de configuració, no oblideu consultar-les. + - El marcador del concentrador té una petita brúixola per indicar-ne la + direcció. + - Per netejar els cinturons, talleu la zona i enganxeu-la al mateix lloc. + - Premeu F4 per mostrar la vostra tarifa FPS i Tick. + - Premeu F4 dues vegades per mostrar el mosaic del ratolí i la càmera. + - Podeu fer clic a una forma fixada al costat esquerre per desenganxar-la. diff --git a/translations/base-cz.yaml b/translations/base-cz.yaml index 35429076..d8bab568 100644 --- a/translations/base-cz.yaml +++ b/translations/base-cz.yaml @@ -1,59 +1,51 @@ steamPage: shortText: shapez.io je hra o stavbě továren pro automatizaci výroby a kombinování čím dál složitějších tvarů na nekonečné mapě. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io je relaxační hra, ve které musíte stavět továrny pro + automatizaci výroby geometrických tvarů. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. + Jak se zvyšuje úroveň, tvary se stávají stále složitějšími a vy se musíte rozšířit po nekonečné mapě. - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! + A jako by to nestačilo, musíte také produkovat exponenciálně více, abyste uspokojili požadavky - jediná věc, která pomáhá, je škálování! - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. + Zatímco tvary zpracováváte pouze na začátku, musíte je později obarvit - k tomu musíte těžit a míchat barvy! - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! - - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Koupením hry na platformě Steam vám dá přístup k plné verzi hry, ale také můžete hrát demo verzi na shapez.io a potom se můžete rozhodnou jestli hru koupíte! + title_advantages: Samostatné výhody + advantages: + - 12 Nových úrovní celkem 26 úrovní + - 18 Nových budov pro plně automatizovanou továrnu! + - 20 vylepšení pro mnoho hodin zábavy! + - Wires Update pro zcela nové rozměry! + - Dark Mode! + - Neomezené Savegames + - Neomezené značky + - Podpořte mě! ❤️ + title_future: Plánovaný kontent + planned: + - Blueprintová knihovna (Samostatně exkluzivní) + - Steam Achievements + - Puzzle Mode + - Minnimapa + - Mody + - Sandbox mode + - ... a o hodně víc! + title_open_source: Tato hra je open source! + title_links: Odkazy + links: + discord: Officiální Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Pomozte přeložit hru! + text_open_source: |- + Kdokoli může přispět, aktivně se zapojit do komunity, + pokusit se zkontrolovat všechny návrhy a vzít v úvahu zpětnou vazbu + kde je to možné. + + Nezapomeňte se podívat na můj trello board, kde najdete kompletní plán! global: loading: Načítám error: Chyba @@ -104,7 +96,7 @@ mainMenu: newGame: Nová hra madeBy: Vytvořil subreddit: Reddit - savegameUnnamed: Unnamed + savegameUnnamed: Nepojmenovaný dialogs: buttons: ok: OK @@ -129,7 +121,9 @@ dialogs: text: "Nepovedlo se načíst vaši uloženou hru:" confirmSavegameDelete: title: Potvrdit smazání - text: Opravdu chcete smazat hru? + text: Jste si jisti, že chcete smazat tuto uloženou hru?

+ '' s úrovní

Tato akce je + nevratná! savegameDeletionError: title: Chyba mazání text: "Nepovedlo se smazat vaši uloženou hru:" @@ -179,9 +173,8 @@ dialogs: umístěných pásů.
" createMarker: title: Nová značka - desc: Pojmenuj jí nějak výstižně, též ji můžeš doplnit zkratkou - pro tvar (Kterou si můžete vytvořit zde) + desc: Použijte smysluplný název, můžete také zahrnout krátký + klíč tvaru (který můžete vygenerovat zde) titleEdit: Upravit značku markerDemoLimit: desc: V ukázce můžete vytvořit pouze dvě značky. Získejte plnou verzi pro @@ -199,13 +192,17 @@ dialogs: title: Potvrdit vyjmutí desc: Nemůžeš si dovolit vložení této oblasti! Skutečně ji chceš vyjmout? editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Nastavte signál + descItems: "Vyberte předdefinovanou položku:" + descShortKey: ... nebo zadejte krátký klíč tvaru (který + můžete vygenerovat zde) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Přejmenovat uloženou hru + desc: Zde můžeš přejmenovat svoji uloženou hru. + entityWarning: + title: Varování výkonu + desc: Umístili jste spoustu budov, to je jen přátelská připomínka. Hra nezvládne + nekonečný počet budov - zkuste udržet své továrny kompaktní! ingame: keybindingsOverlay: moveMap: Posun mapy @@ -226,7 +223,7 @@ ingame: copySelection: Kopírovat clearSelection: Zrušit výběr pipette: Kapátko - switchLayers: Změnit vrstvi + switchLayers: Změnit vrstvy buildingPlacement: cycleBuildingVariants: Zmáčkněte pro přepínání mezi variantami. hotkeyLabel: "Klávesová zkratka: " @@ -246,7 +243,7 @@ ingame: notifications: newUpgrade: Nová aktualizace je k dispozici! gameSaved: Hra byla uložena. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Level byl dokončen! shop: title: Vylepšení buttonUnlock: Vylepšit @@ -334,15 +331,47 @@ ingame: cyan: Tyrkysová white: Bílá uncolored: Bez barvy - black: Black + black: Černá shapeViewer: title: Vrstvy empty: Prázdné copyKey: Copy Key connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 Extraktor + n_miners: Extraktorů + limited_items: Limit je + watermark: + title: Demo verze + desc: Kliknutím sem zobrazíte výhody Steam verze! + get_on_steam: Získejte na steamu + standaloneAdvantages: + title: Získejte plnou verzy! + no_thanks: Ne, děkuji! + points: + levels: + title: 12 Nových úrovní + desc: Celkem 26 úrovní! + buildings: + title: 18 Nových budov + desc: Plně automatizujte svou továrnu! + savegames: + title: ∞ Uložených her + desc: Tolik, kolik vaše srdce touží! + upgrades: + title: 20 vylepšení + desc: Tato demo verze má pouze 5! + markers: + title: ∞ Značek + desc: Nikdy se neztraťte ve své továrně! + wires: + title: Kabely + desc: Zcela nový rozměr! + darkmode: + title: Dark Mode + desc: Přestanou vás bolet oči! + support: + title: Podpořte mě + desc: Vyvíjím to ve svém volném čase! shopUpgrades: belt: name: Pásy, distribuce & tunely @@ -361,11 +390,12 @@ buildings: deliver: Dodejte toUnlock: pro odemčení levelShortcut: LVL + endOfDemo: konec Demo verze belt: default: name: Dopravníkový pás - description: Přepravuje tvary a barvy, přidržením můžete umístit více pásů za - sebe tahem. + description: Přepravuje tvary a barvy, přidržením můžete tahem umístit více pásů + za sebou. miner: default: name: Extraktor @@ -398,10 +428,10 @@ buildings: description: Otáčí tvary o 90 stupňů po směru hodinových ručiček. ccw: name: Rotor (opačný) - description: Otáčí tvary o 90 stupňů proti směru hodinových ručiček + description: Otáčí tvary o 90 stupňů proti směru hodinových ručiček. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Rotor (180°) + description: Otáčí tvary o 180 stupňů. stacker: default: name: Kombinátor @@ -420,135 +450,135 @@ buildings: description: Obarví tvary z levých vstupů barvou z horního vstupu. quad: name: Barvič (čtyřnásobný) - description: Umožňuje obarvit každý dílek tvaru samostatně. + description: Umožnuje obarvit každou čtvrtinu tvaru individuálně. Jen + čtvrtiny se vstupy barev s logickým signálem na vrstvě kabelů + budou obarveny! mirrored: name: Barvič description: Obarví celý tvar v levém vstupu barvou z pravého vstupu. trash: default: name: Koš - description: Příjmá tvary a barvy ze všech stran a smaže je. Navždy. + description: Přijímá tvary a barvy ze všech stran a smaže je. Navždy. wire: default: name: Kabel description: Dovoluje přenos energie. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Kabel + description: Dovoluje přenos energie. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Vyvažovač + description: Multifunkční - Rozděluje vstupy do výstupy. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Spojovač (kompaktní) + description: Spojí dva pásy do jednoho. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Spojovač (kompaktní) + description: Spojí dva pásy do jednoho. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Rozdělovač (kompaktní) + description: Rozdělí jeden pás na dva. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Rozdělovač (kompaktní) + description: Rozdělí jeden pás na dva. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Sklad + description: Skladuje přebytečné věci až do naplnění kapacity. Může být použit na + skladování surovin navíc. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Křížení kabelů + description: Umožňuje křížení dvou kabelů bez jejich spojení. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Konstantní signál + description: Vydává konstantní signál, který může mít tvar, barvu nebo logickou + hodnotu (1 / 0). lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Přepínač + description: Lze přepínat, aby vydával signál (1/0) na vrstvě vodičů, pomocí + kterého lze například ovládat filtr tvarů a barev. logic_gate: default: name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + description: Vysílá signál "1" pokud oba vstupy vysílají signál. not: name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + description: Vysílá signál "1" pokud oba vstupy nevysílají signál. xor: name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + description: Vysílá signál "1" pokud jeden vstup vysílá signál, ale druhý vstup + nevysílá signál. or: name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + description: Vysílá signál "1" pokud jeden vstup vysílá signál. transistor: default: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: Tranzistor + description: Přeposílá spodní vstup, pokud boční vstup vysílá signál. mirrored: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: Tranzistor + description: Přeposílá spodní vstup, pokud boční vstup vysílá signál. filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtr + description: Připojte signál k třídění tvarů a barev. display: default: name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + description: Připojte signál a zobrazte jej na displeji - může to být tvar nebo + barva. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Čtečka pásů + description: Umožňuje měřit průměrnou propustnost pásu. Výstup čte poslední + položku ve vrstvě kabelů. analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Analyzátor tvarů + description: Analyzuje pravou horní část nejnižší vrstvy tvaru a vrací tvar a + barvu. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Porovnávač + description: Vrátí signál „1“, pokud jsou oba signály přesně stejné. Může + srovnávat tvary, předměty a signály. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Virtuální pila + description: Virtuálně rozřízne tvar svisle na dvě části. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Virtuální rotor + description: Virtuálně otáčí tvary o 90 stupňů po směru hodinových ručiček. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Virtuální extrahátor + description: Virtuálně extrahuje nejvyšší vrstvu do pravého výstupu a zbývající + do levé. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Virtuální kombinátor + description: Virtuálně Spojí tvary dohromady. Pokud nemohou být spojeny, pravý + tvar je položen na levý. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Virtual barvič + description: Virtuálně obarví celý tvar v levém vstupu barvou z pravého vstupu. + item_producer: + default: + name: Výrobník předmětů + description: Dostupný pouze v sandboxovém módu, vydává daný signál z + vrstvy kabelů na běžnou vrstvu. storyRewards: reward_cutter_and_trash: title: Řezání tvarů - desc: Právě jste odemknuli pilu - řeže tvary - svisle bez ohledu na svou - orientaci!

Nezapomeňte se zbavovat odpadu, jinak se - vám zasekne produkce - pro tento účel jsem vám odemknul - koš, který můžete použít na mazání odpadu! + desc: Právě jste odemkli pilu, která řeže tvary + svisle na poloviny bez ohledu na její + orientaci!

Nezapoměňte se zbavit zbytku tvarů, jinak + se vám produkce zasekne - za tímto účelem + jsem vám dal koš, který smaže + vše, co do něj vložíte! reward_rotater: title: Otáčení desc: Rotor byl právě odemčen! Otáčí tvary po směru hodinových @@ -570,9 +600,9 @@ storyRewards: vpravo se nalepí na tvar vlevo! reward_splitter: title: Rozřazování/Spojování pásu - desc: Multifuknční balancer byl právě odemčen - Může být použít - pro stavbu větších továren díky tomu, že rozřazuje - tvary mezi dva pásy!

+ desc: Právě jste odemkli rozdělovací variantu + vyvažovače - Přijímá jeden vstup a rozdělí ho + na dva! reward_tunnel: title: Tunel desc: Tunel byl právě odemčen - Umožňuje vézt suroviny pod @@ -584,9 +614,10 @@ storyRewards: 'T' pro přepnutí mezi variantami! reward_miner_chainable: title: Napojovací extraktor - desc: Odemknuli jste variantu extraktoru! Může - přesměrovat vytěžené zdroje do dalších extraktorů - pro efektivnější těžbu! + desc: "Právě jste odemkli napojovací extraktor! Může + předat své zdroje ostatním extraktorům, čímž + můžete efektivněji těžit více zdrojů!

PS: Starý + extraktor bude od teď nahrazen ve vašem panelu nástrojů!" reward_underground_belt_tier_2: title: Tunel II. úrovně desc: Odemknuli jste tunel II. úrovně - Má delší @@ -600,19 +631,20 @@ storyRewards: desc: Odemknuli jste variantu barviče - Funguje stejně jako normální, ale nabarví dva tvary naráz pomocí jedné barvy! - reward_painter_quad: - title: Čtyřstranné barvení - desc: Odemknuli jste variantu painter - Umožní vám nabarvit - každou čtvrtinu tvaru jinou barvou! reward_storage: title: Sklad - desc: Odemknuli jste variantu koše - Umožňuje vám skladovat - věci až do určité kapacity! + desc: Právě jste odemkli sklad - Umožnuje skladovat přebytečné věci + až do naplnění kapacity!

Dává prioritu levému + výstupu, takže ho také můžete použít jako průtokovou bránu! reward_freeplay: title: Volná hra - desc: Dokázali jste to! Odemknuli jste volnou hru! Další tvary - jsou již náhodně generované! (pro plnou verzi plánujeme více - obsahu!) + desc: Zvládli jste to! Odemkli jste mód volné hry! To znamená, + budou od teď náhodně generovány!

+ Vzhledem k tomu, že Hub nadále potřebuje propustnost + , především doporučuji postavit továrnu, která automaticky + doručí požadovaný tvar!

Hub vysílá požadovaný + tvar na vrstvu kabelů, takže jediné co musíte udělat, je analyzovat tvar a + automaticky nastavit svou továrnu dle této analýzy. reward_blueprints: title: Plány desc: Nyní můžete kopírovat a vkládat části továrny! Vyberte @@ -630,58 +662,70 @@ storyRewards: title: Další úroveň desc: Gratuluji! Mimochodem, více obsahu najdete v plné verzi! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Vyvažovač + desc: Multifunkční vyvažovač byl odemknut - Může + být použit ke zvětšení vašich továren rozdělováním a spojováním + předmětů na několik pásu!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Kompaktní spojovač + desc: Právě jste odemkli spojovací variantu + vyvažovače - Přijímá dva vstupy a spojí je + do jednoho! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Čtečka pásů + desc: Právě jste odemkli čtečku pásů! Umožnuje vám + změřit propustnost pásu.

A počkejte na odemčení + kabelů - později to bude velmi užitečné! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Rotor (180°) + desc: Právě jste odemkli 180 stupňoví rotor! - Umožňuje + vám otáčet tvar o 180 stupňů! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "Právě jste odemkli Display - Připojte signál ve + vrstvě kabelů pro vizualizaci!

PS: Všimli jste si, že čtečka + pásů a sklad vysílájí jejich poslední přečtěný předmět? Zkuste ho ukázat na + displeji!" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Konstantní signál + desc: Právě jste odemkli konstantní signál na vrstvě + kabelů! Tohle je například užitečné pro připojení k filtrům předmětů + .

Konstantní signál může vysílat + tvar, barvu nebo + logickou hodnotu (1 / 0). reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Logické brány + desc: Právě jste odemkli logické brány! Nemusíte být zrovna nadšení, + ale ve skutečnosti je to celkem cool!

S těmito bránami + můžete propočítat AND, OR, XOR a NOT operace.

Jako + bonus navíc vám také zpřístupním tranzistor! reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Virtuální zpracování + desc: Právě jsem zpřístupnil spoustu nových budov, které vám umožní + simulovat výrobu různých tvarů!

Můžete + teď také simulovat pilu, rotor, kombinátor a mnoho dalšího na vrstvě kabelů! + Nadále máte tři možnosti, jak pokračovat ve hře:

- + Postavit automatickou továrnu k vytvoření jakéhokoliv + tvaru požadovaného Hubem (Doporučuji to alespoň vyzkoušet!).

- Postavit + něco zajímavého s použitím kabelů.

- Pokračovat ve hře + pravidelně.

Bez ohledu na tvou volbu, nezapomeň si svou hru užít! + reward_wires_painter_and_levers: + title: Kabely a čtyřnásobný barvič + desc: "Právě jste odemkli vrstvu kabelů: Je to samostatná + vrstva navíc oproti běžné vrstvě a představuje spoustu nových + možností!

Do začátku jsem zpřístupnil čtyřnásobný + barvič - Připojte vstupy, které byste chtěli obarvit + na vrstvě kabelů!

Pro přepnutí mezi vrstvami stiskněte klávesu + E." + reward_filter: + title: Filtr předmětů + desc: Právě jste odemkli filtr předmětů! Nasměruje předměty buď + na horní nebo pravý výstup podle toho, zda se shodují + nebo neshodují se signálem na vrstvě kabelů.

Také můžete vyslat logickou hodnotu + (1 / 0) pro zapnutí nebo kompletní vypnutí filtru. + reward_demo_end: + title: Konec demo verze + desc: Právě jste dosáhli konce demo verze! settings: title: Nastavení categories: @@ -792,52 +836,52 @@ settings: description: Zapné různé nástroje, které vám umožní hrát hru i pokud jste barvoslepí. rotationByBuilding: - title: Rotation by building type - description: Each building type remembers the rotation you last set it to - individually. This may be more comfortable if you frequently - switch between placing different building types. + title: Rotace dle typu budov + description: Každý typ budovy si zapamatuje poslední rotaci, na kterou jste je individuálně + nastavili. Tohle může být pohodlnější pokud často + přepínáte mezi pokládáním budov různých typů. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Hlasitost zvuků + description: Nastavte hlasitost zvukových efektů musicVolume: - title: Music Volume - description: Set the volume for music + title: Hlasitost hudby + description: Nastavte hlasitost hudby lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Nižší kvalita zdrojů na mapě + description: Zjednoduší vykreslování zdrojů na mapě při přiblížení pro + zlepšení výkonu. Také to zlepšuje vzhled hry, takže neváhejte toto nastavení + vyzkoušet! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Vypnout mřížku + description: Vypnutí mřížky částic může pomoct s výkonem. Toto nastavení + zlepšuje vzhled hry! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Uvolní kurzor při kliknutím pravým tlačitkem + description: Povoleno dle výchozího nastavení, uvolní kurzor pokaždé co kliknete pravým tlačítkem, + když máte budovu vybranou pro pokládání. Při vypnutí, + můžete smazat budovy při kliknutí pravým tlačikem spolu s položením dalších + budov. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Nižší kvalita textur (Horší vzhled) + description: Používá nižší kvalitu textur pro zlepšení výkonu. Toto nastavení + zhorší vzhled hry! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Zobrazit hranice oblastí + description: Hra je rozdělena na oblasti 16x16 částic. Pokud je toto nastavení povolené, + zobrazí se hranice těchto oblastí. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Vybrat extraktor na naležistě zdrojů + description: Povoleno dle výchozího nastavení, vybere extraktor, pokud použijete kapátko pro + kliknutí na nalezistě zdrojů. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Zjednodušené pásy (Horší vzhled) + description: Nevykresluje předměty na pásech, pokud nad nimi nepřejíždíte kurzorem, pro ušetření + výkonu. Nedoporučuji hrát s tímto nastavením, pokud + opravdu nepotřebujete ušetřit výkon. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Posouvání myší + description: Umožnuje posouvání po mapě, pokud myší přejedete na okraj + obrazovky. Rychlost žáleží na nastavení rychlosti pohybu. rangeSliderPercentage: % keybindings: title: Klávesové zkratky @@ -895,22 +939,23 @@ keybindings: switchDirectionLockSide: Otočit strany zámku plánovače pipette: Kapátko menuClose: Zavřít menu - switchLayers: Změnit vrstvi + switchLayers: Změnit vrstvy wire: Kabel - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing + balancer: Vyvažovač + storage: Sklad + constant_signal: Konstantní signál + logic_gate: Logická brána + lever: Přepínač (běžný) + filter: Filtr + wire_tunnel: Křížení kabelů display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter - transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + reader: Čtečka pásů + virtual_processor: Virtuální pila + transistor: Tranzistor + analyzer: Analyzátor tvarů + comparator: Porovnávač + item_producer: Výrobník předmětů (Sandbox) + copyWireValue: "Kabely: Zkopírovat hodnotu pod kurzorem" about: title: O hře body: >- @@ -936,62 +981,63 @@ demo: exportingBase: Exportovat celou základnu jako obrázek settingNotAvailable: Nedostupné v demo verzi. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - Hub přijímá vstup jakéhokoliv tvaru, nejen právě požadovaný tvar! + - Ujistěte se, že vaše továrny jsou rozšiřitelné - vyplatí se to! + - Nestavte přilíš blízko Hubu nebo vznikne velký chaos! + - Pokud skládání nefunguje, zkuste prohodit vstupy. + - Směr plánovače pásů můžete změnit stisknutím klávesy R. + - Držení klávesy CTRL umožnuje natažení pásů bez auto-orientace. + - Poměry zůstávají stejné, dokud jsou všechny vylepšení na stejné úrovní. + - Sériové zapojení je efektivnější nez paralelní. + - V průběhu hry později odemknete další varianty mnoha budov! + - Můžete použít klávesu T k přepnutí mezi různými variantami. + - Symetrie je klíčová! + - Můžete proplétat různé úrovně tunelů. + - Snažte se postavit kompaktní továrny - vyplatí se to! + - Barvič má zrcadlově otočenou variantu, kterou můžete vybrat klávesou T + - Užití správné kombinace vylepšení maximalizuje efektivitu. + - Na maximální úrovní, 5 extraktorů zaplní jeden celý pás. + - Nezapomeňte na tunely! + - Pro plnou efektivitu nemusíte rozdělovat předměty rovnoměrně. + - Držení klávesy SHIFT spolu s pásy aktivuje plánovač pásy, který vám snadno umožní + postavit dlouhé řady pásů. + - Pily řežou vždy svisle, bez ohledu na jejich orientaci. + - Smícháním všech 3 barev získáte bílou barvu. + - Sklad preferuje levý výstup. + - Investujte čas pro vytvoření opakovatelných designů - ulehčí vám to pozdější expanzy! + - Držení klávesy CTRL umožnuje postavit více budov stejného typu. + - Můžete podržet klávesu ALT k obrácení směru pokládaných pásů. + - Efektivita je klíčová! + - Nalezistě zdrojů, které jsou více vzdálené od Hubu, jsou větší. + - Továrny mají omezenou rychlost, rozdělte předměty pro vyšší efektivitu. + - Použijte vyvažovače pro maximalizaci efektivity. + - Organizace je důležitá. Zkuste nekřížit příliš mnoho pásů. + - Plánujte dopředu, abyste předešli vzniku velkého chaosu! + - Neodstraňujte své staré továrny! Budete je potřebovat pro další vylepšení. + - Před vyhledáním pomoci zkuste sami porazit úroveň 20! + - Snažte se věci nekomplikovat, zůstaňtě u jednoduchých designů a dostanete se daleko. + - Možná budete muset použít stejné továrny i v budoucnu. Vytvořte své továrny takovým stylem, + abyste je mohli použít i v dalších případech. + - V nektěrých případech můžete najít celý požadovaný tvar bez nutnosti jeho výroby s pomocí + kombinátorů. + - Celý tvar typu mlýnu se na mapě nikdy nevyskytne. + - Obarvěte své tvary před řezáním pro zvýšení efektivity. + - S moduly, prostor je pouze vnímáním; starost pro smrtelníky. + - Vytvořtě si samostatnou továrnu jen na plány (blueprinty). Jsou důležité pro moduly. + - Podívejte se zblízka na míchač barev, a vaše otázky budou odpovězeny. + - Použijte klávesu CTRL a myš pro označení oblasti. + - Pokud stavíte příliš blízko Hubu, v budoucnu můžete narazit na problémy s dalšími projekty. + - Ikona připínáčku vedle každého tvaru vám umožnuje připnout tvar, čímž se vám bude neustále zobrazovat vlevo na obrazovce. + - Smíchejte všechny základní barvy pro vytvoření bílé barvy! + - Vaše mapa je nekonečná, nesnažte se postavit továrnu na malinkém prostoru, rozšiřte se do okolí! + - Neváhejte vyzkoušet hru Factorio! Je to má oblíbená hra. + - Rozebírač funguje po směru hodinových ručiček, počínaje pravým horním rohem! + - V hlavním menu můžete stáhnout své uložené hry! + - Tato hra má spoustu užitečných klávesových zkratek! Určitě si je projděte v + nastavení. + - Tato hra má spoustu nastavení, určitě si je projděte! + - Značka Hubu má vedle sebe malý kompas, který ukazuje směr k Hubu! + - Pro vyčistění pásů, vyjměte budovy z prostoru a pak je zkopírujte zpět na stejné místo. + - Stisknutím F4 zobrazíte FPS a rychlost ticků. + - Stisknutím F4 dvakrát zobrazíte častici myši a kamery. + - Můžete kliknout na připínáček vlevo vedle připnutého tvaru k jeho odepnutí. diff --git a/translations/base-da.yaml b/translations/base-da.yaml index b8cad180..91ed4a03 100644 --- a/translations/base-da.yaml +++ b/translations/base-da.yaml @@ -1,62 +1,52 @@ steamPage: - shortText: shapez.io handler om at bygge fabrikker på en grænseløs spilleflade + shortText: Shapez.io handler om at bygge fabrikker på en grænseløs spilleflade for automatisk at skabe og kombinere figurer, der i stigende grad bliver mere komplicerede. - discordLink: Officiel Discord - Snak lidt med mig! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io er et afslapet spil hvor du skal bygge fabrikker for at + automatisere productionen af geometriske figurer. - shapez.io handler om at bygge fabrikker over en grænseløs spilleflade for automatisk at skabe og kombinere figurer, der i stigende grad bliver mere komplicerede. + Jo længer du når, jo mere kompliseret bliver figurene, og du bliver nød til at spræde dig ud på den grænseløse spilleflade. - Når efterspurgte figurer bliver afleveret, vil du gøre fremskridt i spillet og modtage opgraderinger, der gør din fabrik hurtigere. + og hvis det ikke var nok, så skal du også producere eksponentielt flere figurer for at måde behovene spillet giver dig - det eneste der virker er skalering! - Som efterspørgslen på figurer stiger, må du opskalere din fabrik for at holde trit - Glem dog ikke resurserne, du vil blive nødt til at udvide over hele den [b]uendelige flade[/b]! + Mens du i starten kun laver former, skal du senere farve lægge dem - for at gøre dette skal du udvinde og blande farver! - Der går ikke lang tid før du må mikse farver og male dine figurer med dem - Kombiner rød, grøn og blå farveresurser for at producere forskellige farver og mal derefter figurer med dem for at møde efterspørgslen. + At købe spllet på Steam, giver dig adgang til det fulde spil, men du kan også spille en demo version på shapez.io og vælge senere! + title_advantages: Steam version Fordele + advantages: + - 12 Nye Niveauer for i alt 26 niveauer + - 18 Nye Byginger for en fuldt autmaticeret fabrik! + - 20 Upgraderings Niveauer for mange timers sjov! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Uendelige Markører + - Hjælp med at støtte mig! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Dette spil indeholder 18 fremadskridende Niveauers (Som allerede burde holde dig beskæftiget i timevis!) men jeg tilføjer hele tiden nyt - Der er en hel masse planlagt! - - Hvis du køber spillet, får du adgang til den selvstændige version, der har endnu flere ting, og du får også adgang til nyudviklet indhold. - - [b]Fordele for køb[/b] - - [list] - [*] Mørk Tilstand - [*] Uendelige Markører - [*] Uendelige Gem - [*] Yderligere Indstillinger - [*] Kommer snart: Ledninger & Energi! Går efter at udgive (omkring) enden af juli 2020. - [*] Kommer snart: Niveauer - [*] Støtter mig i yderligere at udvikle shapez.io ❤️ - [/list] - - [b]Fremtidige Opdateringer[/b] - - Jeg opdaterer spillet meget ofte og prøver at få frigivet en opdatering mindst hver uge! - - [list] - [*] Forskellige spilleflader og udfordringer (f.eks. flader med forhindringer) - [*] Hjernevridere (Aflever den efterspurgte figur med et afgrænset areal / mængde bygninger) - [*] En 'story mode' hvor bygninger har en pris - [*] En spillefladeskaber med forskellige indstillinger (Konfigurer resurse/figur størrelse/tæthed, seed m.m.) - [*] Flere typer af figurer - [*] Forbedringer til hvor godt spillet kører (Det kører allerede rimelig godt!) - [*] Og meget mere! - [/list] - - [b]Dette spil er open source![/b] - - Enhver kan kontribuere, jeg er aktivt involveret i fælleskabet og prøver at gennemgå alle forslag og tage feedback i betragtning når det er muligt. Husk at tjekke mit trello board for den fulde køreplan! - - [b]Link[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Officiel Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Køreplan[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Kildekode (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Hjælp med at oversætte[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Indlæser error: Fejl @@ -86,7 +76,7 @@ global: control: CTRL alt: ALT escape: ESC - shift: SKIFT + shift: SKIFT/SHIFT space: MELLEMRUM demoBanners: title: Demo Version @@ -131,7 +121,9 @@ dialogs: text: "Det lykkedes ikke at åbne dit gemte spil:" confirmSavegameDelete: title: Bekræft sletning - text: Er du sikker på du vil slette dit gemte spil? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Sletning fejlede text: "Det lykkedes ikke at slette dit gemte spil:" @@ -187,9 +179,8 @@ dialogs: transportbånd.
" createMarker: title: Ny Markør - desc: Giv det et betydningsfuldt navn. du kan også inkludere en kort - kode der repræsenterer en figur (Som du kan lave her) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Rediger Markør markerDemoLimit: desc: Du kan kun lave to markører i demoen. Køb spillet for uendelige markører! @@ -210,6 +201,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Bevæg dig @@ -347,6 +343,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Bælter, Fordelere & Tuneller @@ -365,6 +393,7 @@ buildings: deliver: Aflever toUnlock: for at få adgang til levelShortcut: NIV + endOfDemo: End of Demo belt: default: name: Transportbælte @@ -425,7 +454,9 @@ buildings: description: Farver figurerne fra venstre side med farven fra toppen. quad: name: Maler (Quad) - description: Lader dig farve hver fjerdel af figuren med forskellige farver. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Skraldespand @@ -543,14 +574,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Klippe Figurer - desc: Du har lige fået adgang til klipperen - den klipper - figurer i to fra top til bund uanset hvordan den - vender!

Sørg for at ødelægge alt du ikke har brug for, ellers - går den i stå - Til dette har jeg givet dig - skraldespanden, som ødelægger alt du putter i den! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotation desc: Drejeren er nu tilgængelig! Den drejer figurer 90 grader @@ -564,8 +601,8 @@ storyRewards: indstillingerne!" reward_mixer: title: Farveblanding - desc: Farveblanderen er nu tilgængelig - Kombiner to farver ved - brug af (strong>additiv blanding
med denne bygning! + desc: The mixer has been unlocked - It mixes two colors using + additive blending! reward_stacker: title: Stabler desc: Du kan du stable figurer med stableren! Begge inputs @@ -574,9 +611,9 @@ storyRewards: stablet ovenpå det venstre! reward_splitter: title: Fordeler/Sammenlægger - desc: Den flerfunktionelle Fordeler er nu tilgængelig - Den kan - bruges til at bygge større fabrikker ved at fordele og - sammenlægge varer på flere bælter!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Tunnellen er nu tilgængelig - Du kan nu lave tuneller @@ -588,9 +625,10 @@ storyRewards: trykke 'T'! reward_miner_chainable: title: Kædeudvinder - desc: Kædeudvinder er nu tilgængelig! Den kan - videregive sine resurser til andre udvindere, så du - kan udvinde resurser mere effektivt! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Trin II desc: Du har fået adgang til en variant af tunnellen - Den har @@ -606,19 +644,20 @@ storyRewards: desc: Du har fået adgang til en variant af maleren - Den virker som en normal maler, men maler to figurer samtidig og bruger kun en farve i stedet for to. - reward_painter_quad: - title: Quad Maling - desc: Du har fået adgang til en variant af maleren - Den lader - dig male alle dele af en figur hver for sig! reward_storage: title: Opbevaringsbuffer - desc: Du har fået adgang til en variant af skraldespanden - Den - lader dig opbevare varer til en hvis kapacitet! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Frit spil - desc: Du klarede det! Du har fået adgang til frit spil! Dette - betyder at figurer nu er tilfældigt genereret! (Vær ikke bekymret, - mere indhold er planlagt for den betalte version!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Arbejdstegninger desc: Du kan nu kopiere og indsætte dele af din fabrik! Vælg et @@ -654,17 +693,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -688,6 +722,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Indstillinger categories: @@ -911,7 +962,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -920,6 +970,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Om dette spil body: >- @@ -1004,3 +1056,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-de.yaml b/translations/base-de.yaml index fcbc7a63..47f9c42d 100644 --- a/translations/base-de.yaml +++ b/translations/base-de.yaml @@ -1,61 +1,47 @@ steamPage: shortText: In shapez.io nutzt du die vorhandenen Ressourcen, um mit deinen Maschinen durch Kombination immer komplexere Formen zu erschaffen. - discordLink: Offizieller Discord - Hier kannst du mit mir schreiben! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + intro: >- + Du magst Automatisierungsspiele? Dann bist du hier genau richtig! - In shapez.io musst du Maschinen geschickt verbinden, damit Formen automatisiert erstellt, bearbeitet und kombiniert werden. + shapez.io ist ein ruhiges Spiel, in dem du Fabriken zur automatisierten Produktion von geometrischen Formen bauen musst. Mit steigendem Level werden die Formen immer komplexer, und du musst dich auf der unendlich großen Karte ausbreiten. - Liefere die gewünschten, stetig komplexer werdenden Formen an dein Hauptgebäude, um im Spiel voranzukommen. Schalte mit ihnen außerdem Upgrades frei, die deine Maschinen und somit auch deine Fabriken beschleunigen! + Und als ob das noch nicht genug wäre, musst du auch exponentiell mehr produzieren, um die Anforderungen zu erfüllen - Da hilft nur skalieren! Während du am Anfang nur Formen verarbeitest, musst du diese später einfärben - Dafür musst du Farben extrahieren und mischen! - Da die Nachfrage sowohl in der Komplexität, als auch der Menge steigt, wirst du deine Fabriken erweitern müssen. Vergiss nicht, dass du die dafür benötigten Ressourcen beschaffen musst und expandiere auf der [b]unendlichen Karte[/b]! + Der Kauf des Spiels auf Steam gibt dir Zugriff auf die Vollversion, du kannst aber auch zuerst eine Demo auf shapez.io spielen und dich später entscheiden! + title_advantages: Vorteile der Vollversion + advantages: + - 12 Neue Level für insgesamt 26 Level + - 18 Neue Gebäude für eine komplett automatisierte Fabrik! + - 20 Upgrade Stufen für viele Stunden Spielspaß + - Wires Update für eine komplett neue Dimension! + - Dark Mode! + - Unbegrenzte Speicherstände + - Unbegrenzte Wegpunkte + - Unterstütze mich! ❤️ + discordLinkShort: Offizieller Discord + title_future: Geplante Inhalte + planned: + - Blaupausen-Bibliothek + - Steam Errungenschaften + - Puzzel-Modus + - Minimap + - Mod Unterstützung + - Sandkasten - Modus + - ... und noch viel mehr! + title_open_source: Dieses Spiel ist Quelloffen! + text_open_source: >- + Jeder kann etwas zum Spiel beitragen! Ich engagiere mich aktiv in der + Community und versuche alle Vorschläge zu berücksichtigen. - Bald wirst du Farben mischen und deine Formen damit bemalen lassen. Staple dann deine fertigen Formen aufeinander und lasse so die wildesten Kreationen entstehen. - - Nutze dein gesammeltes Wissen über die Maschinen und lasse deine Fabriken die gewünschten Formen der 18 verschiedenen Level abliefern. Schalte mit jedem Level neue Arbeitsschritte oder Gebäude frei. Das sollte dich schon für Stunden beschäftigt halten! Danach werden im Freispielmodus zufällige Formen generiert, die du ebenfalls abliefern kannst. Ich füge regelmäßig neue Funktionen hinzu und davon sind eine ganze Menge geplant! - - Wenn du das Spiel erwirbst, erhälst du Zugriff auf die zusätzlichen Features der Standalone-Version. Das bedeutet, du kannst unter anderem die neuesten Updates zuerst spielen! - - [b]Vorteile der Standalone[/b] - - [list] - [*] Dark-Mode - [*] Unbegrenzte Anzahl an Wegpunkten - [*] Unbegrenzte Anzahl an Speicherständen - [*] Zusätzliche Einstellungen - [*] Es kommen: Kabel & Energie! Voraussichtlich gegen Ende Juli 2020 - [*] Es kommen: Mehr Levels - [*] Unterstütze die Entwicklung von shapez.io ❤️ - [/list] - - [b]Geplante Funktionen[/b] - - Ich bin aktiv mit der Entwicklung beschäftigt und versuche jede Woche ein Update oder den aktuellen Stand der Entwicklung zu veröffentlichen. - - [list] - [*] Verschiedene Karten und Herausforderungen (z.B. Karten mit Hindernissen) - [*] Puzzle (Liefere die geforderte Form mit begrenztem Platz/limitierten Gebäuden) - [*] Eine Kampagne mit Gebäudekosten - [*] Konfigurierbarer Kartengenerator (Ändere die Grösse/Anzahl/Dichte der Ressourcenflecken, den Seed und vieles mehr) - [*] Mehr Formentypen - [*] Performanceverbesserungen (Das Spiel läuft bereits sehr gut!) - [*] Und vieles mehr! - [/list] - - [b]Das Spiel ist Open Source![/b] - - Jeder kann dazu beitragen! Ich bin aktiv in die Community involviert, versuche alle Vorschläge zu lesen und beziehe so viel Feedback wie möglich mit in die Entwicklung ein. Die komplette Roadmap gibt es auf dem Trello-Board zum Nachlesen. - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Offizieller Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Quelltext (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Hilf beim Übersetzen[/url] - [/list] + Die vollständige Roadmap findet ihr in meinem Trello-Board! + title_links: Links + links: + discord: Offizieller Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Quellcode (GitHub) + translate: Hilf beim Übersetzen global: loading: Laden error: Fehler @@ -89,7 +75,7 @@ global: space: LEER demoBanners: title: Demo Version - intro: Kauf die Standalone für alle Features! + intro: Kauf die Vollversion für alle Features! mainMenu: play: Spielen changelog: Änderungsprotokoll @@ -102,11 +88,11 @@ mainMenu: helpTranslate: Hilf beim Übersetzen! madeBy: Ein Spiel von browserWarning: Sorry, aber das Spiel wird in deinem Browser langsam laufen! - Kaufe die Standalone-Version oder verwende Chrome für die beste + Kaufe die Vollversion oder verwende Google Chrome für die beste Erfahrung! savegameLevel: Level savegameLevelUnknown: Unbekanntes Level - savegameUnnamed: Unnamed + savegameUnnamed: Unbenannt dialogs: buttons: ok: OK @@ -115,28 +101,29 @@ dialogs: later: Später restart: Neustart reset: Zurücksetzen - getStandalone: Standalone Ansehen - deleteGame: Ich weiß, was ich tue! + getStandalone: Zur Vollversion + deleteGame: Ich weiß, was ich tue viewUpdate: Update anzeigen showUpgrades: Upgrades anzeigen showKeybindings: Kürzel anzeigen importSavegameError: - title: Importierfehler - text: "Fehler beim Importieren deines Spielstands:" + title: Importfehler + text: "Fehler beim Importieren deines Speicherstands:" importSavegameSuccess: - title: Spielstand importieren - text: Dein Spielstand wurde erfolgreich importiert. + title: Speicherstand Importieren + text: Dein Speicherstand wurde erfolgreich importiert. gameLoadFailure: - title: Der Spielstand ist kaputt - text: Der Spielstand konnte nicht geladen werden. + title: Der Speicherstand ist kaputt + text: Der Speicherstand konnte nicht geladen werden. Sorry! confirmSavegameDelete: title: Löschen bestätigen - text: Bist du sicher, dass du den Spielstand löschen willst? + text: Bist du sicher, dass du folgenden Speicherstand löschen willst?

+ '' auf Level

Das kann nicht rückgängig gemacht werden! savegameDeletionError: - title: Löschen gescheitert - text: "Das Löschen des Spiels ist gescheitert:" + title: Löschen fehlgeschlagen + text: "Das Löschen des Spiels ist fehlgeschlagen:" restartRequired: - title: Neustart benötigt + title: Neustart nötig text: Du musst das Spiel neu starten, um die Einstellungen anzuwenden. editKeybinding: title: Tastenbelegung ändern @@ -150,31 +137,32 @@ dialogs: desc: Die Tastenbelegung wurde auf den Standard zurückgesetzt! featureRestriction: title: Demo-Version - desc: Du hast ein Feature gefunden (), welches nicht in der Demo - enthalten ist. Erwerbe die Standalone für das volle Erlebnis! + desc: Du hast ein Feature benutzt (), welches nicht in der Demo + enthalten ist. Erwerbe die Vollversion auf Steam für das volle Erlebnis! oneSavegameLimit: title: Begrenzte Spielstände desc: Du kannst in der Demo nur einen Spielstand haben. Bitte lösche den - existierenden Spielstand oder hole dir die Standalone! + existierenden Spielstand oder hole dir die Vollversion! updateSummary: title: Neues Update! desc: "Hier sind die Änderungen, seitdem du das letzte Mal gespielt hast:" upgradesIntroduction: title: Upgrades Freischalten - desc: Viele deiner Formen können noch benutzt werden, um Upgrades freizuschalten + desc: >- + Viele deiner Formen können noch benutzt werden, um Upgrades freizuschalten - Zerstöre deine alten Fabriken nicht! Den Upgrade-Tab findest du oben rechts im Bildschirm. massDeleteConfirm: title: Löschen bestätigen - desc: Du löscht sehr viele Gebäude ( um genau zu sein)! Bist du dir + desc: Du löscht viele Gebäude ( um genau zu sein)! Bist du dir sicher? massCutConfirm: title: Ausschneiden bestätigen - desc: Du schneidest sehr viele Gebäude aus ( um genau zu sein)! Bist du + desc: Du schneidest viele Gebäude aus ( um genau zu sein)! Bist du dir sicher? massCutInsufficientConfirm: title: Ausschneiden bestätigen - desc: Du kannst dir das Einfügen nicht leisten! Bist du sicher, dass du trotzdem + desc: Du wirst dir das Einfügen nicht leisten können! Bist du sicher, dass du trotzdem Ausschneiden möchtest? blueprintsNotUnlocked: title: Noch nicht freigeschaltet @@ -191,13 +179,10 @@ dialogs: ALT: Invertiere die Platzierungsrichtung der Förderbänder.
createMarker: title: Neuer Marker - desc: Gib ihm einen griffigen Namen. Du kannst sogar die - Abkürzung einer Form eingeben (Diese kann hier generiert - werden). + desc: Vergib einen vernünftigen namen, du kannst auch den Kurz-Code einer Form eingeben (Welchen du hier) generieren kannst. titleEdit: Marker bearbeiten markerDemoLimit: - desc: Du kannst nur 2 Marker in der Demo benutzen. Hol dir die Standalone, um + desc: Du kannst nur 2 Marker in der Demo benutzen. Hol dir die Vollversion, um unendlich viele Marker zu erstellen! exportScreenshotWarning: title: Bildschirmfoto exportieren @@ -205,13 +190,15 @@ dialogs: extrem große Fabriken kann das jedoch sehr lange dauern und ggf. zum Spielabsturz führen! editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Signal Setzen + descItems: "Wähle ein vordefiniertes item:" + descShortKey: ... oder gib den Kurz-Code einer Form an (Welchen du hier generieren kannst) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Speicherstand umbenennen + desc: Hier kannst du deinen Speicherstand umbenennen. + entityWarning: + title: Leistungswarnung + desc: Du hast eine Menge Gebäude platziert, das hier ist nur ein freundlicher Hinweis dass das Spiel nicht mit unendlich vielen Gebäuden umgehen kann! ingame: keybindingsOverlay: moveMap: Bewegen @@ -244,7 +231,7 @@ ingame: black: Schwarz uncolored: Farblos buildingPlacement: - cycleBuildingVariants: Wechsle Variante + cycleBuildingVariants: Presse zum Wechseln hotkeyLabel: "Taste: " infoTexts: speed: Geschw. @@ -262,7 +249,7 @@ ingame: notifications: newUpgrade: Ein neues Upgrade ist verfügbar! gameSaved: Dein Spiel wurde gespeichert. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Level abgeschlossen! shop: title: Upgrades buttonUnlock: Upgrade @@ -294,16 +281,15 @@ ingame: dataSources: stored: title: Gelagert - description: Zeigt die Menge an Formen, die im Hub gelagert sind. + description: Alle im Hub gelagerten Formen. produced: title: Produziert - description: Zeigt die Menge an Formen, die deine gesamte Fabrik produziert - (inkl. Zwischenprodukte). + description: Alle Formen, die in deiner Fabrik hergestellt werden, einschließlich Zwischenprodukte. delivered: - title: Abgeliefert - description: Zeigt die Menge an Formen, die im zentralen Gebäude abgeliefert - werden. - noShapesProduced: Es werden noch keine Formen produziert oder abgeliefert. + title: Geliefert + description: Formen, die an den Hub geliefert werden. + + noShapesProduced: Es werden noch keine Formen produziert oder geliefert. shapesDisplayUnits: second: / s minute: / m @@ -312,10 +298,7 @@ ingame: playtime: Spielzeit buildingsPlaced: Gebäude beltsPlaced: Förderbänder - buttons: - continue: Weiter - settings: Einstellungen - menu: Zurück zum Menü + tutorialHints: title: Brauchst du Hilfe? showHint: Hinweis @@ -347,9 +330,42 @@ ingame: Halte UMSCH, um mehrere Gebäude zu platzieren und nutze R, um sie zu rotieren." connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 Extrahierer + n_miners: Extrahierer + limited_items: Begrenzt auf + watermark: + title: Demo Version + desc: Klicke hier, um die Vorteile der Vollversion zu sehen! + get_on_steam: Zur Vollversion + + standaloneAdvantages: + title: Vorteile der Vollversion + no_thanks: Nein, Dank! + points: + levels: + title: 12 Neue Level + desc: Für insgesamt 26 Level! + buildings: + title: 18 Neue Gebäude + desc: Automatisiere deine Fabrik! + savegames: + title: ∞ Speicherstände + desc: So viele dein Herz begehrt! + upgrades: + title: 20 Upgrade Stufen + desc: Diese Demo hat nur 5! + markers: + title: ∞ Marker + desc: Verliere dich nie in deiner Fabrik! + wires: + title: Wires + desc: Eine ganz neue Dimension! + darkmode: + title: Dark Mode + desc: Werde nicht mehr geblendet! + support: + title: Unterstütze Mich + desc: Ich verwende meine Freizeit! shopUpgrades: belt: name: Förderbänder, Verteiler & Tunnel @@ -366,8 +382,9 @@ shopUpgrades: buildings: hub: deliver: Liefere - toUnlock: "Für folgende Belohnung:" + toUnlock: "Für die Belohnung:" levelShortcut: LVL + endOfDemo: Ende der Demo belt: default: name: Förderband @@ -395,19 +412,19 @@ buildings: description: Zerschneidet Formen von oben nach unten. Benutze oder zerstöre beide Hälften, sonst verstopft die Maschine! quad: - name: Schneider (4-fach) + name: Schneider (Vierfach) description: Zerschneidet Formen in vier Teile. Benutze oder zerstöre alle Viertel, sonst verstopft die Maschine! rotater: default: - name: Rotierer (-90°) + name: Rotierer (90°) description: Rotiert Formen im Uhrzeigersinn um 90 Grad. ccw: - name: Rotierer (+90°) + name: Rotierer (-90°) description: Rotiert Formen gegen den Uhrzeigersinn um 90 Grad. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Rotierer (180°) + description: Rotiert formen um 180 Grad. stacker: default: name: Stapler @@ -432,7 +449,9 @@ buildings: oberen Eingang. quad: name: Färber (4-fach) - description: Erlaubt es, jedes einzelne Viertel einer Form beliebig einzufärben. + description: Erlaubt dir, jeden Quadranten der Form individuell zu färben. Nur + Quadranten mit einem wahren Signal auf der Wires-Ebene + werden angemalt! trash: default: name: Mülleimer @@ -440,125 +459,128 @@ buildings: Für immer ... wire: default: - name: Stromkabel - description: Erlaubt dir Strom zu transportieren. + name: Signalkabel + description: Erlaubt dir Signale zu transportieren. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Signalkabel + description: Überträgt Signale, die Gegenstände, Farben oder Wahrheitswerte (1 oder 0) sein können. Unterschiedlich farbige Kabel verbinden sich nicht miteinander. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Verteiler + description: Multifunktional - Verteilt alle Eingänge gleichmäßig auf alle Ausgänge. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Kombinierer (kompakt) + description: Kombiniert zwei Fließbänder in eins. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Kombinierer (kompakt) + description: Kombiniert zwei Fließbänder in eins. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Verteiler (kompakt) + description: Teilt ein Fließband in zwei. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Verteiler (kompakt) + description: Teilt ein Fließband in zwei. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Speicher + description: + Speichert überschüssige Gegenstände, bis zu einer bestimmten Kapazität. Priorisiert den linken + Ausgang und kann als Überlauftor verwendet werden. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Signal-Kreuzung + description: Erlaubt es, zwei Kabel zu kreuzen, ohne sie zu verbinden. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Konstantes Signal + description: Sendet ein konstantes Signal, das entweder eine Form, eine Farbe oder + Wahrheitswert (1 / 0) sein kann. lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Schalter + description: + Kann umgeschaltet werden, um einen Wahrheitswert (1 / 0) auf der Wires-Ebene auszusenden, + welcher dann z.B. zur Steuerung eines Filters verwendet werden kann. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: UND Gatter + description: Gibt eine "1" aus, wenn beide Eingänge wahr sind (wahr bedeutet Form, + Farbe oder "1"). not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: NICHT Gatter + description: Gibt eine "1" aus, wenn der Eingang nicht wahr ist (wahr bedeutet Form, + Farbe oder "1"). xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: XOR Gatter + description: Gibt eine "1" aus, wenn einer der Eingänge wahr ist, aber nicht beide + (wahr bedeutet Form, Farbe oder "1"). or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: ODER Gatter + description: Gibt eine "1" aus, wenn eine der Eingäge wahr ist (wahr bedeutet Form, Farbe oder "1"). transistor: default: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Leitet den unteren Eingang weiter, wenn der seitliche Eingang wahr ist (eine Form, + Farbe oder "1"). mirrored: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Leitet den unteren Eingang weiter, wenn der seitliche Eingang wahr ist (eine Form, + Farbe oder "1"). filter: default: name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + description: Verbinde ein Signal, um alle passenden Gegenstände nach oben zu leiten und die + restlichen nach rechts. Kann auch mit Wahrheitswerten gesteuert werden. display: default: name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + description: Verbinde ein Signal, um es auf dem Display anzuzeigen - Es kann eine Form sein, + Farbe oder Wahrheitswert. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Fließband Leser + description: + Ermöglicht es, den durchschnittlichen Durchsatz des Fließbandes zu messen. Gibt den letzten + Gegenstand auf der Wires-Ebene aus (sobald freigeschaltet). analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Formanalyse + description: Analysiert den oberen rechten Quadranten der untersten Schicht der Form + und gibt seine Form und Farbe zurück. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Vergleich + description: Gibt eine "1" zurück, wenn beide Signale genau gleich sind. Kann Formen, Gegenstände und Wahrheitswerte vergleichen. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Virtueller Schneider + description: Schneidet die Form virtuell in zwei Hälften. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Virtueller Rotierer + description: Dreht die Form virtuell, sowohl im als auch gegen den Uhrzeigersinn. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Virtueller Unstapler + description: Extrahiert virtuell die oberste Ebene nach rechts und die + die restlichen Ebenen nach links. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Virtueller Stapler + description: Stapelt virtuell die rechte Form auf die linke. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Virtueller Färber + description: Färbt virtuell die Form vom unteren Eingang mit der Farbe aus dem rechten Eingang. + + item_producer: + default: + name: Item-Produzent + description: Nur im Sandbox-Modus verfügbar, gibt das Signal aus der Wires-Ebene auf der regulären Schicht aus. storyRewards: reward_cutter_and_trash: title: Formen zerschneiden - desc: Du hast den Schneider freigeschaltet! Er zerschneidet - Formen von oben nach unten, unabhängig von ihrer - Orientierung.

Stelle sicher, dass du den Abfall loswirst, - sonst verstopft die Maschine! Dafür habe ich dir - extra einen Mülleimer freigeschaltet. + desc: + Du hast gerade den Schneider freigeschaltet, der Formen in zwei Hälften schneidet, + von oben nach unten, unabhängig der Orientierung!

Achte darauf, den Abfall loszuwerden, oder + er wird verstopfen und blockieren - Zu diesem Zweck habe ich dir den Mülleimer gegeben, der + alles entsorgt, was du hineintust! reward_rotater: title: Rotieren desc: Der Rotierer wurde freigeschaltet! Er rotiert Formen im @@ -582,10 +604,8 @@ storyRewards: gestapelt. reward_splitter: title: Verteiler/Kombinierer - desc: Der multifunktionale Verteiler wurde freigeschaltet! Er - ermöglicht die Konstruktion größerer Fabriken, indem er Items auf - mehrere Förderbänder verteilt oder diese - zusammenführt!

+ desc: Du hast eine Splitter Variante des + Verteilers freigeschaltet - Er teilt ein Fließband auf zwei auf! reward_tunnel: title: Tunnel desc: Der Tunnel wurde freigeschaltet! Du kannst Items nun @@ -598,9 +618,10 @@ storyRewards: verschiedene Varianten zuzugreifen. reward_miner_chainable: title: Extrahierer (Kette) - desc: Du hast den Extrahierer (Kette) freigeschaltet! Damit - können die Ressourcen an den Nächsten weitergegeben - werden, um Ressourcen effizienter zu extrahieren. + desc: >- + Du hast den Kettenextrahierer freigeschaltet! Er kann + seine Resourcen an andere Extrahierer weiterleiten!

+ PS: Die alten Extrahierer wurde jetzt in deiner Symbolleiste ersetzt! reward_underground_belt_tier_2: title: Tunnel Stufe II desc: Du hast eine neue Variante des Tunnels freigeschaltet! @@ -616,22 +637,23 @@ storyRewards: desc: Du hast eine neue Variante des Färbers freigeschaltet! Hiermit kannst du zwei Formen auf einmal färben und verbrauchst nur eine Farbe. - reward_painter_quad: - title: Färber (4-fach) - desc: Du hast eine neue Variante des Färbers freigeschaltet! Er - kann jedes Viertel einer Form einzeln färben, verbraucht aber auch - jeweils eine Farbe. reward_storage: - title: Zwischenlager - desc: Du hast eine neue Variante des Mülleimers freigeschaltet! - Bis zu einer gewissen Kapazität können hier Items zwischengelagert - werden. + title: Speicher + desc: Du hast das Speicher Gebäude freigeschaltet - Es erlaubt dir + Gegenstände bis zu einer bestimmten Kapazität zu speichern!

+ Es priorisiert den linken Ausgang, also kannst du es auch als Überlauftor benutzen! reward_freeplay: title: Freies Spiel - desc: Du hast es geschafft! Du bist im freien Spiel angekommen! - Das heißt, dass abzuliefernde Formen jetzt zufällig generiert - werden! (Keine Sorge, für die Standaloneversion ist noch mehr - geplant!) + desc: >- + Du hast es geschafft! Du hast den Freispiel-Modus freigeschaltet! Das bedeutet, + dass die Formen jetzt zufällig erzeugt werden!

+ + Da der Hub ab jetzt einen Durchsatz benötigt, empfehle ich dringend eine Maschine zu bauen, + die automatisch die gewünschte Form liefert!

+ + Der HUB gibt die gewünschte Form auf der Wires-Ebene aus, also ist alles was du tun musst, sie zu analysieren und + automatisch deine Fabrik basierend darauf zu konfigurieren. + reward_blueprints: title: Blaupause desc: Jetzt kannst du Teile deiner Fabrik kopieren und @@ -648,38 +670,31 @@ storyRewards: um Upgrades freizuschalten!" no_reward_freeplay: title: Nächstes Level - desc: Herzlichen Glückwunsch! Apropos, in der Standalone-Version ist noch vieles - mehr geplant! + desc: Du hast das nächste Level freigeschalten! + reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Verteiler + desc: Der multifunktionale Verteiler wurde freigeschaltet - Er kann + benutzt werden, um größere Fabriken zu bauen, indem Gegenstände auf mehrere Fließbänder aufgeteilt und zusammengelegt werden! reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Kompakter Verteiler + desc: >- + Du hast eine kompakte Variante des Verteilers freigeschalten - Sie verteilt zwei Fließbänder auf eins! reward_belt_reader: - title: Belt reader + title: Fließband Leser desc: You have now unlocked the belt reader! It allows you to measure the throughput of a belt.

And wait until you unlock wires - then it gets really useful! reward_rotater_180: title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + desc: You just unlocked the 180 degrees rotater! - It allows + you to rotate a shape by 180 degrees (Surprise! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -703,6 +718,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Einstellungen categories: @@ -929,7 +961,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -938,6 +969,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Über dieses Spiel body: >- @@ -963,62 +996,75 @@ demo: exportingBase: Ganze Fabrik als Foto exportieren settingNotAvailable: Nicht verfügbar in der Demo. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - Der Hub akzeptiert jede Art von Form, nicht nur die aktuelle! + - Stelle sicher, dass deine Fabriken modular sind - es zahlt sich aus! + - Baue nicht zu nah am Hub, sonst wird es ein riesiges Chaos geben! + - Wenn das Stapeln nicht funktioniert, versuche die Eingänge zu wechseln. + - Du kannst mittels R die Richtung des Bandplaners umkehren. + - Halte STRG um die Förderbänder ohne automatische Orientierung zu + platzieren. + - Die Ratios bleiben gleich, solange die die Upgrades auf der selben Stufen + sind. + - Serielle Ausführung ist effizienter als parallele. + - Du wirst später im Spiel mehr Varianten von Gebäuden freischalten! + - Du kanst T drücken, um auf andere Varianten des Gebäude zu wechseln. + - Symmetrie ist der Schlüssel! + - Du kannst verschiedene Arten von Tunneln miteinander verweben. + - Versuche kompakte Fabriken zu bauen - es zahlt sich aus! + - Der Färber hat eine spiegelverkehrte Variante, die du mittels T + auswählen kannst. + - Das richtige Verhältnis der Gebäude maximiert die Effizienz. + - Auf dem maximalen Level genügen 5 Extrahierer für ein einzelnes Förderband. + - Vergiss die Tunnel nicht! + - Du musst die Items für maximale Effizienz nicht gleichmässig aufteilen. + - Das Halten von UMSCH aktiviert den Bandplaner, der dir das + Platzieren langer Linien vereinfacht. + - Schneider schneiden immer vertikal, egal deren Orientierung. + - Um Weiss zu erhalten, mixe alle Farben zusammen. + - Der Speicher priorisiert den linken Ausgang. + - Investiere Zeit, um wiederholbare Designs zu erstellen - es lohnt sich! + - Das Halten von STRG ermöglicht dir mehrere Gebäude zu platzieren. + - Du kanst ALT gedrückt halten, um die Richtung der Förderbänder + umzukehren. + - Effizienz ist der Schlüssel! + - Formflecken, die weiter vom Hub entfernt sind, sind komplexer. + - Gebäude haben eine limitierte Geschwindigkeit, teile sie auf für maximale + Effizienz. + - Benutze Verteiler um deine Effizienz zu maximieren. + - Organisation ist wichtig. Versuch das Kreuzen von Förderbändern zu + minimieren. + - Plane im Voraus, oder es gibt ein riesigen Chaos! + - Lösche deine alten Fabriken nicht! Du benötigst sie um Upgrades + freizuschalten. + - Versuch Level 20 alleine zu meistern, bevor du nach Hilfe suchst! + - Mach es dir nicht zu kompliziert, versuch es einfach zu halten und du + wirst weit vorankommen. + - Vielleicht musst du Fabriken später im Spiel wiederverwenden. Plane deine + Fabriken so, dass sie wiederverwendbar sind. + - Manchmal kannst du die gewünschte Form auf der Karte finden, ohne sie mit + Staplern zu erstellen. + - Vollständige Windmühlen werden nicht natürlich generiert. + - Färbe deine Formen vor dem Schneiden für maximale Effizienz. + - Mit Modulen ist der Raum nur eine Wahrnehmung; eine Sorge für die + sterblichen Menschen. + - Mache eine separate Blaupausenfabrik. Sie sind wichtig für Module. + - Schau dir den Farbmischer genauer an, und deine Fragen werden beantwortet. + - Benutze STRG + rechter Mausklick, um einen Bereich zu selektieren. + - Zu nahe am Hub zu bauen, kann späteren Projekten im Weg stehen. + - Das Pin-Symbol neben jeder Form in der Upgrade-Liste heftet sie an den + Bildschirm. + - Mische alle drei Grundfarben, um Weiß zu erhalten! + - Du hast eine unendlich grosse Karte, nutze den Platz, expandiere! + - Probier auch mal Factorio! Es ist mein Lieblingsspiel. + - Der Vierfachschneider schneidet im Uhrzeigersinn von oben rechts beginnend! + - Du kannst deine Speicherstände im Hauptmenü herunterladen! + - Diese Spiel hat viele nützliche Tastenbelegungen! Schau sie dir in den + Einstellungen an. + - Dieses Spiel hat viele Einstellungen, schau sie dir einmal an! + - Die Markierung des Hubs hat einen kleinen Kompass, der die Richtung + anzeigt! + - Um die Förderbänder zu leeren, schneide den Bereich aus und füge ihn in + der gleichen Position wieder ein. + - Drücke F4 um deine FPS und Tick Rate anzuzeigen. + - Drücke doppelt F4 um die Kachel des Zeigers und der Kamera anzuzeigen. + - Du kannst die angehefteten Formen auf der linken Seite ablösen. diff --git a/translations/base-el.yaml b/translations/base-el.yaml index 26002a48..1e9c7cb9 100644 --- a/translations/base-el.yaml +++ b/translations/base-el.yaml @@ -2,59 +2,51 @@ steamPage: shortText: Στο shapez.io χτήζεις εργοστάσια για να αυτοματοποιήσεις την δημιουργία και τον συνδιασμό σχημάτων αυξανόμενης πολυπλοκότητας σε έναν ατέλειωτο χάρτη. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - Στο shapez.io χτήζεις εργοστάσια για να αυτοματοποιήσεις την δημιουργία και τον συνδιασμό σχημάτων αυξανόμενης πολυπλοκότητας σε έναν ατέλειωτο χάρτη. Όταν παραδώσεις τα απαιτούμενα σχήματα, θα προχωρήσεις στο παιχνίδι και θα ξεκλειδώσεις αναβαθμήσεις για να επιταχύνεις το εργοστάσιό σου. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Επειδή η ζήτηση για σχήματα αυξάνεται συνεχώς, θα πρέπει να επεκτείνεις το εργοστάσιό σου για να την ικανοποιήσεις - Μήν ξεχάσεις, για να βρείς όλους τους πόρους που χρειάζεσαι θα πρέπει να εξαπλωθείς στον [b]άτελείωτο χάρτη[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Σύντομα θα πρέπει να αναμείξεις χρώματα και να βάψεις σχήματα - Ανάμειξε κόκκινο, πράσινο και μπλέ για να φτιάξεις διαφορετικά χρώματα και να βάψεις σχήματα ώστε να ικανοποιήσεις την ζήτηση. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Το παιχνίδι έχει 18 βαθμιαία επίπεδα (που ήδη θα σε απασχολήσουν για ώρες!) και συνεχίζω να προσθέτω περιεχόμενο - Έχω ακόμα πολλά σχέδια! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Αγόράζοντας το παιχνίδι λαμβάνεις την αυτόνομη έκδοση (standalone) με πολλές επιπλέον δυνατότητες, καθώς και πρόσβαση σε νέες δυνατότητες που ακόμα αναπτύσσονται. - - [b]Πλεονεκτήματα Αυτόνομης Έκδοσης[/b] - - [list] - [*] Σκοτεινή λειτουργία - [*] Απεριόριστα σημεία γρήγορης κίνησης της κάμερας στον χάρτη - [*] Απεριόριστα αποθηκευμένα παιχνίδια - [*] Πρόσθετες ρυθμίσεις - [*] Στο κοντινό μέλλον: Καλώδια και ενέργεια! Aναμένεται (περίπου) τέλος Ιουλίου 2020. - [*] Στο κοντινό μέλλον: Περισσότερα επίπεδα - [*] Μου επιτρέπει να αναπτήξω περεταίρω το shapez.io ❤️ - [/list] - - [b]Μελλοντικές ενημερώσεις[/b] - - Ενημερώνω το παιχνίδι πολύ συχνά και προσπαθώ να προωγώ ενημερώσεις σχεδόν κάθε εβδομάδα! - - [list] - [*] Διαφορετικοί χάρτες και προκλήσεις (π.χ. χάρτες με εμπόδια) - [*] Πάζλ (Παράδωσε το αιτούμενο σχήμα με περιορισμένο χώρο / κτήρια) - [*] Ένα σενάριο όπου τα κτήρια έχουν κόστος - [*] Διαμορφώσιμη δημιουργία χάρτη (Με επιλογές για το μέγεθος και την πυκνότητα των πόρων και άλλα) - [*] Επιπλέον σχήματα! - [*] Βελτιώσεις απόδοσης (Το παιχνίδι λειτουργεί ήδη πολύ καλά!) - [*] Και πολλά άλλα! - [/list] - - [b]Αυτό το παιχνίδι είναι ανοιχτού κώδικα![/b] - - Όλοι μπορούν να συνεισφέρουν, συμμετέχω ενεργά στην κοινότητα και προσπαθώ να εξετάσω όλες τις προτάσεις και να λάβω υπόψη τα σχόλια όπου είναι δυνατόν. Δείτε το trello board μου για τον πλήρη χάρτη πορείας! - - [b]Σύνδεσμοι[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Επίσημο Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Χάρτης πορείας[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Πηγαίος κώδικας (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Βοήθησε με μεταφράσεις[/url] - [/list] - discordLink: Επίσημο Discord - Συνομίλησε μαζί μου! + Be sure to check out my trello board for the full roadmap! global: loading: Φόρτωση error: Σφάλμα @@ -130,7 +122,9 @@ dialogs: text: "Η φώρτοση του αποθηκευμένου παιχνιδιού ήταν αποτυχής:" confirmSavegameDelete: title: Επιβεβαίωση διαγραφής - text: Είσαι βέβαιος/η ότι θέλεις να διαγράψεις το παιχνίδι; + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Αποτυχία διαγραφής text: "Η διαγραφή του αποθηκευμένου παιχνιδιού ήταν αποτυχής:" @@ -150,9 +144,9 @@ dialogs: desc: Οι συνδιασμών πλήκτρων επαναφέρθηκαν στις προεπιλεγμένες τιμές τους! featureRestriction: title: Έκδοση Demo - desc: Προσπάθησες να χρησιμοποιήσεις μία δυνατότητα που δεν είναι διαθέσιμη στην - έκδοση demo. Αποκτήστε την αυτόνομη έκδοση για την ολοκληρομένη - εμπειρία! + desc: You tried to access a feature () which is not available in the + demo. Consider getting the standalone version for the full + experience! oneSavegameLimit: title: Περιορισμένα αποθηκευμένα παιχνίδια desc: Στην demo έκδοση μπορείς να έχεις μόνο ένα αποθηκευμένο παιχνίδι. Παρακαλώ @@ -187,9 +181,8 @@ dialogs: τον προσανατολισμό των τοποθετούμενων ιμάντων.
" createMarker: title: Νέο Σημάδι - desc: Δώσ' του ένα όνομα με νόημα. Μπορείς επίσης να χρησημοποιήσεις και τον - σύντομο κώδικα ενός σχήματος (τον οποίο μπορείς να - βρείς εδώ) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Επεξεργασία Σημαδιού markerDemoLimit: desc: Στην έκδωση demo μπορείς να βάλεις μέχρι δύο σημάδια στον χάρτη. @@ -216,6 +209,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Κίνηση @@ -356,6 +354,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Ιμάντες, Διανομείς & Σήραγγες @@ -432,8 +462,9 @@ buildings: την επάνω είσοδο. quad: name: Βαφέας (Τετάρτων) - description: Επιτρέπει να χρωματίσει κάθε τεταρτημόριο του σχήματος με - διαφορετικό χρώμα. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Βαφέας description: Χρωματίζει ολόκληρο το σχήμα στην αριστερή είσοδο με το χρώμα από @@ -446,6 +477,7 @@ buildings: deliver: Παράδωσε toUnlock: για να ξεκλειδώσεις levelShortcut: LVL + endOfDemo: End of Demo wire: default: name: Καλώδιο ενέργειας @@ -559,15 +591,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Κοπή σχημάτων - desc: Μόλις ξεκλείδωσες τον κόπτη - κόβει σχήματα κατά το ήμισυ - από πάνω προς τα κάτω ανεξάρτητα από τον - προσανατολισμό του!

Φρόντισε να καταστρέψεις κομμάτια που δεω - χρησημοποιείς αλλιώς η λειτουργία θα σταματήσει - - Για το σκοπό αυτό σου έδωσα τον κάδο απορριμμάτων, ο οποίος - καταστρέφει ό,τι είδη μεταφερθούν εκεί! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Περιστροφή desc: Ο Περιστροφέας ξεκλειδώθηκε! Το κτήριο αυτό περιστρέφει @@ -593,10 +630,9 @@ storyRewards: αριστερής! reward_splitter: title: Διαχωρισμός/Συγχώνευση - desc: Ο πολυλειτουργικός Ισορροπηστής είναι πλέον διαθέσιμος - - Μπορεί να χρησιμοποιηθεί για την κατασκευή μεγαλύτερων εργοστασίων - με διαχωρισμό και συγχώνευση ειδών σε/από πολλούς - μεταφορικούς ιμάντες!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Σήραγγα desc: Το Σήραγγα είναι πλέον διαθέσιμο - Τώρα μπορείς να @@ -609,10 +645,10 @@ storyRewards: παραλλαγές του
! reward_miner_chainable: title: Αλυσιδωτός Αποσπαστής - desc: Ξεκλείδωσες τον Αλυσιδωτός Αποσπαστής! Μπορεί να - προωθήσει τους αποσπασμένους πόρους σε άλλους - αποσπαστές, ώστε να μπορείτε να αποσπάσεις πιο αποτελεσματικά - πόρους! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Σήραγγα Βαθμίδα II desc: Ξεκλείδωσες μια νέα παραλλαγή της Σήραγγας - Καλύπτει @@ -627,20 +663,20 @@ storyRewards: desc: Ξεκλείδωσες μια παραλλαγή του Βαφέα - Λειτουργεί όπως ο κανονικός βαφέας, αλλά επεξεργάζεται δύο σχήματα ταυτόχρονα, καταναλώνοντας μόνο ένα χρώμα αντί για δύο! - reward_painter_quad: - title: Βαφέας Τετάρτων - desc: Ξεκλείδωσες μια παραλλαγή του Βαφέα - Σου επιτρέπει να - βάψεις κάθε τεταρτημόριο του σχήματος ξεχωριστά! reward_storage: title: Αποθηκευτικός χώρος - desc: Ξεκλείδωσες μια παραλλαγή του Κάδου Απορριμμάτων - - Επιτρέπει την αποθήκευση ειδών έως μια δεδομένη χωρητικότητα! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Ελεύθερο παιχνίδι - desc: Τα κατάφερες! Ξεκλείδωσες την λειτουργία ελεύθερου - παιχνιδιού! Από εδώ και πέρα τα σχήματα δημιουργούνται - τυχαία! (Μην ανυσηχείς, περισσότερο περιεχόμενο έρχεται σύντομα στην - αυτόνομη έκδοση!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Σχεδιαγράμματα desc: Μπορείς πλέον να κάνεις αντιγραφή και επικόλληση στα μέρη @@ -679,17 +715,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -713,6 +744,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Ρυθμίσεις categories: @@ -938,7 +986,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -947,6 +994,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Σχετικά με αυτό το παιχνίδι body: >- @@ -1038,3 +1087,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-en.yaml b/translations/base-en.yaml index d0f70ad8..86bc8c90 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -25,67 +25,52 @@ steamPage: shortText: shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. # This is the text shown above the Discord link - discordLink: Official Discord - Chat with me! + discordLinkShort: Official Discord - # This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page. - # NOTICE: - # - Do not translate the first line (This is the gif image at the start of the store) - # - Please keep the markup (Stuff like [b], [list] etc) in the same format - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + intro: >- + You like automation games? Then you are in the right place! - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. + shapez.io is a relaxed game in which you have to build factories for the automated production of geometric shapes. As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Upon delivering the requested shapes you'll progress within the game and unlock upgrades to speed up your factory. + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! While you only have to process shapes at the beginning, you will later have to color them - by extracting and mixing colors! - As the demand for shapes increases, you'll have to scale up your factory to meet the demand - Don't forget about resources though, you'll have to expand across the [b]infinite map[/b]! + Buying the game on Steam gives you access to the full version, but you can also play a demo at shapez.io first and decide later! - Soon you'll have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with them to satisfy the demand. + title_advantages: Standalone Advantages + advantages: + - 12 New Levels for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ - This game features 18 progressive levels (Which should already keep you busy for hours!) but I'm constantly adding new content - There's a lot planned! - - Purchasing the game gives you access to the standalone version which has additional features, and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game often and trying to push an update at least once every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] + title_future: Planned Content + planned: + - Blueprint Library + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + text_open_source: >- Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. + Be sure to check out my trello board for the full roadmap! - [b]Links[/b] + title_links: Links - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate global: loading: Loading @@ -137,7 +122,7 @@ demoBanners: # This is the "advertisement" shown in the main menu and other various places title: Demo Version intro: >- - Get the standalone to unlock all features! + Get the full game to unlock all features and content! mainMenu: play: Play @@ -153,7 +138,7 @@ mainMenu: # This is shown when using firefox and other browsers which are not supported. browserWarning: >- - Sorry, but the game is known to run slow on your browser! Get the standalone version or download Google Chrome for the full experience. + Sorry, but the game is known to run slowly on your browser! Get the standalone version or download Google Chrome for the full experience. savegameLevel: Level savegameLevelUnknown: Unknown Level @@ -215,7 +200,7 @@ dialogs: keybindingsResetOk: title: Keybindings reset - desc: The keybindings have been reset to their respective defaults! + desc: All keybindings have been reset to their defaults values! featureRestriction: title: Demo Version @@ -233,7 +218,7 @@ dialogs: upgradesIntroduction: title: Unlock Upgrades desc: >- - All shapes you produce can be used to unlock upgrades - Don't destroy your old factories! + All shapes you produce can be used to unlock upgrades - don't destroy your old factories! The upgrades tab can be found on the top right corner of the screen. massDeleteConfirm: @@ -281,7 +266,7 @@ dialogs: exportScreenshotWarning: title: Export screenshot - desc: You requested to export your base as a screenshot. Please note that this can be quite slow for a big base and even crash your game! + desc: You requested to export your base as a screenshot. Please note that this will be quite slow for a bigger base and could potentially crash your game! renameSavegame: title: Rename Savegame @@ -289,7 +274,7 @@ dialogs: entityWarning: title: Performance Warning - desc: You have placed a lot of buildings, this is just a friendly reminder that the game can not handle an endless count of buildings - So try to keep your factories compact! + desc: You have placed a lot of buildings, this is just a friendly reminder that the game can not handle an endless number of buildings - try to keep your factories compact! ingame: # This is shown in the top left corner and displays useful keybindings in @@ -382,13 +367,13 @@ ingame: dataSources: stored: title: Stored - description: Displaying amount of stored shapes in your central building. + description: All shapes stored within the Hub. produced: title: Produced - description: Displaying all shapes your whole factory produces, including intermediate products. + description: All shapes produced within your factory, including intermediate products. delivered: title: Delivered - description: Displaying shapes which are delivered to your central building. + description: Shapes which are being delivered to the Hub. noShapesProduced: No shapes have been produced so far. # Displays the shapes per second, e.g. '523 / s' @@ -400,15 +385,9 @@ ingame: # Settings menu, when you press "ESC" settingsMenu: playtime: Playtime - buildingsPlaced: Buildings beltsPlaced: Belts - buttons: - continue: Continue - settings: Settings - menu: Menu - # Bottom left tutorial hints tutorialHints: title: Need help? @@ -445,10 +424,53 @@ ingame: # Connected miners connectedMiners: - one_miner: 1 Miner - n_miners: Miners + one_miner: 1 Extractor + n_miners: Extractors limited_items: Limited to + # Pops up in the demo every few minutes + watermark: + title: Demo version + desc: Click here to see the advantages of the standalone version! + get_on_steam: Get on Steam + + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + + markers: + title: ∞ Markers + desc: Never get lost in your factory! + + wires: + title: Wires + desc: An entirely new dimension! + + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + + support: + title: Support me + desc: I develop it in my spare time! + # All shop upgrades shopUpgrades: belt: @@ -470,6 +492,7 @@ buildings: deliver: Deliver toUnlock: to unlock levelShortcut: LVL + endOfDemo: End of Demo belt: default: @@ -521,10 +544,10 @@ buildings: cutter: default: name: &cutter Cutter - description: Cuts shapes from top to bottom and outputs both halves. If you use only one part, be sure to destroy the other part or it will stall! + description: Cuts shapes from top to bottom and outputs both halves. If you use only one part, be sure to destroy the other part or it will clog and stall! quad: name: Cutter (Quad) - description: Cuts shapes into four parts. If you use only one part, be sure to destroy the other parts or it will stall! + description: Cuts shapes into four parts. If you use only one part, be sure to destroy the other parts or it will clog and stall! rotater: default: @@ -534,13 +557,13 @@ buildings: name: Rotate (CCW) description: Rotates shapes counter-clockwise by 90 degrees. rotate180: - name: Rotate (180) + name: Rotate (180°) description: Rotates shapes by 180 degrees. stacker: default: name: &stacker Stacker - description: Combines both items side by side. If this is not possible, they are stacked on top of each other. + description: Combines its inputs, on the same layer if possible, otherwise the right input is stacked on top of the left input. mixer: default: @@ -577,7 +600,7 @@ buildings: wire: default: name: &wire Wire - description: &wire_desc Transfers signals, which can be items, colors or booleans (1 / 0). Different colored wires do not connect. + description: &wire_desc Transfers signals, which can be items, colours or booleans (1 or 0). Differently-coloured wires do not connect to each other. second: name: *wire @@ -586,17 +609,17 @@ buildings: wire_tunnel: default: name: &wire_tunnel Wire Crossing - description: Allows to cross two wires without connecting them. + description: Allows two wires to cross without connecting to each other. constant_signal: default: name: &constant_signal Constant Signal - description: Emits a constant signal, which can be either a shape, color or boolean (1 / 0). + description: Emits a constant signal, which can be either a shape, color or boolean (1 or 0). lever: default: name: &lever Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, which can then be used to control for example an item filter. + description: Can be toggled to emit a boolean signal (1 or 0) on the wires layer, which can then be used to control components, for example an item filter. logic_gate: default: @@ -644,7 +667,7 @@ buildings: comparator: default: name: &comparator Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare shapes, items and booleans. + description: Returns boolean "1" if both signals are exactly equal. Can compare shapes, colors and booleans. virtual_processor: default: @@ -665,13 +688,18 @@ buildings: painter: name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on the right input. + description: Virtually paints the shape from the bottom input with the color on the right input. + + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the wires layer on the regular layer. storyRewards: # Those are the rewards gained from completing the store reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes in half from top to bottom regardless of its orientation!

Be sure to get rid of the waste, or otherwise it will stall - For this purpose I have given you the trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half from top to bottom regardless of its orientation!

Be sure to get rid of the waste, or otherwise it will clog and stall - For this purpose I have given you the trash, which destroys everything you put into it! reward_rotater: title: Rotating @@ -692,7 +720,7 @@ storyRewards: reward_balancer: title: Balancer - desc: The multifunctional balancer has been unlocked - It can be used to build bigger factories by splitting and merging items onto multiple belts!

+ desc: The multifunctional balancer has been unlocked - It can be used to build bigger factories by splitting and merging items onto multiple belts! reward_tunnel: title: Tunnel @@ -735,14 +763,8 @@ storyRewards: title: Double Painting desc: You have unlocked a variant of the painter - It works similar to the regular painter but processes two shapes at once, consuming just one color instead of two! - reward_painter_quad: - title: Quad Painting - desc: >- - You have unlocked a variant of the painter - It allows you to paint each part of the shape individually!

- Connect each slot you'd like to paint with a truthy signal (shape, item or boolean "1") on the wires layer! - reward_storage: - title: Storage Buffer + title: Storage desc: >- You have unlocked the storage building - It allows you to store items up to a given capacity!

It priorities the left output, so you can also use it as an overflow gate! @@ -752,32 +774,41 @@ storyRewards: desc: You can now copy and paste parts of your factory! Select an area (Hold CTRL, then drag with your mouse), and press 'C' to copy it.

Pasting it is not free, you need to produce blueprint shapes to afford it! (Those you just delivered). reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) + title: Rotater (180°) + desc: You just unlocked the 180 degrees rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: + reward_wires_painter_and_levers: title: >- - Wires: Filters & Levers + Wires & Quad Painter desc: >- - You just unlocked the wires layer! It is a separate layer on top of the regular layer and introduces a lot of new mechanics!

- Since it can be overwhelming a bit, I added a small tutorial - Be sure to have tutorials enabled in the settings! + You just unlocked the Wires Layer: It is a separate layer on top of the regular layer and introduces a lot of new mechanics!

+ For the beginning I unlocked you the Quad Painter - Connect the slots you would like to paint with on the wires layer!

+ To switch to the wires layer, press E. + + reward_filter: + title: >- + Item Filter + desc: >- + You unlocked the Item Filter! It will route items either to the top or the right output depending on whether they match the signal from the wires layer or not.

+ You can also pass in a boolean signal (1 or 0) to entirely activate or disable it. reward_display: title: Display desc: >- - You have unlocked the Display - Connect a signal on the wires layer to visualize its contents! + You have unlocked the Display - Connect a signal on the wires layer to visualize it!

+ PS: Did you notice the belt reader and storage output their last read item? Try showing it on a display! reward_constant_signal: title: Constant Signal desc: >- You unlocked the constant signal building on the wires layer! This is useful to connect it to item filters for example.

- The constant signal can emit a shape, color or boolean (1 / 0). + The constant signal can emit a shape, color or boolean (1 or 0). reward_logic_gates: title: Logic Gates desc: >- You unlocked logic gates! You don't have to be excited about this, but it's actually super cool!

- With those gates you can now compute AND, OR, XOR and NOT operations.

+ With logic gates you can now compute AND, OR, XOR and NOT operations.

As a bonus on top I also just gave you a transistor! reward_virtual_processing: @@ -809,6 +840,11 @@ storyRewards: Since the hub will require a throughput from now on, I highly recommend to build a machine which automatically delivers the requested shape!

The HUB outputs the requested shape on the wires layer, so all you have to do is to analyze it and automatically configure your factory based on that. + reward_demo_end: + title: End of Demo + desc: >- + You have reached the end of the demo version! + settings: title: Settings categories: @@ -924,7 +960,7 @@ settings: alwaysMultiplace: title: Multiplace description: >- - If enabled, all buildings will stay selected after placement until you cancel it. This is equivalent to holding SHIFT permanently. + If enabled, all buildings will stay selected after placement until you cancel it. This is equivalent to constantly holding SHIFT. offerHints: title: Hints & Tutorials @@ -954,7 +990,7 @@ settings: disableCutDeleteWarnings: title: Disable Cut/Delete Warnings description: >- - Disables the warning dialogs brought up when cutting/deleting more than 100 entities. + Disables the warning dialogues brought up when cutting/deleting more than 100 entities. lowQualityMapResources: title: Low Quality Map Resources @@ -983,9 +1019,9 @@ settings: The game is divided into chunks of 16x16 tiles, if this setting is enabled the borders of each chunk are displayed. pickMinerOnPatch: - title: Pick miner on resource patch + title: Select extractor on resource patch description: >- - Enabled by default, selects the miner if you use the pipette when hovering a resource patch. + Enabled by default, selects the extractor if you use the pipette when hovering a resource patch. simplifiedBelts: title: Simplified Belts (Ugly) @@ -993,9 +1029,9 @@ settings: Does not render belt items except when hovering the belt to save performance. I do not recommend to play with this setting if you do not absolutely need the performance. enableMousePan: - title: Enable Mouse Pan + title: Screen Edge Panning description: >- - Allows to move the map by moving the cursor to the edges of the screen. The speed depends on the Movement Speed setting. + Allows panning the map by moving the cursor to the edges of the screen. The scroll speed depends on the Movement Speed setting. keybindings: title: Keybindings @@ -1060,6 +1096,7 @@ keybindings: transistor: *transistor analyzer: *analyzer comparator: *comparator + item_producer: Item Producer (Sandbox) # --- pipette: Pipette @@ -1132,7 +1169,7 @@ tips: - Holding SHIFT will activate the belt planner, letting you place long lines of belts easily. - Cutters always cut vertically, regardless of their orientation. - To get white mix all three colors. - - The storage buffer priorities the first output. + - The storage buffer prioritises the left output. - Invest time to build repeatable designs - it's worth it! - Holding CTRL allows to place multiple buildings. - You can hold ALT to invert the direction of placed belts. @@ -1147,15 +1184,15 @@ tips: - Don't complicate things, try to stay simple and you'll go far. - You may need to re-use factories later in the game. Plan your factories to be re-usable. - Sometimes, you can find a needed shape in the map without creating it with stackers. - - Full windmills / pinwheels can never spawn naturally. + - Full windmills/pinwheels can never spawn naturally. - Color your shapes before cutting for maximum efficiency. - With modules, space is merely a perception; a concern for mortal men. - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. + - Have a closer look at the color mixer, and your questions will be answered. - Use CTRL + Click to select an area. - Building too close to the hub can get in the way of later projects. - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! + - Mix all three primary colors to make white! - You have an infinite map, don't cramp your factory, expand! - Also try Factorio! It's my favorite game. - The quad cutter cuts clockwise starting from the top right! @@ -1166,3 +1203,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-es.yaml b/translations/base-es.yaml index b6727e54..3f8ea6b4 100644 --- a/translations/base-es.yaml +++ b/translations/base-es.yaml @@ -2,59 +2,51 @@ steamPage: shortText: shapez.io es un juego sobre construir fábricas para automatizar la creación y combinación de figuras cada vez más complejas en un mapa infinito. - discordLink: Discord oficial - ¡Chatea conmigo! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io es un juego basado en la construcción de fábricas para automatizar la creación y combinación de figuras en un mapa que se expande infinitamente. Entrega las figuras requeridas para progresar y desbloquear mejoras para aumentar la velocidad de tu fábrica. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Al aumentar la demanda, necesitarás escalar tu fábrica para ajustarte a las necesidades - ¡No te olvides de los recursos, necesitarás expandirte en el [b]mapa infinito[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Después necesitarás mezclar colores para pintar las figuras - Combina recursos de colores rojo, verde y azul para producir diferentes colores y pintar figuras para satisfacer la demanda. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Este juego cuenta con 18 niveles (¡Que te mantendrán ocupado durante horas!) pero estoy constantemente añadiendo nuevo contenido - ¡Hay mucho planeado! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Comprando el juego tendrás acceso a la versión completa con contenido adicional, además del contenido en desarrollo. - - [b]Ventajas del juego completo[/b] - - [list] - [*] Modo oscuro - [*] Puntos de referencia ilimitados - [*] Partidas guardadas ilimitadas - [*] Ajustes adicionales - [*] Próximamente: ¡Cables y Energía! Aproximadamente para finales de julio de 2020. - [*] Próximamente: Más niveles - [*] Ayúdame a seguir desarrollando shapez.io ❤️ - [/list] - - [b]Futuras actualizaciones[/b] - - ¡Estoy actualizando el juego muy a menudo e intentando subir actualizaciones al menos una vez a la semana! - - [list] - [*] Diferentes mapas y desafíos (por ejemplo: mapas con obstáculos) - [*] Puzles (Entrega la forma requerida con una zona o conjunto de edificios restringidos) - [*] Modo historia en el que los edificios tengan un coste - [*] Generador de mapas configurable (Configurar recursos, forma, tamaño, densidad, semilla y más) - [*] Más tipos de figuras - [*] Mejoras de rendimiento (¡Aunque el juego ya funciona muy bien!) - [*] ¡Y mucho más! - [/list] - - [b]¡Este juego es de código abierto![/b] - - Cualquiera puede contribuir, estoy activamente involucrado en la comunidad e intento leer todas las sugerencias y considerar todas las propuestas planteadas. ¡Comprueba mi tablero de Trello para ver todo lo planificado! - - [b]Enlaces[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Discord oficial[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Hoja de ruta[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Código fuente (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Ayuda a traducir[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Cargando error: Error @@ -129,7 +121,9 @@ dialogs: text: "No se ha podido cargar la partida guardada:" confirmSavegameDelete: title: Confirmar borrado - text: ¿Seguro que quieres borrar la partida? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Fallo al borrar text: "Fallo al borrar la partida guardada:" @@ -192,9 +186,8 @@ dialogs: createMarker: title: Nuevo marcador titleEdit: Editar marcador - desc: Dale un nombre significativo, también puedes agregarle la - clave de una forma (La cual puedes generar aquí) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Solo puedes crear dos marcadores en la versión de prueba. ¡Obtén el juego completo para marcadores ilimitados! @@ -211,6 +204,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Mover @@ -350,6 +348,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Cintas transportadoras, Distribuidores y Túneles @@ -368,6 +398,7 @@ buildings: deliver: Entregar toUnlock: para desbloquear levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Cinta Transportadora @@ -442,8 +473,9 @@ buildings: la entrada de arriba. quad: name: Pintor (Cuádruple) - description: Permite colorear cada cuadrante de una figura con un color - distinto. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Basurero @@ -553,14 +585,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Cortador de figuras - desc: ¡Acabas de desbloquear el cortador - corta las figuras - por la mitad de arriba abajo sin importar su - orientación!

Asegúrate de deshacerte de lo que no vayas a - usar o se parará - ¡Para eso te he dado un - basurero, que destruye todo lo que le pongas! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotador desc: ¡El rotador se ha desbloqueado! Rota figuras en sentido @@ -584,9 +622,9 @@ storyRewards: será apilada encima de la entrada izquierda! reward_splitter: title: Separador/Fusionador - desc: El balanceador multiusos se ha desbloqueado - ¡Se puede - usar para construir fábricas más grandes separando y uniendo - elementos en varias cintas transportadoras!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: El túnel se ha desbloqueado - ¡Ahora puedes transportar @@ -598,9 +636,10 @@ storyRewards: y pulsa 'T' para ciclar por sus variantes reward_miner_chainable: title: Extractor en cadena - desc: ¡Has desbloqueado el extractor en cadena! Puede - enviar los recursos a otros extractores, extrayendo - recursos más eficientemente. + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel nivel II desc: Has desbloqueado una nueva variante del túnel - ¡Tiene un @@ -615,20 +654,20 @@ storyRewards: desc: Has desbloqueado una variante del pintor - ¡Funciona como un pintor normal pero procesa dos figuras a la vez, consumiendo solo un color en vez de dos! - reward_painter_quad: - title: Pintor cuádruple - desc: Has desbloqueado una variante del pintor - ¡Permite - pintar cada parte de una figura individualmente! reward_storage: title: Almacenamiento intermedio - desc: Has desbloqueado una variante del basurero - ¡Permite - almacenar elementos hasta una cierta capacidad! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Juego libre - desc: ¡Lo has conseguido! ¡Has desbloqueado el Juego Libre! - ¡Esto significa que ahora las figuras se generan aleatoriamente! - (¡No te preocupes, hay más contenido planeado para el juego - completo!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Planos desc: ¡Ahora puedes copiar y pegar partes de tu fábrica! @@ -666,17 +705,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -700,6 +734,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Opciones categories: @@ -923,7 +974,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -932,6 +982,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Sobre el juego body: >- @@ -1016,3 +1068,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-fi.yaml b/translations/base-fi.yaml index 46cba27b..ae05f663 100644 --- a/translations/base-fi.yaml +++ b/translations/base-fi.yaml @@ -2,59 +2,51 @@ steamPage: shortText: shapez.io on peli tehtaiden rakentamisesta, joiden avulla automatisoidaan yhä monimutkaisempien muotojen luonti and yhdisteleminen loputtomassa maailmassa. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Be sure to check out my trello board for the full roadmap! global: loading: Ladataan error: Virhe @@ -129,7 +121,9 @@ dialogs: text: "Tallennuksen lataus epäonnistui:" confirmSavegameDelete: title: Varmista poisto - text: Oletko varma että haluat poistaa tallennuksen? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Poisto epäonnistui text: "Tallennuksen poisto epäonnistui:" @@ -185,9 +179,8 @@ dialogs: Käännä sijoitettavien hihnojen suunta.
" createMarker: title: Uusi Merkki - desc: Anna merkille kuvaava nimi, voit myös sisällyttää muodon lyhyen - avaimen siihen. (Lyhyen avaimen voit luoda täällä) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Muokkaa merkkiä markerDemoLimit: desc: Voit tehdä vain kaksi mukautettua merkkiä demoversiossa. Hanki itsenäinen @@ -208,6 +201,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Liiku @@ -346,6 +344,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Hihnat, Jakelija & Tunneli @@ -364,6 +394,7 @@ buildings: deliver: Toimita toUnlock: avataksesi levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Liukuhihna @@ -437,7 +468,9 @@ buildings: sisääntulosta tulevalla värillä. quad: name: Painter (Neljännes) - description: Sallii muodon neljäsosien värjäämisen eri väreillä. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Roskakori @@ -547,14 +580,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Muotojen Leikkaus - desc: Avasit Leikkurin - se leikkaa muotoja puoliksi - ylhäältä alaspäin riippumatta sen - suunnasta!

Varmista, että pääset eroon jätteistä, tai muuten - se jumittuu - Tätä varten saat Roskiksen, joka - tuhoaa kaiken mitä laitat sinne! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Kääntö desc: Avasit Kääntäjän! Se kääntää muotoja myötäpäivään 90 @@ -578,9 +617,9 @@ storyRewards: päälle! reward_splitter: title: Tasaaja - desc: Avasit monikäyttöisen Tasaajan - Sitä voidaan käyttää - isompien tehtaiden rakennukseen jakamaan ja yhdistämään - tavaroita monille hihnoille!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunneli desc: Avasit Tunnelin - Nyt voit kuljettaa tavaroita @@ -592,9 +631,10 @@ storyRewards: painamalla 'T' vaihtaaksesi sen muotoja! reward_miner_chainable: title: Sarja Kaivaja - desc: Avasit Sarja Kaivajan! Se voi välittää sen - resurssit muille kaivajille, jotta voit kaivaa resursseja - tehokkaammin! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunneli Taso II desc: Avasit uuden muodon Tunnelista - Siinä on pidempi @@ -608,19 +648,20 @@ storyRewards: desc: Avasit muodon Värjääjästä - Se toimii samanlailla kuin normaali värjääjä, mutta käsittelee kaksi muotoa kerrallaan käyttäen vain yhden värin kahden sijaan! - reward_painter_quad: - title: Neljäsosa Värjäys - desc: Avasit muodon Värjääjästä - Se sallii muodon eri osien - värjäämisen erikseen! reward_storage: title: Varasto Puskuri - desc: Avasit muodon Roskiksesta - Se sallii resurssien - säilyttämisen tiettyyn kapasiteettiin asti! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Vapaapeli - desc: Sinä teit sen! Avasit Vapaapelitilan! Tämä tarkoittaa - sitä, että muodot tehdään nyt satunnaisesti! (Ei hätää, lisää - sisältöä on suunnitteilla itsenäiseen peliin!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Piirustukset desc: Nyt voit Kopioida ja Liittää paloja tehtaastasi! Valitse @@ -656,17 +697,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -690,6 +726,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Asetukset categories: @@ -911,7 +964,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -920,6 +972,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Tietoja tästä pelistä body: >- @@ -1004,3 +1058,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-fr.yaml b/translations/base-fr.yaml index 212ecc55..b4065df9 100644 --- a/translations/base-fr.yaml +++ b/translations/base-fr.yaml @@ -2,72 +2,59 @@ steamPage: shortText: shapez.io est un jeu qui consiste à construire des usines pour automatiser la création et la combinaison de formes de plus en plus complexes sur une carte infinie. - discordLink: Discord officiel — Parlez avec moi ! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Discord officiel + intro: >- + Vous aimez les jeux d’automatisation ? Ce jeu est pour vous ! - shapez.io est un jeu dans lequel vous devrez construire des usines pour automatiser la création et la combinaison de formes de plus en plus complexes sur une carte infinie. + shapez.io est un jeu calme où vous devrez construire des usines pour produire automatiquement des formes géométriques. À mesure que le niveau augmente, les formes deviennent de plus en plus complexes, et vous devrez vous étendre sur la carte infinie. - En livrant les formes requises, vous progresserez et débloquerez des améliorations pour accélérer votre usine. + Et en plus, vous devrez aussi produire de plus en plus pour satisfaire la demande. La seule solution est de construire en plus grand ! Au début vous ne ferez que découper les formes, mais plus tard vous devrez les peindre — et pour ça vous devrez extraire et mélanger des couleurs ! - Vous devrez agrandir votre usine pour répondre à l’augmentation de la demande en formes — Mais n’oubliez pas les ressources, vous devrez vous étendre au milieu de cette [b]carte infinie[/b] ! + En achetant le jeu sur Steam, vous aurez accès à la version complète, mais vous pouvez aussi jouer à une démo sur shapez.io et vous décider ensuite ! + title_advantages: Avantages de la version complète + advantages: + - 12 nouveaux niveaux avec 26 niveaux en tout + - 18 nouveaux bâtiments pour automatiser entièrement votre usine ! + - 20 niveaux d’amélioration pour s’amuser pendant des heures ! + - Les câbles ouvrent une toute nouvelle dimension ! + - Mode sombre ! + - Sauvegardes illimitées + - Balises illimitées + - Me soutenir ! ❤️ + title_future: Prévu + planned: + - Bibliothèque de patrons + - Succès sur Steam + - Mode réflexion + - Mini-carte + - Mods + - Mode bac à sable + - …et bien plus ! + title_open_source: Ce jeu est open source ! + text_open_source: >- + Tout le monde peut contribuer. Je suis très impliqué dans la communauté + et j’essaie de lire toutes les suggestions et de prendre en compte vos + retours quand c’est possible. - Bientôt, vous devrez mélanger les couleurs et peindre vos formes avec — Combinez les ressources de couleurs rouge, verte et bleue pour produire différentes couleurs et peindre les formes avec pour satisfaire la demande. - - Ce jeu propose 18 niveaux progressifs (qui devraient déjà vous occuper quelques heures !) mais je développe constamment plus de contenu — Il y a beaucoup de choses prévues ! - - Acheter le jeu vous donne accès à la version complète qui a des fonctionnalités supplémentaires, et vous pourrez aussi accéder aux fonctionnalités fraîchement développées. - - [b]Avantages de la version complète (standalone)[/b] - - [list] - [*] Mode sombre - [*] Balises infinies - [*] Parties infinies - [*] Plus d’options - [*] Prochainement : Câbles et énergie ! Prévu pour (environ) fin juillet 2020. - [*] Prochainement : Plus de niveaux - [*] Aidez-moi à continuer de développer shapez.io ❤️ - [/list] - - [b]Mises à jour à venir[/b] - - Je fais souvent des mises à jour et j’essaye d’en sortir une par semaine ! - - [list] - [*] Différentes cartes et challenges (e.g. carte avec obstacles) - [*] Casse-tête (Livrer la forme requise avec une zone limitée / jeu de bâtiments) - [*] Un mode histoire où les bâtiments ont un coût - [*] Générateur de carte configurable (configuration des ressources / formes / taille / densité, graine aléatoire et plus) - [*] Plus de niveaux - [*] Amélioration des performances (Le jeu tourne déjà plutôt bien !) - [*] Et bien plus ! - [/list] - - [b]Ce jeu est open source ![/b] - - Tout le monde peut contribuer, je suis très impliqué dans la communauté et j’essaye de répondre à toutes les suggestions et prendre en compte vos retours si possible. Jetez un coup d’œil à mon Trello pour le suivi du projet et les plans de développement ! - - [b]Liens[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Discord officiel[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Trello[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Code source (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Aidez à traduire[/url] - [/list] + N’oubliez pas de consulter mon tableau Trello pour voir tout le plan de développement ! + title_links: Liens + links: + discord: Discord officiel + roadmap: Plan de développement + subreddit: Reddit + source_code: Code source (GitHub) + translate: Aidez à traduire global: loading: Chargement error: Erreur - thousandsDivider:   + thousandsDivider: " " decimalSeparator: "," suffix: thousands: k millions: M billions: G trillions: T - infinite: inf + infinite: ∞ time: oneSecondAgo: il y a une seconde xSecondsAgo: il y a  secondes @@ -76,10 +63,10 @@ global: oneHourAgo: il y a une heure xHoursAgo: il y a  heures oneDayAgo: il y a un jour - xDaysAgo: il y a  jours - secondsShort:  s - minutesAndSecondsShort:  m  s - hoursAndMinutesShort:  h  m + xDaysAgo: il y a jours + secondsShort:  s + minutesAndSecondsShort:  m  s + hoursAndMinutesShort:  h  m xMinutes:  minutes keys: tab: TAB @@ -89,7 +76,7 @@ global: shift: MAJ space: ESPACE demoBanners: - title: Version démo + title: Version de démo intro: Achetez la version complète pour débloquer toutes les fonctionnalités ! mainMenu: play: Jouer @@ -111,7 +98,7 @@ mainMenu: dialogs: buttons: ok: OK - delete: Effacer + delete: Supprimer cancel: Annuler later: Plus tard restart: Relancer @@ -150,8 +137,8 @@ dialogs: title: Réinitialisation des contrôles desc: Les contrôles ont été remis à défaut ! featureRestriction: - title: Version démo - desc: Vous avez essayé d’accéder à la fonction () qui n’est pas + title: Version de démo + desc: Vous avez essayé d’accéder à la fonction “” qui n’est pas disponible dans la démo. Pensez à acheter la version complète pour une expérience optimale ! oneSavegameLimit: @@ -161,15 +148,15 @@ dialogs: version complète ! updateSummary: title: Nouvelle mise à jour ! - desc: "Voici les changements depuis votre dernière session :" + desc: "Voici les changements depuis votre dernière session de jeu :" upgradesIntroduction: title: Débloquer les améliorations desc: Toutes les formes que vous produisez peuvent être utilisées pour débloquer - des améliorations — Ne détruisez pas vos anciennes + des améliorations — Ne détruisez pas vos anciennes usines ! L’onglet des améliorations se trouve dans le coin supérieur droit de l’écran. massDeleteConfirm: - title: Confirmation de suppression + title: Confirmer la suppression desc: Vous allez supprimer beaucoup de bâtiments ( pour être précis) ! Êtes-vous sûr de vouloir faire ça ? massCutConfirm: @@ -182,24 +169,28 @@ dialogs: la couper ? blueprintsNotUnlocked: title: Pas encore débloqué - desc: Les patrons n’ont pas encore été débloqués ! Terminez le niveau 12 pour y - avoir accès. + desc: Terminez le niveau 12 pour avoir accès aux patrons ! keybindingsIntroduction: title: Raccourcis utiles - desc: "Le jeu a de nombreux raccourcis facilitant la construction de grandes + desc: 'Le jeu a de nombreux raccourcis facilitant la construction de grandes usines. En voici quelques-uns, n’hésitez pas à aller découvrir les raccourcis !

CTRL + glisser : Sélectionne une zone à - copier / effacer.
MAJ : Laissez + class="keybinding">CTRL + glisser : Sélectionne une zone à + copier / supprimer.
MAJ : Laissez appuyé pour placer plusieurs fois le même bâtiment.
ALT : Inverse l’orientation des convoyeurs - placés.
" + class="keybinding">ALT : Inverse l’orientation des convoyeurs + placés.
' createMarker: title: Nouvelle balise titleEdit: Modifier cette balise - desc: Donnez-lui un nom, vous pouvez aussi inclure le raccourci + desc: Donnez-lui un nom. Vous pouvez aussi inclure le raccourci d’une forme (que vous pouvez générer ici). + editSignal: + title: Définir le signal + descItems: "Choisissez un objet prédéfini :" + descShortKey: …ou entrez le raccourci d’une forme (que vous + pouvez générer ici) markerDemoLimit: desc: Vous ne pouvez créer que deux balises dans la démo. Achetez la version complète pour en placer autant que vous voulez ! @@ -211,11 +202,11 @@ dialogs: renameSavegame: title: Renommer la sauvegarde desc: Vous pouvez renommer la sauvegarde ici. - editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + entityWarning: + title: Avertissement sur les performances + desc: Vous avez placé beaucoup de bâtiments. Ceci est juste un rappel amical que + le jeu ne peut pas gérer un nombre infini de bâtiments, alors + essayez de garder vos usines compactes ! ingame: keybindingsOverlay: moveMap: Déplacer @@ -254,10 +245,10 @@ ingame: speed: Vitesse range: Portée storage: Espace de stockage - oneItemPerSecond: 1 forme ⁄ s - itemsPerSecond:  formes ⁄ s + oneItemPerSecond: 1 forme ⁄ s + itemsPerSecond:  formes ⁄ s itemsPerSecondDouble: (×2) - tiles:  cases + tiles: cases levelCompleteNotification: levelTitle: Niveau  completed: Terminé @@ -266,7 +257,7 @@ ingame: notifications: newUpgrade: Une nouvelle amélioration est disponible ! gameSaved: Votre partie a été sauvegardée. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Niveau  complet ! shop: title: Améliorations buttonUnlock: Améliorer @@ -292,7 +283,7 @@ ingame: - XVIII - XIX - XX - maximumLevel: NIVEAU MAXIMAL (Vitesse ×) + maximumLevel: NIVEAU MAX (Vitesse ×) statistics: title: Statistiques dataSources: @@ -308,9 +299,9 @@ ingame: description: Affiche les formes qui ont été livrées dans votre bâtiment central. noShapesProduced: Aucune forme produite pour le moment. shapesDisplayUnits: - second:  ⁄ s - minute:  ⁄ m - hour:  ⁄ h + second:  ⁄ s + minute:  ⁄ m + hour:  ⁄ h settingsMenu: playtime: Temps de jeu buildingsPlaced: Bâtiments @@ -329,53 +320,86 @@ ingame: waypoints: Balise hub: Centre description: Cliquez sur une balise pour vous y rendre, clic-droit pour - l’effacer.

Appuyez sur pour créer une balise sur - la vue actuelle, ou clic-droit pour en créer une - sur l’endroit pointé. + la supprimer.

Appuyez sur pour créer une balise + sur la vue actuelle, ou clic-droit pour en créer + une sur l’endroit pointé. creationSuccessNotification: La balise a été créée. shapeViewer: - title: Calques + title: Couches empty: Vide - copyKey: Copier le raccourci de la forme + copyKey: Copier le raccourci interactiveTutorial: title: Tutoriel hints: 1_1_extractor: Placez un extracteur sur une forme en cercle pour l’extraire ! 1_2_conveyor: "Connectez l’extracteur avec un convoyeur vers - votre centre !

Astuce : Cliquez et faites - glisser le convoyeur avec votre souris !" + votre centre !

Astuce : Cliquez et faites + glisser le convoyeur avec la souris !" 1_3_expand: "Ceci n’est PAS un jeu incrémental et inactif ! Construisez plus d’extracteurs et de convoyeurs pour atteindre - plus vite votre but.

Astuce : Gardez MAJ - enfoncé pour placer plusieurs extracteurs, et utilisez - R pour les faire pivoter." + plus vite votre but.

Astuce : Gardez + MAJ enfoncé pour placer plusieurs extracteurs, + et utilisez R pour les faire pivoter." connectedMiners: - one_miner: 1 extracteur + one_miner: 1 extracteur n_miners:  extracteurs - limited_items: Limité à + limited_items: Limité à  + watermark: + title: Version de démo + desc: Cliquez ici pour voir les avantages de la version Steam ! + get_on_steam: Acheter sur Steam + standaloneAdvantages: + title: Obtenir la version complète + no_thanks: Non merci ! + points: + levels: + title: 12 nouveaux niveaux + desc: Pour un total de 26 niveaux ! + buildings: + title: 18 nouveaux bâtiments + desc: Automatisez entièrement votre usine ! + savegames: + title: Sauvegardes ∞ + desc: Autant que votre cœur le désire ! + upgrades: + title: 20 niveaux d’amélioration + desc: Cette version de démonstration n’en a que 5 ! + markers: + title: Balises ∞ + desc: Ne vous perdez plus jamais dans votre usine ! + wires: + title: Câbles + desc: Une toute nouvelle dimension ! + darkmode: + title: Mode sombre + desc: Plus jamais mal aux yeux ! + support: + title: Me soutenir + desc: Je le développe pendant mon temps libre ! shopUpgrades: belt: name: Convoyeurs, distributeurs et tunnels - description: Vitesse × → × + description: Vitesse × → × miner: name: Extraction - description: Vitesse × → × + description: Vitesse × → × processors: name: Découpage, rotation et empilage - description: Vitesse × → × + description: Vitesse × → × painting: name: Mélange et peinture - description: Vitesse × → × + description: Vitesse × → × buildings: hub: deliver: Livrez toUnlock: pour débloquer levelShortcut: NV + endOfDemo: Fin de la démo belt: default: name: Convoyeur - description: Transporte les objets, maintenez et faites glisser pour en placer + description: Transporte les objets. Maintenez et faites glisser pour en placer plusieurs. miner: default: @@ -391,7 +415,7 @@ buildings: description: Permet de faire passer des ressources sous les bâtiments et les convoyeurs. tier2: - name: Tunnel niveau II + name: Tunnel niveau II description: Permet de faire passer des ressources sous les bâtiments et les convoyeurs. balancer: @@ -493,23 +517,26 @@ buildings: lever: default: name: Interrupteur - description: Peut être basculé pour émettre un signal booléen (1 / 0) dans le + description: Peut être basculé pour émettre un signal booléen (1 / 0) sur le calque de câblage, qui peut être utilisé pour contrôler par exemple un filtre à formes. logic_gate: default: name: Porte ET - description: Émet un “1” booléen si les deux entrées sont vraies. + description: Émet un “1” booléen si les deux entrées sont vraies (une forme, + couleur ou “1”). not: name: Porte INVERSEUR - description: Émet un “1” booléen si l’entrée n'est pas vraie. + description: Émet un “1” booléen si l’entrée n’est pas vraie (une forme, couleur + ou “1”). xor: name: Porte OU-EXCLUSIF - description: Émet un “1” booléen si une des entrées est vraie, mais pas les - deux. + description: Émet un “1” booléen si une des entrées est vraie (une forme, + couleur ou “1”), mais pas les deux. or: name: Porte OU - description: Émet un “1” booléen si une des entrées est vraie. + description: Émet un “1” booléen si une des entrées est vraie (une forme, + couleur ou “1”). transistor: default: name: Transistor @@ -532,7 +559,7 @@ buildings: couleur, ou un booléen. reader: default: - name: Débitmètre + name: Lecteur de débit description: Mesure le débit d’un convoyeur. Émet sur le calque de câblage (une fois déverrouillé) la dernière forme ou couleur mesurée. analyzer: @@ -554,7 +581,7 @@ buildings: description: Fait pivoter virtuellement la forme de 90 degrés vers la droite. unstacker: name: Décombineur virtuel - description: Renvoie la couche supérieur à droite, et les couches restantes à + description: Renvoie la couche supérieure à droite, et les couches restantes à gauche. stacker: name: Combineur virtuel @@ -562,29 +589,33 @@ buildings: painter: name: Peintre virtuel description: Peint virtuellement la forme du bas avec la couleur de droite. + item_producer: + default: + name: Générateur d’objet + description: Seulement disponible en mode bac à sable. Renvoie le signal du + calque de câblage sur le calque normal. storyRewards: reward_cutter_and_trash: title: Découpage de formes - desc: Vous venez de débloquer le découpeur — il coupe des - formes en deux de haut en bas quelle que soit son - orientation !

Assurez-vous de vous débarrasser des déchets, - sinon gare au blocage — À cet effet, je mets à - votre disposition la poubelle, qui détruit tout ce que vous y - mettez ! + desc: Vous avez débloqué le découpeur. Il coupe des formes en + deux de haut en bas quelle que soit son + orientation !

Assurez-vous de vous débarrasser des déchets, + sinon gare au blocage. À cet effet, je mets à votre + disposition la poubelle, qui détruit tout ce que vous y mettez ! reward_rotater: title: Rotation - desc: Le pivoteur a été débloqué ! Il pivote les formes de - 90 degrés vers la droite. + desc: Le pivoteur a été débloqué ! Il pivote les formes de 90 + degrés vers la droite. reward_painter: title: Peintre - desc: "Le peintre a été débloqué — Extrayez des pigments de + desc: "Le peintre a été débloqué. Extrayez des pigments de couleur (comme vous le faites avec les formes) et combinez-les avec une forme dans un peintre pour les colorier !

PS : Si vous êtes daltonien, il y a un mode daltonien paramétrable dans les préférences !" reward_mixer: title: Mélangeur de couleurs - desc: Le mélangeur a été débloqué — Combinez deux couleurs en + desc: Le mélangeur a été débloqué. Combinez deux couleurs en utilisant la synthèse additive des couleurs avec ce bâtiment ! reward_stacker: @@ -596,19 +627,19 @@ storyRewards: placée au-dessus de la forme de gauche. reward_balancer: title: Répartiteur - desc: Le répartiteur multifonctionnel a été débloqué — Il peut + desc: Le répartiteur multifonctionnel a été débloqué. Il peut être utilisé pour construire de plus grandes usines en distribuant équitablement et rassemblant les formes entre plusieurs convoyeurs !

reward_tunnel: title: Tunnel - desc: Le tunnel a été débloqué — Vous pouvez maintenant faire + desc: Le tunnel a été débloqué. Vous pouvez maintenant faire passer des formes sous les convoyeurs et les bâtiments ! reward_rotater_ccw: title: Pivoteur inversé - desc: Vous avez débloqué une variante du pivoteur — Elle permet + desc: Vous avez débloqué une variante du pivoteur. Elle permet de faire pivoter vers la gauche ! Pour le construire, sélectionnez - le pivoteur et appuyez sur 'T' pour alterner entre les + le pivoteur et appuyez sur “T” pour alterner entre les variantes ! reward_miner_chainable: title: Extracteur en série @@ -623,107 +654,118 @@ storyRewards: les deux variantes de tunnels ! reward_merger: title: Fusionneur compact - desc: Vous avez déverrouillé une variante du fusionneur du - répartiteur. Il accepte deux entrées et les - fusionne en un seul convoyeur ! + desc: Vous avez débloqué une variante du répartiteur. Il + accepte deux entrées et les fusionne en un seul convoyeur ! reward_splitter: title: Répartiteur compact desc: Vous avez débloqué une variante compacte du répartiteur — - Elle accepte deux entrées et les rassemble en une sortie ! + Il accepte une seule entrée et la divise en deux sorties ! reward_belt_reader: - title: Lecteur de convoyeur - desc: Vous avez maintenant déverrouillé le lecteur de convoyeur - ! Il vous permet de mesurer le débit d'un convoyeur.

Et - attendez de déverrouiller les câbles, alors cela deviendra vraiment - utile ! + title: Lecteur de débit + desc: Vous avez débloqué le lecteur de débit ! Il vous permet + de mesurer le débit d’un convoyeur.

Et attendez de + déverrouiller les câbles, il sera alors très utile ! reward_cutter_quad: title: Quadruple découpeur desc: Vous avez débloqué une variante du découpeur — Elle - permet de découper les formes en quatre parties à - la place de simplement deux ! + permet de découper les formes en quatre parties + plutôt que seulement deux ! reward_painter_double: title: Double peintre desc: Vous avez débloqué une variante du peintre — Elle fonctionne comme le peintre de base, mais elle permet de traiter deux formes à la fois en ne consommant qu’une couleur au lieu de deux ! - reward_painter_quad: - title: Quadruple peintre - desc: Vous avez débloqué une variante du peintre — Elle permet - de colorier chaque partie d’une forme individuellement ! Connectez - chaque emplacement que vous souhaitez peindre avec un signal - vrai (forme, élément ou booléen "1") sur le calque de - câblage ! reward_storage: title: Tampon de stockage desc: Vous avez débloqué le bâtiment de stockage. Il permet de stocker des objets jusqu’à une certaine limite !

Il priorise - la sortie gauche, vous pouvez donc également l'utiliser comme - porte de débordement ! + la sortie gauche, vous pouvez donc aussi l’utiliser comme + drain de débordement ! reward_blueprints: title: Patrons desc: Vous pouvez maintenant copier et coller des parties de votre usine ! Sélectionnez une zone (Appuyez sur CTRL, et - sélectionnez avec votre souris), et appuyez sur 'C' pour la - copier.

Coller n’est pas gratuit, vous devez - produire des formes de patrons pour vous le payer - (les mêmes que celles que vous venez de livrer). + sélectionnez avec votre souris), et appuyez sur “C” pour la + copier.

Coller n’est pas gratuit, vous + devez produire des formes de patrons pour vous le + payer (les mêmes que celles que vous venez de livrer). reward_rotater_180: title: Retourneur - desc: Vous venez de déverrouiller le retourneur ! Il vous - permet de faire pivoter une forme de 180 degrés (Surprise ! :D) - reward_wires_filters_and_levers: - title: "Wires: Filtres & Interrupteurs" - desc: Vous venez de déverrouiller le calque de câblage ! Il - s'agit d'un calque séparé au-dessus du calque normal qui introduit - de nombreuses nouvelles mécaniques !

Comme cela peut être un - peu impressionnant, j'ai ajouté un petit tutoriel. Assurez-vous - d'avoir les tutoriels activés dans les paramètres ! + desc: Vous avez débloqué le retourneur ! Il permet de faire + pivoter une forme de 180 degrés (Surprise ! :D) + reward_wires_painter_and_levers: + title: Câbles & quadruple peintre + desc: "Vous avez débloqué le calque de câblage : C’est un + calque au-dessus du calque normal, qui introduit beaucoup de + nouvelles mécaniques de jeu !

Pour commencer, je vous + débloque le quadruple peintre. Connectez les + entrées à peindre sur le calque de câblage.

Pour voir le + calque de câblage, appuyez sur E." + reward_filter: + title: Filtre à objets + desc: Vous avez débloqué le filtre à objets ! Il dirige les + objets en haut ou à droite selon qu’ils correspondent ou non au + signal provenant du calque de câblage.

Vous pouvez aussi + connecter un signal booléen (1 / 0) pour l’activer ou le désactiver + complètement. reward_display: title: Afficheur - desc: Vous avez déverrouillé l'afficheur ! Connectez-y un câble - signal pour visualiser une couleur, une forme ou un booléen ! + desc: "Vous avez débloqué l’afficheur ! Connectez-y un signal + sur le calque de câblage pour afficher une couleur, une forme ou un + booléen !

PS : Avez-vous remarqué que le lecteur de débit et + le stockage émettent le dernier objet vu ? Essayez de le montrer sur + un écran !" reward_constant_signal: title: Constante - desc: Vous avez déverrouillé la constante basé sur le calque de - câblage ! Elle est utile pour la connecter à des filtres - d'éléments par exemple.

La constante peut émettre + desc: Vous avez débloqué l’émetteur de constante sur le calque + de câblage ! Vous pouvez par exemple la connecter à des + filtres à objets.

La constante peut émettre une forme, une couleur ou un - booléen (1 / 0). + booléen (1 / 0). reward_logic_gates: title: Portes logiques - desc: Vous avez déverrouillé les portes logiques ! Vous n'êtes - pas obligé d'être excité à ce sujet, mais c'est vraiment super cool - !

Avec ces portes, vous pouvez maintenant effectuer des - opérations booléennes ET, OU, OU-EXCLUSIF et INVERSEUR ! + desc: "Vous avez débloqué les portes logiques ! Vous n’êtes pas + obligé de trouver ça génial, mais en fait c’est super cool !

+ Avec ces portes, vous pouvez maintenant faire les opérations + booléennes ET, OU, OU-EXCLUSIF et INVERSEUR !

Et la cerise + sur le gâteau : je vous donne aussi le + transistor !" reward_virtual_processing: title: Traitement virtuel - desc: Je viens de donner tout un tas de nouveaux bâtiments qui vous permettent - de simuler du traitement de forme !

Vous - pouvez maintenant simuler un découpeur, un pivoteur, un combineur et - plus encore sur le calque de câblage !

Avec cela, vous avez - maintenant trois options pour continuer le jeu :

- - Construire une machine automatisée pour créer toute - forme possible demandée par le centre (c'est cool, je le jure - !).

- Construire quelque chose de cool avec des - câbles.

- Continuer à jouer régulièrement. + desc: Je viens de vous donner tout un tas de nouveaux bâtiments qui vous + permettent de simuler le traitement des + formes !

Vous pouvez maintenant simuler un + découpeur, un pivoteur, un combineur et plus encore sur le calque de + câblage !

Avec ça, vous avez trois possibilités pour + continuer le jeu :

- Construire une machine + automatisée pour fabriquer n’importe quelle forme demandée + par le centre (je conseille d’essayer !).

- Construire + quelque chose de cool avec des câbles.

- Continuer à jouer + normalement.

Dans tous les cas, l’important c’est de + s’amuser ! no_reward: title: Niveau suivant - desc: "Ce niveau n’a pas de récompense mais le prochain, si !

PS : Ne - détruisez pas votre usine actuelle — Vous aurez besoin de + desc: "Ce niveau n’a pas de récompense mais le prochain, si !

PS : Ne + détruisez pas votre usine actuelle. Vous aurez besoin de toutes ces formes plus tard pour débloquer des améliorations." no_reward_freeplay: title: Niveau suivant - desc: Bravo ! À propos, plus de contenu est prévu pour la version complète ! + desc: Bravo ! reward_freeplay: title: Mode libre desc: Vous y êtes arrivé ! Vous avez débloqué le mode libre ! Cela veut dire que dorénavant, les formes sont générées - aléatoirement !

Étant donné que le centre - ne demandera que de faibles quantités, je recommande fortement de - construire une machine qui délivre automatiquement la forme demandée - ! + aléatoirement !

Comme le centre va demander + un gros débit à partir de maintenant, je recommande + vivement de construire une machine qui fabrique automatiquement la + forme demandée.

Le centre émet la forme demandée sur le + calque de câblage, donc vous n’avez qu’à l’analyser et l’utiliser + pour configurer automatiquement votre usine. + reward_demo_end: + title: Fin de la démo + desc: Vous avez atteint la fin de la version de démo ! settings: title: Options categories: @@ -773,7 +815,7 @@ settings: super_fast: Très rapide movementSpeed: title: Vitesse de déplacement - description: Change la vitesse de déplacement de l’écran avec les touches + description: Change la vitesse de déplacement de l’écran avec les touches du clavier. speeds: super_slow: Très lent @@ -814,11 +856,12 @@ settings: dark: Sombre light: Clair refreshRate: - title: Fréquence de simulation - description: Si vous avez un moniteur à fréquence élevée, changez le taux de - rafraichissement pour que le jeu fonctionne correctement à cette - haute fréquence. Ceci pourrait cependant diminuer vos IPS - (itérations par seconde) si votre ordinateur est trop lent. + title: Fréquence de rafraîchissement + description: Détermine la fréquence de simulation du jeu par seconde. En + général, un taux de rafraîchissement plus élevé se traduit par + une meilleure précision mais une performance plus mauvaise. Si + la fréquence de rafraîchissement est basse, les débits peuvent + ne pas être exacts. alwaysMultiplace: title: Placement multiple description: Si activé, tous les bâtiments resteront sélectionnés tant que vous @@ -826,7 +869,7 @@ settings: en permanence. offerHints: title: Indices - description: Affiche ou non le bouton 'Afficher un indice' dans le coin + description: Affiche ou non le bouton “Afficher un indice” dans le coin inférieur gauche. enableTunnelSmartplace: title: Tunnels intelligents @@ -836,8 +879,8 @@ settings: effacés. vignette: title: Effet de vignette - description: Permet l’affichage de l’effet de vignette qui assombrit les coins - de l’écran afin de rendre le texte plus facile à lire. + description: Active l’effet de vignette qui assombrit les coins de l’écran pour + rendre le texte plus facile à lire. rotationByBuilding: title: Rotation par catégorie de bâtiment description: Chaque catégorie de bâtiment enregistre le sens de rotation que @@ -850,9 +893,9 @@ settings: n’affichant que les ratios. Si désactivé, montre une description et une image. disableCutDeleteWarnings: - title: Désactive les avertissements pour Couper / Effacer + title: Désactive les avertissements pour Couper / Supprimer description: Désactive la boîte de dialogue qui s’affiche lorsque vous vous - apprêtez à couper / effacer plus de 100 entités. + apprêtez à couper / supprimer plus de 100 entités. lowQualityMapResources: title: Ressources de la carte de plus basse qualité description: Simplifie le rendu des ressources sur la carte lorsqu’elle est @@ -874,12 +917,12 @@ settings: performances. Rend le jeu très moche ! displayChunkBorders: title: Montrer les secteurs - description: Le jeu est divisé en secteurs de 16×16 cases. Si ce réglage est + description: Le jeu est divisé en secteurs de 16×16 cases. Si ce réglage est activé, les limites de chaque secteur sont affichées. pickMinerOnPatch: - title: Choisir l’extracteur sur une mine de ressources + title: Choisir l’extracteur sur un gisement de ressources description: Activé par défaut, sélectionne l’extracteur si vous utilisez la - pipette en survolant une mine de ressources. + pipette en survolant un gisement de ressources. simplifiedBelts: title: Convoyeurs simplifiés (moche) description: Désactive le rendu des formes et couleurs sur les convoyeurs sauf @@ -938,16 +981,16 @@ keybindings: wire: Câble constant_signal: Constante logic_gate: Porte logique - lever: Interrupteur (normal) - lever_wires: Interrupteur (à câbles) + lever: Interrupteur filter: Filtre wire_tunnel: Tunnel à câble display: Afficheur - reader: Débitmètre + reader: Lecteur de débit virtual_processor: Découpeur virtuel transistor: Transistor analyzer: Analyseur de formes comparator: Comparateur + item_producer: Générateur d’objets (bac à sable) pipette: Pipette rotateWhilePlacing: Pivoter rotateInverseModifier: "Variante : Pivote à gauche" @@ -957,13 +1000,14 @@ keybindings: cycleBuildings: Alterner entre les bâtiments lockBeltDirection: Utiliser le planificateur de convoyeurs switchDirectionLockSide: "Planificateur : changer de côté" + copyWireValue: "Câble : Copier la valeur sous le curseur" massSelectStart: Cliquez et glissez pour commencer massSelectSelectMultiple: Sélectionner plusieurs zones massSelectCopy: Copier la sélection massSelectCut: Couper la sélection placementDisableAutoOrientation: Désactiver l’orientation automatique placeMultiple: Rester en mode placement - placeInverse: Inverser le mode d’orientation automatique + placeInverse: Inverser l’orientation des convoyeurs about: title: À propos de ce jeu body: >- @@ -989,29 +1033,28 @@ demo: exportingBase: Exporter une image de toute la base settingNotAvailable: Indisponible dans la démo. tips: - - Le centre accepte les entrées de toutes sortes, pas seulement la forme - actuelle ! - - Assurez-vous que vos usines soient modulaires, cela paiera ! - - Ne construisez pas trop près du centre, ou ce sera un énorme chaos ! - - Si l'empilement ne fonctionne pas, essayez d'échanger les entrées. + - Le centre n’importe quelle forme, pas seulement la forme actuelle ! + - Assurez-vous que vos usines soient modulaires, cela paiera ! + - Ne construisez pas trop près du centre, ou ce sera un énorme chaos ! + - Si l’empilement ne fonctionne pas, essayez d’échanger les entrées. - Vous pouvez changer le sens du planificateur de convoyeur en appuyant sur R. - Maintenir CTRL permet de déposer les convoyeurs sans auto-orientation. - - Les ratios restent les mêmes, tant que toutes les améliorations sont de + - Les ratios restent les mêmes, tant que toutes les améliorations sont au même niveau. - - L'exécution en série est plus efficace qu'en parallèle. - - Vous débloquerez plus de variantes de bâtiments plus tard dans le jeu ! + - L’exécution en série est plus efficace qu’en parallèle. + - Vous débloquerez plus de variantes de bâtiments plus tard dans le jeu ! - Vous pouvez utiliser T pour basculer entre différentes variantes. - - La symétrie est la clé ! + - La symétrie est la clé ! - Vous pouvez entrelacer différents niveaux de tunnels. - - Essayez de construire des usines compactes, cela paiera ! + - Essayez de construire des usines compactes, cela paiera ! - Le peintre a une variante en miroir que vous pouvez sélectionner avec T - - Avoir les bons ratios de construction maximisera l'efficacité. + - Avoir les bons ratios de construction maximisera l’efficacité. - Au niveau maximum, 5 extracteurs rempliront un seul convoyeur. - - N'oubliez pas les tunnels ! - - Vous n'avez pas besoin de répartir les objets uniformément pour une + - N’oubliez pas les tunnels ! + - Vous n’avez pas besoin de répartir les objets uniformément pour une efficacité totale. - Maintenir MAJ activera le planificateur de convoyeur, vous permettant de placer facilement de longues lignes de convoyeur. @@ -1019,51 +1062,52 @@ tips: orientation. - Pour obtenir du blanc, mélangez les trois couleurs. - Le stockage priorise la première sortie. - - Investissez du temps pour créer des designs reproductibles, ça vaut le - coup ! + - Investissez du temps pour créer des patrons reproductibles, ça vaut le + coup ! - Maintenir CTRL permet de placer plusieurs bâtiments. - - Vous pouvez maintenir ALT pour inverser la direction des ceintures - placées. - - L'efficacité est la clé ! - - Les patchs de forme plus éloignés du moyeu sont plus complexes. + - Vous pouvez maintenir ALT pour inverser la direction des convoyeurs + placés. + - L’efficacité est la clé ! + - Les gisements plus éloignés du centre produisent des formes plus complexes. - Les machines ont une vitesse limitée, divisez-les pour une efficacité maximale. - - Utilisez des équilibreurs pour maximiser votre efficacité. - - L'organisation est importante. Essayez de ne pas trop traverser les + - Utilisez des répartiteurs pour maximiser votre efficacité. + - L’organisation est importante. Essayez de ne pas trop croiser les convoyeurs. - - Planifiez à l'avance, ou ce sera un énorme chaos ! - - Ne supprimez pas vos anciennes usines ! Vous en aurez besoin pour + - Planifiez à l’avance, ou ce sera un énorme chaos ! + - Ne supprimez pas vos anciennes usines ! Vous en aurez besoin pour débloquer des améliorations. - - Essayez de battre le niveau 18 par vous-même avant de demander de l'aide ! + - Essayez de réussir le niveau 18 par vous-même avant de demander de l’aide ! - Ne compliquez pas les choses, essayez de rester simple et vous irez loin. - Vous devrez peut-être réutiliser les usines plus tard dans le jeu. - Planifiez vos usines pour qu'elles soient réutilisables. + Planifiez vos usines pour qu’elles soient réutilisables. - Parfois, vous pouvez trouver une forme nécessaire sur la carte sans la créer avec des combineurs. - - Les formes en moulins à vent complet ne peuvent jamais apparaître + - Les formes en hélice complètes ne peuvent jamais apparaître naturellement. - Colorez vos formes avant de les découper pour une efficacité maximale. - - Avec les modules, l'espace n'est qu'une perception; une préoccupation pour - les hommes mortels. - - Créez une usine de patrons distincte. Ils sont importants pour les modules. + - Avec les modules, l’espace n’est qu’une perception ; une préoccupation + pour les hommes mortels. + - Créez une usine de patrons à part. Ils sont importants pour les modules. - Regardez de plus près le mélangeur de couleur et vous aurez la réponse à vos questions. - - Utilisez CTRL + clic pour sélectionner une zone. + - Utilisez CTRL + clic pour sélectionner une zone. - Construire trop près du centre peut gêner les projets futurs. - - L'icône d'épingle à côté de chaque forme dans la liste d'améliorations - l'épingle à l'écran. - - Mélangez toutes les couleurs primaires ensemble pour faire du blanc ! - - Vous avez une carte infinie, n'encombrez pas votre usine, développez-vous ! - - Essayez également Factorio ! C'est mon jeu préféré. - - Le découpeur quadruple coupe dans le sens des aiguilles d'une montre à - partir du coin supérieur droit ! - - Vous pouvez télécharger vos sauvegardes dans le menu principal ! - - Ce jeu a beaucoup de raccourcis clavier utiles ! Assurez-vous de consulter - la page des paramètres. - - Ce jeu a beaucoup de paramètres, assurez-vous de les vérifier ! + - L’icône d’épingle à côté de chaque forme dans la liste d’améliorations + épingle la forme à l’écran. + - Mélangez toutes les couleurs primaires ensemble pour faire du blanc ! + - Vous avez une carte infinie, n’encombrez pas votre usine, développez-vous ! + - Essayez aussi Factorio ! C’est mon jeu préféré. + - Le découpeur quadruple coupe dans le sens des aiguilles d’une montre à + partir du coin supérieur droit ! + - Vous pouvez télécharger vos sauvegardes dans le menu principal ! + - Ce jeu a beaucoup de raccourcis clavier utiles ! Pensez à regarder la page + des paramètres. + - Ce jeu a beaucoup de paramètres, pensez à les regarder ! - Le marqueur de votre centre a une petite boussole pour indiquer sa - direction ! + direction ! - Pour nettoyer les convoyeurs, coupez la zone puis collez-la au même endroit. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - Appuyez sur F4 pour voir vos IPS et votre fréquence de rafraîchissement. + - Appuyez deux fois sur F4 pour voir les coordonnées. + - Cliquez sur une forme épinglée à gauche pour l’enlever. diff --git a/translations/base-hr.yaml b/translations/base-hr.yaml index 50382313..1c1ef864 100644 --- a/translations/base-hr.yaml +++ b/translations/base-hr.yaml @@ -1,59 +1,51 @@ steamPage: shortText: shapez.io je igra o izradi tvornica za automatizaciju stvaranja i spajanja sve složenijih oblika unutar beskonačno velike mape. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Be sure to check out my trello board for the full roadmap! global: loading: Učitavanje error: Greška @@ -128,7 +120,9 @@ dialogs: text: "Neuspješno učitavanje spremljene igre:" confirmSavegameDelete: title: Potvrdi brisanje - text: Jesi li siguran da želiš izbrisati spremljenu igru? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Greška prilikom brisanja text: "Neuspješno brisanje spremljene igre:" @@ -183,9 +177,8 @@ dialogs: smjer postavljenih pokretnih traka.
" createMarker: title: Novi Putokaz - desc: Daj mu smisleno ime. Može se uključiti i kratki kod - oblika. (Koju možeš generirati ovdje) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: U demo verziji se mogu stvoriti samo dva putokaza istovremeno. Nabavi @@ -205,6 +198,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Kretanje @@ -342,6 +340,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Trake, Distributer i Tuneli @@ -360,6 +390,7 @@ buildings: deliver: Dostavi toUnlock: kako bi otključao levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Pokretna Traka @@ -428,7 +459,9 @@ buildings: description: Boja oblike na lijevom ulazu bojom s gornjeg ulaza. quad: name: Bojač (Četverostruki) - description: Dopušta bojanje svake četvrtine oblika različitom bojom. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Smeće @@ -538,14 +571,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Rezanje Oblika - desc: Rezač je otključan! Ovaj stroj reže oblike od - vrha prema dnu bez obzira na orijentaciju - građevine!

Višak se mora odbaciti kako bi se izbjegao - zastoj. - Za tu svrhu postoji smeće, koje uništava - sve što u njega uđe. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Obrtanje desc: Obrtač je otključan! Ovaj stroj okreće oblike za 90 @@ -567,9 +606,9 @@ storyRewards: vrh
lijevog! reward_splitter: title: Razdjeljivanje i sjedinjavanje - desc: Multifunkcionalni balancer je otključan! Može ga se - iskoristiti za razdjeljivanje i sjedinjavanje - oblika na više pokretnih traka!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunel je otključan - Omogućava slanje stvari ispod traka @@ -581,8 +620,10 @@ storyRewards: za mijenjanje njegove varijante
! reward_miner_chainable: title: Lančani rudar - desc: Otključan je lančani rudar! Može proslijediti - svoje resurse drugim rudarima za efikasnije rudarenje! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunel Razine II desc: Otključana je nova varijanta tunela - Ima veći @@ -596,19 +637,20 @@ storyRewards: desc: You have unlocked a variant of the painter - It works as the regular painter but processes two shapes at once consuming just one color instead of two! - reward_painter_quad: - title: Quad Painting - desc: You have unlocked a variant of the painter - It allows to - paint each part of the shape individually! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -643,17 +685,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -677,6 +714,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Postavke categories: @@ -895,7 +949,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -904,6 +957,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: O Igri body: >- @@ -988,3 +1043,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-hu.yaml b/translations/base-hu.yaml index 1af195f1..ef97e0b3 100644 --- a/translations/base-hu.yaml +++ b/translations/base-hu.yaml @@ -2,61 +2,51 @@ steamPage: shortText: A shapez.io-ban gyárak építésével kell automatizálni az egyre összetettebb alakzatok gyártását és kombinálását egy végtelen méretű térképen. - discordLink: Hivatalos Discord - Beszélgessünk! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - A shapez.io egy olyan játék, amelyben gyárak építésével kell automatizálni az egyre összetettebb alakzatok gyártását és összeillesztését, mindezt egy végtelenül növekvő térképen. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - A kívánt alakzatok kézbesítése lehetővé teszi a játékban való előrehaladást, és a gyártási folyamatot felgyorsító fejlesztések feloldását. + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Ahogy egyre több és több alakzatot kell kézbesíteni, úgy a gyártási folyamatot is fel kell skálázni - Ne feledkezz meg az erőforrásokról sem, egy [b]végtelen méretű térképen[/b] terjeszkedhetsz! + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Előbb vagy utóbb színeket kell majd összekeverned és lefesteni az alakzatokat - Keverd össze a piros, töld és kék színeket, hogy új árnyalatokat hozz létre, és fesd le az alakzatokat velük, hogy teljesíteni tudd az elvárásokat. + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - A játékban 18 fokozatosan erősödő szint található (ami már így is órákra le tud kötni!), de folyamatosan adok új tartalmakat hozzá - Nagyon sok tervem van! - - A játék megvásárlásával Tiéd lehet a teljes (önálló) verzió, amely még többet tartalmaz, és azonnal hozzáférsz a legfrissebb tartalmakhoz. - - [b]Az Önálló Játék Előnyei[/b] - - [list] - [*] Éjszakai Mód - [*] Végtelen Útpontok - [*] Végtelen Játék Mentés - [*] Kiegészítő Beállítások - [*] Hamarosan: Vezetékek és Energia! A cél (nagyjából) 2020 Július vége. - [*] Hamarosan: További Szintek - [*] Lehetővé teszi, hogy tovább fejleszzem a shapez.io-t ❤️ - [/list] - - [b]Tervezett Frissítések[/b] - - Nagyon gyakran frissítem a játékot, igyekszem minden héten egy új frissítést kiadni! - - [list] - [*] Különböző térképek és kihívások (pl. pályák akadályokkal) - [*] Fejtörők (Juttasd a célba a kívánt alakzatot egy korlátozott méretű területen / korlátozott darab épülettel) - [*] Sztori-mód, ahol az épületek pénzbe kerülnek - [*] Testreszabható térképgenerátor (Beállítható forrás/alakzat/sűrűség, seed és mások) - [*] További alakzattípusok - [*] Teljesítménybeli javítások (A játék már most nagyon jól fut!) - [*] És még sok más! - [/list] - - [b]A játék nyílt forráskódú![/b] - - Bárki közreműködhet. Aktív részese vagyok a közösségnek, és igyekszem minden javaslatot és visszajelzéset figyelembe venni. Mindenképpen látogass el a Trello-mra a teljes ütemtervért! - - [b]Linkek[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Hivatalos Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Ütemterv[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Forráskód (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Segíts lefordítani[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Betöltés error: Hiba @@ -132,7 +122,9 @@ dialogs: text: "Nem sikerült betölteni a mentésed:" confirmSavegameDelete: title: Törlés megerősítése - text: Biztos, hogy ki akarod törölni? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Sikertelen törlés text: "Nem sikerült törölni a mentésed:" @@ -193,9 +185,8 @@ dialogs: lehelyezéskor.
" createMarker: title: Új Jelölő - desc: Adj neki egy nevet, vagy egy alakzat gyorskódját (amit itt tudsz - legenerálni) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Jelölő Szerkesztése markerDemoLimit: desc: A Demó verzióban csak két Jelölőd lehet. Vásárold meg az Önálló verziót, @@ -213,6 +204,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Mozgatás @@ -350,6 +346,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Futószalagok, Elosztók & Alagutak @@ -368,6 +396,7 @@ buildings: deliver: Deliver toUnlock: to unlock levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Futószalag @@ -441,7 +470,9 @@ buildings: érkező színnel. quad: name: Festő (Négyszeres) - description: Az alakzat négy negyedét különböző színekkel lehet vele színezni. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Kuka @@ -552,14 +583,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -582,9 +619,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now pipe items @@ -596,9 +633,10 @@ storyRewards: press 'T' to cycle its variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -613,19 +651,20 @@ storyRewards: desc: You have unlocked a variant of the painter - It works as the regular painter but processes two shapes at once consuming just one color instead of two! - reward_painter_quad: - title: Quad Painting - desc: You have unlocked a variant of the painter - It allows to - paint each part of the shape individually! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -660,17 +699,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -694,6 +728,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Beállítások categories: @@ -914,7 +965,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -923,6 +973,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: A játékról body: >- @@ -1007,3 +1059,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-ind.yaml b/translations/base-ind.yaml index 5b821ea3..1629a39d 100644 --- a/translations/base-ind.yaml +++ b/translations/base-ind.yaml @@ -2,61 +2,51 @@ steamPage: shortText: Shapez.io adalah game tentang membangun pabrik untuk mengotomatiskan pembuatan dan pemrosesan bentuk-bentuk yang semakin kompleks di peta yang meluas tanpa batas. - discordLink: Tautan Resmi Discord – Mari mengobrol dengan saya! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io adalah permainan membangun pabrik dengan tujuan untuk mengautomatiskan pembentukan dan pemrosesan bentuk-bentuk yang bertambah semakin kompleks di peta yang meluas tanpa batas. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Setelah pengiriman bentuk-bentuk yang diminta, Anda akan maju dalam permainan dan membuka tingkatan versi-versi mesin selanjutnya untuk mempercepat pabrik Anda. + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Seiring meningkatnya kesulitan dari bentuk-bentuk yang diminta, Anda harus meningkatkan pabrik Anda untuk mengatasi kesulitan tersebut – Jangan lupa dengan sumber daya, Anda harus memperluas ke seluruh [b]area yang tidak terbatas[/b]! + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Kemudian Anda harus mencampurkan warna-warna dan mencat bentuk-bentuk tersebut – Campurkan merah, hijau, dan biru untuk memproduksi warna-warna lain dan mencat bentuk-bentuk tersebut untuk memenuhi permintaan. + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Permainan ini mempunyai 18 level-level progresif (yang mana akan membuat Anda sibuk berjam-jam!), akan tetapi saya akan terus menambahkan konten-konten baru – Ada banyak yang direncanakan! - - Membeli permainan ini akan memberikan Anda akses ke versi penuh yang memiliki fitur-fitur tambahan, dan Anda juga akan menerima akses ke fitur-fitur yang baru dikembangkan. - - [b]Keuntungan Versi Penuh[/b] - - [list] - [*] Mode Malam - [*] Titik Arah Tak Terhingga - [*] Penyimpanan Permainan Tak Terhingga - [*] Pengaturan-pengaturan Tambahan - [*] Akan datang: Kawat & Energi! Akan dicoba untuk dicapai sekitar akhir Juli 2020. - [*] Akan datang: Level-level tambahan - [*] Mendukung saya untuk terus mengembangkan shapez.io ❤️ - [/list] - - [b]Pembaruan di masa yang akan datang[/b] - - Saya seringkali membarui permainan ini dan terus mencoba untuk menciptakan pembaruan paling sedikit sekali seminggu! - - [list] - [*] Peta-peta dan tantangan-tantangan berbeda (contohnya, peta-peta dengan berbagai rintangan) - [*] Berbagai teka-teki (Kirim bentuk yang diminta dengan area terbatas atau sekelompok bangunan tertentu) - [*] Modus cerita dimana bangunan-bangunan memiliki biaya. - [*] Generator peta yang dapat dikonfigurasi (Konfigurasikan sumber daya/ukuran bentuk/kepadatan, benih dan lainnya) - [*] Tipe-tipe bentuk tambahan - [*] Peningkatan kinerja (Permainannya sudah bekerja cukup baik!) - [*] Dan masih banyak lagi! - [/list] - - [b]Permainan ini bekerja secara open source![/b] - - Siapa saja dapat berkontribusi, saya terlibat aktif di dalam komunitas dan akan mencoba untuk meninjau dan menerima semua saran untuk dipertimbangkan dimana memungkinkan. Pastikan Anda periksa papan trello saya untuk peta perencanaan yang lengkap! - - [b]Tautan-tautan[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Sedang memuat error: Terjadi kesalahan @@ -132,7 +122,9 @@ dialogs: text: "Gagal memuat data simpanan Anda:" confirmSavegameDelete: title: Konfirmasi Penghapusan - text: Apakah Anda yakin untuk menghapus data permainan? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Gagal Menghapus text: "Gagal untuk menghapus data simpanan:" @@ -196,9 +188,8 @@ dialogs: createMarker: title: Penanda Baru titleEdit: Sunting Penanda - desc: Berikan nama yang berarti, Anda juga dapat memasukkan tombol - pintas suatu bentuk (yang dapat Anda buat disini) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Anda hanya dapat memuat dua penanda pada versi demo. Dapatkan versi penuh untuk penanda-penanda tak terhingga! @@ -215,6 +206,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Pindahkan @@ -357,6 +353,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Sabuk konveyor, Pembagi Arus & Terowongan @@ -375,6 +403,7 @@ buildings: deliver: Kirim toUnlock: untuk membuka levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Sabuk Konveyor @@ -451,8 +480,9 @@ buildings: description: Mencat bentuk-bentuk dari input kiri dengan warna dari input atas. quad: name: Pencat (Empat Bagian) - description: Memungkinkan Anda untuk mencat setiap kuadran bentuk dengan - warna-warna berbeda. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Tong Sampah @@ -562,15 +592,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Memotong Bentuk - desc: Anda baru saja membuka pemotong - ia memotong - bentuk-bentuk separuhnya dari atas ke bawah tanpa - memperhatikan orientasinya!

Pastikan Anda membuang yang tidak - terpakai, atau mesin akan macet - Untuk tujuan ini - saya memberikan Anda tong sampah, yang menghancurkan semua yang anda - masukkan kedalamnya! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Memutar desc: Pemutar telah dibuka! Ia memutar bentuk-bentuk searah @@ -595,10 +630,9 @@ storyRewards: akan diletakkan diatas input kiri! reward_splitter: title: Pembagi/Penggabung - desc: Pengimbang multifungsi telah dibuka – Ia dapat digunakan - untuk membangun pabrik yang lebih besar dengan membagi dan - menggabungkan artikel-artikel ke berbagai sabuk - konveyor!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Terowongan desc: Terowongan telah dibuka – Sekarang Anda dapat memindahkan @@ -612,9 +646,10 @@ storyRewards: varian
! reward_miner_chainable: title: Merantai Ekstraktor - desc: Anda telah membuka ekstraktor rantai! Ia dapat - meneruskan sumberdaya ekstraksinya ke ekstraktor - selanjutnya sehingga Anda dapat mengekstraksi dengan lebih efisien! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Terowongan Tingkat II desc: Anda telah membuka varian baru terowongan - Ia memiliki @@ -630,22 +665,20 @@ storyRewards: desc: Anda telah membuka varian dari pencat - Ia bekerja seperti pencat biasa namun dapat memproses dua bentuk sekaligus mengonsumsi hanya satu warna daripada dua! - reward_painter_quad: - title: Pengecatan Empat Bagian - desc: Anda telah membuka varian dari pencat - Ia memungkinkan - Anda untuk mencat setiap bagian dari masing-masing bentuk - sendiri-sendiri! reward_storage: title: Penyangga Penyimpanan - desc: Anda telah membuka varian dari tong sampah - Ia - memungkinkan Anda untuk menyimpan artikel-artikel sebanyak kapasitas - tertentu! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Permainan Bebas - desc: Anda berhasil! Anda telah membuka mode permainan bebas! - Ini berarti sekarang bentuk-bentuk akan dihasilkan secara acak! - (Jangan khawatir, lebih banyak konten akan direncanakan untuk versi - penuh!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Cetak Biru desc: Anda sekarang dapat menyalin dan meletakkan bagian dari @@ -684,17 +717,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -718,6 +746,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Pengaturan categories: @@ -945,7 +990,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -954,6 +998,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Tentang permainan ini body: >- @@ -1038,3 +1084,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-it.yaml b/translations/base-it.yaml index 1a55def7..7b006b89 100644 --- a/translations/base-it.yaml +++ b/translations/base-it.yaml @@ -2,61 +2,51 @@ steamPage: shortText: In shapez.io potrai costruire delle fabbriche per automatizzare la creazione e la combinazione di forme sempre più complesse, in una mappa infinita. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Discord ufficiale + intro: >- + Shapez.io è un gioco tranquillo nel quale dovrai costruire delle + fabbriche per la produzione automatizzata di forme geometriche. - In shapez.io potrai costruire delle fabbriche per automatizzare la creazione e la combinazione di forme sempre più complesse, in una mappa infinita. + All'aumentare del livello, le forme diventeranno sempre più complesse e dovrai espanderti sempre di più nella mappa infinita. - Una volta che avrai consegnato le forme richieste, progredirai nel gioco e sbloccherai dei miglioramenti per rendere la tua fabbrica più veloce. + E come se non bastasse, dovrai produrre esponenzialmente di più per soddisfare le richieste, l'unica possibilità è andare su grande scala! - Per rispondere alla crescente richiesta di forme, dovrai ingrandire la tua fabbrica - Non dimenticarti delle risorse, però; dovrai espanderti attraverso la [b]mappa infinita[/b]! + All'inizio lavorerai solo con le forme, ma in seguito dovrai colorarle; a questo scopo dovrai estrarre e mescolare i colori! - Presto dovrai mescolare colori e usarli per verniciare le tue forme - Combina le risorse dei colori rosso, verde e blu per produrre colori differenti, verniciare le forme con essi e soddisfare la richiesta. + Comprare il gioco su Steam ti garantirà l'accesso alla versone completa, ma puoi anche giocare una demo su shapez.io e decidere in seguito! + title_advantages: Vantaggi della versione completa + advantages: + - 12 nuovi livelli per un totale di 26 livelli + - 18 nuovi edifici per una fabbrica completamente automatizzata! + - 20 gradi di miglioramenti per molte ore di divertimento! + - L'aggiornamento dei Cavi per una dimensione completamente nuova! + - Modalità scura! + - Salvataggi illimitati + - Segnapunti illimitati + - Mi sostieni! ❤️ + title_future: Contenuti pianificati + planned: + - Archivio dei progetti (esclusiva della versione completa) + - Achievement di steam + - Modalità puzzle + - Minimappa + - Mod + - Modalità sandbox + - ... e molto altro! + title_open_source: Questo gioco è open source! + title_links: Link + links: + discord: Server Discord ufficiale + roadmap: Tabella di marcia + subreddit: Reddit + source_code: Codice sorgente (GitHub) + translate: Aiutaci a tradurre + text_open_source: >- + Chiunque può contribuire, partecipo attivamente nella community e cerco + di leggere tutti i suggerimenti e di prendere in considerazione tutti i + feedback, quando possibile. - Nel gioco sono presenti 18 livelli progressivi (Che già dovrebbero tenerti occupato per ore) Ma sto costantemente aggiungendo nuovi contenuti - C'è molto in programma! - - Acquistare il gioco ti darà accesso alla versione standalone, con caratteristiche aggiuntive e l'accesso ai nuovi contenuti sviluppati. - - [b]Vantaggi della versione completa[/b] - - [list] - [*] Modalità scura - [*] Segnapunti illimitati - [*] Salvataggi illimitati - [*] Opzioni aggiuntive - [*] In arrivo: Cavi ed energia! Previsti (approssimativamente) per la fine di Luglio 2020. - [*] Coming soon: Più livelli - [*] Mi consente di svillupare ulteriormente shapez.io ❤️ - [/list] - - [b]Aggiornamenti futuri[/b] - - Sto aggiornando il gioco molto di frequente e cerco di pubblicare un nuovo aggiornamento almeno una volta a settimana. - - [list] - [*] Mappe diverse e sfide (ad esempio mappe con ostacoli) - [*] Rompicapi (Consegna la forma richiesta utilizzando un'area limitata o un insieme ristretto di edifici) - [*] Una modalità storia in cui gli edifici hanno un costo. - [*] Generatore della mappa configurabile (Configura dimensione e densità delle forme/risorse, seed e altro) - [*] Tipi di forma aggiuntivi. - [*] Miglioramenti delle prestazioni (Il gioco funziona già piuttosto bene!) - [*] E molto altro! - [/list] - - [b]Questo gioco è open source![/b] - - Chiunque può contribuire, interagisco attivamente con la community, cerco leggere tutti i suggerimenti e tengo in considerazione i feedback quando possibile. Visita la mia pagina su trello per la tabella di marcia completa! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Server ufficiale Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Tabella di marcia[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Codice sorgente(GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Aiuto per le traduzioni[/url] - [/list] - discordLink: Server ufficiale Discord - Chatta con me! + Controlla la mia pagina di trello per la tabella di marcia completa! global: loading: Caricamento error: Errore @@ -106,7 +96,7 @@ mainMenu: newGame: Nuova partita madeBy: Creato da subreddit: Reddit - savegameUnnamed: Unnamed + savegameUnnamed: Senza nome dialogs: buttons: ok: OK @@ -131,12 +121,14 @@ dialogs: text: "Impossibile caricare il salvataggio:" confirmSavegameDelete: title: Conferma eliminazione - text: Vuoi davvero eliminare la partita? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Impossibile eliminare text: "Impossibile eliminare il salvataggio:" restartRequired: - title: Restart richiesto + title: Riavvio richiesto text: Per applicare le nuove impostazioni è necessario riavviare del gioco. editKeybinding: title: Cambia comandi @@ -163,7 +155,7 @@ dialogs: desc: "Qui puoi trovare i cambiamenti dall'ultima volta che hai giocato:" upgradesIntroduction: title: Miglioramenti sbloccati - desc: Tutte le forme che produci possono essere utilizzate per i miglioramenti - + desc: Tutte le forme che produci possono essere utilizzate per i miglioramenti. Non distruggere le tue vecchie fabbriche! Puoi trovare i miglioramenti nell'angolo in alto a destra dello schermo. massDeleteConfirm: @@ -186,9 +178,8 @@ dialogs: trasportatori.
" createMarker: title: Nuovo segnapunto - desc: Dagli un nome con un significato, puoi anche includere il - codice di una figura (Che puoi generare qui) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Modifica segnapunto markerDemoLimit: desc: Puoi creare solo due segnapunti personalizzati nella Demo. Ottieni la @@ -207,13 +198,18 @@ dialogs: desc: Non puoi permetterti di incollare quest'area! Sei sicuro di volerla tagliare? editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Imposta il segnale + descItems: "Scegli un oggetto predefinito:" + descShortKey: ... o inserisci il codice di una forma (Che puoi + generare qui) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Rinomina salvataggio. + desc: Qui puoi cambiare il nome del salvataggio. + entityWarning: + title: Attento alle prestazioni + desc: Hai posizionato molti edifici, questo messaggio serve a ricordarti che il + gioco non può gestire una quantità infinita di edifici. Quindi cerca + di mantenere le tue fabbriche compatte! ingame: keybindingsOverlay: moveMap: Sposta @@ -294,7 +290,7 @@ ingame: delivered: title: Consegnate description: Mostra le forme che vengono consegnate all'edificio centrale. - noShapesProduced: No shapes have been produced so far. + noShapesProduced: Nessuna forma prodotta finora. shapesDisplayUnits: second: / s minute: / m @@ -316,7 +312,7 @@ ingame: waypoints: waypoints: Segnapunti hub: HUB - description: Click sinistro su un segnapunto per raggiungerlo, click destro per + description: Clic sinistro su un segnapunto per raggiungerlo, clic destro per cancellarlo.

Premi per creare un segnapunto dalla visuale corrente, oppure click destro per creare un segnapunto nella posizione selezionata. @@ -349,9 +345,41 @@ ingame: empty: Vuoto copyKey: Copia codice connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 trivella + n_miners: trivelle + limited_items: Limitato a + watermark: + title: Versione demo + desc: Clicca qui per vedere i vantaggi della versione Steam! + get_on_steam: Ottieni su Steam + standaloneAdvantages: + title: Ottieni la versione completa! + no_thanks: No, grazie! + points: + levels: + title: 12 nuovi livelli! + desc: Per un totale di 26 livelli! + buildings: + title: 18 nuovi edifici + desc: Automatizza completamente la tua fabbrica! + savegames: + title: ∞ salvataggi + desc: Quanti ne desideri! + upgrades: + title: 20 gradi di miglioramenti + desc: Questa demo ne ha solo 5! + markers: + title: ∞ segnapunti + desc: Non perderti nella tua fabbrica! + wires: + title: Cavi + desc: Un'intera nuova dimensione! + darkmode: + title: Modalità scura + desc: Smettila di maltrattare i tuoi occhi! + support: + title: Sostienimi + desc: Lo sviluppo nel tempo libero! shopUpgrades: belt: name: Nastri, distribuzione e tunnel @@ -405,8 +433,8 @@ buildings: name: Ruotatrice (Ant.) description: Ruota le forme di 90 gradi in senso antiorario. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Ruotatrice (180) + description: Ruota le forme di 180 gradi. stacker: default: name: Impilatrice @@ -427,8 +455,9 @@ buildings: destro. quad: name: Verniciatrice (4x) - description: Consente di colorare ogni quadrante della forma con un colore - diverso. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Verniciatrice description: Colora l'intera forma dall'ingresso sinistro con il colore @@ -441,127 +470,138 @@ buildings: deliver: Consegna toUnlock: per sbloccare levelShortcut: LVL + endOfDemo: Fine della demo wire: default: name: Cavo energetico description: Ti consente di trasportare energia. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Cavo + description: Trasmette segnali, che possono essere oggetti, colori o booleani (1 + / 0). Cavi di colore diverso non si connettono. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Bilanciatore + description: Multifunzionale, distribuisce equamente gli ogetti in ingresso tra + tutte le uscite. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Aggregatore (compatto) + description: Unisce due nastri in uno. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Aggregatore (compatto) + description: Unisce due nastri in uno. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Separatore (compatto) + description: Divide un nastro in due. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Separatore (compatto) + description: Divide un nastro in due. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Stoccaggio + description: Immagazzina gli oggetti in eccesso, fino ad una capacità massima. + Prioritizza l'uscita sinistra e può quindi essere usato per + gestire le eccedenze. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Incrocio cavi + description: Consente a due cavi di attraversarsi senza connettersi. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Segnale costante + description: Emette un segnale costante, che può essere una forma, un colore o + un booleano (1 / 0). lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Bottone + description: Può essere azionato per emettere un segnale booleano (1 / 0) nel + livello dei cavi, che può essere usato per controllare, per + esempio, un filtro. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: Porta AND + description: Emette un "1" booleano se entrambi gli ingressi sono veri. (Vero + significa forma, colore o "1" boolean) not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: Porta NOT + description: Emette un "1" booleano se l'ingresso è falso. (Vero significa + forma, colore o "1" booleano) xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: Porta XOR + description: Emette un "1" booleano se uno degli ingressi è vero, ma non se lo + sono entrambi. (Vero significa forma, colore o "1" booleano) or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: Porta OR + description: Emette un "1" booleano se uno degli ingressi è vero. (Vero + significa forma, colore o "1" booleano) transistor: default: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è + vero (una forma, un colore o "1"). mirrored: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Inoltra il segnale dall'ingresso inferiore se l'ingresso laterale è + vero (una forma, un colore o "1"). filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtro + description: Collega un segnale per mandare tutti gli oggetti corrispondenti + verso l'alto e i restanti verso destra. Può essere controllato + anche con segnali booleani. display: default: name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + description: Collega un segnale per mostrarlo sul display. Può essere una forma, + un colore o un booleano. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Lettore di nastri + description: Misura la portata media del nastro. Emette l'ultimo oggetto + transitato come segnale sul livello dei cavi (una volta + sbloccato). analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Analizzatore di forma + description: Analizza il quadrante in alto a destra dello strato più basso della + forma e ne restituisce forma e colore. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Comparatore + description: Emette un "1" booleano se i due segnali sono identici. Può + comparare forme, colori e booleani. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Tagliatrice virtuale + description: Taglia virtualmente la forma in due metà. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Ruotatrice virtuale + description: Ruota virtualmente la forma, sia in senso orario che antiorario. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Disimpilatrice virtuale + description: Estrae virtualmente lo strato più alto e lo emette a destra, i + restanti sono emessi a sinistra. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Impilatrice virtuale + description: Impila visrtualmente la forma destra sulla sinistra. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Verniciatrice virtuale + description: Vernicia virtualmente la forma dall'ingresso inferiore con il + colore dall'ingresso destro. + item_producer: + default: + name: Generatore di oggetti + description: Disponibile solo nella modalità sandbox, emette il segnale dal + livello dei cavi come oggetti sul livello normale. storyRewards: reward_cutter_and_trash: title: Taglio forme - desc: Hai appena sbloccato la tagliatrice - taglia le forme - verticalmente indipendentemente da come è - orientata!

Elimina gli scarti, o altrimenti si - bloccherà - A questo scopo ti ho dato un cestino, che - distrugge qualsiasi cosa tu metta dentro! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotazione desc: La ruotatrice è stata sbloccata! Ruota le forme di 90 @@ -579,52 +619,53 @@ storyRewards: combinare due colori mediante sintesi additiva! reward_splitter: title: Separatore/Agrregatore - desc: Il bilanciatore multifunzione è stato sbloccato - Può - essere usato per costruire fabbriche più grandi unendo o - dividendo gli oggetti tra diversi nastri!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel - desc: Il tunnel è stato sbloccato - In questo modo puoi + desc: Il tunnel è stato sbloccato. In questo modo puoi trasportare oggetti al di sotto di nastri ed edifici! reward_rotater_ccw: title: Rotazione antioraria - desc: Hai sbloccato una variante della ruotatrice - Consente di + desc: Hai sbloccato una variante della ruotatrice. Consente di ruotare in senso antiorario! Per costruirla, seleziona la ruotatrice e premi 'T' per cambiare variante! reward_miner_chainable: title: Estrattore a catena - desc: Hai sbloccato l'estrattore a catena! Può - trasferire le sue risorse ad altri estrattori, così - puoi estrarre risorse in modo più efficiente! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel grado II - desc: Hai sbloccato una nuova variante del tunnel - Ha un + desc: Hai sbloccato una nuova variante del tunnel. Ha un raggio più ampio e puoi anche mischiare le due varianti ora! reward_cutter_quad: title: Taglio quadruplo - desc: Hai sbloccato una variante della tagliatrice - Cconsente + desc: Hai sbloccato una variante della tagliatrice. Cconsente di tagliare le forme in quattro parti invece che in due! reward_painter_double: title: Verniciatura doppia - desc: Hai sbloccato una variante della verniciatrice - Funziona + desc: Hai sbloccato una variante della verniciatrice. Funziona come una normale verniciatrice, ma processa due forme alla volta consumando solo un'unità di colore invece che due! - reward_painter_quad: - title: Verniciatrice - desc: Hai sbloccato una variante della verniciatrice - Consente - di verniciare ogni parte della forma indipendentemente! reward_storage: title: Unità di stoccaggio - desc: Hai sbloccato una variante del cestino - Consente di - immagazzinare oggetti fino ad una certa capacità! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Modalità libera - desc: Ce l'hai fatta! Hai sbloccato la modalità libera! Questo - significa che adesso le forme sono generate casualmente! (Non - preoccuparti, altri contenuti sono in programma per la versione - completa!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Progetti desc: Ora puoi copiare ed incollare parti della tua fabbrica! @@ -635,7 +676,7 @@ storyRewards: no_reward: title: Prossimo livello desc: "Questo livello non ti ha dato alcuna ricompensa, ma il prossimo lo farà! -

PS: Meglio non distruggere la fabbrica che hai costruito - +

PS: Meglio non distruggere la fabbrica che hai costruito. Successivamente avrai bisogno di tutte quelle forme per sbloccare i miglioramenti!" no_reward_freeplay: @@ -643,64 +684,79 @@ storyRewards: desc: Congratulazioni! Ci sono altri contenuti in prgramma per la versione completa! reward_stacker: - title: Stacker - desc: You can now combine shapes with the stacker! Both inputs - are combined, and if they can be put next to each other, they will - be fused. If not, the right input is - stacked on top of the left input! + title: Impilatrice + desc: Ora puoi combinare forme con l'impilatrice! I due + ingressi vengono combinati e se possono essere messi uno accanto + all'altro, verranno fusi. Altrimenti, l'ingresso + destro è impilato sopra il sinistro! reward_balancer: - title: Balancer + title: Bilanciatore desc: The multifunctional balancer has been unlocked - It can be used to build bigger factories by splitting and merging items onto multiple belts!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Aggregatore compatto + desc: Hai sbloccato un aggregatore, variante del + bilanciatore. Acetta due ingressi e li aggrega su + un unico nastro! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Lettore di nastri + desc: Hai sbloccato il lettore di nastri! Consente di misurare + la portata di un nastro.

E aspetta di sbloccare i cavi, + allora sì che sarà molto utile! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Ruotatrice (180 gradi) + desc: Hai appena sbloccato la ruotatrice a 180 gradi! Consente + di ruotare una forma di 180 gradi (Sorpresa! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Sengale costante + desc: Hai sblocatto l'edificio segnale costante sul livello dei + cavi! È utile collegarlo ai filtri oggetti per + esempio.

Il segnale costante può emettere una + forma, un colore o un + booleano (1 / 0). reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Porte logiche + desc: Hai sbloccato le porte logiche! Magari non ne sarai + entusiasta, ma in realtà sono fantastiche!

Con quelle porte + ora puoi eseguire le operazioni logiche di AND, OR, XOR e + NOT.

Come bonus extra ti ho anche regalato un + transistor! reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Lavorazione virtuale + desc: Ti ho appena dato un bel po' di nuovi edifici che ti consentono di + simulare la lavorazione delle forme!

Ora + puoi simulare una tagliatrice, una ruotatrice, un'impilatrice e + molto altro sul livello dei cavi! In questo modo hai tre opzioni per + continuare il gioco:

-Costruisci una macchina + automatica per creare ogni possibile forma richiesta + dall'HUB (ti consiglio di provarci!).

- Costruisci qualcosa + di interessante con i cavi.

- Continua a giocare + normalmente.

Qualsiasi cosa tu scelga, riordati di + divertirti! + reward_wires_painter_and_levers: + title: Cavi e Verniciatrice quadrupla + desc: "Hai appena sbloccato il livello dei cavi: È un livello + separato al di sopra di quello normale e introduce un sacco di nuove + meccaniche!

Per il momento ti ho sbloccato la + Verniciatrice quadrupla. Collega gli ingressi con i + quali vuoi dipingere nel livello dei cavi!

Per passare al + livello dei cavi, premi E." + reward_filter: + title: Filtro oggetti + desc: Hai sbloccato il filtro oggetti! Smisterà gli oggetti + verso l'alto o verso destra a seconda che corrispondano al sengale + dal livello dei cavi o no.

Puoi anche mandargli un segnale + booleano (1 / 0) per attivarlo o disattivarlo completamente. + reward_demo_end: + title: Fine della demo + desc: Hai raggiunto la fine della demo! settings: title: Impostazioni categories: @@ -821,47 +877,49 @@ settings: selezionato indipendentemente dagli altri tipi. È utile se cambi spesso tipo di edificio. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Volume suoni + description: Imposta il volume per gli effetti sonori musicVolume: - title: Music Volume - description: Set the volume for music + title: Volume musica + description: Imposta il volume per la musica lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Risorse sulla mappa a bassa qualità + description: Semplifica il rendering delle risorse sulla mappa quando ingrandita + per migliorare le prestazioni. Ha anche un aspetto più pulito, + provalo! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Disattiva griglia + description: Disattivare la griglia può migliorare le prestazioni. Rende anche + il gioco visualmente più pulito! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Deseleziona edificio con il clic destro + description: Abilitato di default, se hai un edificio selezionato e premi il + tasto destro, deselezionerai l'edificio. Se disabilitato, puoi + cancellare edifici premendo il tasto destro mentre posizioni + edifici. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Texture in bassa qualità (Brutto) + description: Usa texture a bassa qualità per migliorare le prestazioni. Quesro + renderà il gioco molto brutto! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Mostra confini dei Chunk + description: Il gioco è diviso in blocchi 16x16 (Chunk), se attivi questa + opzione, i confini tra i Chunk verranno mostrati. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Scegli estrattore sui giacimenti di risorse + description: Attivato di default, seleziona l'estrattore se usi il contagocce + quando il cursore è su un giacimento risorse. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Nastri semplificati (Brutto) + description: Non renderizza gli oggetti sui nastri a meno che il cursore non sia + sopra il nastro per migliorare le prestazioni. Non lo raccomando + a meno che tu non abbia assolutamente bisogno di migliorare le + prestazioni. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Abilita scorrimento con il mouse + description: Consente di spostare la mappa spostando il mouse verso il bordo + dello schermo. La velocità dipende dall'impostazione Velocità di + movimento. rangeSliderPercentage: % keybindings: title: Comandi @@ -920,21 +978,22 @@ keybindings: pipette: Contagocce menuClose: Chiudi menù switchLayers: Cambia livello - wire: Cavo energetico - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing + wire: Cavo + balancer: Bilanciatore + storage: Stoccaggio + constant_signal: Segnale costante + logic_gate: Porta logica + lever: Bottone (normale) + filter: Filtro + wire_tunnel: Incrocio cavi display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter + reader: Lettore nastri + virtual_processor: Tagliatrice virtuale transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + analyzer: Analizzatore forme + comparator: Comparatore + item_producer: Generatore di oggetti (Sandbox) + copyWireValue: "Cavi: Copia valore sotto il cursore" about: title: Riguardo questo gioco body: >- @@ -960,62 +1019,76 @@ demo: exportingBase: Esportazione dell'intera base come immagine settingNotAvailable: Non disponibile nella demo. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - L'hub centrale accetta qualsiasi forma, non solo l'obiettivo corrente! + - Costruisci fabbriche modulari, sarà utile! + - Non costruire troppo vicino all'hub o diventerà tutto caotico! + - Se l'impilamento non funziona, prova a scambiare gli ingressi. + - Puoi cambiare la direzione del pianificatore nastri premendo R. + - Tenere premuto CTRL consente di trascinare i nastri senza + auto-orientamento. + - I rapporti rimangono uguali, fintanto che tutti i miglioramenti sono allo + stesso livello, + - L'esecuzione seriale è più efficiente di quella parallela. + - Più avanti nel gioco sbloccherai altre varianti degli edifici! + - Puoi usare T per cambiare variante. + - La simmetria è la chiave! + - Puoi intrecciare gradi diversi del tunnel. + - Cerca di costruire fabbriche compatte, sarai ricompensato! + - La verniciatrice ha una variante speculare che puoi selezionare con + T + - Avere i giusti rapporti tra gli edifici massimizzerà l'efficienza. + - Al massimo livello, 5 estrattori saturano un singolo nastro. + - Non dimenticare i tunnel! + - Non devi per forza dividere gli oggetti equamente per la massima + efficienza. + - Tenere premuto SHIFT attiva il pianificatore nastri, facilitando il + posizionamento dei nastri più lunghi + - Le tagliatrici tagliano sempre in verticale, indipendentemente dalla + direzione. + - Mischia tutti i tre colori per fare il bianco. + - L'unità di stoccaggio prioritizza la prima uscita. + - Impiega tempo per costruire design replicabili, ne vale la pena! + - Tenere premuto CTRL ti consente di piazzare multipli edifici. + - Puoi tenere premuto ALT per invertire la direzione dei nastri + posizionati. + - L'efficienza è la chiave! + - I giacimenti più lontani dall'hub contengono forme più complesse. + - Le macchine hanno una velocità limitata, distribuisci il carico per la + massima efficienza. + - Usa i bilanciatori per massimizzare l'efficienza. + - L'organizzazione è importante. Cerca di non incrociare troppo i nastri. + - Pianifica in anticipo, o diventerà tutto caotico! + - Non distruggere le tue vecchie fabbriche! Ti serviranno per sbloccare dei + miglioramenti. + - Cerca di risolvere il livello 20 da solo prima di chiedere aiuto! + - Non complicare le cose, cerca di mantenere la semplicità e farai strada. + - Dovrai riusare le tue fabbriche più avanti nel gioco. Pianifica le tue + fabbriche in modo che siano reutilizzabili. + - A volte, puoi trovare la forma che ti serve nella mappa senza crearla con + le impilatrici. + - Non troverai mai giacimenti di girandole complete. + - Colora le tue forme prima di tagliarle per la massima efficienza. + - Con i moduli, lo spazio è solo percezione, una preoccupazione per uomini + mortali. + - Costruisci una fabbrica dedicata per i progetti. Sono importanti per i + moduli. + - Guarda da vicino il mixer dei colori, e le tue domande avranno risposta. + - Usa CTRL + Clic per selezionare un'area. + - Costruire troppo vicino all'hub potrebbe intralciare progetti futuri. + - Premere la puntina vicino a ogni forma nel menù miglioramenti la farà + visualizzare sempre a schermo + - Mescola tutti i colori primari per fare il bianco! + - Hai una mappa finita, non incastrare la tua fabbrica, espanditi! + - Prova anhe factorio! È il mio gioco preferito. + - La tagliatrice quadrupla taglia in senso orario a partire dal quadrante in + alto a destra! + - Puoi scaricare i salvataggi dal menù principale! + - Questo gioco ha molti tasti di scelta rapida! Dai un'occhiata alla pagina + delle impostazioni + - Questo gioco ha molte impostazioni, dai un'occhiata! + - Il segnapunto dell'hub ha una piccola bussola per indicarne la direzione! + - Per svutare i nastri, taglia e re-incolla l'area nello stesso punto. + - Premi F4 per mostrare FPS e Tick al secondo. + - Press F4 due volte per mostrare la casella del cursore e della telecamera. + - Puoi cliccare a sinistra di una forma fermata a schermo per rimuoverla + dalla lisata. diff --git a/translations/base-ja.yaml b/translations/base-ja.yaml index 941ddbda..6bdd1cf9 100644 --- a/translations/base-ja.yaml +++ b/translations/base-ja.yaml @@ -1,63 +1,55 @@ +--- steamPage: shortText: shapez.ioは無限のマップ内で様々な"形"を資源とし、段々と複雑になっていく形の作成や合成の自動化を目指して工場を構築するゲームです。 - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: 公式Discord + intro: >- + 工場の自動化ゲームはお好きですか?それなら間違いないでしょう! + + Shapez.ioは、様々な幾何学的形状を生成するために工場を建設する、落ち着いたゲームです。レベルが上がる毎に生成すべき形はどんどん複雑になり、工場を無限に広がるマップに拡張する必要があります。 - shapez.ioは無限のマップ内で様々な"形"を資源とし、段々と複雑になっていく形の作成や合成の自動化を目指して工場を構築するゲームです。 求められた"形"を届けることで様々なアップグレードを手に入れることができ、さらに工場の効率を上げることができます。 + しかし、それだけでは不十分です。需要は指数関数的に上昇し、より多くの形状を生産する必要があり――"スケーリング"が、唯一の対抗策と成り得ます。最初は形状を加工するだけですが、後々着色も必要になってきます――それには色を抽出して、混ぜ合わせることが必要です! - "形"の需要が増えるにつれ、工場を拡大する必要があります - より多くの資源を手に入れるために[b]無限のマップ[!b]を開拓していく必要があります。 + Steamでゲームを購入するとフルバージョンで遊ぶことができますが、まずshapez.ioでデモをプレイし、その後で決めることもできます! + title_advantages: スタンドアロン版の特典 + advantages: + - 新しい12個のレベルが追加され、全部で26個のレベルになります。 + - 新しい18個のパーツが自動化工場建設のために使用できます! + - 20個のアップデートティアによって多くの時間楽しむことができます! + - ワイヤアップデートによって全く新次元の体験を得られます! + - ダークモード! + - セーブ数の上限がなくなります。 + - マップマーカー数の上限がなくなります。 + - 私をサポートできる!❤️ - "形"に色を塗る必要もあります - 赤、緑、青を混ぜ、さまざまな色を作り需要に応じて色が塗られた"形"を製造できます。 + title_future: 計画中の要素 + planned: + - ブループリント (スタンドアロン版専用) + - Steamの実績 + - パズルモード + - ミニマップ + - MOD対応 + - サンドボックスモード + - ……あともっとたくさんの要素! + title_open_source: このゲームはオープンソースです! - 現在このゲームには18個のレベルがあり、今後これを拡大していく予定です - 他にも様々なアップデートを準備しています! + text_open_source: >- + 誰でも参加することができます。私はコミュニティに積極的に参加し、すべての提案を確認し、可能な場合はフィードバックしようとしています。 - このゲームを買うことによってスタンドアローン版の様々な機能が使えるようになり、新しいアップデートもすぐに手に入ります。 + 完全なロードマップについては、Trello boardを確認してください! - [b]スタンドアローン版で使える機能[/b] + title_links: リンク + links: + discord: 公式Discord + roadmap: ロードマップ + subreddit: Subreddit + source_code: ソースコード(GitHub) + translate: 翻訳を助けてください! - [list] - [*] ダークモード - [*] ウェイポイントの制限がありません - [*] セーブの数の制限がありません - [*] 様々な設定 - [*] 追加予定: ワイヤーとエネルギー! (7月末を目指しています) - [*] 追加予定: より多くのレベル - [*] shapez.io開発が助けられます❤️ - [/list] - - [b]今後の予定[/b] - - 週に一回はアップデートを出せることを目指しています。 - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]このゲームはオープンソースです![/b] - - 誰でもこのゲームの開発を手伝うことができ、私もプレーヤーの意見をできるだけゲームに取り入れようとしています。 Trelloで今後の予定が全て確認できます。 - - [b]外部リンク[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]公式Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]今後の予定[/url] - [*] [url=https://www.reddit.com/r/shapezio]Reddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]ソースコード(GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]翻訳に参加[/url] - [/list] - discordLink: 公式Discord - 私と話せます! global: loading: ロード中 error: エラー thousandsDivider: "," - decimalSeparator: . + decimalSeparator: "." suffix: thousands: k millions: M @@ -65,18 +57,18 @@ global: trillions: T infinite: 無限 time: - oneSecondAgo: 1 秒前 - xSecondsAgo: 秒前 - oneMinuteAgo: 1 分前 - xMinutesAgo: 分前 - oneHourAgo: 1 時間前 - xHoursAgo: 時間前 - oneDayAgo: 1 日前 - xDaysAgo: 日前 + oneSecondAgo: 1秒前 + xSecondsAgo: 秒前 + oneMinuteAgo: 1分前 + xMinutesAgo: 分前 + oneHourAgo: 1時間前 + xHoursAgo: 時間前 + oneDayAgo: 1日前 + xDaysAgo: 日前 secondsShort: 秒 - minutesAndSecondsShort: 秒 - hoursAndMinutesShort: 時間 分 - xMinutes: 分 + minutesAndSecondsShort: 秒 + hoursAndMinutesShort: 時間分 + xMinutes: 分 keys: tab: TAB control: CTRL @@ -86,22 +78,25 @@ global: space: SPACE demoBanners: title: デモ版 - intro: スタンドアローン版を手に入れ、すべての機能をアンロックしましょう! + intro: >- + スタンドアローン版を手に入れ、すべての機能をアンロックしましょう! mainMenu: play: プレイ - changelog: 更新履歴 - importSavegame: インポート - openSourceHint: このゲームはオープンソースです - discordLink: 公式Discord - helpTranslate: 翻訳に参加 - browserWarning: このゲームはお使いのブラウザでは速度が落ちることがあります。スタンドアローン版を入手するか、Chromeでプレイすることでこの問題は避けられます。 - savegameLevel: レベル - savegameLevelUnknown: 不明なレベル continue: 続きから newGame: 新規ゲーム - madeBy: 制作者 + changelog: 更新履歴 subreddit: Reddit - savegameUnnamed: Unnamed + importSavegame: インポート + openSourceHint: このゲームはオープンソースです + discordLink: 公式Discordサーバー + helpTranslate: 翻訳を助けてください! + madeBy: によって作られました + browserWarning: >- + このゲームはお使いのブラウザでは速度が落ちることがあります。スタンドアローン版を入手するか、Chromeでプレイすることでこの問題は避けられます。 + + savegameLevel: レベル + savegameLevelUnknown: 不明なレベル + savegameUnnamed: 無名のデータ dialogs: buttons: ok: OK @@ -115,83 +110,128 @@ dialogs: viewUpdate: アップデートを見る showUpgrades: アップグレード表示 showKeybindings: キー設定表示 + importSavegameError: title: インポートエラー - text: "セーブデータのインポートに失敗しました:" + text: >- + セーブデータのインポートに失敗しました: + importSavegameSuccess: title: セーブデータのインポートに成功 - text: セーブデータをインポートしました + text: セーブデータをインポートしました。 + + gameLoadFailure: title: ゲームが壊れています - text: "セーブデータのロードに失敗しました:" + text: >- + セーブデータのロードに失敗しました: + confirmSavegameDelete: title: 削除確認 - text: 本当に削除しますか? + text: >- + 本当に削除しますか?

+ レベル: ''

+ この操作は取り消しできません! + savegameDeletionError: title: 削除に失敗 - text: "セーブデータの削除に失敗しました:" + text: >- + セーブデータの削除に失敗しました: + restartRequired: title: 再起動が必要 text: 設定を反映するには再起動が必要です + + editKeybinding: title: キー設定の変更 - desc: 割当てるキーかマウスボタンを押してください。ESCでキャンセルします。 + desc: 割り当てるキーかマウスボタンを押してください。ESCでキャンセルします。 + resetKeybindingsConfirmation: title: キー設定のリセット desc: すべてのキー設定を初期値に戻します。実行する前によく確認してください。 + keybindingsResetOk: title: キー設定のリセット desc: キー設定を初期値に設定しました! + featureRestriction: title: デモ版 desc: アクセスした要素 () はデモ版では利用できません。スタンドアローン版の入手をご検討ください! + oneSavegameLimit: title: セーブデータ制限 desc: デモ版ではひとつのセーブデータのみ保持できます。既存のデータを削除するか、スタンドアローン版の入手をご検討ください! + updateSummary: title: 新アップデート! - desc: "前回からの変更点:" + desc: >- + 前回からの変更点: + + upgradesIntroduction: title: アップグレード解除 desc: すべての納品された形はアップグレードの解除のためにカウントされています。作った生産ラインを削除しないようにしてください! アップグレードタブは画面の右上から確認できます。 + + + massDeleteConfirm: title: 削除確認 desc: 多数の建造物を削除しようとしています! ( 個の選択) 続行しますか? - blueprintsNotUnlocked: - title: 未解除 - desc: レベル12をクリアしてブループリント機能を解除してください! - keybindingsIntroduction: - title: 便利なキー設定 - desc: "このゲームには大規模な工場の構築をスムーズにするため、沢山のキー設定があります。 - 以下に数例を示します。詳細はキー設定を確認してください

CTRL + ドラッグ: 削除範囲を指定
SHIFT: 押し続けると1種の建造物を連続配置
ALT: 設置されたベルトの方向を逆転させる
" - createMarker: - title: マーカーを設置 - titleEdit: マーカーを編集 - desc: わかりやすい名前をつけてください。形を表す短いキーを含めることもできます。(ここから生成できます) - markerDemoLimit: - desc: デモ版ではマーカー設置は2つまでに制限されています。スタンドアローン版は無制限です! + + massCutConfirm: title: カット確認 desc: 多数の建造物をカットしようとしています! ( 個の選択) 続行しますか? + + massCutInsufficientConfirm: title: カット確認 desc: 設置コストが不足しています! 続行しますか? + + + blueprintsNotUnlocked: + title: 未解除 + desc: レベル12をクリアしてブループリント機能を解除してください! + + + keybindingsIntroduction: + title: 便利なキー設定 + desc: >- + このゲームには大規模な工場の構築をスムーズにするため、沢山のキー設定があります。 + 以下に数例を示します。詳細はキー設定を確認してください

+ CTRL + ドラッグ: 削除範囲を指定
+ SHIFT: 押し続けると1種の建造物を連続配置
+ ALT: 設置されたベルトの方向を逆転させる
+ + createMarker: + title: マーカーを設置 + titleEdit: マーカーを編集 + desc: わかりやすい名前をつけてください。形を表す短いキーを含めることもできます。(ここから生成できます) + editSignal: + title: 信号を設定 + descItems: >- + プリセットを選択: + descShortKey: もしくは形を表す短いキーを入力してください。 (ここから生成できます) + + markerDemoLimit: + desc: デモ版ではマーカー設置は2つまでに制限されています。スタンドアローン版は無制限です! + exportScreenshotWarning: title: スクリーンショット出力 desc: スクリーンショット出力を実行します。この処理は工場の全体像があまりに大きいと、 ゲームが遅くなったりクラッシュしてしまう可能性があります! - editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: セーブデータの名前を変更 + desc: セーブデータの名前を変更することができます + + entityWarning: + title: パフォーマンスの警告 + desc: あなたは沢山の工場を配置しましたが、このゲームは無限の建物を処理できるわけではありません。これは友好的なリマインダですが、より工場をコンパクトにすることに挑戦してみてください。 + ingame: + + keybindingsOverlay: moveMap: マップ移動 selectBuildings: 範囲選択 @@ -211,10 +251,31 @@ ingame: copySelection: コピー clearSelection: 選択範囲をクリア pipette: ピペット - switchLayers: Switch layers + switchLayers: レイヤーを変更 + + + colors: + red: 赤 + green: 緑 + blue: 青 + yellow: 黄 + purple: マゼンタ + cyan: シアン + white: 白 + black: 黒 + uncolored: 無色 + + + buildingPlacement: cycleBuildingVariants: キーを押して変更 hotkeyLabel: "ホットキー: " + + + + + + infoTexts: speed: スピード range: レンジ @@ -223,41 +284,37 @@ ingame: itemsPerSecond: アイテム / 秒 itemsPerSecondDouble: (x2) tiles: タイル + + + levelCompleteNotification: levelTitle: レベル completed: 完了 unlockText: を解除! buttonNextLevel: 次のレベル + + + notifications: newUpgrade: 新しいアップグレードが利用可能です! gameSaved: ゲームをセーブしました。 - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: レベル をクリアしました! + + shop: title: アップグレード buttonUnlock: アップグレード tier: 第 段階 + + + + tierLabels: - - I - - II - - III - - IV - - V - - VI - - VII - - VIII - - IX - - X - - XI - - XII - - XIII - - XIV - - XV - - XVI - - XVII - - XVIII - - XIX - - XX + [I, II, III, IV, V, VI, VII, VIII, IX, X, XI, XII, XIII, XIV, XV, XVI, XVII, XVIII, XIX, XX] maximumLevel: 最大レベル (スピード x) + + + statistics: title: 統計情報 dataSources: @@ -271,392 +328,459 @@ ingame: title: 納品済 description: 中央の建造物に納品された形の総数です。 noShapesProduced: まだ形が生産されていません。 + + shapesDisplayUnits: - second: / s - minute: / m - hour: / h + second: / 秒 + minute: / 分 + hour: / 時間 + + settingsMenu: playtime: プレイ時間 + buildingsPlaced: 建造物 beltsPlaced: ベルト + buttons: - continue: コンティニュー + continue: 続ける settings: 設定 menu: メニューに戻る + + tutorialHints: title: ヒントが必要ですか? showHint: ヒントを見る hideHint: 閉じる + + blueprintPlacer: cost: コスト + + waypoints: waypoints: マーカー hub: HUB - description: マーカーを左クリックでその場所にジャンプ、右クリックで削除します。

- キーを押すことで現在地にマーカーを設置します。選択した位置で右クリックすることでもマーカー設置できます。 + description: >- + マーカーを左クリックでその場所にジャンプ、右クリックで削除します。

+ キーを押すことで現在地にマーカーを設置します。選択した位置で右クリックすることでもマーカー設置できます。 creationSuccessNotification: マーカーを設置しました + shapeViewer: + title: レイヤー + empty: 空 + copyKey: キーをコピー + + interactiveTutorial: title: チュートリアル hints: 1_1_extractor: 抽出機円の形 の上において抽出しましょう! - 1_2_conveyor: "抽出機を コンベアベルト でHUBまで繋げましょう!

Tip: - マウスのドラッグ でベルトを引けます。" + 1_2_conveyor: >- + 抽出機を コンベアベルト でHUBまで繋げましょう!

Tip: マウスのドラッグ でベルトを引けます。 + 1_3_expand: "このゲームは放置系のゲームではありません! もっと早く要件を満たせるように、追加の抽出機とベルトを設置しましょう。

Tip: SHIFT キーを押し続けると抽出機を連続配置できます。Rキーで設置方向を回転できます。" - colors: - red: 赤 - green: 緑 - blue: 青 - yellow: 黄 - purple: 紫 - cyan: シアン - white: 白 - uncolored: 無色 - black: 黒 - shapeViewer: - title: レイヤー - empty: 空 - copyKey: Copy Key + connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1個の抽出機 + n_miners: 個の抽出機 + limited_items: に制限されます + + watermark: + title: デモバージョン + desc: Steamバージョンの特典を確認するには、ここをクリックしてください! + get_on_steam: steamで購入 + standaloneAdvantages: + title: フルバージョンを購入 + no_thanks: いいえ、結構です + points: + levels: + title: 新しい12個のレベル + desc: 全部で26個のレベルになります! + buildings: + title: 新しい18個の設置物 + desc: あなたの工場を完全自動化しましょう! + savegames: + title: 無限個のセーブデータ + desc: あなたが望むだけデータを作成できます! + upgrades: + title: 20個のアップデートティア + desc: このデモバージョンでは5ティアのみです! + markers: + title: 無限個のマップマーカー + desc: これでもうあなたの工場を見失いません! + wires: + title: ワイヤ + desc: 新次元の体験を得られます! + darkmode: + title: ダークモード + desc: 目に優しい! + support: + title: 製作者をサポート + desc: 余暇に制作しています! shopUpgrades: belt: - name: ベルト、ディストリビュータ & トンネル + name: ベルト、ディストリビュータとトンネル description: スピード x → x miner: name: 抽出機 description: スピード x → x processors: - name: 切断、回転 & 積み重ね + name: 切断、回転と積み重ね description: スピード x → x painting: - name: 混合 & 着色 + name: 混合と着色 description: スピード x → x buildings: hub: deliver: 納品 toUnlock: 解除 levelShortcut: レベル + endOfDemo: お試し終了 belt: default: - name: コンベアベルト + name: &belt コンベアベルト description: アイテムを輸送します。マウスドラッグで連続配置できます。 miner: default: - name: 抽出機 + name: &miner 抽出機 description: 形や色の上に設置することで抽出できます。 chainable: name: 連鎖抽出機 description: 形や色の上に設置することで抽出できます。連鎖設置可能です。 underground_belt: default: - name: トンネル + name: &underground_belt トンネル description: 建造物や他のベルトの地下を通してベルトを配置できます。 tier2: name: トンネル レベルII description: 建造物や他のベルトの地下を通してベルトを配置できます。 + balancer: + default: + name: &balancer 分配機/合流機 + description: 多機能 - すべての入力をすべての出力に均等に分配します。 + merger: + name: 合流機(コンパクト) + description: 2つの入力を1つの出力に合流させます。 + merger-inverse: + name: 合流機(コンパクト) + description: 2つの入力を1つの出力に合流させます。 + splitter: + name: 分配機(コンパクト) + description: 1つの入力を2つの出力に分配します。 + splitter-inverse: + name: 分配機(コンパクト) + description: 1つの入力を2つの出力に分配します。 cutter: default: - name: 切断機 + name: &cutter 切断機 description: 形を上下の直線で切断し、双方を出力します。もしひとつの出力しか使わない場合、他の出力を破棄しないと出力が詰まって停止することに注意してください! quad: name: 切断機 (四分割) description: 形を四分割します。もしひとつの出力しか使わない場合、他の出力を破棄しないと出力が詰まって停止することに注意してください! rotater: default: - name: 回転機 + name: &rotater 回転機 description: 形を時計回り方向に90度回転します。 ccw: name: 回転機 (逆) description: 形を反時計回り方向に90度回転します。 rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: 回転機 (180度) + description: 形を180度回転します。 stacker: default: - name: 積層機 + name: &stacker 積層機 description: 入力アイテムを積み重ねます。もしうまく統合できなかった場合は、右の入力アイテムを左の入力アイテムの上に重ねます。 mixer: default: - name: 混合機 + name: &mixer 混合機 description: 2つの色を加算混合で混ぜ合わせます。 painter: default: - name: 着色機 - description: 左から入力された形の全体を、右から入力された色で着色します。 + name: &painter 着色機 + description: &painter_desc 左から入力された形の全体を、上から入力された色で着色します。 + mirrored: + name: *painter + description: 左から入力された形の全体を、下から入力された色で着色します。 double: name: 着色機 (ダブル) description: 左から入力された形を、上から入力された色で着色します。 quad: name: 着色機 (四分割) - description: 入力された形を四分割づつ別の色で塗り分けられます。 - mirrored: - name: 着色機 - description: 左から入力された形の全体を、右から入力された色で着色します。 + description: 入力された形を四分割づつ別の色で塗り分けられます。 真らしい信号が流れているスロットのみがペイントされます! + trash: default: - name: ゴミ箱 + name: &trash ゴミ箱 description: すべての辺からの入力を破棄します。永遠に。 - wire: - default: - name: Energy Wire - description: Allows you to transport energy. - second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. - balancer: - default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. - merger: - name: Merger (compact) - description: Merges two conveyor belts into one. - merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. - splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. - splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: &storage ストレージ + description: >- + 所定の容量まで、アイテムを蓄えることができます。左側の出力が優先され、オーバーフローゲートとして利用できます。 + wire: + default: + name: &wire ワイヤ + description: &wire_desc 形状、色、真偽値(1/0)の信号を運ぶことができます。異なる色のワイヤは互いに接続しません。 + second: + name: *wire + description: *wire_desc + wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: &wire_tunnel 交差ワイヤ + description: 2本のワイヤを接続させることなく交差させることができます。 constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: &constant_signal 定値信号 + description: 常に同じ値を出力します。形状、色、真偽値(1/0)が使用できます。 lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: &lever スイッチ + description: >- + ワイヤ上に真偽値(1/0)を出力できます。スイッチを押すことで1と0を切り替えることができ、 + それを利用してアイテムフィルタ等を制御できます。 logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: ANDゲート + description: 両方の入力が真らしいなら、真偽値"1"を出力します。(真らしいとは、形状、色、または真偽値"1"のことです) not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: NOTゲート + description: 入力が真らしくないなら、真偽値"1"を出力します。(真らしいとは、形状、色、または真偽値"1"のことです) xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: XORゲート + description: 両方の入力のうち片方のみが真らしいなら、真偽値"1"を出力します。(真らしいとは、形状、色、または真偽値"1"のことです) or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: ORゲート + description: 両方の入力のうち少なくとも片方が真らしいなら、真偽値"1"を出力します。(真らしいとは、形状、色、または真偽値"1"のことです) transistor: default: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: &transistor トランジスタ + description: &transistor_desc 横からの入力が真らしいなら、下からの入力を通過させます。(真らしいとは、形状、色、または真偽値"1"のことです) mirrored: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: *transistor + description: *transistor_desc filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: &filter アイテムフィルタ + description: >- + 入力された信号と一致するアイテムを上部に通過させ、残りを右側に通過させます。 + 真偽値(1/0)でも制御できます。 display: default: - name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + name: &display ディスプレイ + description: >- + 入力された信号をディスプレイに表示します。 + 形状、色、真偽値のいずれでも可能です。 reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: &reader ベルトリーダ + description: >- + 平均スループットを計測できます。 アンロック後は、 + 最後に通過したアイテムの情報を出力します。 analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: &analyzer 形状解析機 + description: 形状の最下層の右上の形状を分析し、形状と色に分解します。 comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: &comparator 比較機 + description: >- + 両方の信号が完全に一致している場合、真偽値"1"を出力します。 + 形状、色、真偽値を比較できます。 virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: &virtual_processor 仮想切断機 + description: 形状の信号を2つに切断できます。 rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: 仮想回転機 + description: 形状の信号を時計回り、反時計回りに回転させます。 unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: 仮想分離機 + description: 形状の信号の最上層を右側に出力し、残りの層を左側に出力します。 stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: 仮想積層機 + description: 左側の形状の信号の上に右側の形状の信号を合成します。 painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: 仮想着色機 + description: 下の形状の信号を右の色の信号で着色します。 + item_producer: + default: + name: なんでも抽出機 + description: サンドボックスモードでのみ使用可能で、ワイヤレイヤーで与えられた信号の形状を通常レイヤーに出力します。 + storyRewards: reward_cutter_and_trash: title: 形の切断 - desc: 切断機が利用可能になりました。これは入力された形を、向きを考慮せず上下の直線で半分に切断します。

利用しない側の出力に注意しましょう。破棄するなどをしない限り詰まって停止してしまいます - - このためにゴミ箱も用意しました。入力アイテムをすべて破棄できます。 + desc: 切断機が利用可能になりました。これは入力された形を、向きを考慮せず上下の直線で半分に切断します。

利用しない側の出力に注意しましょう。破棄するなどをしない限り詰まって停止してしまいます - このためにゴミ箱も用意しました。入力アイテムをすべて破棄できます! reward_rotater: title: 回転 desc: 回転機が利用可能になりました。形を時計回り方向に90度回転させます。 reward_painter: title: 着色 - desc: "The painter has been unlocked - Extract some color veins - (just as you do with shapes) and combine it with a shape in the - painter to color them!

PS: If you are colorblind, there is a - color blind mode in the settings!" + desc: >- + 着色機が利用可能になりました。(今まで形状でやってきた方法で)色を抽出し、 + 形状と合成することで着色します!

追伸: もし色覚特性をお持ちでしたら、 + 設定に色覚特性モードがあります! reward_mixer: title: 色の混合 - desc: 混合機が利用可能になりました。 - - この建造物は2つの色を加算混合で混ぜ合わせます。 + desc: 混合機が利用可能になりました。 - この建造物は2つの色を加算混合で混ぜ合わせます。 reward_stacker: title: 積層機 desc: 積層機で形を組み合わせ可能になりました。双方の入力を組み合わせ、もし連続した形になっていればそれらは融合してひとつになります! もしできなかった場合は、左の入力の上に右の入力が重なります。 - reward_splitter: + reward_balancer: title: 分配機/合流機 - desc: 多機能な分配機/合流機が利用可能になりました。 - - より大規模な工場を構築するため、複数のベルト間でアイテムを合流、分配できます!

+ desc: >- + 多機能な分配機/合流機が利用可能になりました。 - より大規模な工場を構築するため、複数のベルト間でアイテムを合流、分配できます!

reward_tunnel: title: トンネル desc: トンネルが利用可能になりました。 - 他のベルトや建造物の地下を通してベルトが配置可能です! reward_rotater_ccw: title: 反時計回りの回転 - desc: 回転機のバリエーションが利用可能になりました。 - - 反時計回りの回転ができるようになります! 回転機を選択し、'T'キーを押すことで方向の切り替えができます + desc: 回転機のバリエーションが利用可能になりました。 - 反時計回りの回転ができるようになります! 回転機を選択し、'T'キーを押すことで方向の切り替えができます reward_miner_chainable: title: 連鎖抽出機 - desc: 連鎖抽出機が利用可能になりました。他の抽出機に出力を渡すことができるので、資源の抽出がより効率的になります! + desc: >- + 連鎖抽出機が利用可能になりました。他の抽出機に出力を渡すことができるので、資源の抽出がより効率的になります! + 補足: ツールバーの旧い抽出機が置き換えられました! reward_underground_belt_tier_2: title: トンネル レベルII - desc: トンネルのバリエーションが利用可能になりました。 - - 距離拡張版が追加され、以前のものと組み合わせて目的に応じて利用することができます! + desc: トンネルのバリエーションが利用可能になりました。 - 距離拡張版が追加され、以前のものと組み合わせて目的に応じて利用することができます! + reward_merger: + title: コンパクトな合流機 + desc: >- + 合流機コンパクトバージョンが利用可能になりました! - 2つの入力を1つの出力に合流させます! + reward_splitter: + title: コンパクトな分配機 + desc: >- + 分配機コンパクトバージョンが利用可能になりました! - 1つの入力を2つの出力に分配します! + reward_belt_reader: + title: ベルトリーダ + desc: >- + ベルトリーダが利用可能になりました!ベルトのスループットを計測できます。

ワイヤーのロックが解除されれば、より便利になります! reward_cutter_quad: title: 四分割 - desc: 切断機のバリエーションが利用可能になりました。 - + desc: >- + 切断機のバリエーションが利用可能になりました。 - 上下の二分割ではなく、四分割に切断できます! reward_painter_double: title: 着色機 (ダブル) - desc: 着色機のバリエーションが利用可能になりました。 - + desc: >- + 着色機のバリエーションが利用可能になりました。 - 通常の着色機と同様に機能しますが、ひとつの色の消費で一度に2つの形を着色処理できます! - reward_painter_quad: - title: 四分割着色 - desc: 着色機のバリエーションが利用可能になりました。 - 形のすべてのパーツを別の色で塗り分けることができます! reward_storage: title: 余剰の貯蓄 - desc: ゴミ箱のバリエーションが利用可能になりました。 - 容量上限までアイテムを格納することができます! - reward_freeplay: - title: フリープレイ - desc: やりましたね! フリープレイモードが利用可能になりました。 - これからは形はランダムに生成されます! - (ご心配なく。スタンドアローン版はさらなる追加コンテンツが計画されています) + desc: >- + ゴミ箱のバリエーションが利用可能になりました。 - 容量上限までアイテムを格納することができます!

+ 左側の出力を優先するため、オーバーフローゲートとしても使用できます! + reward_blueprints: title: ブループリント desc: 工場の建造物のコピー&ペーストが利用可能になりました! 範囲選択(CTRLキーを押したままマウスドラッグ)した状態で、'C'キーを押すことでコピーができます。

ペーストはタダではありません。ブループリントの形を生産することで可能になります!(たった今納品したものです) + reward_rotater_180: + title: 180度の回転 + desc: >- + 回転機のバリエーションが利用可能になりました! + 180度の回転ができるようになります!(サプライズ! :D) + reward_wires_painter_and_levers: + title: ワイヤ&着色機(四分割) + desc: >- + ワイヤレイヤが利用可能になりました!: 通常レイヤとは別のレイヤーであり、異なる機能が使用できます!

+ 最初に、着色機(四分割)が利用可能です。着色したいスロットを、ワイヤレイヤで接続します。

+ ワイヤレイヤに切り替えるには、Eを押します。 + reward_filter: + title: アイテムフィルタ + desc: >- + アイテムフィルタが利用可能になりました! ワイヤレイヤの信号と一致するかどうかに応じて、 + アイテムを上部または右側の出力に分離します。

真偽値(0/1)信号を利用することで + どんなアイテムでも通過させるか、または通過させないかを選ぶこともできます。 + reward_display: + title: ディスプレイ + desc: >- + ディスプレイが利用可能になりました! ワイヤレイヤで信号を接続することで、その内容を視認することができます! + 補足: ベルトリーダーとストレージが最後に通過したアイテムを出力していることに気づきましたか?ディスプレイに表示するのを試してみてください! + reward_constant_signal: + title: 定数信号 + desc: >- + 定数信号が利用可能になりました! + これは、例えばアイテムフィルタに接続する場合に便利です。 + 定数信号は、形状、または真偽値(1/0)を出力できます。 + reward_logic_gates: + title: 論理ゲート + desc: >- + 論理ゲートが利用可能になりました! 興奮するほどでは + ありませんが、これらは非常に優秀です!

+ AND, OR, XOR and NOTを計算できます!

ボーナスとしてトランジスタも追加しました! + reward_virtual_processing: + title: 仮想処理 + desc: >- + 形状処理をシミュレートできる新しい部品を沢山追加しました!

+ ワイヤレイヤで切断、回転、積層をシミュレートできるようになりました。 + これからゲームを続けるにあたり、3つの方法があります:

+ - 完全自動化された機械を構築し、HUBが要求する形状を作成する(試してみることをオススメします!)。

+ - ワイヤでイカしたものを作る。

+ - 今までのように工場を建設する。

+ いずれにしても、楽しんでください! + no_reward: title: 次のレベル - desc: "このレベルには報酬はありません。次にはあるでしょう!

PS: すでに作った生産ラインは削除しないようにしましょう。 - - 生産された形はすべて、後にアップグレードの解除のために必要になりま\ - す!" + desc: >- + このレベルには報酬はありません。次にはあるでしょう!

補足: すでに作った生産ラインは削除しないようにしましょう。 - + 生産された形はすべて、後にアップグレードの解除のために必要になります! no_reward_freeplay: title: 次のレベル - desc: おめでとうございます! スタンドアローン版ではさらなる追加要素が計画されています! - reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

- reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! - reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! - reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! - reward_display: - title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! - reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). - reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! - reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + desc: >- + おめでとうございます! + reward_freeplay: + title: フリープレイ + desc: >- + やりましたね! フリープレイモードが利用可能になりました。 - これからは納品すべき形はランダムに生成されます!

+ 今後、ハブにはスループットが必要になるため、要求する形状を自動的に納品するマシンを構築することを強くお勧めします!

+ ハブは要求する形状をワイヤー層に出力するので、それを分析し自動的に調整する工場を作成するだけです。 + + reward_demo_end: + title: お試し終了 + desc: >- + デモ版の最後に到達しました! settings: title: 設定 categories: - general: General - userInterface: User Interface - advanced: Advanced - performance: Performance + general: 一般設定 + userInterface: ユーザーインターフェイス + advanced: 高度な設定 + performance: パフォーマンス versionBadges: - dev: Development + dev: 開発 staging: Staging prod: Production - buildDate: Built + buildDate: にビルド + rangeSliderPercentage: % labels: uiScale: title: 画面表示サイズ - description: ユーザーインターフェイスのサイズを変更します。解像度をベースに調整されますが、この設定でそれを変更できます。 + description: >- + ユーザーインターフェイスのサイズを変更します。解像度をベースに調整されますが、この設定でそれを変更できます。 scales: super_small: 極小 small: 小 regular: 普通 large: 大 huge: 極大 + autosaveInterval: + title: オートセーブ間隔 + description: >- + ゲームが自動的にセーブされる頻度を設定します。無効化することも可能です。 + + intervals: + one_minute: 1分 + two_minutes: 2分 + five_minutes: 5分 + ten_minutes: 10分 + twenty_minutes: 20分 + disabled: 無効 scrollWheelSensitivity: title: ズーム感度 description: マウスやトラックパッドでのズーム感度を変更します。 @@ -666,9 +790,22 @@ settings: regular: 普通 fast: 速 super_fast: 超速 + movementSpeed: + title: 移動速度 + description: キーボードを使用した際の画面の移動速度を変更します。 + speeds: + super_slow: 激遅 + slow: 遅い + regular: 普通 + fast: 速い + super_fast: 超速 + extremely_fast: ちょっぱや language: title: 言語 description: 言語を変更します。すべての翻訳はユーザーからの協力で成り立っており、まだ完全には完了していない可能性があります! + enableColorBlindHelper: + title: 色覚モード + description: 色覚特性を持っていてもゲームがプレイできるようにするための各種ツールを有効化します。 fullscreen: title: フルスクリーン description: フルスクリーンでのプレイが推奨です。スタンドアローン版のみ変更可能です。 @@ -678,6 +815,13 @@ settings: musicMuted: title: BGMミュート description: 有効に設定するとすべてのBGMをミュートします。 + soundVolume: + title: 音量(SE) + description: 効果音の音量を設定してください。 + + musicVolume: + title: 音量(BGM) + description: 音楽の音量を設定してください。 theme: title: ゲームテーマ description: ゲームテーマを選択します。 (ライト / ダーク). @@ -693,16 +837,7 @@ settings: offerHints: title: ヒントとチュートリアル description: ゲーム中、ヒントとチュートリアルを表示します。レベルごとに不要なUI要素も非表示になり、ゲームに集中しやすくなります。 - movementSpeed: - title: 移動速度 - description: キーボードを使用した際の画面の移動速度を変更します。 - speeds: - super_slow: 極遅 - slow: 遅 - regular: 普通 - fast: 速 - super_fast: 超速 - extremely_fast: 超々速 + enableTunnelSmartplace: title: スマートトンネル description: 有効にすると、トンネルを設置した際に不要なベルトを自動的に除去します。 @@ -710,77 +845,55 @@ settings: vignette: title: ビネット description: 画面の隅を暗くして文字を読みやすくするビネットを有効化します。 - autosaveInterval: - title: オートセーブ間隔 - description: ゲームが自動的にセーブされる頻度を設定します。無効化することも可能です。 - intervals: - one_minute: 1 分 - two_minutes: 2 分 - five_minutes: 5 分 - ten_minutes: 10 分 - twenty_minutes: 20 分 - disabled: 無効 + rotationByBuilding: + title: 回転の記憶(部品別) + description: それぞれの部品ごとの回転を記憶させます。頻繁に設置物を変更する場合、より快適に建設が行なえます。 compactBuildingInfo: title: コンパクトな建造物情報 description: レートのみを表示することで、建造物の情報ボックスを短くします。選択しない場合は、説明文と画像も表示されます。 disableCutDeleteWarnings: title: カット/削除の警告を無効化 - description: 100個以上のエンティティをカット/削除する際に表示される警告ダイアログを無効にします。 - enableColorBlindHelper: - title: 色覚モード - description: 色覚異常を持っていてもゲームがプレイできるようにするための各種ツールを有効化します。 - rotationByBuilding: - title: Rotation by building type - description: Each building type remembers the rotation you last set it to - individually. This may be more comfortable if you frequently - switch between placing different building types. - soundVolume: - title: Sound Volume - description: Set the volume for sound effects - musicVolume: - title: Music Volume - description: Set the volume for music + description: >- + 100個以上のエンティティをカット/削除する際に表示される警告ダイアログを無効にします。 + lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: リソース表示の簡易化 + description: ズームインしたときのリソース表示を簡素化して、パフォーマンスを向上させます。 + 外見もすっきりしますので、ぜひお試しください! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: グリッドの無効化 + description: 配置用のグリッドを無効にして、パフォーマンスを向上させます。 + これにより、ゲームの見た目もすっきりします。 clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: 右クリックで配置をキャンセル + description: デフォルトで有効です。建物を設置しているときに右クリックすると、選択中の建物がキャンセルされます。 + 無効にすると、建物の設置中に右クリックで建物を削除できます。 lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: 低品質のテクスチャ(視認性低下) + description: 低品質のテクスチャを使用してパフォーマンスを向上させます。 + ゲームの視認性が非常に低下します! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: チャンクの境界線を表示する + description: このゲームでは16x16タイルのチャンクで構成されています。 + 有効にすると、チャンクの境界線が表示されます。 pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: 資源で抽出機を選択 + description: デフォルトで有効です。資源の上でスポイトを使用すると、抽出機を選択します。 simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: ベルトを単純化(視認性低下) + description: ベルトにカーソルを合わせているとき以外、ベルトで運ばれているアイテムを描画しません。 + パフォーマンスを向上させますが、パフォーマンスが極端に必要な場合以外でこの設定で遊ぶことは推奨しません。 enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. - rangeSliderPercentage: % + title: マウスで画面を移動 + description: 画面の端にカーソルを合わせることで移動できます。移動速度を設定することで、速度を変更できます。 + keybindings: title: キー設定 - hint: "Tip: CTRL, SHIFT, ALTを利用するようにしてください。これらはそれぞれ建造物配置の際の機能があります。" + hint: >- + Tip: CTRL, SHIFT, ALTを利用するようにしてください。これらはそれぞれ建造物配置の際の機能があります。 + resetKeybindings: キー設定をリセット + categoryLabels: general: アプリケーション ingame: ゲーム @@ -796,63 +909,75 @@ keybindings: mapMoveRight: 右移動 mapMoveDown: 下移動 mapMoveLeft: 左移動 + mapMoveFaster: より速く移動 centerMap: マップ中央移動 + mapZoomIn: ズームイン mapZoomOut: ズームアウト createMarker: マーカー設置 + menuOpenShop: アップグレード menuOpenStats: 統計情報 menuClose: メニューを閉じる + toggleHud: HUD切り替え toggleFPSInfo: FPS、デバッグ情報表示切り替え - belt: コンベアベルト - underground_belt: トンネル - miner: 抽出機 - cutter: 切断機 - rotater: 回転機 - stacker: 積層機 - mixer: 混合機 - painter: 着色機 - trash: ゴミ箱 + switchLayers: レイヤを変更 + exportScreenshot: 工場の全体像を画像出力 + + # --- Do not translate the values in this section + belt: *belt + balancer: *balancer + underground_belt: *underground_belt + miner: *miner + cutter: *cutter + rotater: *rotater + stacker: *stacker + mixer: *mixer + painter: *painter + trash: *trash + storage: *storage + wire: *wire + constant_signal: *constant_signal + logic_gate: Logic Gate + lever: *lever + filter: *filter + wire_tunnel: *wire_tunnel + display: *display + reader: *reader + virtual_processor: *virtual_processor + transistor: *transistor + analyzer: *analyzer + comparator: *comparator + item_producer: なんでも抽出機(サンドボックス) + # --- + + pipette: スポイト rotateWhilePlacing: 回転 - rotateInverseModifier: "Modifier: 逆時計回りにする" + rotateInverseModifier: >- + Modifier: 逆時計回りにする cycleBuildingVariants: バリエーション変更 confirmMassDelete: 複数選択削除の確認 + pasteLastBlueprint: 直前のブループリントをペーストする cycleBuildings: 建造物の選択 + lockBeltDirection: ベルトプランナーを有効化 + switchDirectionLockSide: >- + プランナー: 通る側を切り替え + copyWireValue: >- + ワイヤ: カーソルに合っている形状信号をキーとしてコピー massSelectStart: マウスドラッグで開始 massSelectSelectMultiple: 複数範囲選択 massSelectCopy: 範囲コピー + massSelectCut: 範囲カット + placementDisableAutoOrientation: 自動向き合わせ無効 placeMultiple: 配置モードの維持 placeInverse: ベルトの自動向き合わせを逆転 - pasteLastBlueprint: 直前のブループリントをペーストする - massSelectCut: 範囲カット - exportScreenshot: 工場の全体像を画像出力 - mapMoveFaster: より速く移動 - lockBeltDirection: ベルトプランナーを有効化 - switchDirectionLockSide: "プランナー: 通る側を切り替え" - pipette: ピペット - switchLayers: Switch layers - wire: Energy Wire - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing - display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter - transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + about: title: このゲームについて body: >- - このゲームはオープンソースであり、Tobias Springer (私)によって開発されています。

+ このゲームはオープンソースであり、Tobias Springer (私)によって開発されています。

開発に参加したい場合は以下をチェックしてみてください。shapez.io on github.

@@ -870,64 +995,63 @@ demo: oneGameLimit: セーブデータの1個制限 customizeKeybindings: キー設定のカスタマイズ exportingBase: 工場の全体像の画像出力 + settingNotAvailable: デモ版では利用できません。 + tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - ハブは現在指定されている形状だけではなく、あらゆる種類の入力を受け付けることができます。 + - あなたの工場が拡張可能か確認してください - あとで報われるでしょう! + - ハブのすぐ近くに建設しないでください。ぐちゃぐちゃになりますよ。 + - 積層が上手く行かない場合は、入力を入れ替えてみてください。 + - Rを押すと、ベルトプランナーの経由方向を切り替えることができます。 + - CTRLを押したままドラッグすると、向きを保ったままベルトを設置できます。 + - アップグレードが同じティアなら、お互いの比率は同じです。 + - 直列処理は、並列処理より効率的です。 + - 後半になると、より多くの建物のバリエーションを解除できます。 + - Tを押すと、建物のバリエーションを切り替えることができます。 + - 対称性が重要です! + - ティアの違うトンネル同士は、同じラインに重ねることができます。 + - コンパクトに工場を作ってみてください - あとで報われるでしょう! + - 着色機には鏡写しのバリエーションがあり、Tで選択できます。 + - 適切な比率で建設することで、効率が最大化できます。 + - 最大レベルでは、1つのベルトは5つの抽出機で満たすことができます。 + - トンネルを忘れないでください。 + - 最大限の効率を得るためには、アイテムを均等に分割する必要はありません。 + - SHIFTを押したままベルトを設置するとベルトプランナーが有効になり、 + - 切断機は向きを考慮せず、常に垂直に切断します。 + - 白を作るためには、3色全てを混ぜます。 + - ストレージは優先出力を優先して出力します。 + - 増築可能なデザインを作るために時間を使ってください - それには価値があります! + - SHIFTを使用すると複数の建物を配置できます。 + - ALTを押しながらベルトを設置すると、逆向きに設置できます。 + - 効率が重要です! + - ハブから遠くに離れるほど、形状資源はより複雑な形になります。 + - 機械の速度には上限があるので、最大効率を得るためには入力を分割します。 + - 効率を最大化するために分配機/合流機を使用できます。 + - 構成が重要です。ベルトを交差させすぎないようにしてください。 + - 事前設計が重要です。さもないとぐちゃぐちゃになりますよ! + - 旧い工場を撤去しないでください!アップグレードを行うために、それらが必要になります。 + - 助けなしでレベル20をクリアしてみてください! + - 複雑にしないでください。単純に保つことができれば、成功することができるでしょう。 + - ゲームの後半で工場を再利用する必要があるかもしれません。 + - 積層機を使用することなく、必要な形状資源を発見することができるかもしれません。 + - 完全な風車の形は資源としては生成されません。 + - 最大の効率を得るためには、切断する前に着色をしてください。 + - モジュールとは、知覚こそが空間を生むものである。これは、人間である限り。 + - 工場の設計図を蓄えておいてください。それらを再利用することで、新たな工場が作成できます。 + - 混合機をよく見ると、色の混ぜ方が解ります。 + - CTRL + クリックで範囲選択ができます。 + - ハブに近すぎる設計物を作ると、のちの設計の邪魔になる可能性があります。 + - アップグレードリストの各形状の横にあるピンのアイコンは、それを画面左に固定します。 + - 原色全てを混ぜ合わせると白になります! + - マップは無限の広さがあります。臆せずに拡張してください。 + - Factorioもプレイしてみてください!私のお気に入りのゲームです。 + - 切断機(四分割)は右上から時計回りに切断します! + - メインメニューからセーブデータを保存できます! + - このゲームには便利なキーバインドがたくさんあります!設定ページを見てみてください。 + - このゲームにはたくさんの設定があります!是非チェックしてみてください! + - ハブを示すマーカーには、その方向を示す小さなコンパスがあります。 + - ベルトをクリアするには、範囲選択して同じ場所に貼り付けをします。 + - F4を押すことで、FPSとTickレートを表示することができます。 + - F4を2回押すと、マウスとカメラの座標を表示することができます。 + - 左のピン留めされた図形をクリックして、固定を解除できます。 diff --git a/translations/base-kor.yaml b/translations/base-kor.yaml index 5177c370..9d37946c 100644 --- a/translations/base-kor.yaml +++ b/translations/base-kor.yaml @@ -1,58 +1,50 @@ steamPage: shortText: shapez.io는 무한한 공간에서 점점 더 복잡한 도형의 생산과 조합을 자동화하는 공장을 짓는 게임입니다. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io는 무한한 공간에서 점점 더 복잡한 도형의 생산과 조합을 자동화하는 공장을 짓는 게임입니다. 요청된 도형을 전달해 게임을 진행하고 업그레이드를 통해 공장을 가속시킬 수 있습니다. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - 도형에 대한 수요가 증가함에 따라, 여러분은 수요에 맞게 공장을 확장해야 합니다. - [b]무한한 공간[/b]으로 확장하여 도형 재료를 구하는 것도 잊지 마세요. + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - 곧이어 여러분은 색을 섞고 도형을 색칠 할 것입니다. - 빨강, 초록, 파랑 색을 섞어서 만든 다양한 색으로 수요를 만족시키세요. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - 이 게임에는 18개의 레벨이 있습니다 (이것 만으로도 여러분은 이미 몇시간이 걸렸을 거예요!) 하지만 저는 항상 새로운 콘텐츠를 추가하고 있습니다 - 계획해 놓은 것들이 많습니다! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - 게임을 구입하면 추가 기능이 있는 독립 실행형 버전을 이용할 수 있으며 새로 개발된 기능도 이용할 수 있습니다. - - [b]유료 버전의 장점[/b] - - [list] - [*] 다크 모드 - [*] 제한 없는 마커 - [*] 제한 없는 저장 - [*] 더 다양한 설정 - [*] 출시 예고: 전선 & 에너지! 2020년 7월 말을 목표로 하는 중. - [*] 출시 예고: 더 많은 레벨 - [*] shapez.io를 개발하는 데 도움이 됨 ❤️ - [/list] - - [b]향후 업데이트[/b] - - 저는 게임을 자주 업데이트하고 있고 적어도 매주마다 업데이트를 추진하려고 노력 중입니다! - - [list] - [*] 다양한 맵과 챌린지 (e.g. 장애물이 있는 맵) - [*] 퍼즐 (제한된 영역/건물만으로 도형 전달하기) - [*] 건물에 비용이 드는 스토리 모드 - [*] 설정 가능한 맵 생성기 (자원/도형, 크기/밀도, 시드 등) - [*] 더 많은 종류의 도형 - [*] 성능 향상 (지금도 게임이 잘 되긴 합니다!) - [*] 그 외 다수! - [/list] - - [b]이 게임은 오픈소스 입니다![/b] - - 누구나 참여할 수 있으며, 저는 커뮤니티에 적극적으로 참여하고 있고 가능한 경우 모든 제안을 검토하고 피드백을 고려하려고 합니다. 전체 로드맵을 위해 반드시 내 Trello 보드를 확인하세요! - - [b]링크[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]공식 디스코드[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]로드맵[/url] - [*] [url=https://www.reddit.com/r/shapezio]서브레딧[/url] - [*] [url=https://github.com/tobspr/shapez.io]소스 코드 (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]번역을 도와주세요![/url] - [/list] - discordLink: 공식 디스코드 - 채팅해요! + Be sure to check out my trello board for the full roadmap! global: loading: 로딩중 error: 에러 @@ -127,7 +119,9 @@ dialogs: text: "저장 파일을 불러오지 못했습니다:" confirmSavegameDelete: title: 삭제 확인 - text: 이 게임 파일을 정말로 삭제하겠습니까? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 삭제 실패 text: 저장 파일을 삭제하지 못했습니다. @@ -174,8 +168,8 @@ dialogs: 컨베이어 벨트의 방향을 바꾸세요.
" createMarker: title: 새로운 마커 - desc: 이 장소에 이름을 지어주세요, 당신은 원하는 모양으로 단축키를 생성할 수 있습니다. (여기에서 만들 수 있습니다.) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: 마커 변경 markerDemoLimit: desc: 체험판 버전에서는 마커를 2개 까지만 놓을 수 있습니다. 유료 버전을 구입하면 마커를 무제한으로 놓을 수 있습니다! @@ -194,6 +188,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: 움직이기 @@ -325,6 +324,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: 컨베이어 벨트, 배분기, 터널 @@ -343,6 +374,7 @@ buildings: deliver: 목표 toUnlock: 보상 levelShortcut: 레벨 + endOfDemo: End of Demo belt: default: name: 컨베이어 벨트 @@ -396,7 +428,9 @@ buildings: description: 왼쪽에 입력되는 도형을 위에서 입력되는 색소로 색칠한다. quad: name: 4단 도형 색칠기 - description: 도형의 4가지 분단을 각각 다른 색으로 색칠할 수 있다. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: 도형 색칠기 description: 도형을 색소로 색칠한다. @@ -517,12 +551,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: 절단기 - desc: 절단기가 잠금 해제되었습니다! 절단기는 도형을 세로로 잘라 반으로 - 나눕니다.

사용하지 않는 도형은 휴지통에 버려주세요. 그렇지 않으면 절단기가 멈출 - 것입니다. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 회전기 desc: 회전기가 잠금 해제되었습니다! 이것은 도형을 시계방향으로 90도 회전 시킵니다. @@ -541,8 +583,9 @@ storyRewards: 쌓이게됩니다. reward_splitter: title: 배분기 - desc: 다양한 용도로 쓰이는 배분기가 잠금 해제되었습니다! 배분기로 도형들을 여러 개의 벨트에 - 합하거나 나누어서 큰 공장을 지을 수 있습니다.

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: 터널 desc: 터널이 잠금 해제되었습니다! 자원을 건물과 벨트 밑으로 운송 할 수 있습니다. @@ -552,8 +595,10 @@ storyRewards: T를 눌러서 변형된 버전을 사용하세요! reward_miner_chainable: title: 체인 추출기 - desc: 체인 추출기가 잠금 해제되었습니다! 체인 추출기는 자원을 다른 추출기로 - 전달하여 효율적으로 추출할 수 있게 합니다. + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: 터널 티어 II desc: 새로운 종류의 터널이 잠금 해제되었습니다! 새 터널은 보다 넓은 범위를 @@ -566,21 +611,27 @@ storyRewards: title: 색칠기 (2단) desc: 새로운 종류의 색칠기가 잠금 해제되었습니다! 새 색칠기는 색소 하나로 2개의 도형을 색칠할 수 있습니다. - reward_painter_quad: - title: 색칠기 (4단) - desc: 4단 도형 색칠기가 잠금 해제되었습니다! 도형의 4분단을 각각 다른 색으로 색칠할 수 있습니다! reward_storage: title: 저장소 - desc: 저장소가 잠금 해제되었습니다! 주어진 용량만큼 자원을 저장할 수 있습니다! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: 자유 모드 - desc: 해내셨군요! 자유 모드가 잠금 해제되었습니다! 이제 도형이 랜덤으로 생성됩니다! (걱정 마세요, - 유료버전에는 더 많은 컨텐츠가 계획되어 있습니다!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: 청사진 - desc: 이제부터는 공장의 일부 영역을 복사하여 붙여넣기 할 수 있습니다! CTRL을 누르면서 드래그해서 먼저 - 영역을 선택하세요.

그 다음에는 C, DEL, ESC 로 복사하거나, 지우거나, 취소 - 하세요.

복사는 무료가 이닙니다. 특별한 "화폐" 도형으로 돈을 지불하고 복사가 됩니다. + desc: You can now copy and paste parts of your factory! Select + an area (Hold CTRL, then drag with your mouse), and press 'C' to + copy it.

Pasting it is not free, you need to + produce blueprint shapes to afford it! (Those you + just delivered). no_reward: title: 다음 레벨 desc: "이 단계는 아무런 보상이 없습니다. 하지만 다음 단계에는 있죠!

추신: 현존하는 공장을 부수지 않는 것이 좋습니다. @@ -608,17 +659,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -642,6 +688,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: 설정 categories: @@ -847,7 +910,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -856,6 +918,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: 이 게임의 정보 body: >- @@ -939,3 +1003,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-lt.yaml b/translations/base-lt.yaml index 8c496b3d..4a844ed9 100644 --- a/translations/base-lt.yaml +++ b/translations/base-lt.yaml @@ -1,59 +1,51 @@ steamPage: shortText: shapez.io is a game about building factories to automate the creation and combination of increasingly complex shapes within an infinite map. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Be sure to check out my trello board for the full roadmap! global: loading: Loading error: Error @@ -128,7 +120,9 @@ dialogs: text: "Failed to load your savegame:" confirmSavegameDelete: title: Confirm deletion - text: Are you sure you want to delete the game? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Failed to delete text: "Failed to delete the savegame:" @@ -179,8 +173,7 @@ dialogs: createMarker: title: New Marker desc: Give it a meaningful name, you can also include a short - key of a shape (Which you can generate here) + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: You can only create two custom markers in the demo. Get the standalone for @@ -204,6 +197,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Move @@ -341,6 +339,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Belts, Distributor & Tunnels @@ -359,6 +389,7 @@ buildings: deliver: Deliver toUnlock: to unlock levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Conveyor Belt @@ -417,7 +448,9 @@ buildings: input. quad: name: Painter (Quad) - description: Allows to color each quadrant of the shape with a different color. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Painter description: Colors the whole shape on the left input with the color from the @@ -539,14 +572,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -569,9 +608,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now tunnel items @@ -583,9 +622,10 @@ storyRewards: press 'T' to cycle its variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -600,19 +640,20 @@ storyRewards: desc: You have unlocked a variant of the painter - It works as the regular painter but processes two shapes at once consuming just one color instead of two! - reward_painter_quad: - title: Quad Painting - desc: You have unlocked a variant of the painter - It allows to - paint each part of the shape individually! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -647,17 +688,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -681,6 +717,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Settings categories: @@ -901,7 +954,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -910,6 +962,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: About this Game body: >- @@ -994,3 +1048,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-nl.yaml b/translations/base-nl.yaml index 29458da3..19e36437 100644 --- a/translations/base-nl.yaml +++ b/translations/base-nl.yaml @@ -2,59 +2,50 @@ steamPage: shortText: shapez.io is een spel dat draait om het bouwen van fabrieken voor het produceren en automatiseren van steeds complexere vormen in een oneindig groot speelveld. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Officiële Discord + intro: >- + Shapez.io is een spel waarin je fabrieken moet bouwen voor de + automatische productie van geometrische vormen. - shapez.io is een spel dat draait om het bouwen van fabrieken om steeds complexere vormen te produceren en deze productie te automatiseren in een oneindig groot speelveld. Door het leveren van de gevraagde vormen, kom je verder in het spel en ontgrendel je upgrades waar je fabriek sneller van wordt. + Naarmate het spel vordert, worden de vormen complexer, en moet je uitbreiden in het oneindige speelveld. - De vraag naar vormen wordt steeds groter, wat betekent dat je de fabriek moet uitbreiden om de vraag tegemoet te komen. Om de juiste grondstoffen te delven zul je steeds verder in het [b]oneindig grote speelveld[/b] moeten gaan werken! + En als dat nog niet genoeg is moet je ook nog eens steeds me produceren om aan de vraag te kunnen voldoen. Het enige dat helpt is uitbreiden! - Omdat simpele vormen snel saai worden, moet je kleuren mengen om de vormen te verven - Combineer rode, groene en blauwe grondstoffen om verschillende kleuren te produceren en gebruik deze om de vormen te verven, zodat je de vraag hiernaar tegemoet kan komen. + Ondanks het feit dat je in het begin alleen vormen maakt, komt er het punt waarop je ze moet kleuren. Deze kleuren moet je vinden en mengen! - Dit spel bevat 18 levels (Waar je al uren mee bezig zal zijn!), maar ik ben continu bezig om het spel uit te breiden - er staat veel in de planning! + Door het spel op Steam te kopen kun je de volledige versie spelen. Je kunt echter ook een demo versie spelen op shapez.io en later beslissen. + title_advantages: Standalone Voordelen + advantages: + - 12 Nieuwe Levels met een totaal van 26 levels + - 18 Nieuwe Gebouwen voor een volledig geautomatiseerde fabriek! + - 20 Upgrade Levels voor vele speeluren! + - Draden Update voor een volledig nieuwe dimensie! + - Dark Mode! + - Ongelimiteerde Saves + - Ongelimiteerde Markers + - Help mij! ❤️ + title_future: Geplande Content + planned: + - Blueprint Bibliotheek (Alleen volledige versie) + - Steam Prestaties + - Puzzel Modus + - Minimap + - Mods + - Sandbox modus + - ... en nog veel meer! + title_open_source: Dit spel is open source! + title_links: Links + links: + discord: Officiële Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help vertalen + text_open_source: >- + Iedereen mag meewerken. Ik ben actief betrokken in de community en + probeer alle suggesties en feedback te beoordelen als dat nodig is. - Wanneer je het spel koopt dan krijg je toegang tot de standalone versie. Deze heeft extra functies en je krijgt ook toegang tot nieuwe ontwikkelingen. - - [b]Standalone Voordelen[/b] - - [list] - [*] Donkere modus - [*] Oneindig veel markeringen - [*] Oneindig veel savegames - [*] Extra opties - [*] Binnenkort: Kabels & Energie! Hopelijk vanaf eind juli 2020. - [*] Binnenkort: Meer Levels - [*] Help mij om shapez.io verder te ontwikkelen ❤️ - [/list] - - [b]Geplande Updates[/b] - - Ik update het spel regelmatig en probeer dit zeker eenmaal per week te doen! - - [list] - [*] Verschillende speelvelden en uitdagingen (bijv. obstakels) - [*] Puzzels (Bezorg de gevraagde vorm binnen een afgesloten gebied of met bepaalde gebouwen) - [*] Een verhaalmodus waar gebouwen iets kosten - [*] Aanpasbare speelveldgenerator (Kies de hoeveelheid en grootte van grondstoffen, seed en meer) - [*] Meer soorten vormen - [*] Prestatieverbeteringen (Het spel loopt al vrij goed!) - [*] En nog veel meer! - [/list] - - [b]Dit spel is open source![/b] - - Iedereen kan bijdragen. Ik ben actief in de community en probeer naar alle suggesties en feedback te kijken en deze op te nemen in de ontwikkeling. Bekijk mijn trello-bord voor het volledige stappenplan! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Stappenplan[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help met vertalen[/url] - [/list] - discordLink: Officiële Discord - Chat met mij! + Zorg dat je ook mijn trello board bekijkt voor de volledige roadmap! global: loading: Laden error: Fout @@ -129,7 +120,9 @@ dialogs: text: "Het laden van je savegame is mislukt:" confirmSavegameDelete: title: Bevestig verwijderen - text: Weet je zeker dat je het spel wil verwijderen? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Verwijderen mislukt text: "Het verwijderen van de savegame is mislukt:" @@ -184,9 +177,8 @@ dialogs: van lopende banden om te draaien wanneer je ze plaatst.
" createMarker: title: Nieuwe markering - desc: Geef het een betekenisvolle naam. Je kunt ook een - icoontje van een vorm toevoegen (die je hier kunt maken) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: Je kunt maar twee markeringen plaatsen in de demo. Koop de standalone voor @@ -206,12 +198,17 @@ dialogs: dat je het wil knippen? editSignal: title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + descItems: "Kies een ingesteld item:" + descShortKey: ... of voer de short key van een vorm (Die je + hier kunt vinden) in. renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Hernoem opgeslagen spel + desc: Geef je opgeslagen spel een nieuwe naam. + entityWarning: + title: Performance Waarschuwing + desc: Je hebt veel gebouwen geplaatst. Dit is een vriendelijke herinnering dat + het spel niet oneindig veel gebouwen kan bewaren. Probeer je + fabrieken compact te houden. ingame: keybindingsOverlay: moveMap: Beweeg speelveld @@ -252,7 +249,7 @@ ingame: notifications: newUpgrade: Er is een nieuwe upgrade beschikbaar! gameSaved: Je spel is opgeslagen. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Level is voltooid! shop: title: Upgrades buttonUnlock: Upgrade @@ -349,7 +346,39 @@ ingame: connectedMiners: one_miner: 1 Miner n_miners: Miners - limited_items: Limited to + limited_items: "Gelimiteerd tot: " + watermark: + title: Demo versie + desc: Klik hier om het spel op Steam te bekijken! + get_on_steam: Get on steam + standaloneAdvantages: + title: Koop de volledige versie! + no_thanks: Nee, bedankt! + points: + levels: + title: 12 Nieuwe Levels + desc: Voor een totaal van 26 levels! + buildings: + title: 18 Nieuwe Gebouwen + desc: Automatiseer je fabrieken! + savegames: + title: ∞ Savegames + desc: Zo veel je maar wilt! + upgrades: + title: 20 Upgrade Levels + desc: Deze demo heeft er enkel 5! + markers: + title: ∞ Markeringen + desc: Verdwaal nooit meer in je fabriek! + wires: + title: Kabels + desc: Een volledig nieuwe dimensie! + darkmode: + title: Dark Mode + desc: Minder vervelend voor je ogen! + support: + title: Help mij + desc: Ik maak dit spel in mijn vrije tijd! shopUpgrades: belt: name: Banden, Verdeler & Tunnels @@ -402,8 +431,8 @@ buildings: name: Roteerder (andersom) description: Draait vormen 90 graden tegen de klok in. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Roteerder (180) + description: Draait vormen 180 graden. stacker: default: name: Stapelaar @@ -424,7 +453,9 @@ buildings: input. quad: name: Verver (Quad) - description: Verft elke kwart van de vorm een andere kleur. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Verver description: Verft de volledige vorm in de linker input met de kleur van de @@ -437,127 +468,129 @@ buildings: deliver: Lever toUnlock: om te ontgrendelen levelShortcut: LVL + endOfDemo: End of Demo wire: default: name: Energiekabel description: Voor transport van energie. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Kabel + description: Vervoerd signalen, zoals items, kleuren of booleans (1 of 0). + Verschillende kleuren kabels kunnen niet verbonden worden. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Balanceerder + description: Multifunctioneel - Verdeel alle invoeren over alle uitvoeren. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Samenvoeger (compact) + description: Voeg 2 lopende banden samen. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Samenvoeger + description: Voeg 2 lopende banden samen. splitter: name: Splitter (compact) - description: Splits one conveyor belt into two. + description: Split een lopende band in tweeën. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Splitter + description: Split een lopende band in tweeën. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Opslag + description: Slaat teveel aan items of kleuren op. De linker uitvoer heeft de + voorkeur. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Kabel kruising + description: Kruis 2 kabels zonder ze te koppelen constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Constant Signaal + description: Zend een constant signaal, dit kan een vorm, kleur of boolean (1 / + 0) zijn. lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Schakelaar + description: Zend een 1 of een 0 uit afhankelijk van de stand. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: AND poort + description: Zend een 1 uit als beide invoeren hetzelfde zijn. (Kan een vorm, + kleur of boolean (1 / 0) zijn) not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: NOT poort + description: Zend een 1 uit als de invoer een 0 is. xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: XOR poort + description: Zend een 1 uit als de invoeren niet hetzelfde zijn. (Kan een vorm, + kleur of boolean (1 / 0) zijn) or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: OR gate + description: Zend een 1 uit als de invoeren wel of niet hetzelfde zijn, maar + niet uit zijn. (Kan een vorm, kleur of boolean (1 / 0) zijn) transistor: default: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Geeft het signaal van onder door als de zijkant 1 is. mirrored: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Geeft het signaal van onder door als de zijkant 1 is. filter: default: name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + description: Stuurt alle items van de ingestelde soort naar boven en de rest + naar rechts. display: default: - name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + name: Scherm + description: Verbind een signaal met het scherm om de soort weer te geven. Kan + een vorm, kleur of boolean (1 / 0) zijn. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Lopende band lezer + description: Meet de gemiddelde doorvoer op de band. Geeft het laatste gelezen + item door aan de kabel. analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Vorm Analyse + description: Analiseerd de onderste laag rechts boven en geeft de kleur en vorm + door aan de kabel. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Vergelijker + description: Zend 1 uit als beiden invoeren gelijk zijn, kunnen vormen, kleuren + of booleans (1 / 0) zijn virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Virtuele Snijder + description: Snijdt de vorm virtueel in twee helften. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Virtuele Draaier + description: Draait de vorm virtueel met de klok mee en tegen de klok in. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Virtuele Ontstapelaar + description: Geeft de bovenste laag door aan de rechter uitvoer en de rest aan + de linker uitvoer. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Virtuele Stapelaar + description: Stapelt de rechter vorm virtueel op de linkervorm. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Virtuele Schilder + description: Schildert de vorm virtueel vanaf de onderste invoer met de vorm aan + de rechter ingang. + item_producer: + default: + name: Item Producent + description: Alleen beschikbaar in sandbox-modus, geeft het gegeven signaal van + de kabel laag op de reguliere laag. storyRewards: reward_cutter_and_trash: title: Vormen Knippen - desc: Je hebt de knipper ontgrendeld - Deze knipt vormen half - van boven naar onder ongeacht de - oriëntatie!

Zorg dat je ongebruikte vormen weggooit, anders - loopt het vast - Dit is waarom ik je een vuilnisbak - heb gegeven, die alles wat er in komt vernietigt! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Roteren desc: De roteerder is ontgrendeld - Het draait vormen 90 graden @@ -583,10 +616,9 @@ storyRewards: linker geplaatst! reward_splitter: title: Splitter/samenvoeger - desc: De multifunctionele verdeler is ontgrendeld - Het kan - worden gebruikt om grotere fabrieken te bouwen door - voorwerpen samen te voegen of te verdelen over - meerdere lopende banden!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: De tunnel is ontgrendeld - Je kunt nu voorwerpen onder @@ -599,14 +631,15 @@ storyRewards: wisselen! reward_miner_chainable: title: Ketting-ontginner - desc: Je hebt de Ketting-ontginner ontgrendeld! Deze kan - grondstoffen doorsturen naar andere ontginners, - waardoor je efficiënter grondstoffen kan onttrekken! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Niveau II - desc: Je hebt een variant van de tunnel ontgrendeld - Deze - heeft een grotere reikwijdtetunnel - It has a + bigger range, and you can also mix-n-match those + tunnels now! reward_cutter_quad: title: Quad Knippen desc: Je hebt een variant van de knipper ontgrendeld - Dit @@ -616,20 +649,20 @@ storyRewards: desc: Je hebt een variant van de verver ontgrendeld - Het werkt als de gewone verver, maar verft twee vormen tegelijk met één kleur in plaats van twee! - reward_painter_quad: - title: Quad verven - desc: Je hebt een variant van de verver ontgrendeld - Het verft - elk kwadrant van de vorm een andere kleur! reward_storage: title: Opslagbuffer - desc: Je hebt een variant van de vuilnisbak ontgrendeld - Het - slaat voorwerpen op tot een zekere hoeveelheid! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Vrij spel - desc: Het is gelukt! je hebt het vrije spel ontgrendeld! Dit - betekent dat gevraagde vormen vanaf nu willekeurig gegenereerd - worden! (Geen zorgen, het spel wordt in de toekomst nog verder - uitgebreid in de standalone!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blauwdrukken desc: Je kunt nu delen van je fabriek kopiëren en plakken! @@ -649,48 +682,44 @@ storyRewards: desc: Gefeliciteerd! Even tussendoor, het spel wordt in de toekomst nog verder uitgebereid in de standalone! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Verdeler + desc: De multifunctionele verdeler is vrijgespeeld - Dit gebouw + can worden gebruikt om je fabrieken nog groter te maken door lopende + banden te splitsen en samen te voegen!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Compacte samenvoeger + desc: Je hebt een variant op de samenvoeger van de + verdeler vrijgespeeld - Dit gebouw maakt van 2 + lopende banden 1! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Lopende band lezer + desc: Je hebt de lopende band lezer vrijgespeeld! Dit gebouw + geeft de doorvoer op een lopende band weer.

Wacht maar tot je + kabels vrijspeeld, dan wordt het pas echt interessant! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Draaier (180 graden) + desc: Je hebt de 180 graden draaier vrijgespeeld! - Hiermee kun + je een item op de band 180 graden draaien! reward_display: - title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + title: Scherm + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Constante Signaal + desc: Je hebt het constante signaal vrijgespeeld op de kabel + dimensie! Dit gebouw is handig in samenwerking met item + filters.

Het constante signaal kan een + vorm, kleur of + boolean (1 / 0) zijn. reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Logische poorten + desc: Je hebt de logische poorten vrijgespeeld! Misschien word + je hier nog niet zo vrolijk van, maar eigenlijk zijn ze heel erg + handig!

Met logische poorten kun je AND, OR en XOR operaties + uitvoeren.

Als bonus krijg je ook nog een + transistor van mij! reward_virtual_processing: title: Virtual Processing desc: I just gave a whole bunch of new buildings which allow you to @@ -701,6 +730,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: Je hebt de Item Filter vrijgespeeld! Items worden naar + rechts of naar boven gestuurd, afhankelijk van de invoer.

Er + kan ook een boolean (1 / 0) worden ingevoerd om de filter in en uit + te schakelen. + reward_demo_end: + title: Einde van de Demo + desc: Je hebt het einde van de demoversie bereikt! settings: title: Opties categories: @@ -825,41 +871,42 @@ settings: title: Music Volume description: Set the volume for music lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Lage kwaliteit van resources + description: Versimpeldde resources op de wereld wanneer ingezoomd om de + performance te verbeteren. Het lijkt ook opgeruimder, dus + probeer het zelf een keertje uit! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Zet Grid uit + description: Door de grid uit te zetten krijgt het spel een betere performance. + Het zorgt er ook voor dat het spel er opgeruimder uit ziet! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Verwijder cursor met rechtermuisknop + description: Standaard aan, Stopt met het plaatsen van gebouwen door te klikken + op de rechtermuisknop. Als deze instelling uit staat kunnen + gebouwen verwijderd worden tijdens het plaatsen door te klikken + op de rechtermuisknop. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Lage kwaliteit + description: Gebruikt een lage kwaliteit voor meer performance. Het spel ziet er + wel niet meer mooi uit! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Toon gebied omlijning + description: Het spel is verdeeld in gebieden van 16x16 tegels. Als deze + instelling is ingeschakeld, zijn de lijnen hiervan zichtbaar. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Selecteer ontginner boven resource vakje + description: Standaard aan. Selecteerd automatisch de ontginner wanneer de muis + met de pipet boven het vakje van een resource staat. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Versimpelde lopende banden + description: Toont geen items op de band tenzij je over de lopende band beweegt + met je muis. De functie wordt niet aangeraden tenzij het qua + performance echt niet anders kan! enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Schakel bewegen met muis in + description: Schakel deze functie in om met je muis het veld te kunnen bewegen. + Plaats de cursor boven, rechts, links of onder om daar naartoe + te bewegen. rangeSliderPercentage: % keybindings: title: Sneltoetsen @@ -920,19 +967,20 @@ keybindings: switchLayers: Lagen omwisselen wire: Energiekabel balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) + storage: Opslag + constant_signal: Constant Signaal + logic_gate: Logische poort + lever: Schakelaar (regulier) filter: Filter - wire_tunnel: Wire Crossing - display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter + wire_tunnel: Kabel kruising + display: Scherm + reader: Lopende band lezer + virtual_processor: Virtuele Snijder transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + analyzer: Vorm Analyse + comparator: Vergelijk + item_producer: Item Producent (Sandbox) + copyWireValue: "Kabels: Kopieer waarde onder cursor" about: title: Over dit spel body: >- @@ -958,62 +1006,79 @@ demo: exportingBase: Exporteer volledige basis als afbeelding settingNotAvailable: Niet beschikbaar in de demo. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - De hub accepteert elke vorm van invoer, niet alleen de huidige vorm! + - Zorg ervoor dat uw fabrieken modulair zijn - het loont! + - Bouw niet te dicht bij de hub, anders wordt het een enorme chaos! + - Als het stapelen niet werkt, probeer dan de ingangen om te wisselen. + - U kunt de richting van de lopende band planner wijzigen door op R + te drukken. + - Door CTRL ingedrukt te houden, kunnen lopende banden worden + gesleept zonder automatische oriëntatie. + - Verhoudingen blijven hetzelfde, zolang alle upgrades zich op hetzelfde + niveau bevinden. + - Opeenvolgende uitvoering is efficiënter dan parallele uitvoering. + - Je ontgrendelt later in het spel meer varianten van gebouwen! + - U kunt T gebruiken om tussen verschillende varianten te schakelen. + - Symmetrie is de sleutel! + - Je kunt verschillende tunnels weven. + - Probeer compacte fabrieken te bouwen - het loont! + - De schilder heeft een gespiegelde variant die u kunt selecteren met + T + - Met de juiste bouwverhoudingen wordt de efficiëntie gemaximaliseerd. + - Op het maximale niveau vullen 5 ontginners een enkele band. + - Vergeet tunnels niet! + - U hoeft de items niet gelijkmatig te verdelen voor volledige efficiëntie. + - Als u SHIFT ingedrukt houdt tijdens het bouwen van lopende banden, + wordt de planner geactiveerd, zodat je gemakkelijk lange rijen kunt + plaatsen. + - Snijders snijden altijd verticaal, ongeacht hun oriëntatie. + - Meng alle drie de kleuren om wit te krijgen. + - De opslagbuffer geeft prioriteit aan de eerste uitvoer. + - Investeer tijd om herhaalbare ontwerpen te maken - het is het waard! + - Door SHIFT ingedrukt te houden, kunnen meerdere gebouwen worden + geplaatst. + - U kunt ALT ingedrukt houden om de richting van de geplaatste banden + om te keren. + - Efficiëntie is de sleutel! + - Vormontginningen die verder van de hub verwijderd zijn, zijn complexer. + - Machines hebben een beperkte snelheid, verdeel ze voor maximale + efficiëntie. + - Gebruik verdelers om uw efficiëntie te maximaliseren. + - Organisatie is belangrijk. Probeer de transportbanden niet te veel over te + steken. + - Plan van tevoren, anders wordt het een enorme chaos! + - Verwijder uw oude fabrieken niet! Je hebt ze nodig om upgrades te + ontgrendelen. + - Probeer in je eentje level 20 te verslaan voordat je hulp zoekt! + - Maak de dingen niet ingewikkeld, probeer eenvoudig te blijven en u zult + ver komen. + - Mogelijk moet u later in het spel fabrieken hergebruiken. Plan uw + fabrieken zodat ze herbruikbaar zijn. + - Soms kunt u een gewenste vorm op de kaart vinden zonder deze met + stapelaars te maken. + - Volle windmolens / vuurwielen kunnen nooit op natuurlijke wijze spawnen. + - Kleur uw vormen voordat u ze snijdt voor maximale efficiëntie. + - Bij modules is ruimte slechts een beleving; een zorg voor sterfelijke + mannen. + - Maak een aparte blueprint fabriek. Ze zijn belangrijk voor modules. + - Bekijk de kleurenmixer eens wat beter, en uw vragen worden beantwoord. + - Gebruik CTRL + klik om een gebied te selecteren. + - Te dicht bij de hub bouwen kan latere projecten in de weg staan. + - Het speldpictogram naast elke vorm in de upgradelijst zet deze vast op het + scherm. + - Meng alle primaire kleuren door elkaar om wit te maken! + - Je hebt een oneindige kaart, verkramp je fabriek niet, breid uit! + - Probeer ook Factorio! Het is mijn favoriete spel. + - De quad-snijder snijdt met de klok mee vanaf de rechterbovenhoek! + - Je kunt je savegames downloaden in het hoofdmenu! + - Deze game heeft veel handige sneltoetsen! Bekijk zeker de + instellingenpagina. + - Deze game heeft veel instellingen, bekijk ze zeker! + - De markering naar uw hub heeft een klein kompas om de richting aan te + geven! + - Om de banden leeg te maken, knipt u het gebied af en plakt u het op + dezelfde locatie. + - Druk op F4 om uw FPS en Tick Rate weer te geven. + - Druk twee keer op F4 om de tegel van je muis en camera weer te geven. + - U kunt aan de linkerkant op een vastgezette vorm klikken om deze los te + maken. diff --git a/translations/base-no.yaml b/translations/base-no.yaml index 7fcf4f43..8de1a8ce 100644 --- a/translations/base-no.yaml +++ b/translations/base-no.yaml @@ -2,59 +2,51 @@ steamPage: shortText: shapez.io er et spill som handler om å bygge fabrikker for å automatisere produksjon og kombinasjon av former med økende kompleksitet på et uendelig ekspanderende brett. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Offissiell Discord + intro: >- + Shapez.io er et avslappende spill der du skal bygge fabrikker + for automatisert produksjon av geometriske former. - Shapez.io er et spill som handler om å bygge fabrikker for å automatisere produksjon og kombinasjon av former med økende kompleksitet på et uendelig ekspanderende brett. Ved leveranse av de forespurte formene vil du komme videre i spillet og låse opp oppgraderinger for å øke farten på fabrikken din + Etterhvert som du når høyere nivåer blir formene mer og mer komplekse, og du må spre deg ut over det uendelige kartet. - Etter hvert som forespørselen av former øker, vil du være nødt til å utvide fabrikken din for å møte etterspørselen - Ikke glem ressursene, du vil bli nødt til å utvide over det [b]uendelige brettet[/b]! + Og som om det ikke var nok må du også produsere eksponensielt for å tilfredsstille etterspørselen - det eneste som hjelper er skalering! - Snart blir du nødt til å plande farger og male formene dine med dem - Kombiner røde, grønne og blåe farge ressurser for å produsere forskjellige farger og male former med dem for å tilfredstille etterspørselen. + Mens du kun produserer former i starten må du fargelegge de senere - for å gjøre dette må du hente ut og blande farger! - Dette spillet har 18 progressive nivåer (Noe som burde holde deg opptatt i flere timer allerede!) men jeg legger stadig til nytt innhold - Det er mye som er planlagt! + Ved å kjøpe spillet på Steam får du tilgang til fullversjonen, men du kan også spille en demo på shapez.io først og bestemme deg senere! + title_advantages: Fordeler med fullversjonen + advantages: + - 12 Nye nivåer til totalt 26 nivåer + - 18 Nye byggninger For en helautomatisert fabrikk! + - 20 Oppgraderingsnivåer for mange timer med moro! + - Kabeloppdateringen For en helt ny dimensjon! + - Mørkt tema! + - Uendelige lagringsplasser + - Uendelige markører + - Støtt meg! ❤️ + title_future: Planlagt innhold + planned: + - Blåkopibibliotek (Eksklusivt til fullversjonen) + - Steam-medaljer + - Puslemodus + - Minikart + - Mods + - Sandkassemodus + - ... og masse mer! + title_open_source: Dette spillet har åpen kildekode! + title_links: Lenker + links: + discord: Offisiell Discord + roadmap: Veikart + subreddit: Subreddit + source_code: Kildekode (GitHub) + translate: Hjelp til med å oversette + text_open_source: >- + Alle kan bidra, jeg er aktivt involvert i sammfunnet og prøver å se + gjennom alle forslagene og tar tilbakemeldinger i betraktning der det + er mulig. - Kjøp av spillet gir deg tilgang til den frittstående versjonen som har mange tilleggsfunksjoner og du vil også få tilgang til nyutviklede funksjoner. - - [b]Frittstående fordeler[/b] - - [list] - [*] Mørk Modus - [*] Ubegrensede Veipunkter - [*] Uendelige Lagringsfiler - [*] Tilleggsinnstillinger - [*] Kommer snart: Ledninger og strøm! Sikter mot (omtrent) slutten av Juli 2020. - [*] Kommer snart: Flere Nivåer - [*] Tillater meg å fortsette å utvikle shapez.io ❤️ - [/list] - - [b]Fremtidige Oppdateringer[/b] - - Jeg oppdaterer spillet veldig ofte og prøver å presse inn minst en oppdatering hver uke! - - [list] - [*] Forskjellige nivåer og utfordringer (f.eks. nivåer med hindringer) - [*] Gåter (lever den forspurte formen med et begrenset område / sett med bygninger) - [*] En historiemodus der bygninger har en pris - [*] Konfigurerbar kartgenerator (Konfigurer ressurser/former, størrelse/tetthet, seed og mer) - [*] Flere typer former - [*] Ytelsesforbedringer (Spillet kjører allerede ganske bra!) - [*] Og mye mer! - [/list] - - [b]Dette spillet er åpen kildekode![/b] - - Hvem som helst kan bidra, Jeg er aktivt involvert i samfunnet og forsøker å gå gjennom alle forslag og ta tilbakemelding i betraktning der det er mulig. Sørg for å sjekke trello panelet mitt for hele veikartet! - - [b]Lenker[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Offisiell Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Veikart[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Kildekode (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Hjelp til å oversette[/url] - [/list] - discordLink: Offisiell Discord - Chat med meg! + Sjekk også mitt Trello-brett for hele veikartet! global: loading: Laster error: Feil @@ -130,7 +122,9 @@ dialogs: text: "Kunne ikke laste inn lagringsfilen:" confirmSavegameDelete: title: Bekreft sletting - text: Er du sikker på at du ønsker å slette lagringsfilen? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Kunne ikke slette text: "Kunne ikke slette lagringsfilen:" @@ -186,9 +180,8 @@ dialogs: samlebånd.
" createMarker: title: Ny Markør - desc: Gi markøren et meningsfullt navn, du kan også inkludere en "short - key" av et objekt (Som du kan generere her) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Rediger markør markerDemoLimit: desc: Du kan kun ha to markører i demoverjsonen. Skaff deg den frittstående @@ -210,6 +203,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Beveg @@ -347,6 +345,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Belter, Distributører & Tunneler @@ -365,6 +395,7 @@ buildings: deliver: Lever toUnlock: for å låse opp levelShortcut: nivå + endOfDemo: End of Demo belt: default: name: Samlebånd @@ -427,7 +458,9 @@ buildings: inngang. quad: name: Maler (Firedobbel) - description: Farger hvert hjørne av formen med forskjellige farger. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Maler description: Maler hele formen på venstre inngang med fargen fra øverste @@ -550,14 +583,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Kutt Objekter - desc: Du åpnet nettop kutter - den kutter former i to fra - topp til bunn uavhengig av rotasjon!

Husk å - kvitt deg med alt søppel, ellers kiler det seg fast - - Derfor har jeg gitt deg søplekassen, som ødelegger alt du putter i - den! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotering desc: Rotereren har blitt tilgjengelig! Den roterer objekter @@ -581,9 +620,9 @@ storyRewards: plassert over venstre inngang! reward_splitter: title: Fordeler/Sammenslåer - desc: Den multifunksjonelle fordeleren har blitt tilgjengelig - - Den kan brukes til å bygge større fabrikker ved å fordele og - slå sammen objekter til flere samlebånd!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Tunnelen har blitt tilgjengelig - Du kan nå transportere @@ -595,9 +634,10 @@ storyRewards: trykk 'T' for å veksle mellom variantene! reward_miner_chainable: title: Kjedeutdrager - desc: Du har åpnet kjedeutdrageren! Den sender sine - resurser videre til andre utdragere så de kan hente ut - ressurser mer effektivt! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Nivå II desc: Du har åpnet en ny variant av tunnelen - Den har @@ -612,19 +652,20 @@ storyRewards: desc: Du har åpnet en variant av maleren - Den fungerer som vanlig maler, men maler to objekter om gangen, konsumerer bare en farge istedenfor to! - reward_painter_quad: - title: 4-Veis Maling - desc: Du har åpnet en variant av maleren - Den lar deg male - hver del av objektet individuelt! reward_storage: title: Lagringsbuffer - desc: Du har åpnet en variant av søpplekassen - Den lar deg - lagre objekter opp til en viss mengde! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Frispill - desc: Du klarte det! Du åpnet frispillmodus! Dette betyr at - formene er nå tilfeldig generert! (Ikke vær redd, mer innhold er - planlagt for den frittstående versjonen!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blåkopier desc: Du kan nå kopiere og lime inn deler av fabrikken din! @@ -661,17 +702,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -695,6 +731,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Instillinger categories: @@ -917,7 +970,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -926,6 +978,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Om dette spillet body: >- @@ -1010,3 +1064,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-pl.yaml b/translations/base-pl.yaml index a49736a0..c64f6b91 100644 --- a/translations/base-pl.yaml +++ b/translations/base-pl.yaml @@ -2,59 +2,51 @@ steamPage: shortText: shapez.io to gra polegająca na budowaniu fabryki automatyzującej tworzenie i łączenie ze sobą coraz bardziej skomplikowanych kształtów na mapie, która nie ma końca. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Oficjalny serwer Discord + intro: >- + Shapez.io jest spokojną grą, której celem jest budowanie automatycznych fabryk + produkujących różne kształty geometryczne. - shapez.io to gra o budowie fabryk, która automatyzuje tworzenie i przetwarzanie coraz bardziej złożonych kształtów na nieskończenie powiększającej się mapie. Po dostarczeniu wymaganych kształtów będziesz postępować w grze i odblokowywać ulepszenia, aby przyspieszyć fabrykę. + W miarę zwiększania się poziomów, kształty będą stawać się coraz bardziej skomplikowane, a Twoja fabryka będzie musiała się rozpszetrzenić na mapie o nieskończonej wielkości. - Wraz ze wzrostem zapotrzebowania na kształty, będziesz musiał powiększyć swoją fabrykę, aby zaspokoić popyt - Nie zapominaj jednak o zasobach, będziesz musiał rozwinąć się na [b] nieskończonej mapie [/ b]! + A jeżeli to było mało, będziesz również musiał produkować coraz więcej kształtów, by zaspokoić wymagania - jedynym rozwiązaniem jest skalowanie fabryki! - Wkrótce będziesz musiał mieszać kolory i malować nimi kształty - Połącz zasoby kolorów czerwonego, zielonego i niebieskiego, aby uzyskać różne kolory i pomalować kształty, aby zaspokoić popyt. + Początkowo przekształcanie kształtów będzie proste, ale później będziesz również musiał je malować - wymaga to wydobywania i łączenia barwników! - Ta gra oferuje 18 poziomów progresywnych (które powinny być zajęte przez wiele godzin!), Ale ciągle dodam nowe treści - Wiele jest zaplanowanych! + Kupienie gry w serwisie Steam przyznaje Ci dostęp do pełnej wersji, ale możesz również skorzystać z wersji demonstracyjnej na strone shapez.io i rozważyć zakup później! + title_advantages: Korzyści wersji pełnej + advantages: + - 12 Nowych poziomów (razem 26 poziomów)s + - 18 Nowych budynków umożliwiających zbudowanie całkowicie automatycznej fabryki! + - 20 Poziomów ulepszeń zapewniających wiele godzin zabawy! + - Aktualizacja z przewodami dodająca całkowicie nowy wymiar! + - Tryb Ciemny! + - Nielimitowane zapisy gry + - Nielimitowane znaczniki + - Wspomóż mnie! ❤️ + title_future: Planowane funkcje + planned: + - Biblioteka schematów (Tylko dla Wersji pełnej) + - Osiągniecia + - Tryb zagadek + - Minimapa + - Modyfikacje + - Tryb piaskownicy + - ... i wiele więcej! + title_open_source: Ta gra jest open-source! + title_links: Linki + links: + discord: Oficjalny serwer Discord + roadmap: Plany gry + subreddit: Reddit + source_code: Kod źródłowy (GitHub) + translate: Pomóż w tłumaczeniu + text_open_source: >- + Każdy może pomóc w tworzeniu gry, jestem aktywny wśród społeczności + i próbuję odbierać wszystkie sugestie i brać je pod uwagę, gdzie tylko + jest to możliwe. - Zakup gry daje dostęp do samodzielnej wersji, która ma dodatkowe funkcje, a także dostęp do nowo opracowanych funkcji. - - [b]Samodzielne zalety[/b] - - [list] - [*] Tryb ciemny - [*] Nieograniczone punkty trasy - [*] Nieograniczona liczba zapisanych gier - [*] Dodatkowe ustawienia - [*] Wkrótce: przewody i energia! Dążenie do (z grubsza) końca lipca 2020 r. - [*] Wkrótce: Więcej poziomów - [*] Pozwala mi dalej rozwijać shapez.io ❤️ - [/list] - - [b]Przyszłe aktualizacje[/b] - - Aktualizuję grę bardzo często i staram się przesyłać aktualizacje przynajmniej co tydzień! - - [list] - [*] Różne mapy i wyzwania (np. Mapy z przeszkodami) - [*] Puzzle (Dostarcz żądany kształt z ograniczonym obszarem / zestawem budynków) - [*] Tryb fabularny, w którym budynki kosztują - [*] Konfigurowalny generator map (Konfiguruj rozmiar / gęstość zasobu / kształtu, ziarno i więcej) - [*] Dodatkowe typy kształtów - [*] Ulepszenia wydajności (gra działa już całkiem dobrze!) - [*] I wiele więcej! - [/list] - - [b]Ta gra jest open source![/b] - - Każdy może się przyłączyć, jestem aktywnie zaangażowany w społeczność i staram się przejrzeć wszystkie sugestie i wziąć pod uwagę opinie tam, gdzie to możliwe. Zapoznaj się z moją tablicą trello, aby zobaczyć pełną mapę drogową! - - [b]Linki[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Oficjalna Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Kod źródłowy (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Pomóż w tłumaczeniu[/url] - [/list] - discordLink: Oficjalny serwer Discord - Porozmawiaj ze mną! + Sprawdź moją tablicę Trello, by zobaczyć moje dalsze plany! global: loading: Ładowanie error: Wystąpił błąd @@ -87,7 +79,7 @@ global: shift: SHIFT space: SPACJA demoBanners: - title: Wersja demo + title: Wersja demonstracyjna intro: Kup pełną wersję gry, by odblokować więcej funkcji! mainMenu: play: Rozpocznij @@ -104,7 +96,7 @@ mainMenu: savegameLevelUnknown: Nieznany poziom madeBy: Gra wykonana przez subreddit: Reddit - savegameUnnamed: Unnamed + savegameUnnamed: Zapis bez nazwy dialogs: buttons: ok: OK @@ -129,7 +121,9 @@ dialogs: text: "Nie udało się wczytać twojego zapisu gry:" confirmSavegameDelete: title: Potwierdź usuwanie - text: Jesteś pewien, że chcesz usunąć zapis? + text: Czy jesteś pewny, że chcesz usunąć poniższy zapis gry?

+ '' (poziom )

+ Ta akcja nie może być cofnięta! savegameDeletionError: title: Błąd usuwania text: "Nie udało się usunąć zapisu:" @@ -148,9 +142,9 @@ dialogs: title: Reset Klawiszologii desc: Klawiszologia została przywrócona do ustawień domyślnych! featureRestriction: - title: Wersja Demo + title: Wersja Demonstracyjna desc: Próbujesz skorzystać z "", który nie jest dostępny w wersji demo. - Rozważ zakup gry dla pełni doświadczeń! + Rozważ zakup pełnej wersji gry dla pełni doświadczeń! oneSavegameLimit: title: Limit Zapisów Gry desc: W wersji demo możesz posiadać wyłącznie jeden zapis gry. Proszę usuń @@ -183,9 +177,8 @@ dialogs: taśmociągów.
" createMarker: title: Nowy Znacznik - desc: Podaj nazwę znacznika. Możesz w niej zawrzeć kod - kształtu, który możesz wygenerować tutaj. + desc: Nadaj mu nazwę. Możesz w niej zawrzeć kod + kształtu (Który możesz wygenerować tutaj) titleEdit: Edytuj Znacznik markerDemoLimit: desc: Możesz stworzyć tylko dwa własne znaczniki w wersji demo. Zakup pełną @@ -205,13 +198,18 @@ dialogs: desc: Nie posiadasz wystarczająco kształtów schematów na wklejenie tego obszaru! Czy na pewno chcesz go wyciąć? editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Ustaw Sygnał + descItems: "Ustaw wcześniej zdefiniowany przedmiot:" + descShortKey: ... albo wpisz kod kształtu (Który możesz + wygenerować tutaj) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Zmień nazwę zapisu gry + desc: Tutaj możesz zmienić nazwę zapisu gry. + entityWarning: + title: Uwaga o Wydajności gry + desc: Postawiłeś dużo budynków, to jest tylko przyjazne przypomnienie, że + gra nie może utrzymać nieskończonej ilości budynków - Więc spróbuj + zrobić swoje budowle kompaktowe! ingame: keybindingsOverlay: moveMap: Ruch @@ -262,7 +260,7 @@ ingame: notifications: newUpgrade: Nowe ulepszenie dostępne! gameSaved: Postęp gry został zapisany. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Poziom został ukończony! shop: title: Ulepszenia buttonUnlock: Ulepsz @@ -304,9 +302,9 @@ ingame: description: Wyświetla kształty dostarczone do budynku głównego. noShapesProduced: Brak wyprodukowanych kształtów. shapesDisplayUnits: - second: / s - minute: / m - hour: / h + second: / sek. + minute: / min. + hour: / godz. settingsMenu: playtime: Czas Gry buildingsPlaced: Budynki @@ -328,9 +326,9 @@ ingame: lub prawym, by go usunąć.

Naciśnij , by stworzyć marker na środku widoku lub prawy przycisk myszy, by stworzyć na wskazanej lokacji. - creationSuccessNotification: Utworzono znacznik. + creationSuccessNotification: Pomyślnie utworzono znacznik. shapeViewer: - title: Poziomy + title: Warstwy empty: Puste copyKey: Skopiuj kod interactiveTutorial: @@ -347,9 +345,41 @@ ingame: postawić wiele ekstraktorów. Naciśnij R, by je obracać.' connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 ekstraktor + n_miners: ekstraktorów + limited_items: Ograniczone do + watermark: + title: Wersja demo + desc: Kliknij tutaj, aby zobaczyć co potrafi wersja Steam! + get_on_steam: Kup na Steam + standaloneAdvantages: + title: Kup pełną wersję! + no_thanks: Nie, dziękuję! + points: + levels: + title: 12 Nowych Poziomów + desc: Aby otrzymać 26 poziomów! + buildings: + title: 18 Nowych Budynków + desc: W pełni zautomatyzuj produkcję! + savegames: + title: ∞ Zapisów Gry + desc: Twórz tyle, ile potrzebujesz! + upgrades: + title: 20 Poziomów Ulepszeń + desc: To demo posiada tylko 5! + markers: + title: ∞ Znaczników + desc: Nigdy nie zgub się w swojej fabryce! + wires: + title: Przewody + desc: Całkowicie nowy wymiar! + darkmode: + title: Tryb Ciemny + desc: Przestań psuć swój wzrok! + support: + title: Wspomóż mnie + desc: Tworzę tą grę w swoim wolnym czasie! shopUpgrades: belt: name: Taśmociągi, Dystrybutory & Tunele @@ -368,6 +398,7 @@ buildings: deliver: Dostarcz toUnlock: by odblokować levelShortcut: Poz. + endOfDemo: Koniec wersji demonstracyjnej belt: default: name: Taśmociąg @@ -428,8 +459,9 @@ buildings: kształty używając 1 barwnika. quad: name: Malarz (Poczwórny) - description: Koloruje każdą ćwiartkę kształtu na inny kolor, używając - dostarczonych kolorów. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Malarz description: Koloruje kształt za pomocą koloru dostarczonego od boku. @@ -442,122 +474,126 @@ buildings: name: Przewód energetyczny description: Pozwala na transportowanie energii. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Przewód logiczny + description: + Przekazuje sygnały, które mogą być w postaci przedmiotów, kolorów lub wartości typu Prawda/Fałsz. + Przewody o różnych kolorach nie łączą sie ze sobą. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Dystrybutor + description: Wielofunkcyjny - Równo rozdziela wszystkie kształty wejściowe do wyjść. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Łącznik (kompaktowy) + description: Łączy dwa taśmociągi w jeden. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Łącznik (kompaktowy) + description: Łączy dwa taśmociągi w jeden. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Rozdzielacz (kompaktowy) + description: Rozdziela jeden taśmociąg na dwa. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Rozdzielacz (kompaktowy) + description: Rozdziela jeden taśmociąg na dwa. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Magazyn + description: Przechowuje dodatkowe przedmioty, do pewnej ilości. Może zostać użyty jako + brama przepełnieniowa. Prawe wyjście posiada większy piorytet. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Skrzyżowanie przewodów + description: Pozwala na skrzyżowanie dwóch przewodów bez ich łączenia. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Stały sygnał + description: Emituje stały sygnał, który może być w postaci przedmiotu, koloru lub wartości typu Prawda/Fałsz. lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Przełącznik + description: >- + Może zostać przełączony, by emitować sygnał typu prawda/fałsz, + co pozwala na przykład: na przełączanie filtra przedmiotów. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: Bramka AND + description: Emituje sygnał "Prawda", jeżeli oba wejścia są wartością typu Prawda. + (Prawda oznacza dowolny kształt lub kolor, a także sygnał "Prawda") not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: Bramka NOT + description: Emituje sygnał "Prawda", jeżeli wejście NIE jest wartością typu Prawda. + (Prawda oznacza dowolny kształt lub kolor, a także sygnał "Prawda") xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: Bramka XOR + description: Emituje sygnał "Prawda", jeżeli tylko jedno wejście jest wartością typu Prawda. + (Prawda oznacza dowolny kształt lub kolor, a także sygnał "Prawda") or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: Bramka OR + description: Emituje sygnał "Prawda", jeżeli dowolne wejście jest wartością typu Prawda. + (Prawda oznacza dowolny kształt lub kolor, a także sygnał "Prawda") transistor: default: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: Tranzystor + description: Przekazuje dolne wejście, jeżeli wejście boczne jest wartością typu Prawda. + (Prawda oznacza dowolny kształt lub kolor, a także sygnał "Prawda") mirrored: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: Tranzystor + description: Przekazuje dolne wejście, jeżeli wejście boczne jest wartością typu Prawda. + (Prawda oznacza dowolny kształt lub kolor, a także sygnał "Prawda") filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtr + description: Podłącz sygnał, by przekierować wszystkie pasujące przedmioty na górę, a + resztę na prawo. Może być również sterowany za pomocą sygnałów Prawda/Fałsz. display: default: - name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + name: Wyświetlacz + description: Podłącz sygnał, by pokazać go na wyświetlaczu - Może on być kształtem, kolorem + lub wartością Prawda/Fałsz. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Czytnik taśmociągów + description: Pozwala na odczytywanie średniej przepustowości taśmociągu. Emituje ostatnio + odczytany przedmiot na warstwie przewodów (gdy ją odblokujesz). analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Analizator kształtów + description: Analizuje prawą górną ćwiartkę najniższej warstwy i zwraca jej kształt i kolor. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Porównywacz + description: Zwraca sygnał "Prawda", jeżeli oba sygnały są dokładnie takie same. Działa na + kształtach, kolorach i wartościach Prawda/Fałsz. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Wirtualny Przecinak + description: Wirtualnie przecina kształt na 2 połówki rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Wirtualny Obracacz + description: Wirtualnie obraca kształt, potrafi to robić w oba kierunki. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Wirtualny Odklejacz + description: Wirtualnie oddziela najwyższą warstwę na prawe wyjście i + resztę na lewe. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Wirtualny Sklejacz + description: Wirtualnie skleja prawy kształt na lewy. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Wirtualny Malarz + description: Wirtualnie maluje kształt z dolnego wejścia barwnikiem z + prawego wejścia. + item_producer: + default: + name: Producent kształtów + description: Dostępne tylko w trybie piaskownicy. Produkuje przedmioty z sygnału + danego na warstwie przewodów na główną warstwę. storyRewards: reward_cutter_and_trash: title: Przecinanie Kształtów - desc: "Odblokowano nową maszynę: Przecinak - tnie kształt na - pół pionowo - od góry do dołu, niezależnie od - orientacji!

Upewnij się, że zniszczysz niechciane kawałki, - ponieważ może się zatkać - Na potrzeby tego - otrzymujesz też kosz - niszczy wszystko co do niego przekierujesz!" + desc: Właśnie odblokowałeś przecinaka, który przecina kstałty na pół + od góry na dół bez znaczenia na ich orientację!

+ Upewnij się, że usuwasz śmieci - w przeciwnym przypadku maszyna zapcha + się i przestanie działać! Do tego celu dałem ci śmietnik, + który usuwa wszystko, co do niego włożysz! reward_rotater: title: Obracanie desc: "Odblokowano nową maszynę: Obracacz! Obraca wejście o 90 @@ -565,9 +601,9 @@ storyRewards: reward_painter: title: Malowanie desc: "Odblokowano nową maszynę: Maszyna Malująca - wydobądź - kilka pigmentów (identycznie jak kształty) i połącz je z kształtami + kilka barwników (identycznie jak kształty) i połącz je z kształtami aby je pomalować!

PS: Jeśli nie widzisz kolorów, w - ustawieniach znajduje się color blind mode!" + ustawieniach znajduje się tryb dla daltonistów!" reward_mixer: title: Mieszanie desc: "Odblokowano nową maszynę: Mieszadło Kolorów - Złącz dwa @@ -581,9 +617,8 @@ storyRewards: kształt po prawej jest kładziony na ten z lewej!" reward_splitter: title: Rozdzielacz/Łącznik - desc: Wielofunkcyjne urządzenie balansujące zostało odblokowane - - Może zostać wykorzystane do tworzenia większych fabryk poprzez - rozdzielanie i łączenie taśmociągów!

+ desc: Właśnie odblokowałeś rozdzielacz - typ dystrybutor, + który akceptuje jedno wejście i rozdziela je na dwa! reward_tunnel: title: Tunel desc: Tunel został odblokowany - Możesz teraz prowadzić @@ -595,9 +630,10 @@ storyRewards: naciśnij 'T', by zmieniać warianty! reward_miner_chainable: title: Wydobycie Łańcuchowe - desc: Odblokowano nowy wariant ekstraktora! Może - przekierować obiekty do ekstraktorów przed nim, - zwiększając efektywność wydobycia! + desc: "Właśnie odblokowałeś łańcuchowy ekstraktor! Może on + przekazywać swoje surowce do innych ekstraktorów, + byś mógł bardziej efektywnie wydobywać surowce!

PS: Stary ekstraktor + na pasku narzędzi został teraz zastąpiony nowym!" reward_underground_belt_tier_2: title: Tunel Poziomu II desc: Odblokowano nowy wariant tunelu - Posiada większy @@ -612,19 +648,19 @@ storyRewards: desc: Odblokowano nowy wariant Malarza - Działa jak zwykły malarz, z tą różnicą, że maluje dwa kształty na raz, pobierając wyłącznie jeden barwnik! - reward_painter_quad: - title: Poczwórne malowanie - desc: Odblokowano nowy wariant Malarza - Pozwala malować każdą - ćwiartkę kształtu na inny kolor! reward_storage: title: Magazyn - desc: Odblokowano nowy wariant Kosza - Pozwala przechować pewną - ilość obiektów! + desc: Właśnie odblokowałeś magazyn - Pozwala na przecowywanie przedmiotów, + do pewnej ilości!

Prawe wyjście posiada większy piorytet, więc może być on + użyty jako brama przepełnieniowa! reward_freeplay: title: Tryb swobodny - desc: Gratulacje! Odblokowano tryb swobodny! Oznacza to, iż - kształty są teraz generowane losowo! (Nie przejmuj się, więcej - zawartości jest w planach dla wersji pełnej!) + desc: Udało ci się! Odblokowałeś tryb swobodny! To oznacza, że + kształty są teraz losowo generowane!

+ Od teraz budynek główny będzie wymagał odpowiedniej przepustowości + kształtów, zatem sugeruję budowę maszyny, która będzie atuomatycznie dostarczała + wymagany kształt!

Budynek główny emituje wymagany kształt na warstwie + przewodów, więc wystarczy analizować ten sygnał i konfigurować fabrykę bazując na nim. reward_blueprints: title: Schematy desc: Możesz teraz kopiować i wklejać części swojej fabryki! @@ -643,65 +679,73 @@ storyRewards: desc: Gratulacje! Przy okazji, więcej zawartości jest w planach dla wersji pełnej! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Dystrybutor + desc: Właśnie odblokowałeś wielofunkcyjny dystrybutor - Pozwala + na budowę większych fabryk poprzez rozdzielanie i łączenie + taśmociągów!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Kompaktowy łącznik + desc: Właśnie odblokowałeś łącznik - typ dystrybutora, + który akceptuje dwa wejścia i łączy je na jeden taśmociąg! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Czytnik taśmociągów + desc: Właśnie odblokowałeś czytnik taśmociągów! Pozwala ci na + mierzenie przepustowości taśmociągu.

Czekaj tylko, aż odblokujesz przewody + logiczne - dopiero wtedy staje się bardzo użyteczny! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Obracacz (180°) + desc: Właśnie odblokowałeś kolejny wariant obraczacza! - Pozwala ci na + obrócenie kształtu o 180 stopni! reward_display: - title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + title: Wyświetlacz + desc: "Właśnie odblokowałeś Wyświetlacz - Podłącz sygnał na warstwie + przewodów, by go zwizualizować!

PS: Czy zauważyłeś, że czytnik taśmociągów + i magazyn emitują ostatni przedmiot jako sygnał? Spróbuj wyświetlić go na wyświetlaczu!" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Stały sygnał + desc: >- + Właśnie odblokowałeś budynek emitujący stały sygnał na warstwie przewodów! + Jest on przydatny na przykład: do ustawiania filtrów

+ Sygnał może być kształtem, kolorem lub wartością + Prawda/Fałsz. reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Bramki logiczne + desc: Właśnie odblokowałeś bramki logiczne! Nie musisz być z tego powodu + podekscytowany, ale one są bardzo fajne!

Z tymi bramkami możesz teraz wykonywać + operacje AND, OR, XOR i NOT.

Dodatkowo dałem ci tranzystor! reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Wirtualne przetwarzanie + desc: Właśnie dałem ci mnóstwo budynków, które pozwolą ci + symulować przetwarzanie kształtów!

Możesz teraz symulować + przecinaka, obracacza, sklejacza i wiele więcej na warstwie przewodów! + Teraz masz trzy opcje na kontynuację gry:

- + Zbuduj zautomatyzowaną maszynę, która stworzy każdy kstałt + ządany przez budynek główny (Polecam tą opcję!).

- Zbuduj + coś ciekawego za pomocą przewodów.

- Kontynuuj zwykłą + rozgrywkę.

Cokolwiek wybierzesz, pamiętaj by się dobrze bawić! + reward_wires_painter_and_levers: + title: Przewody i poczwórny malarz + desc: "Właśnie odblokowałeś Warstwę przewodów: Jest to osobna + warstwa położnoa na istniejącej, która wprowadza wiele nowych mechanik!

+ Na początek dałem ci Poczwórnego Malarza - Podłącz ćwiartki, które + chcesz pomalować na warstwie przewodów!

By przełączyć się na warstwę przewodów, + wciśnij E." + reward_filter: + title: Filtr przedmiotów + desc: Właśnie odblokowałeś Filtr Przedmiotów! Będzie on przekirowywał + przedmioty do górnego lub prawego wyjścia, zależnie od tego, czy pasują one do + sygnału z warstwy przewodów.

Możesz również przekazać sygnał typu Prawda/Fałsz, + by całkowicie go włączyć lub wyłączyć. + reward_demo_end: + title: Koniec wersji demo + desc: Dotarłeś do końca wersji demo! settings: title: Ustawienia categories: general: Ogólne userInterface: Interfejs advanced: Zaawansowane - performance: Performance + performance: Wydajność versionBadges: dev: Wersja Rozwojowa staging: Wersja eksperymentalna @@ -809,47 +853,45 @@ settings: indywidualnie. Może to być wygodniejsze, jeśli często przełączasz się między umieszczaniem różne typy budynków. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Głośność dźwięków + description: Ustaw głośnośc efektów dźwiękowych musicVolume: - title: Music Volume - description: Set the volume for music + title: Głośnosć muzyki + description: Ustaw głośność muzyki lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Zasoby mapy o niskiej jakości + description: Upraszcza renderowanie zasobów na mapie, gdy kamera jest przybliżona, + by zwiększyć wydajność. Wygląda to nawet ładnie, więc wypróbuj tą funkcję! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Wyłącz siatkę + description: Wyłączenie siatki może pomóc z wydajnością. Oprócz tego, poprawia + wygląd gry! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Wyczyść kursor przy kliknięciu PPM + description: Domyślnie włączone, resetuje wybrany budynek do budowy, + gdy klikasz prawym przyciskiem myszy. Jeżeli to wyłączysz, możesz + usuwać budynki podczas budowania używając tego samego przycisku. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Tekstury niskiej jakości (Brzydkie) + description: Używa niskej jakości tekstur, by zwiększyć wydajność. Spowoduje to, + że gra będzie wyglądać bardzo brzydko! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Wyświetl granice chunków + description: Gra jest podzielona na chunki o wielkości 16x15 kratek. + Włączenie tego ustawienia powoduje wyświetlenie granicy każdego chunku. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Wybierz ekstraktor zamiast źródła + description: Domyślnie włączone, wybiera ekstraktor, jeżeli spróbujesz + wybrać źródło surowców za pomocą pipety simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Uproszczone taśmociągi (Brzydkie) + description: Nie renderuje przedmiotów na taśmociągach, jeżeli nie + są zaznaczone kursorem, by zwiększyć wydajność. Nie zalecam + używać tego ustawienia, chyba że absolutnie potrzebujesz wydajności. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Włącz przesuwanie myszą + description: Pozwala na poruszanie kamerą poprzez przez przesuwanie kursora + do granicy ekranu. Szybkość jest zależna od ustawienia Prędkość poruszania. rangeSliderPercentage: % keybindings: title: Klawiszologia @@ -909,20 +951,21 @@ keybindings: menuClose: Zamknij Menu switchLayers: Przełącz warstwy wire: Przewód Energetyczny - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing - display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter - transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + balancer: Dystrybutor + storage: Magazyn + constant_signal: Stały Sygnał + logic_gate: Bramka logiczna + lever: Przełącznik + filter: Filtr + wire_tunnel: Skrzyżowanie przewodów + display: Wyświetlacz + reader: Czytnik taśmociągów + virtual_processor: Wirtualny Przetwarzacz + transistor: Tranzystor + analyzer: Analizator Kształtów + comparator: Porównywacz + item_producer: Producent Przedmiotów (Tryb Piaskownicy) + copyWireValue: "Przewody: Skopiuj wartość pod kursorem" about: title: O Grze body: 'Ta gra jest open-source. Rozwijana jest przez R
. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - Budynek główny akceptuje wejście każdego rodzaju - nie tylko aktualny kształt! + - Upewnij się, że twoje fabryki są modularne - opłaci się to! + - Nie buduj zbyt blisko budynku głównego, albo będziesz miał wielki chaos! + - Jeżeli łączenie kształtów nie działa, spróbuj zamienić wejścia. + - Możesz zmienić kierunek planera taśmociągów poprzez naciśnięcie R. + - Przytrymanie CTRL pozwala na przeciąganie taśmociągów bez automatycznego zmieniania kierunków. + - Stosunku pozostają takie same, dopóki wszystkie ulepszenia są na tym samym poziomie. + - Seryjne wykonanie jest badziej wydajne niż równoległe. + - Odblokujesz więcej wariantów budynków później w rozgrywce! + - Możesz użyć T, by zmienić warianty budynków. + - Symetria to klucz do sukcesu! + - Możesz przeplatać różne poziomy tuneli. + - Spróbuj budować kompaktowe fabryki - opłaci się to! + - Malarz ma wersję odbitą lustrzanie, którą możesz wybrać klawiszem T. + - Posiadanie budynków w odpowiednich stosunkach zmaksymalizuje wydajność. + - Na najwyższym poziomie, 5 ekstraktorów zapełni pojedynczy taśmociąg. + - Nie zapomnij o tunelach! + - Nie musisz dzielić równo przedmiotów, by osiągnąć pełną wydajność. + - Przytrymanie SHIFT aktywuje planera taśmociągów, pozwalającego ci na łatwe budowanie długich taśmociągów. + - Przecinaki zawsze tną pionowo, nie zważając na ich orientację. + - Zmieszanie wszystich 3 barwników daje biały barwnik. + - Pierwsze wyjście z magazynu ma najwyższy piorytet. + - Zainwestuj czas w budowanie powtarzalnych układów fabryk - warto! + - Przytrymanie CTRL pozwala na układanie wielu budynków tego samego typu. + - Możesz przytrzymać ALT, by odwrócić kierunek układanych taśmociągów. + - Wydajność to klucz do sukcesu! + - Kształty położone dalej od budynku głównego są bardziej skomplikowane. + - Maszyny mają limitowaną prędkość, podziel wejścia między wiele ich, by zmaksymalizować wydajność. + - Użyj dystrybutorów, by zmaksymalizować wydajność. + - Organizacja jest ważna. Próbuj nie krzyżować zbyt wielu taśmociągów. + - Planuj na przyszłość, albo wszystko będzie wielkim chaosem! + - Nie usuwaj swoich starych fabryk! Będziesz ich potrzebował, by odblokować ulepszenia. + - Spróbuj przejść poziom 20 samemu, zanim zaczniesz szukać pomocy! + - Nie komplikuj rzeczy, próbuj budować proste rzeczy, a zajdziesz daleko. + - Możesz potrzebować ponownie używać swoich fabryk w późniejszej fazie rozgrywki. Planuj swoje fabryki, by były zdatne do ponownego użycia. + - Czasami znajdziesz wymagany kształt na mapie, bez potrzeby tworzenia go za pomoca sklejaczy. + - Pełne "wiatraczki" nigdy nie pojawią się naturalnie na mapie. + - Maluj swoje kształty przed przecianiem dla maksymalnej wydajności. + - Z modułami, miejsce jest tylko tym, co postrzegamy; troska dla śmiertelników + - Zbuduj osobną fabrykę schematów. Są one bardzo potrzebne do modułów. + - Obejrz dokładnie mikser kolorów, a wszystkie twoje pytania zostaną rozwiązane. + - Przytrzymaj CTRL i przeciągnij, by zaznaczyć obszar + - Budowanie zbyt blisko budynku głównego może przeszkodzić ci w późniejszych projektach. + - Ikona pinezki przy każdym kształcie na liście ulepszeń przypina je na ekranie. + - Połącz wszystkie głowne kolory, by stworzyć biały! + - Masz nieskończoną mapę, nie ściskaj swojej fabryki, rozszerzaj ją! + - Spróbuj też Factorio! To moja ulubiona gra. + - Poczwórny przecinak tnie zgodnie z ruchem wskazówek zegara, zaczynając do prawej górnej ćwiartki! + - Możesz pobrać swoje zapisy gry w głownym menu gry! + - Ta gra posiada dużo użytecznych skrótów klawiszowych! Sprawdź stronę ustawień! + - Ta gra posiada mnóstwo ustawień, sprawdź je! + - Znacznik do budynku główneko posiada mały kompas, wskazujący do niego kierunek! + - By wyczyścić taśmociągi, wytnij obszar i wklej go w tym samym miejscu. + - Naciśnij F4, by zobaczyć ilość FPS i tempo ticków. + - Naciśnij F4 dwa razy, by zobaczyć kratkę twojej myszy i kamery. + - Możesz klinąć przypięty kształt po lewej stronie, by go odpiąć. diff --git a/translations/base-pt-BR.yaml b/translations/base-pt-BR.yaml index b9bca813..6af54036 100644 --- a/translations/base-pt-BR.yaml +++ b/translations/base-pt-BR.yaml @@ -1,61 +1,50 @@ steamPage: shortText: Shapez.io é um jogo sobre construir fábricas, automatizando a criação e combinação de formas cada vez mais complexas num mapa infinito. - discordLink: Discord Oficial - Converse comigo! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Discord Oficial + intro: >- + Shapez.io é um jogo relaxante no qual você deve construir fábricas para + produzir formas geométricas automaticamente. - Shapez.io é um jogo sobre construir fábricas, automatizando a criação e combinação de formas cada vez mais complexas num mapa infinito. + Conforme os níveis aumentam, as formas se tornam mais complexas, e você terá que explorar o mapa infinito. - Após a entrega das formas pedidas, você avançará no jogo e desbloqueará melhorias para acelerar sua produção. + Como se já não bastasse, sua produção deve crescer exponencialmente para satisfazer a demanda - a única solução é expandir! - Conforme sua demanda por formas aumenta, você terá que aumentar sua fábrica para alcançá-la - Mas não se esqueça dos recursos, você precisará expandir pelo [b]mapa infinito[/b]! + Enquanto no começo você apenas processa as formas, mais a frente você deve pintá-las - para isso você deve extrair e misturar cores! - Em pouco tempo você terá que misturar cores e pintar suas formas com elas - Combine recursos vermelhos, verdes e azuis para produzir cores diferentes e pintar formas com elas para satisfazer a demanda. + Comprar o jogo na Steam te garante acesso à versão completa, mas você pode jogar a versão demo em shapez.io primeiro e decidir depois! + title_advantages: Vantagens da versão completa + advantages: + - 12 Novos Níveis para um total de 26 níveis! + - 18 Novas Construções para uma fábrica completamente automática! + - 20 Níveis de Melhorias para muitas horas de diversão! + - Atualização da Fiação para uma dimensão completamente nova! + - Modo Escuro! + - Saves ilimitados + - Marcadores ilimitados + - Me ajuda! ❤️ + title_future: Conteúdo Planejado + planned: + - Biblioteca de esquemas (Exclusivo para a versão completa) + - Conquistas da Steam + - Modo Puzzle + - Minimapa + - Mods + - Modo Sandbox + - ... e muito mais! + title_open_source: Este jogo tem código aberto! + title_links: Links + links: + discord: Discord Oficial + roadmap: Linha do Tempo + subreddit: Subreddit + source_code: Código-fonte (GitHub) + translate: Ajude a traduzir + text_open_source: >- + Qualquer um pode contribuir, estou ativamente envolvido com a comunidade + e tento ler todas as sugestões e receber críticas quando possível. - O jogo contém 18 níveis progressivos (que já devem manter você ocupado por horas!) mas eu adiciono novo contéudo constantemente - Tem bastante coisa já planejada! - - Comprando o jogo você terá acesso à versão completa, que contém recursos adicionais e você também terá acesso aos recursos que serão desenvolvidos. - - [b]Vantagens da versão completa[/b] - - [list] - [*] Modo Escuro - [*] Pontos de Referência Ilimitados - [*] Quantidade de Saves Ilimitada - [*] Configurações adicionais - [*] Em Breve: Fios e Energia! Previsto para (mais ou menos) o fim de Julho de 2020. - [*] Em Breve: Mais Níveis - [*] Me permite desenvolver shapez.io ❤️ - [/list] - - [b]Atualizações Futuras[/b] - - Eu lanço atualizações frequentemente e estou tentando lançar pelo menos uma por semana! - - [list] - [*] Mapas diferentes e desafios (por exemplo mapas com obstáculos) - [*] Puzzles (Entregue a forma pedida com uma área restringida ou um certo conjunto de construções) - [*] Um modo história onde as construções têm um custo - [*] Um gerador de mapa customizável (configure recursos, formas, tamanho, densidade, semente e mais) - [*] Mais tipos de formas - [*] Melhorias de desempenho (o jogo já roda bem!) - [*] E muito mais! - [/list] - - [b]Esse jogo é open source![/b] - - Qualquer um pode contribuir, eu estou ativamente envolvido com a comunidade e tento ler todas as sugestões e levar o feedback em consideração quando possível. Para uma lista completa dos planos para o futuro, não se esqueça de dar uma olhada no meu quadro do Trello! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Discord oficial[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Planos para o futuro[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Código fonte(GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Ajude a traduzir[/url] - [/list] + Cheque minha lousa no trello para a linha do tempo completa! global: loading: Carregando error: Erro @@ -97,7 +86,7 @@ mainMenu: changelog: Changelog subreddit: Reddit importSavegame: Importar save - openSourceHint: Esse jogo é open source! + openSourceHint: Esse jogo tem código aberto! discordLink: Discord oficial helpTranslate: Ajude a traduzir! madeBy: Feito por @@ -130,7 +119,9 @@ dialogs: text: "Houve uma falha ao carregar seu jogo salvo:" confirmSavegameDelete: title: Confirmar exclusão - text: Tem certeza que quer excluir esse jogo salvo? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Falha ao deletar text: "Houve uma falha ao deletar seu jogo salvo:" @@ -190,9 +181,8 @@ dialogs: createMarker: title: Nova Marcação titleEdit: Editar Marcador - desc: Dê um nome com significado, também pode adicionar um pequeno - código de uma forma. (Pode ser gerado
aqui) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Você só pode criar dois marcadores na versão demo. Adquira a versão completa para marcadores ilimitados! @@ -202,13 +192,18 @@ dialogs: isso pode ser bastante lento para uma base grande, e até mesmo pode travar o jogo! editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Defina o sinal + descItems: "Escolha um item pré-definido:" + descShortKey: ... ou insira o código de uma forma (Você pode + gerá-lo aqui) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Renomear Save + desc: Você pode renomear seu save aqui. + entityWarning: + title: Aviso de Performance + desc: Você colocou muitas construções, isso é apenas um aviso amigável de que o + jogo não suporta construções infinitas - Então tente manter suas + fábricas compactas! ingame: keybindingsOverlay: moveMap: Mover @@ -344,9 +339,41 @@ ingame: segure SHIFT para colocar vários extratores e use R para girá-los. connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 Extrator + n_miners: Extratores + limited_items: Limite de + watermark: + title: Versão Demo + desc: Clique aqui para ver as vantagens da versão completa! + get_on_steam: Adquira na Steam + standaloneAdvantages: + title: Adquira a versão completa! + no_thanks: Não, obrigado! + points: + levels: + title: 12 Novos Níveis + desc: Para um total de 26 novos níveis! + buildings: + title: 18 Novas Construções + desc: Automatize sua fábrica inteira! + savegames: + title: Saves ∞ + desc: Quantos o seu coração mandar! + upgrades: + title: 20 Níveis de Melhorias + desc: Essa demo tem apenas 5! + markers: + title: Marcadores ∞ + desc: Nunca se perca na sua fábrica! + wires: + title: Fiação + desc: Uma dimensão completamente nova! + darkmode: + title: Modo Escuro + desc: Não machuque mais seus olhos! + support: + title: Me ajuda + desc: Eu desenvolvo o jogo no meu tempo livre! shopUpgrades: belt: name: Esteiras, Distribuidores e Túneis @@ -365,6 +392,7 @@ buildings: deliver: Entregue toUnlock: para desbloquear levelShortcut: LVL + endOfDemo: Fim da Demo belt: default: name: Esteira Transportadora @@ -375,9 +403,9 @@ buildings: name: Fio de Energia description: Permite transportar energia. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Fio + description: Transfere sinais, que podem ser de itens, cores or binários (1 / + 0). Fios com cores diferentes não se conectam. miner: default: name: Extrator @@ -413,8 +441,8 @@ buildings: name: Rotacionador (Anti-horário) description: Gira as formas no sentido anti-horário em 90 graus. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Rotacionador (180) + description: Gira as formas em 180 graus. stacker: default: name: Empilhador @@ -438,124 +466,139 @@ buildings: description: Colore as formas na entrada esquerda com a cor da entrada superior. quad: name: Pintor (Quádruplo) - description: Permite colorir cada quadrante da forma com uma cor diferente. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Lixo description: Aceita qualquer item e os destrói. PARA SEMPRE. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Balanceador + description: Multifuncional - Distribui igualmente todas as entradas para todas + as saídas. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Unificador (compacto) + description: Une duas esteiras em uma. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Unificador (compacto) + description: Une duas esteiras em uma. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Divisor (compacto) + description: Divide uma esteira em duas. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Divisor (compacto) + description: Divide uma esteira em duas. storage: default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + name: Armazenamento + description: Estoca itens em excesso, até uma certa capacidade. Prioriza a saída + da esquerda e pode ser usado como um mecanismo de escape. wire_tunnel: default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + name: Cruzamento de Fios + description: Permite cruzar dois fios sem conectá-los. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Sinal Constante + description: Emite um sinal constante, que pode ser uma forma, cor ou binário (1 + / 0). lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Interruptor + description: Pode ser ativado para emitir um sinal binário (1 / 0) no plano da + fiação, que pode então ser usado para controlar um filtro, por + exemplo. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: Portão E (AND) + description: Emite um sinal binário "1" se ambas as entradas forem verdadeiras. + (Ser verdadeira significa receber um sinal de forma, cor or + binário "1") not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: Portão NEGAR (NOT) + description: Emite um sinal binário "1" se a entrada for falsa. (Ser verdadeira + significa receber um sinal de forma, cor or binário "1") xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: Portão OU EXCLUSIVO (XOR) + description: Emite um sinal binário "1" se uma das entradas for verdadeira, mas + não duas. (Ser verdadeira significa receber um sinal de forma, + cor or binário "1") or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: Portão OU (OR) + description: Emite um sinal binário "1" se uma das entradas for verdadeira. (Ser + verdadeira significa receber um sinal de forma, cor or binário + "1") transistor: default: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Envia o sinal adiante se a entrada for verdadeira. (Ser verdadeira + significa receber um sinal de forma, cor or binário "1") mirrored: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Envia o sinal adiante se a entrada for verdadeira. (Ser verdadeira + significa receber um sinal de forma, cor or binário "1") filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtro + description: Conecte um sinal para rotear todos os itens desejador para o topo e + o restante para a direita. Pode ser controlado por sinais + binários também. display: default: name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + description: Conecte um sinal para exibí-lo no display - Pode ser uma forma, cor + ou binário. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Leitor de Esteira + description: Permite medir a passagem média de itens na esteira. Emite o último + item lido no plano da fiação (quando desbloquado). analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Analizador de Formas + description: Analiza o quadrante superior direito da camada mais baixa da forma + e fornece sua forma e cor. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Comparador + description: Devolve um sinal binário "1" se ambos os sinais forem idênticos. + Pode comparar formas, itens e binário. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Cortador Virtual + description: Corta virtualmente as formas em duas metades. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Rotacionador Virtual + description: Rotaciona virtualmente a forma, tanto no sentido horário quanto no + anti-horário. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Separador Virtual + description: Extrai virtualmente a camada mais acima para a saída direita e as + restantes para a esquerda. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Empilhador Virtual + description: Empilha virtualmente a forma da direita em cima da forma da + esquerda. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Pintor Virtual + description: Pinta virtualmente a forma da entrada inferior com a forma da + entrada direita. + item_producer: + default: + name: Fábricante de Itens + description: Disponível no modo sandbox apenas, envia o sinal recebido do plano + de fios para o plano regular. storyRewards: reward_cutter_and_trash: title: Cortando formas - desc: Você desbloqueou cortador - corte de formas pela metade - verticalmente independentemente de sua - orientação!

Certifique-se de se livrar do lixo, ou então - ele irá parar a produção - Para esse propósito, eu - lhe dei uma lixeira, que destrói tudo o que você coloca nela! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotação desc: O rotacionador foi desbloqueado! Gira as formas no @@ -578,9 +621,9 @@ storyRewards: direita é empilhada em cima da entrada esquerda! reward_splitter: title: Distribuidor - desc: O Distribuidor multifuncional foi desbloqueado - pode ser - usado para construir fábricas maiores dividindo e unindo - itens em múltiplas esteiras!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Túnel desc: O túnel foi desbloqueado - Agora você pode transportar @@ -593,9 +636,10 @@ storyRewards: variantes! reward_miner_chainable: title: Extrator em Cadeia - desc: Você desbloqueou o extrator em cadeia! Ele pode - encaminhar seus recursos para outros extratores, - para que você possa extrair recursos com mais eficiência! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Túnel Classe II desc: Você desbloqueou uma nova variante do túnel - ele tem um @@ -611,19 +655,20 @@ storyRewards: desc: Você desbloqueou uma variante do pintor - funciona como o pintor regular, mas processa duas formas ao mesmo tempo, consumindo apenas uma cor em vez de duas! - reward_painter_quad: - title: Pintura quádrupla - desc: Você desbloqueou uma variante do pintor - permite pintar - cada parte da forma individualmente! reward_storage: title: Acúmulo de excesso - desc: Você desbloqueou uma variante do lixo - Permite armazenar - itens até uma determinada capacidade! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Modo Livre - desc: Você conseguiu! Você desbloqueou o modo de jogo livre! - Isso significa que as formas agora são geradas aleatoriamente! (Não - se preocupe, mais conteúdo está planejado para o jogo completo!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Projetos desc: Agora você pode copiar e colar partes de sua fábrica! @@ -641,58 +686,73 @@ storyRewards: title: Próximo nível desc: Parabéns! Aliás, mais conteúdo vindo na versão completa! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Balanceador + desc: O balanceador multifuncional foi desbloqueado - Ele pode + ser usado para construir fábricas maiores dividindo e unindo + itens em múltiplas esteiras!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Unificador Compacto + desc: Você desbloqueou uma variante unificadora do + balanceador - Ele aceita duas entradas e as junta + em uma esteira! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Leitor de Esteira + desc: Você desbloqueou o leitor de esteira! Ele permite que + você meça a passagem de itens em uma esteira.

Espere até você + desbloquear os fios - ele se torna muito útil! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Rotacionador (180 graus) + desc: Você acabou de desbloquear o rotacionador de 180 graus! - + Ele permite que você rotacione uma forma em 180 graus (Surpresa! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Sinal Constante + desc: Você desbloqueou a construção que emite um sinal + constante no plano de fios! Isso é útil para conectar no + filtro de itens por exemplo.

O sinal + constante pode emitir um sinal de forma, + cor ou binário (1 / 0). reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Portões Lógicos + desc: Você desbloqueou portões lógicos! Você não precisa se + animar com isso, mas na verdade é SUPER legal!

Com estes + portões você pode computar operações E (AND), OU (OR), OU EXCLUSIVO + (XOR) e NEGAR (NOT).

c E para a cereja do bolo, eu também te + dei um transistor! reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Processamento Virtual + desc: Eu acabei de te dar um monte de novas construções que te permitem + simular o processamento de formas!

Você + pode simular um cortador, rotacionador, empilhador e mais no plano + de fiação! Com isso você tem agora três maneiras de continuar + jogando:

- Construir uma máquina automática + para criar qualquer forma possível pedida pelo HUB (Você deveria + tentar!).

- Construir algo legal com os fios.

- + Continuar jogando normalmente.

Independente da sua escolha, + lembre de se divertir! + reward_wires_painter_and_levers: + title: Fios e Pintor Quádruplo + desc: "Você acabou de desbloquear o Plano de Fiação: Ele é um + plano separado no topo do plano comum e introduz um monte de novas + mecânicas!

Para começar eu te dou o Pintor + Quádruplo - Conecte a entrada que você quer que seja + colorida com o plano da fiação!

Para mudar de plano, aperte + E." + reward_filter: + title: Filtro de Itens + desc: Você desbloqueou o Filtro de Itens! Ele irá rotear os + itens para a saída superior ou da direit dependendo se eles batem + com o sinal vindo do plano dos fios ou não.

Você também pode + inserir um sinal binário (1 / 0) para ativá-lo ou desativá-lo + completamente + reward_demo_end: + title: Fim da Demo + desc: Você chegou no fim da versão demo! settings: title: Opções categories: @@ -812,47 +872,49 @@ settings: description: Desativa as caixas de diálogo de aviso exibidas ao cortar / excluir mais de 100 entidades. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Volume dos sons + description: Defina um volume para os efeitos sonoros musicVolume: - title: Music Volume - description: Set the volume for music + title: Volume da música + description: Defina um volume para a música lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Recursos do Mapa em Baixa Qualidade + description: Simplifica a renderização de recursos no mapa com o zoom aplicado + para melhorar a performance. Parece até mais limpo, então tenha + certeza de testar! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Desabilite a Grade + description: Desabilitar a grade pode ajudar com a performance. Isso também faz + o jogo parecer mais limpo! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Limpar Cursor com Clique Direito + description: Habilitado por padrão, limpa o cursor sempre que você clica com o + botão direito enquanto você tem uma construção selecionada. Se + desabilitado, você pode deletar construções clicando com o botão + direito enquanto tiver algo selecionado. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Texturas de Baixa Qualidade (Feio) + description: Usa texturas de baixa qualidade para ajudar com a performance. Vai + deixar o jogo bem feio! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Mostrar Bordas das Chunks + description: O jogo é dividido em chunks de 16x16 ladrilhos, se está + configuração estiver habilitada, as bordas de cada chunk ficarão + à mostra. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Selecionar Extrator em uma Fonte de Recursos + description: Habilitador por padrão, seleciona o extrator se você usar o + conta-gotas em uma fonte de recursos. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Esteiras Simplificadas (Feio) + description: Não renderiza itens nas esteiras, exceto quando o cursor estiver em + cima da esteira, para melhorar a performance. Eu não recomendo + jogar com essa configuração habilitada se você não precisar + muito da melhoria de performance. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Habilitar Movimento com o Mouse + description: Permite mover o mapa ao mover o cursor para as bordas da tela. A + velocidade depende da configuração Velocidade de Movimento. rangeSliderPercentage: % keybindings: title: Controles @@ -898,7 +960,7 @@ keybindings: wire: Fio de Energia pipette: Conta-Gotas rotateWhilePlacing: Rotacionar - rotateInverseModifier: "Modifier: Rotação anti-horária" + rotateInverseModifier: "Modificador: Rotação anti-horária" cycleBuildingVariants: Variações confirmMassDelete: Confirmar exclusão em massa pasteLastBlueprint: Colar último projeto @@ -912,20 +974,21 @@ keybindings: placementDisableAutoOrientation: Desligar orientação automática placeMultiple: Permanecer no modo de construção placeInverse: Inverter orientação de esteira - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing + balancer: Balanceador + storage: Armazenamento + constant_signal: Sinal Constante + logic_gate: Portão Lógico + lever: Interruptor (regular) + filter: Filtro + wire_tunnel: Cruzamento de Fios display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter + reader: Leitor de Esteira + virtual_processor: Cortador Virtual transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + analyzer: Analizador de Forma + comparator: Comparador + item_producer: Produtor de Itens (Sandbox) + copyWireValue: "Fios: Copiar valor abaixo do cursor" about: title: Sobre o jogo body: >- @@ -951,62 +1014,72 @@ demo: exportingBase: Exportar Base inteira como Imagem settingNotAvailable: Não disponível na versão demo. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - O HUB aceita qualquer tipo de forma, não apenas a pedida! + - Tenha certeza que seus designs são modulares - vai valer a pena! + - Não construa muito perto do HUB, ou será um caos! + - Se o empilhamento não funcionar, tente inverter as entradas. + - Você pode mudar a direção do planejador de esteiras apertando R. + - Segurar CTRL permite arrastar esteiras sem a orientação automática. + - As proporções se matém, desde que todas as melhorias estejam no mesmo + nível. + - Execução em série é mais eficiete que a paralela. + - Você desbloqueará variantes de construções mais para frente no jogo! + - Você pode usar T para mudar para diferentes variantes. + - Simetria é crucial! + - Você pode entrelaçar diferentes níveis de túnel. + - Tente construir fábricas compactas - vai valer a pena! + - O pintor tem uma variante espelhada que você pode selecionar com T + - Ter as proporções certas para cada construção vai maximizar sua eficiência. + - No nível máximo, 5 extratores vão encher uma única esteira. + - Não se esqueça dos túneis! + - Você não precisa dividir os itens igualmente para ter máxima eficiência. + - Segurar SHIFT vai ativar o planejamento de esteiras, te permitindo + colocar longas esteiras mais facilmente. + - Cortadores sempre cortam verticalmente, independente da orientação. + - Misture todas as cores para obter branco. + - O armazenamento prioriza a saída primária. + - Invista tempo em construir designs que podem ser repetidos - vale a pena! + - Segurar CTRL permite colocar múltiplas construções. + - Segure ALT para inverter a direção de esteiras posicionadas. + - Efficiência é a chave! + - Fontes de recursos mais distantes do HUB são mais complexas. + - Máquinas tem uma velocidade máxima, divida os itens para uma eficiência + máxima. + - Use balanceadores para maximizar sua eficiência. + - Organização é importante. Tente não entrelaçar muitas esteiras. + - Planeje com antecedência, ou tudo será um caos! + - Não remova suas fábricas antigas! Você precisará delas para desbloquear + melhorias. + - Tente passar do nível 20 sozinho antes de pedir ajuda! + - Não complique as coisas, tente manter tudo simples e você irá longe. + - Talvez você precise reusar fábricas antigas no futuro. Planeje-as para que + sejam reutilizáveis. + - As vezes, você pode encontrar uma forma necessária no mapa sem criá-la com + empilhadores. + - Moinhos completos nunca vão aparecer naturalmente. + - Pinte suas formas antes de cortar para ter máxima eficiência. + - Com módulos, espaço é meramente uma percepção; uma preocupação para + mortais. + - Faça uma fábrica separada para projetos. Eles são importantes para os + módulos. + - Dê uma olhada mais de perto no misturador de cores, e suas perguntas serão + respondidas. + - Use CTRL + Clique para selecionar uma área. + - Construções muito perto do HUB podem entrar no caminho de projetos futuros. + - O ícone de pin ao lado de cada forma na lista de melhorias fixa essa forma + na tela. + - Misture todas as cores primárias para fazer tinta branca! + - Você tem um mapa infinito, não amontoe sua fábrica, expanda! + - Tente também Factorio! É meu jogo favorito. + - O cortador quádruplo corta no sentido anti-horário começando pelo topo + direito! + - Você pode baixar seus saves no menu principal! + - Este jogo tem um monte de teclas úteis! Tenha certeza de checar a aba de + configurações. + - Este jogo tem muitas configurações, então dê uma olhada! + - O marcador para o HUB tem uma pequena bússola para indicar sua direção! + - Para limpar as esteiras, corte a área e cole-a no mesmo lugar. + - Pressione F4 para mostrar seu FPS e taxa de tiques. + - Pressione F4 duas vezes para mostrar o ladrilho do seu mouse e da câmera. + - Você pode clicar em uma forma fixada na esquerda para tirá-la de lá. + - null diff --git a/translations/base-pt-PT.yaml b/translations/base-pt-PT.yaml index d836112e..7779fa49 100644 --- a/translations/base-pt-PT.yaml +++ b/translations/base-pt-PT.yaml @@ -2,63 +2,52 @@ steamPage: shortText: shapez.io é um jogo cujo objetivo é construir fábricas para automatizar a criação e fusão de formas geométricas cada vez mais complexas num mapa infinito. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Discord Oficial + intro: >- + Shapez.io é um jogo relaxante onde tens que construir fábricas para a produção automatizada de formas geométricas. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. + Enquanto o nível aumenta, as formas ficam cada vez mais e mais complexas, e tens de te expandir por um mapa infinito. - Upon delivering the requested shapes you'll progress within the game and unlock upgrades to speed up your factory. + E como se isso não fosse suficiente, também tens de produzir cada vez mais para satisfazer a demanda - a única coisa que ajuda é aumentar! - As the demand for shapes increases, you'll have to scale up your factory to meet the demand - Don't forget about resources though, you'll have to expand across the [b]infinite map[/b]! + Enquanto só podes processar formas no inicio, vais ter de as colorir mais tarde - para isto vais ter de extrair e juntar cores! - Soon you'll have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with them to satisfy the demand. + Comprar o jogo na Steam dá-te acesso à versão completa, mas também podes jogar a demo em shapez.io primeiro e decidir depois! + title_advantages: Vantagens Standalone + advantages: + - 12 Novos Níveis para um total de 26 níveis + - 18 Novos Edifícios para uma fábrica totalmente automatizada! + - 20 Níveis de Upgrade para muitas horas de diversão! + - Atualização de Fios para uma completamente nova dimensão! + - Modo Escuro! + - Savegames Ilimitados + - Marcos Ilimitados + - Suporta-me! ❤️ + title_future: Conteúdo Planeado + planned: + - Blueprint Library (Exclusivo Standalone) + - Steam Achievements + - Modo Puzzle + - Minimap + - Mods + - Modo Sandbox + - ... e muito mais! + title_open_source: Este jogo é código aberto! + title_links: Links + links: + discord: Discord Oficial + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Ajuda a traduzir + text_open_source: >- + Qualquer pessoa pode contribuir, estou ativamente envolvido na comunidade e + tento rever todas as sugestões e levo o feedback em consideração sempre que possível. - This game features 18 progressive levels (Which should already keep you busy for hours!) but I'm constantly adding new content - There's a lot planned! + Verifique o meu trello board para o roadmap completo! - Purchasing the game gives you access to the standalone version which has additional features, and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game often and trying to push an update at least once every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Discord oficial - Conversa comigo! global: - loading: A carregar + loading: A Carregar error: Erro thousandsDivider: "," decimalSeparator: . @@ -107,7 +96,8 @@ mainMenu: newGame: Novo Jogo madeBy: Criado por subreddit: Reddit - savegameUnnamed: Unnamed + savegameUnnamed: Sem Nome + dialogs: buttons: ok: OK @@ -132,7 +122,9 @@ dialogs: text: "Erro ao carregar o teu savegame:" confirmSavegameDelete: title: Confirmar eliminação - text: Tens a certeza que pretendes eliminar o jogo? + text: Tens que queres apagar o seguinte jogo?

+ '' no Nível

Isto não pode + desfeito! savegameDeletionError: title: Erro de eliminação text: "Erro ao eliminar o teu savegame:" @@ -188,8 +180,7 @@ dialogs: createMarker: title: Novo Marco desc: Dá-lhe um nome com significado, também poderás adicionar um - pequeno código de uma forma. (Pode ser gerado aqui) + pequeno código de uma forma (Que podes gerar aqui here) titleEdit: Editar Marco markerDemoLimit: desc: Apenas podes criar dois marcos na versão Demo. Adquire o jogo completo @@ -208,13 +199,17 @@ dialogs: desc: Não consegues pagar para colar esta área! Tens a certeza que pretendes cortá-la? editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Definir Sinal + descItems: "Escolhe um item pre-definido:" + descShortKey: ... ou entra o atalho duma forma (Que podes + gerar aqui) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Renomear Savegame + desc: Podes renomear o teu savegame aqui. + entityWarning: + title: Aviso de Desempenho + desc: Tu colocaste muitos edifícios, isto é apenas um lembrete amigável que o jogo não consegue aguentar com um número infinito de edifícios - Tenta meter as tuas fábricas compactas! + ingame: keybindingsOverlay: moveMap: Mover @@ -300,6 +295,7 @@ ingame: second: / s minute: / m hour: / h + settingsMenu: playtime: Tempo de jogo buildingsPlaced: Construções @@ -349,9 +345,42 @@ ingame: empty: Vazio copyKey: Chave de cópia connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 Minerador + n_miners: Mineradores + limited_items: Limitado a + watermark: + title: Versão Demo + desc: Clica aqui para ver as vantagens da versão Steam! + get_on_steam: Compra na steam + standaloneAdvantages: + title: Obtém a versão completa! + no_thanks: Não, obrigado! + points: + levels: + title: 12 Novos Níveis + desc: Para um total de 26 níveis! + buildings: + title: 18 Novos Edifícios + desc: Automatiza completamente a tua fábrica! + savegames: + title: Savegames ∞ + desc: Quantos o teu coração quiser! + upgrades: + title: 20 Níveis de Upgrades + desc: Esta versão demo só tem 5! + markers: + title: Marcos ∞ + desc: Nunca te percas na tua fábrica! + wires: + title: Fios + desc: Uma completamente nova dimensão! + darkmode: + title: Modo Escuro + desc: Para de magoar os meus olhos! + support: + title: Suporta-me + desc: Eu desenvolvo o jogo no meu tempo livre! + shopUpgrades: belt: name: Tapetes, Distribuidores e Túneis @@ -392,7 +421,7 @@ buildings: apenas usares uma parte, destrói a outra para não encravar a produção! quad: - name: Cortador (Quad) + name: Cortador (Quád) description: Corta as formas geométricas em quatro partes. Se apenas usares uma parte, destrói as outras partes para não encravar a produção! @@ -402,11 +431,11 @@ buildings: description: Roda as formas 90º no sentido dos ponteiros do relógio. ccw: name: Rodar (CCW) - description: Roda as formas 90º no sentido contrário ao dos ponteiros do - relógio. + description: Roda as formas 90º no sentido contrário ao dos ponteiros do relógio. + rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Rodar (180) + description: Roda as formas 180º. stacker: default: name: Empilhador @@ -427,7 +456,7 @@ buildings: entrada superior. quad: name: Pintor (Quádruplo) - description: Pinta cada quadrante da forma geométrica com uma cor diferente. + description: Pinta cada quadrante da forma geométrica com uma cor diferente. Apenas slots com um sinal verdadeiro na camada de fios vão ser pintados! mirrored: name: Pintor description: Pinta a forma geométrica da entrada esquerda com a cor da entrada @@ -436,6 +465,7 @@ buildings: default: name: Lixo description: Aceita entradas de todos os lados e destrói-os. Para sempre. + hub: deliver: Entrega toUnlock: para desbloquear @@ -443,124 +473,120 @@ buildings: wire: default: name: Fio Elétrico - description: Permite o transporte de energia. + description: Transfere sinais, que podem ser itens, cores ou boleanos (1 / 0). Fios com cores diferentes não conectam. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Fio Elétrico + description: Transfere sinais, que podem ser itens, cores ou boleanos (1 / 0). Fios com cores diferentes não conectam. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Balanceador + description: Multifuncional - Distribui uniformemente todas as entradas para todas as saídas. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Junção (compacto) + description: Junta um tapete rolante em dois. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Junção (compacto) + description: Junta um tapete rolante em dois. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Divisor (compacto) + description: Divide um tapete rolante em dois. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Divisor (compacto) + description: Divide um tapete rolante em dois. storage: - default: - name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. + default: + name: Armazém + description: >- + Guarda itens em excesso, até uma quantidade determinada. Prioritiza a entrada esquerda + e pode ser usada como um portão de transbordar. wire_tunnel: - default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + default: + name: Túnel de Fio + description: Permite cruzar dois fios sem os conectar. constant_signal: - default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + default: + name: Sinal constante + description: >- + Emite um sinal constante, que pode ser uma forma, cor ou um booleano (1 / 0). lever: - default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + default: + name: Interruptor + description: >- + Pode ser alternado para emitir um sinal booleano (1 / 0) na camada de fios, que pode então ser usada + para controlar por exemplo um filtro de itens. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: Portão AND + description: Emite um booleano "1" se ambas as entradas são verdadeiras. (Verdadeiro significa forma, cor ou booleano "1") not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: Portão NOT + description: Emite um booleano "1" se a entrada não é verdadeira. (Verdadeiro significa forma, cor ou booleano "1") xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: Portão XOR + description: Emite um booleano "1" se uma das entradas é verdadeira, mas não as duas. (Verdadeiro significa forma, cor ou booleano "1") or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: Portão OR + description: Emite um booleano "1" se uma entrada é verdadeira. (Verdadeiro significa forma, cor ou booleano "1") transistor: default: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Encaminha a entrada inferior se a entrada lateral for verdade (uma forma, cor ou "1"). mirrored: name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + description: Encaminha a entrada inferior se a entrada lateral for verdade (uma forma, cor ou "1"). filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtro + description: Conecta um sinal para encaminhar todos os itens correspondentes para o topo e o resto + para a direita. Pode ser controlado com sinais booleanos também. display: - default: - name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + default: + name: Display + description: Conecta um sinal para mostrar no display - Pode ser uma forma, cor ou + booleano. reader: - default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + default: + name: Leitor de Tapete + description: Permite medir o rendimento do tapete. Produz o último item lido na camada de + fios (quando desbloqueada). analyzer: - default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + default: + name: Analizador de Forma + description: Analiza o quadrante do topo direito da camada mais baixa da forma e produz + a forma ou cor. comparator: - default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + default: + name: Comparar + description: Produz o booleano "1" se ambos os itens são exatamente iguais. Pode comparar formas, + itens e booleanos. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Cortador Virtual + description: Computa rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Rodar Virtual + description: Roda virtualmente as formas 90º no sentido dos ponteiros do relógio. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Desempilhador Virtual + description: Produz a camada no topo para a direita, e o resto para esquerda. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Empilhador Virtual + description: Empilha virtualmente o item da direita em cima do item da esquerda. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Pintor Virtual + description: Pinta virtualmente a forma de baixo com a forma da direita. + item_producer: + default: + name: Produtor de Itens + description: Disponível apenas no modo sandbox, produz o sinal dado da camada de fios na camala normal. + storyRewards: reward_cutter_and_trash: title: Corte de formas - desc: Acabaste de desbloquear o Cortador - ele corta as formas - geométricas ao meio de cima para baixo - independentemente da orientação!

Certifica-te de que te + desc: Acabaste de desbloquear o Cortador, que corta as formas + geométricas ao meio de cima para baixo independentemente da orientação!

Certifica-te de que te livras do desperdício, caso contrário encravará - - Para isso, dou-te um lixo, que destruirá tudo o que lá colocares! + Por isso, dou-te um lixo, que destruirá tudo o que lá colocares! reward_rotater: title: Rotação desc: O Rodador foi desbloqueado! Ele roda as formas @@ -583,10 +609,9 @@ storyRewards: entrada da direita é empilhada em cima da da esquerda! reward_splitter: - title: Distribuidor/Misturador - desc: O Distribuidor multi-funções foi desbloqueado - Pode ser - usado para construir fábricas maiores separando e - convergindo items para vários tapetes!

+ title: Divisor + desc: Desbloqueaste o divisor, variante do + balanceador - Aceita uma entrada e divide-a em duas! reward_tunnel: title: Túnel desc: O Túnel foi desbloqueado - Com ele podes passar itens @@ -599,106 +624,94 @@ storyRewards: variantes! reward_miner_chainable: title: Extração em série - desc: Desbloqueaste o Extrator em série! Permite enviar + desc: >- + Desbloqueaste o Extrator em série! Permite enviar o recurso extraído para outros extratores, permitindo uma - extração mais eficiente! + extração mais eficiente!

PS: O velho extrator já foi trocado na tua toolbar! reward_underground_belt_tier_2: title: Túnel Nível II - desc: Desbloqueaste uma nova variante do Túnel - Tem um - maior alcance, e podes interlaçar as duas variantes - entre si! + desc: Desbloqueaste uma nova variante do Túnel - Tem um maior alcance, e podes interlaçar as duas variantes entre si! reward_cutter_quad: title: Corte quádruplo - desc: Desbloqueaste a variante do Cortador - Permite cortar - formas geométricas em quatro partes em vez de - apenas duas! + desc: Desbloqueaste a variante do Cortador - Permite cortar formas geométricas em quatro partes em vez de apenas duas! reward_painter_double: title: Pintura dupla - desc: Desbloqueaste uma variante do Pintor - Funciona como um - pintor normal mas processa duas formas ao mesmo - tempo consumindo apenas uma cor em vez de duas! - reward_painter_quad: - title: Pintura quádrupla - desc: Desbloqueaste uma variante do Pintor - Permite pintar - cada parte da forma geométrica individualmente! + desc: Desbloqueaste uma variante do Pintor - Funciona como um pintor normal mas processa duas formas ao mesmo tempo consumindo apenas uma cor em vez de duas! reward_storage: title: Armazém - desc: Desbloqueaste uma variante do Lixo - Permite armazenar - items até uma determinada capacidade! + desc: Desbloqueaste uma variante do Lixo - Permite armazenar items até uma determinada capacidade!

Prioritiza a saída esquerda, por isso também o podes usar como um portão de transbordar. reward_freeplay: title: Jogo livre - desc: Conseguiste! Desbloqueaste o modo jogo livre! Isto - significa que agora as formas são geradas aleatoriamente! (Não te - prepcupes, está planeado mais conteúdo para o jogo completo!) + desc: Conseguiste! Desbloqueaste o modo jogo livre! Isto significa que agora as formas são geradas aleatoriamente!

+ Como o edifício central vai precisar de uma taxa de transferência a partir de + agora, eu recomendo contruires uma máquina que automaticamente + entrega a forma pedida!

O edifício central produz a forma pedida na camada de fios, + então tudo o que tens de fazer é analizar-la e automaticamente configurar a tua fábrica à volta disso. reward_blueprints: title: Projetos - desc: Agora podes copiar e colar partes da tua fábrica! - Seleciona uma área (Mantém pressionado CTRL e arrasta com o rato), e - pressiona 'C' para copiar.

Colar não é - gratuito, precisas de produzir formas - projeto para o pagares! (Aquelas que acabaste de entregar). + desc: Agora podes copiar e colar partes da tua fábrica! Seleciona uma área (Mantém pressionado CTRL e arrasta com o rato), e pressiona 'C' para copiar.

Colar não é gratuito, precisas de produzir formas projeto para o pagares! (Aquelas que acabaste de entregar). no_reward: title: Próximo nível - desc: "Este nível não te deu nenhuma recompensa, mas o próximo dará!

- PS: É melhor não destruires a tua fábrica atual - Precisarás de - todas essas formas no futuro para - desbloquear upgrades!" + desc: >- + Este nível não te deu nenhuma recompensa, mas o próximo dará!

PS: É melhor não destruires a tua fábrica atual - Precisarás de todas essas formas no futuro para desbloquear upgrades! no_reward_freeplay: title: Próximo nível desc: Parabéns! Já agora, está planeado mais conteúdo para o jogo completo! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Balanceador + desc: O multifunctional balanceador foi desbloqueado - Pode ser usado + para construir fábricas maiores dividindo e juntando itens + por vários tapetes!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Junção (Compacto) + desc: Destravaste a junção variante do + balanceador - Aceita duas entradas e junta-as num só tapete! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Leitor de Tapete + desc: Tu desbloqueaste o leitor de tapete! Permite-te medir + o rendimento dum tapete.

E espera até desbloqueares fios - aí é que é super útil! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Rodar (180 degrees) + desc: Acabaste de desbloquear a versão de 180º do Rotador! - Deixa-te rodar formas por 180º (Surpresa! :D) reward_display: - title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + title: Display + desc: >- + Destravaste o Display - Conecta um sinal elétrico na camada de fios para visualizar-lo!

PS: + Reparaste que o leitor de tapetes e o armazém produz o último item lido por eles na camada de fios? Tenta mostrar isso num display! reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Sinal Constante + desc: Acabaste de destravar o edifício sinal constante na camada de fios! + Isto é útil conectado a um filtro de itens por exemplo.

+ O sinal constante pode emitir uma forma, + cor ou um booleano (1 / 0). reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Portões Lógicos + desc: "Tu desbloqueaste os portões lógicos! Não tens de estar excitado sobre isto, + mas é na verdade super fixe!

Com estes portões agora podes fazer operações booleanas + AND, OR, XOR e NOT!" reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Processamento Virtual + desc: >- + Acabei de te dar um monte de novos edifícios que permitem-te + simular o processamento de formas!

Podes agora + simular um cortador, rodar, empilhador e mais na camada de fios!

+ Com isto tens agora três opções para continuar o jogo:

- Construir + uma máquina automatizada para criar qualquer forma requerida + pelo edifício central (Isto é fixe, eu prometo!).

- Construir algo fixe com + fios.

- Continuar a jogar regularmente. Seja lá o que escolheres, lembra-te de te divertires! + reward_wires_painter_and_levers: + title: Fios e Pintor Quádruplo + desc: "Acabaste de desbloquear a Camada de Fios: É uma camada separada + no topo da camada normal e introduz um monte de novas mecânicas!

+ Para o início eu dei-te o Pintor Quádruplo - Conecta os slots que queres pintar na + camada de fios!

Para trocar para a camada de fios, pressiona E." + reward_filter: + title: Filtro de Itens + desc: Desbloqueaste o Filtro de Itens! Vai mandar items para a saída de topo ou para a saída da direita + dependendo se são iguais ao sinal da camada de fios.

Também podes passar um sinal booleano (1 / 0) para ativar-lo ou desativar-lo completamente. + reward_demo_end: + title: Fim da Demo + desc: Chegaste ao fim da versão demo! settings: title: Definições categories: @@ -714,9 +727,8 @@ settings: labels: uiScale: title: Escala da interface - description: Altera o tamanho da interface do utilizador. A interface será - redimensionada com base na resolução do teu dispositivo, mas - esta definição controla a escala. + description: >- + Altera o tamanho da interface do utilizador. A interface será redimensionada com base na resolução do teu dispositivo, mas esta definição controla a escala. scales: super_small: Super pequeno small: Pequeno @@ -725,7 +737,8 @@ settings: huge: Enorme scrollWheelSensitivity: title: Sensibilidade do zoom - description: Define o quão sensível é o zoom (Roda do rato ou trackpado). + description: >- + Define o quão sensível é o zoom (Roda do rato ou trackpad). sensitivity: super_slow: Muito lento slow: Lento @@ -734,41 +747,39 @@ settings: super_fast: Muito rápido language: title: Língua - description: Muda a língua. Todas as traduções são contribuições dos - utilizadores e podem estar incompletas! + description: >- + Muda a língua. Todas as traduções são contribuições dos utilizadores e podem estar incompletas! fullscreen: title: Ecrã inteiro - description: É recomendado jogar o jogo em ecrã inteiro para a melhor - experiência. Apenas disponível no jogo completo. + description: >- + É recomendado jogar o jogo em ecrã inteiro para a melhor experiência. Apenas disponível no jogo completo. soundsMuted: title: Desativar sons - description: Se ativado, desativa todos os sons. + description: >- + Se ativado, desativa todos os sons. musicMuted: title: Desativar música - description: Se ativado, desativa todas as músicas. + description: >- + Se ativado, desativa todas as músicas. theme: title: Tema do jogo - description: Escolhe o tema do jogo (claro / escuro). + description: >- + Escolhe o tema do jogo (claro / escuro). themes: dark: Escuro light: Claro refreshRate: title: Frequência - description: Se tens um monitor 144hz, muda a frequência para que o jogo simule - corretamente frequências de autalização altas. Isto pode - resultar em perda de FPS se o teu computador for demasiado - lento. + description: >- + Isto determina quantos game ticks ocorrem por segundo. No geral, uma frequência alta significa melhor precisão mas também pior desempenho. Em frequências baixas, o rendimento pode não ser exato. alwaysMultiplace: title: Colocação múltipla - description: Se ativado, todas as construções permanecerão selecionadas após a - colocação até cancelares. Isto é equivalente a pressionares - SHIFT permanentemente. + description: >- + Se ativado, todas as construções permanecerão selecionadas após a colocação até cancelares. Isto é equivalente a pressionares SHIFT permanentemente. offerHints: title: Dicas e tutoriais - description: Se ativado, dá dicas e tutoriais de apoio ao jogo. Adicionalmente, - esconde certos elementos da interface do utilizador até ao nível - em que são desbloqueados de forma a simplificar o início do - jogo. + description: >- + Se ativado, dá dicas e tutoriais de apoio ao jogo. Adicionalmente, esconde certos elementos da interface do utilizador até ao nível em que são desbloqueados de forma a simplificar o início do jogo. movementSpeed: title: Velocidade de movimentação description: Define quão rápida é a movimentação usando o teclado. @@ -781,17 +792,19 @@ settings: extremely_fast: Extremamente rápida enableTunnelSmartplace: title: Túneis inteligentes - description: Quando ativado, a colocação de túneis removerá tapetes - desnecessários automaticamente. Isto também permite arrastar - túneis e túneis em excesso serão removidos. + description: >- + Quando ativado, a colocação de túneis removerá tapetes desnecessários automaticamente. + Isto também permite arrastar túneis e túneis em excesso serão removidos. vignette: title: Vinheta - description: Ativa a vinheta, que escurece os cantos do ecrã e torna a leitura - do texto mais fácil. + description: >- + Ativa a vinheta, que escurece os cantos do ecrã e torna a leitura do texto + mais fácil. autosaveInterval: title: Intervalo de gravação automática - description: Define o quão frequentemente o jogo grava automaticamente. Também - podes desativar aqui. + description: >- + Define o quão frequentemente o jogo grava automaticamente. Também podes desativar + aqui. intervals: one_minute: 1 Minuto two_minutes: 2 Minutos @@ -801,68 +814,69 @@ settings: disabled: Desligado compactBuildingInfo: title: Informações de construções compactas - description: Encurta caixas de informação e apenas mostra os respetivos rácios. - Caso contrário é mostrada a descrição e a imagem. + description: >- + Encurta caixas de informação e apenas mostra os respetivos rácios. Caso contrário + é mostrada a descrição e a imagem. disableCutDeleteWarnings: title: Desativar Avisos de Corte/Eliminação - description: Desativa os avisos mostrados quando é feito o corte ou a eliminação - de mais de 100 entidades. + description: >- + Desativa os avisos mostrados quando é feito o corte ou a eliminação de mais de 100 + entidades. enableColorBlindHelper: title: Modo Daltónico - description: Ativa várias ferramentas que te permitirão jogar o jogo se fores - daltónico. + description: Ativa várias ferramentas que te permitirão jogar o jogo se fores daltónico. rotationByBuilding: title: Rotação por tipo de construção - description: Cada tipo construção lembra-se da última rotação que definiste. - Esta definição pode ser mais confortável se alterares - frequentemente a colocação de diferentes tipos de construções. + description: >- + Cada tipo de construção lembra-se da última rotação que definiste. + Esta definição pode ser mais confortável se alterares frequentemente + a colocação de diferentes tipos de construções. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Volume do Som + description: Define o volume para efeitos sonoros musicVolume: - title: Music Volume - description: Set the volume for music + title: Volume da Música + description: Define o volume para música lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Recursos de Mapa de Baixa Qualidade + description: >- + Simplifica a renderização de recursos quanto o mapa está ampliado para melhorar o desempenho. Até parece mais limpo, então lembra-te de experimentar! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Desativar Grelha + description: >- + Desativar a grelha pode ajudar com o desempenho. Isto também faz o jogo estar mais limpo! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Limpar Cursor com Clique Direito + description: >- + Ativado por default, limpa o cursos sempre que clicas no botão direito do rato enquanto tens um edifício selecionado para colocamento. + Se desativado, podes apagar edifícios fazendo um clique direito enquanto colocas um edifício. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Texturas de baixa qualidade (Feio) + description: >- + Usa texturas de baixa qualidade para melhorar o desempenho. Isto vai tornar o jogo muito feio! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Mostrar bordas de Chunks + description: >- + O jogo está dividido em pedaços de 16x16 quadrados, se esta definição estiver ativada + as bordas de cada pedaço são mostradas. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Selecionar extrator num remendo de recursos + description: >- + Ativado por default, seleciona o extrator se usares a pipeta enquanto estás num remendo de recursos. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Tapetes rolantes simplificados (Feio) + description: >- + Não renderiza itens em tapetes excepto quando tens o rato em cima do tapete para salvar desempenho. + Não recomendo jogares com esta definição a menos que absolutamente precisas do desempenho. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Ativar Mouse Pan + description: >- + Permite-te mover o mapa apenas movendo o rato aos cantos do ecrã. A velocidade depende da definição Velocidade de movimentação. rangeSliderPercentage: % keybindings: title: Atalhos - hint: "Tip: Utiliza o CTRL, o SHIFT e o ALT! Eles permitem diferentes opções de - posicionamento." + hint: >- + Tip: Utiliza o CTRL, o SHIFT e o ALT! Eles permitem diferentes opções de posicionamento. resetKeybindings: Resetar Atalhos categoryLabels: general: Aplicação @@ -897,7 +911,7 @@ keybindings: painter: Pintor trash: Lixo rotateWhilePlacing: Rotação - rotateInverseModifier: "Modifier: Rotação CCW" + rotateInverseModifier: "Modificador: Rotação CCW" cycleBuildingVariants: Mudar variantes confirmMassDelete: Confirmar eliminação em massa cycleBuildings: Mudar construções @@ -917,22 +931,24 @@ keybindings: menuClose: Fechar Menu switchLayers: Troca de camadas wire: Fio Elétrico - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing + balancer: Balanceador + storage: Armazém + constant_signal: Sinal Constante + logic_gate: Portões Lógicos + lever: Interruptor (normal) + lever_wires: Interruptor (fios) + filter: Filtro + wire_tunnel: Túnel de Fio display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter + reader: Leitor de Tapete + virtual_processor: Cortador Virtual transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + analyzer: Analisador de Forma + comparator: Comparador + item_producer: Produtor de Itens (Sandbox) + copyWireValue: "Fios: Copia o valor debaixo do cursor" about: - title: Sobre o jogo + title: Sobre o Jogo body: >- Este jogo é código aberto e desenvolvido por Tobias Springer @@ -956,62 +972,59 @@ demo: exportingBase: Exportar base como uma imagem settingNotAvailable: Não disponível no Demo. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - 'O edifício central aceita qualquer entrada, não apenas a forma atual!' + - Tem a certeza que as tuas fábricas são modulares - vai valer a pena! + - 'Não construas demasiado perto do edifício, ou vai ser um grande caos!' + - 'Se empilhar não funciona, tenta trocar as entradas.' + - Podes alternar a direção do planeador de tapete rolante ao pressionar R. + - Ao segurar CTRL podes arrastar tapetes rolantes sem auto-orientação. + - 'Os rácios continuam os mesmos, desde que todos os upgrades estejam no mesmo Nível.' + - Execução em série é mais eficiente que em paralelo. + - Vais desbloquear mais variações de edifícios mais tarde no jogo! + - Podes usar T para trocar entre as diferentes variantes. + - Simetria é a solução! + - Podes entrelaçar diferentes níveis de túneis. + - Tenta construir fábricas compactas - vai valer a pena! + - O pintor tem uma variante espelhada que podes selectionar com T + - Ter os rácios de edifícios corretos vai maximizar a eficiência. + - 'No nível máximo, 5 extratores vão encher um tapete.' + - Não te esqueças dos túneis! + - Não tens de dividir os itens uniformemente para eficiência máxima. + - Segurar SHIFT vai ativar o planeador de tapetes, deixando-te colocar longas linhas de tapetes facilmente. + - 'Os cortadores cortam sempre verticalmente, independentemente da sua orientação.' + - Para obter branco junta as três cores. + - O buffer do armazém prioritiza a primeira saída. + - Investe tempo para costruir designs repetiveis - vale a pena! + - Segurar CTRL permite-te colocar vários edifícios. + - Podes segurar ALT para inverter a direção de tapetes colocados. + - Eficiência é a solução! + - As formas que estão mais longes do edifício central são mais complexas. + - 'As Máquinas têm uma velocidade limitada, divide-as para eficiência máxima.' + - Usa balanceadores para maximizar a tua eficiência. + - Organização é importante. Tenta não cruzar tapetes demasiado. + - 'Planeja antecipadamente, ou vai ser um grande caos!' + - Não removas as tuas fábricas antigas! Vais precisar delas para desbloquear upgrades. + - Tenta superar o nível 18 sozinho sem procurar ajuda! + - 'Não complicas as coisas, tenta continuar simples e irás muito longe.' + - Talvez precises de reusar fábricas mais tarde no jogo. Planeia as tuas fábricas para serem reutilizáveis. + - Às vezes, podes encontrar uma forma necessária no mapa sem criar-la com empilhadoras. + - Moinhos de vento e cataventos completos nunca aparecem naturalmente. + - Pinta as tuas formas antes de cortar-las para eficiência máxima. + - 'Com módulos, o espaço é apenas uma percepção; uma preocupação para pessoas mortais.' + - Faz uma fábrica de diagramas separada. São importantes para módulos. + - 'Dá uma olhada ao misturador de cores, e as tuas questões serão respondidas.' + - Use CTRL + Clique para selecionar uma área. + - Construir demasiado perto do edifício central pode ficar no caminho de projetos futuros. + - O ícone de alfinete perto duma forma na lista de upgrades vai afixar-la ao ecrã. + - Junta todas as cores primárias juntas para fazer branco! + - 'Tu tens um mapa infinito, não limites a tua fábrica, expande!' + - Tenta também Factorio! É o meu jogo favorito. + - O cortador quádruplo corta no sentido dos ponteiros começando no canto superior direito! + - Podes fazer download dos teus savegames no menu principal! + - Este jogo tem muitos atalhos de teclado úteis! Não te esqueças de verificar a página de configurações. + - 'Este jogo tem muitas definições, não te esqueças de as verificar!' + - O marco para o teu edifício central tem uma pequena bússola para indicar a sua direção! + - 'Para limpar tapetes, corta a área e cola-a na mesma localização.' + - Pressiona F4 para mostrar os teus FPS e Tick Rate. + - Pressiona F4 duas vezes para mostrar a tile do teu rato e câmara. + - Podes clicar numa forma afixada no lado direito para desafixar-la. diff --git a/translations/base-ro.yaml b/translations/base-ro.yaml index a5220fbe..8f02109f 100644 --- a/translations/base-ro.yaml +++ b/translations/base-ro.yaml @@ -2,59 +2,51 @@ steamPage: shortText: shapez.io este un joc despre construirea fabricilor pentru a automatiza crearea și combinarea a din ce in ce mai complexe forme într-o hartă infinită. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Be sure to check out my trello board for the full roadmap! global: loading: Se Încarcă error: Eroare @@ -129,7 +121,9 @@ dialogs: text: "Încercarea de încărcat savegame-ul a eșuat:" confirmSavegameDelete: title: Confirmă ștergerea - text: Ești sigur că vrei să ștergi acest joc? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Eroare la ștergere text: "Nu a reușit să se ștearga savegame-ul:" @@ -184,9 +178,8 @@ dialogs: rulante.
" createMarker: title: Nou waypoint - desc: Dă-i un nume plin de înțeles, de asemenea poți include a codul - scurt al unei forme (Pe care îl poți genera here) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: Poți crea decât două waypoint-uri personalizate în demo. Ia standalone-ul @@ -211,6 +204,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Move @@ -349,6 +347,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Benzi, Distribuitor & Tunele @@ -424,8 +454,9 @@ buildings: input-ul de sus. quad: name: Mașină de pictat (Quad) - description: Permite colorarea fiecărui cadrant al formei cu o culoare diferită - . + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Mașină de pictat description: Colorează întreaga formă din input-ul stâng folosind culoarea din @@ -439,6 +470,7 @@ buildings: deliver: Deliver toUnlock: pentru a debloca levelShortcut: LVL + endOfDemo: End of Demo wire: default: name: Energy Wire @@ -552,13 +584,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Tăierea formelor - desc: Tocmai ai deblocat tăietorul - taie forme pe jumate de - jos în sus indiferent de orientație!

Ține - minte să scapi de deșeuri, altfel se va opri - În - acest scop ți-am dat un gunoi, care distruge tot ce pui în el! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotitul desc: rotater-ul a fost deblocat! El rotește formele la 90 de @@ -581,10 +620,9 @@ storyRewards: pus peste input-ul stâng! reward_splitter: title: Distribuitor/Combinator - desc: Multifuncționalul distribuitor a fost deblocat - El poate - fi folosit pentru a construi fabrici mai mari prin - distribuirea și combinarea obiectelor pe benzi - multiple!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunelul a fost deblocat - Acum poți deplasa obiecte prin @@ -597,9 +635,10 @@ storyRewards: printre variante
! reward_miner_chainable: title: Chaining Extractor - desc: Ai deblocat Extractorul în lanț! El își poate - transmite resursele la alte extractoare ca tu să - poți extrage resurse mai eficient! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: Ai deblocat o variantă nouă a tunelului - El are @@ -614,19 +653,20 @@ storyRewards: desc: Ai deblocat o variantă a Mașini de pictat - Funcționează la fel ca o mașină de pictat normală dar, procesează două forme odată consumând doar o culoare în loc de două! - reward_painter_quad: - title: Pictatul quadruplu - desc: Ai deblocat o variantă a Mașini de pictat - Ea permite să - pictezi fiecare parte a formei individual! reward_storage: title: Depozitul - desc: Ai deblocat o variantă a gunoiului - El permite să - depoziți obiecte până într-o capacitate dată! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Jocul liber - desc: Ai făcut-o! Ai deblocat modul de joc liber! Asta înseamnă - că formele sunt acum generate aleatoriu! (Fără griji, mai mult - conținut este planificat pentru versiunea standalone!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Planuri desc: Acum poți copia și lipi părți ale fabrici tale! @@ -664,17 +704,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -698,6 +733,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Setări categories: @@ -922,7 +974,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -931,6 +982,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Despre acest joc body: >- @@ -1015,3 +1068,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-ru.yaml b/translations/base-ru.yaml index 7ac4e31b..8d7ab01c 100644 --- a/translations/base-ru.yaml +++ b/translations/base-ru.yaml @@ -1,59 +1,51 @@ steamPage: shortText: shapez.io — это игра о строительстве фабрик для автоматизации создания и объединения все более сложных фигур на бесконечной карте. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io — это игра о строительстве фабрик для автоматизации создания и объединения все более сложных фигур на бесконечной карте. Развивайтесь в игре и открывайте улучшения для ускорения фабрики, после доставки запрошенных ресурсов. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - По мере увеличения спроса на фигуры вам придется увеличивать свою фабрику, чтобы удовлетворить спрос. Однако, не забывайте о ресурсах, несмотря на то что вы будете расширятся на [b]бесконечной карте[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Вскоре вам придется смешивать цвета и красить ими фигуры. Комбинируйте красный, зеленый и синий красители для получения разных цветов и красьте ими фигуры, чтобы удовлетворить спрос. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Эта игра имеет 18 уровней развития (но и они займут вас на часы!), но я постоянно добавляю новый контент - там многое запланировано! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Покупка игры даст доступ к полной версии, которая имеет дополнительные функции, а также вы получите доступ к недавно разработанным функциям. - - [b]Преимущества полной версии[/b] - - [list] - [*] Темный Режим - [*] Неограниченные Метки - [*] Неограниченные Сохранения - [*] Дополнительные настройки - [*] Скоро: Провода & Энергия! Запланировано (примерно) на конец июля 2020 года. - [*] Скоро: Больше уровней - [*] Позволит мне дальше разрабатывать shapez.io ❤️ - [/list] - - [b]Будущие обновления[/b] - - Я очень часто обновляю игру и пытаюсь обновлять ее как минимум каждую неделю! - - [list] - [*] Различные карты и испытания (например, карты с препятствиями) - [*] Пазлы (Доставить запрошенную фигуру с ограничением пространства / набора зданий) - [*] Режим истории, где здания стоят фигуры - [*] Настраиваемый генератор карт (настройка ресурса / размера фигуры / плотности, семя и т.д.) - [*] Дополнительные типы фигур - [*] Улучшения производительности (игра уже работает довольно хорошо!) - [*] И многое другое! - [/list] - - [b]Это игра с открытым исходным кодом![/b] - - Любой может внести свой вклад, я активно участвую в жизни сообщества и пытаюсь рассмотреть все предложения и по возможности принять во внимание отзывы. Не забудьте проверить мою доску Trello со всеми планами! - - [b]Ссылки[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Официальный Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Планы[/url] - [*] [url=https://www.reddit.com/r/shapezio]Сабреддит[/url] - [*] [url=https://github.com/tobspr/shapez.io]Исходный код (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Помочь с переводом[/url] - [/list] - discordLink: Официальный Discord - Общайся со мной! + Be sure to check out my trello board for the full roadmap! global: loading: Загрузка error: Ошибка @@ -129,7 +121,9 @@ dialogs: text: Не удалось загрузить сохранение игры. confirmSavegameDelete: title: Подтвердите удаление. - text: Вы действительно хотите удалить сохранение игры? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Ошибка удаления text: Не удалось удалить сохранение игры. @@ -183,10 +177,8 @@ dialogs: Инвертировать направление размещаемых конвейерных лент.
" createMarker: title: Новый маркер - desc: Дайте ему содержательное имя, также можно добавить - сокращение в виде фигуры (Которое можно - сгенерировать здесь) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Редактирование маркера markerDemoLimit: desc: Вы можете создать только 2 своих маркера в демо-версии. Приобретите полную @@ -212,6 +204,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Передвижение @@ -349,6 +346,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Конвейеры, Разделители & Туннели @@ -423,7 +452,9 @@ buildings: description: Красит фигуру из левых входов красителем из перпендикулярного. quad: name: Покрасчик (4Вх.) - description: Позволяет раскрасить каждую четверть фигуры разными цветами. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Покрасчик description: Красит всю фигуру из левого входа красителем из перпендикулярного. @@ -435,6 +466,7 @@ buildings: deliver: Доставить toUnlock: чтобы открыть levelShortcut: Ур. + endOfDemo: End of Demo wire: default: name: Энерг. провод @@ -548,14 +580,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Разрезание Фигур - desc: Вы только что открыли резак - он разрезает фигуры пополам - сверху вниз независимо от их ориентации!

- Обязательно избавьтесь от отходов, иначе он - остановится - для этого я дал вам мусорку, которая - уничтожит все, что в нее поместить! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Вращение desc: Разблокирован вращатель! Он поворачивает фигуры по @@ -578,9 +616,9 @@ storyRewards: правого входа наложится на фигуру из левого! reward_splitter: title: Разделитель / Соединитель - desc: Разблокирован многофункциональный разделитель! Его можно - использовать для создания больших фабрик путем разделения и - соединения конвейеров!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Туннель desc: Разблокирован туннель! Теперь вы можете транспортировать @@ -592,9 +630,10 @@ storyRewards: нажмите 'T', чтобы переключить вариант! reward_miner_chainable: title: Цепной Экстрактор - desc: Разблокирован цепной экстрактор! Он может - передавать свои ресурсы другим экстракторам, чтобы - вы могли эффективнее извлекать ресурсы! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Туннель II desc: Разблокирован новый вариант туннеля с большей @@ -608,19 +647,20 @@ storyRewards: desc: Разблокирован вариант покрасчика - он работает как обычный покрасчик, но обрабатывает две фигуры одновременно, потребляя только один краситель вместо двух! - reward_painter_quad: - title: Покрасчик (4 Входа) - desc: Разблокирован вариант покрасчика - он позволяет отдельно - раскрашивать каждую четверть фигуры! reward_storage: title: Буферное Хранилище - desc: Разблокирован вариант мусорки - он позволяет хранить - предметы до заданной вместимости! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Свободная игра - desc: У вас получилось! Разблокирован режим свободной игры! Это - означает, что фигуры теперь генерируются случайным образом! (Не - беспокойтесь, больше контента планируется в полной версии!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Чертежи desc: Теперь вы можете копировать и вставлять части вашей @@ -656,17 +696,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -690,6 +725,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Настройки categories: @@ -917,7 +969,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -926,6 +977,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Об игре body: >- @@ -1010,3 +1063,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-sl.yaml b/translations/base-sl.yaml index 49328153..98f31548 100644 --- a/translations/base-sl.yaml +++ b/translations/base-sl.yaml @@ -2,57 +2,51 @@ steamPage: shortText: shapez.io je igra grajenja tovarne katere cilj je avtomatiziranje kreiranja in procesiranja vse bolj zapletenih oblik na neskončni ravnini. - discordLink: Uradni Discord - Pridruži se klepetu! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io je igra grajenja tovarne katere cilj je avtomatiziranje kreiranja in procesiranja vse bolj zapletenih oblik na neskončni ravnini. Ob dostavi zahtevanih oblik boste napredovali v igri in odklenili nadgradnje, da boste pospešili tovarno. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Ko se bo povpraševanje po oblikah povečalo, boste morali prilagoditi svojo tovarno, da bo zadostilo povpraševanju. Ne pozabite na vire, morali pa se boste razširiti čez [b]neskončno ravnino[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Kmalu boste morali mešati barve in z njimi barvati svoje oblike - Združite rdeče, zelene in modre barvne vire, da ustvarite različne barve in z njimi barvate oblike, da zadostite povpraševanju. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - V tej igri je 18 progresivnih stopenj (ki vas bodo zaposlile za več ur!), Vendar nenehno dodajam novo vsebino - načrtovanih novosti je veliko! Nakup igre vam omogoča dostop do samostojne različice, ki ima dodatne funkcije, prav tako pa boste imeli dostop do novo razvitih funkcij. + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - [img]{STEAM_APP_IMAGE}/extras/header_standalone_advantages.png[/img] - - [list] - [*] Temna tema - [*] Neomejeno označb - [*] Neomejeno shranjenih tovarn - [*] Dodatne nastavitve - [*] Prihaja kmalu: Žice in energija! Prihajajo (približno) konec julija 2020. - [*] Prihaja kmalu: Več stopenj - [*] Omogoča mi nadaljni razvoj shapez.io ❤️ - [/list] - - [img]{STEAM_APP_IMAGE}/extras/header_future_updates.png[/img] - - Igro posodabljam zelo pogosto in poskušam dodati novosti vsaj vsak teden! - - [list] - [*] Različni zemljevidi in izzivi (npr. Zemljevidi z ovirami) - [*] Izzivi (vnesite želeno obliko z omejenim območjem / nizom zgradb) - [*] Način zgodbe, kjer imajo stavbe stroške/cene - [*] Nastavljiv generator zemljevidov (konfigurirajte velikost / gostoto oblik /, seme in več) - [*] Dodatne vrste oblik - [*] Izboljšanje zmogljivosti (igra že sedaj deluje zelo dobro!) - [*] In veliko več! - [/list] - - [img]{STEAM_APP_IMAGE}/extras/header_open_source.png[/img] - - Vsakdo lahko prispeva, aktivno sem vključen v skupnost in poskušam pregledati vse predloge in upoštevati povratne informacije, kjer je to mogoče. Bodite prepričani, da si oglejte mojo Trello ploščo za celoten načrt! - - [img]{STEAM_APP_IMAGE}/extras/header_links.png[/img] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Uradni Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Načrtovane posodobitve[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Izvorna Koda (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Pomagaj pri prevodu[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Loading error: Error @@ -127,7 +121,9 @@ dialogs: text: "Failed to load your savegame:" confirmSavegameDelete: title: Confirm deletion - text: Are you sure you want to delete the game? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Failed to delete text: "Failed to delete the savegame:" @@ -186,8 +182,7 @@ dialogs: createMarker: title: New Marker desc: Give it a meaningful name, you can also include a short - key of a shape (Which you can generate here) + key
of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: You can only create two custom markers in the demo. Get the standalone for @@ -204,6 +199,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Move @@ -341,6 +341,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Belts, Distributor & Tunnels @@ -359,6 +391,7 @@ buildings: deliver: Deliver toUnlock: to unlock levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Conveyor Belt @@ -429,8 +462,9 @@ buildings: input. quad: name: Painter (Quad) - description: Allows you to color each quadrant of the shape with a different - color. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Trash @@ -540,14 +574,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Cutting Shapes - desc: You just unlocked the cutter - it cuts shapes half from - top to bottom regardless of its - orientation!

Be sure to get rid of the waste, or otherwise - it will stall - For this purpose I gave you a - trash, which destroys everything you put into it! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotating desc: The rotater has been unlocked! It rotates shapes @@ -570,9 +610,9 @@ storyRewards: stacked on top of the left input! reward_splitter: title: Splitter/Merger - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: The tunnel has been unlocked - You can now tunnel items @@ -585,9 +625,10 @@ storyRewards: variants! reward_miner_chainable: title: Chaining Extractor - desc: You have unlocked the chaining extractor! It can + desc: "You have unlocked the chained extractor! It can forward its resources to other extractors so you - can more efficiently extract resources! + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: You have unlocked a new variant of the tunnel - It has a @@ -602,19 +643,20 @@ storyRewards: desc: You have unlocked a variant of the painter - It works as the regular painter but processes two shapes at once consuming just one color instead of two! - reward_painter_quad: - title: Quad Painting - desc: You have unlocked a variant of the painter - It allows - you to paint each part of the shape individually! reward_storage: title: Storage Buffer - desc: You have unlocked a variant of the trash - It allows you - to store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Freeplay desc: You did it! You unlocked the free-play mode! This means - that shapes are now randomly generated! (No worries, more content is - planned for the standalone!) + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Blueprints desc: You can now copy and paste parts of your factory! Select @@ -649,17 +691,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -683,6 +720,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Settings categories: @@ -903,7 +957,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -912,6 +965,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: About this Game body: >- @@ -996,3 +1051,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-sr.yaml b/translations/base-sr.yaml index 757e76ca..b01fe87d 100644 --- a/translations/base-sr.yaml +++ b/translations/base-sr.yaml @@ -1,62 +1,51 @@ steamPage: shortText: shapez.io je igra o pravljenju fabrika za automatizaciju stvaranja i spajanja sve složenijih oblika na beskonačno velikoj mapi. - discordLink: Oficijalni Discord server - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io je igra o pravljenju fabrika za automatizaciju stvaranja i spajanja sve složenijih oblika na beskonačno velikoj mapi. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Nakon dostavljanja zahtevanog oblika napredovaćete u igri i oključaćete nadogradnje za bržu fabriku. + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Kako potražnja za oblicima raste, da bi zadovoljili potražnju, moraćete da uvećate fabriku - Ne zaboravite na resurse, proširićete se na [b]beskonačnoj mapi[/b]! + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - Vrlo brzo moraćete da mešate boje i farbate oblike - Pomešajte crvenu, zelenu i plavu rudu boje da biste dobili različite boje i ofarbajte oblik kako bi ispunili zahteve potražnje. + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Igra sadrži 18 progresivnih nivoa (Koji će vas zaokupirati satima!) i stalno dodajem nove stvari - Mnogo toga je planirano! - - Kupovinom igre dobijate pristup samostalnoj verziji koja poseduje dodatne funkcije, a dobićete i pristup novorazvijenim funkcijama. - - [b]Prednosti samostalne igre[/b] - - [list] - [*] Tamna tema - [*] Neobraničen broj putokaza - [*] Neograničen broj sačuvanih igara - [*] Dodatna podešavanja - [*] Uskoro: Žice i Energija! Predviđeno (otprilike) za kraj Jula 2020. - [*] Uskoro: Više nivoa - [*] Omogućavate mi da dalje radim na shapez.io ❤️ - [/list] - - [b]Buduća ažuriranja[/b] - - Trudim se da stalno ažuriram igru i da dostavim ažuriranje makar jednom nedeljno! - - [list] - [*] Različite mape i izazovi (npr. mapa sa preprekama) - [*] Slagalice (Dostavite odgovaraćuji oblik, ali uz ograničen broj građevina / oblasti) - [*] Način igre u kojem građevine imaju cenu - [*] Podesiv generator mapa (Prilagođena veličina/gustina oblika/resursa, i još.) - [*] Dodatne vrste oblika - [*] Poboljšanje performansi (Igra je već prilično fluidna!) - [*] I još mnogo toga! - [/list] - - [b]Ovo je igra otvorenog koda![/b] - - - Svako može da doprinese igri, Aktivno interagujem sa zajednicom i, kad god je to moguće, pokušavam i uzmem u obzir sve predloge i povratne informacije. Obavezno posetite potpuni plan koji se nalazi na trello tabli! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Oficijalni Discord server[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Plan[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Izvorni kod (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Pomozite sa prevođenjem[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Učitavanje error: Greška @@ -132,7 +121,9 @@ dialogs: text: "Neuspešno učitavanje sačuvane igre:" confirmSavegameDelete: title: Potrvrdi brisanje - text: Da li ste sigurni da želite da obrišete sačuvanu igru? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Greška prilikom brisanja text: "Neuspešno brisanje sačuvane igre:" @@ -191,9 +182,8 @@ dialogs: createMarker: title: Novi Putokaz titleEdit: Uredi Putokaz - desc: Dajte mu smisleno ime. Možete koristiti i kod oblika - (Koji možete napraviti ovde) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: U demo verziji možete imati samo dva putokaza istovremeno. Nabavite samostalnu igru za beskonačno mnogo putokaza! @@ -209,6 +199,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Kretanje @@ -346,6 +341,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Trake, Delioci i Tuneli @@ -364,6 +391,7 @@ buildings: deliver: Dostavite toUnlock: kako bi otključali levelShortcut: LVL + endOfDemo: End of Demo belt: default: name: Pokretna traka @@ -432,7 +460,9 @@ buildings: description: Farba ceo oblik na levom ulazu bojom sa gornjeg ulaza. quad: name: Farbač (četvorostruki) - description: Omogućava farbanje svake četvrtine oblika različitom bojom. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Smeće @@ -542,13 +572,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Rezanje Oblika - desc: Rezač je otključan! On reže oblike od vrha prema - dnu bez obzira na orijentaciju građevine!

Višak se - mora odbaciti kako bi se izbegao zastoj. - Za tu - svrhu postoji smeće, koje uništava sve što uđe u njega. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Obrtanje desc: Obrtač je otključan! On okreće oblike za 90 stepeni u @@ -570,9 +607,9 @@ storyRewards: vrh levog! reward_splitter: title: Deljenje/Spajanje - desc: Multifunkcionalni balanser je otključan! Može ga se - iskoristiti za deljenje i spajanje oblika na više - pokretnih traka!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunel desc: Tunel je otključan - Omogućava prenos stvari ispod traka @@ -584,8 +621,10 @@ storyRewards: pritisni 'T' za menjanje njegove varijacije! reward_miner_chainable: title: Lančani rudar - desc: Otključan je lančani rudar! On može da prosledi - svoje resurse drugim rudarima radi efikasnijeg rudarenja! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunel II Reda desc: Otključana je nova varijacija tunela - On ima @@ -600,19 +639,20 @@ storyRewards: desc: Varijacija farbača je otključana - Radi isti posao kao običan farbač, ali može ofarbati dva oblika odjednom po ceni jedne boje umesto dve! - reward_painter_quad: - title: Četvorostruki Farbač - desc: Varijacija farbača je otključana - Omogućava farbanje - pojedinačnih delova oblika! reward_storage: title: Skladište - desc: Varijacija smeća je otključana - Omogućava skladištenje - predmeta do određenog kapaciteta! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Slobodna Igra - desc: Uspeli ste! Otključali ste mod slobodne igre! Oblici su - od sada nasumično generisani! (Bez brige, više sadržaja je planirano - za samostalnu igru!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Nacrti desc: Sada možete da kopirate i nalepljujete delove fabrike! @@ -649,17 +689,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -683,6 +718,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Podešavanja categories: @@ -903,7 +955,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -912,6 +963,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: O Igri body: >- @@ -996,3 +1049,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-sv.yaml b/translations/base-sv.yaml index 565b097a..eb55b77f 100644 --- a/translations/base-sv.yaml +++ b/translations/base-sv.yaml @@ -1,59 +1,51 @@ steamPage: shortText: shapez.io är ett spel som går ut på att automatisera skapandet av former med ökande komplexitet inom den oändligt stora världen. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Officiel Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Be sure to check out my trello board for the full roadmap! global: loading: Laddar error: Error @@ -129,7 +121,8 @@ dialogs: text: "Kunde inte ladda sparfil:" confirmSavegameDelete: title: Bekräfta radering - text: Är du säker på att du vill radera spelet? + text: Är du säker på att du vill ta bort följande spel?

+ '' på nivå

Detta kan inte ångras! savegameDeletionError: title: Kunde inte radera text: "Kunde inte radera sparfil:" @@ -183,9 +176,8 @@ dialogs: rullband.
" createMarker: title: Ny Markör - desc: Ge den ett meningsfullt namn, du kan också inkludera en kort - kod av en form (Vilket du kan generera här ) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Ändra Markör markerDemoLimit: desc: Du kan endast ha två markörer i demoversionen. Skaffa den fristående @@ -209,8 +201,11 @@ dialogs: descShortKey: ... or enter the short key of a shape (Which you can generate here) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Byt namn på sparfil + desc: Du kan byta namn på din sparfil här. + entityWarning: + title: Prestanda varning + desc: Du har placerat väldigt många byggnader, det här är bara en vänlig påminnelse att spelet inte klarar av ett oändligt antal av byggnader - så försök hålla dina fabriker kompakta! ingame: keybindingsOverlay: moveMap: Flytta @@ -234,7 +229,7 @@ ingame: switchLayers: Byt lager buildingPlacement: cycleBuildingVariants: Tryck ned För att bläddra igenom varianter. - hotkeyLabel: "Hotkey: " + hotkeyLabel: "Snabbtangent: " infoTexts: speed: Hastighet range: Räckvidd @@ -251,7 +246,7 @@ ingame: notifications: newUpgrade: En ny uppgradering är tillgänglig! gameSaved: Ditt spel har sparats. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Nivå har blivit avklarad! shop: title: Upgraderingar buttonUnlock: Upgradera @@ -343,11 +338,43 @@ ingame: shapeViewer: title: Lager empty: Tom - copyKey: Copy Key + copyKey: Kopiera nyckel connectedMiners: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo-version + desc: Klicka här för att se fördelarna med Steam-versionen! + get_on_steam: Skaffa på Steam + standaloneAdvantages: + title: Skaffa den fulla versionen! + no_thanks: Nej tack! + points: + levels: + title: 12 nya nivåer! + desc: Totalt 26 nivåer! + buildings: + title: 18 nya byggnader! + desc: Automatisera din fabrik fullkomligt! + savegames: + title: ∞ med sparfiler + desc: Så många som du bara vill! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ med markeringar! + desc: Tappa aldrig bort dig i din fabrik längre! + wires: + title: Kablar + desc: En helt ny dimension! + darkmode: + title: Mörkt läge + desc: Sluta skada dina ögon! + support: + title: Stöd mig + desc: Jag utvecklar det på min fritid! shopUpgrades: belt: name: Rullband, Distributörer & Tunnlar @@ -421,7 +448,9 @@ buildings: description: Färgar formerna på de vänstra ingångarna med färgen från den högra. quad: name: Färgläggare (Quad) - description: Låter dig färglägga varje hörn av formen med olika färger. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Färgläggare description: Färgar hela formen på den vänstra ingången med färgen från den @@ -434,6 +463,7 @@ buildings: deliver: Leverera toUnlock: Att låsa upp levelShortcut: LVL + endOfDemo: End of Demo wire: default: name: Energy Wire @@ -547,14 +577,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Att klippa former - desc: Du låste just upp klipparen - den klipper former på - hälften från topp till botten oavsett dess - orientation!

Se till att ta bort allt överskott, annars - kommer det att skapa uppehåll - Av denna anledning - gav jag dig skräphantering, vilket förstör allt du inputtar! + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Rotation desc: Roteraren har blivit upplåst! Den roterar former 90 @@ -577,10 +613,9 @@ storyRewards: staplas över den vänstra! reward_splitter: title: Delning/Sammanslagning - desc: Den multifunktionella balanseraren har blivit upplåst - - Den kan användas för att bygga större fabriker genom att - dela eller slå ihop objekt till flera - rullband!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Tunnel desc: Tunneln blivit upplåst- Du kan nu transportera saker @@ -592,9 +627,10 @@ storyRewards: tryck ned 'T' för att bläddra genom dess varianter! reward_miner_chainable: title: Kedjeextraktor - desc: Du har låst upp Kedjeextraktorn! Den kan föra - sina resurser framåt till andra extraktorer så att du kan - mer effektivt extrahera resurser! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Tunnel Tier II desc: Du har låst upp en ny variant av tunneln - Den har en @@ -611,19 +647,20 @@ storyRewards: fungerar som en vanlig färgläggare fast den färglägger två former åt gången och använder bara en färg istället för två! - reward_painter_quad: - title: Quad Färgläggning - desc: Du har låst upp en ny variant av Färgläggaren - Den låter - dig färglägga varje del av en form individuellt! reward_storage: title: Förvaringsbuffert - desc: Du har låst upp en ny variant av skräphantering - Den - låter dig förvara objekt upp till en viss kapacitet! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Friläge - desc: Du gjorde det! Du låste upp friläge! Det betyder att - former är nu slumpmässigt genererade! (oroa dig inte, mer innehåll - är planerat för den fristående versionen!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Ritningar desc: Du kan nu kopiera och klistra in delar av din fabrik! @@ -658,20 +695,14 @@ storyRewards: measure the throughput of a belt.

And wait until you unlock wires - then it gets really useful! reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Roterare (180 grader) + desc: Du låste precis upp roteraren! - Den låter dig rotera former med 180 grader (Vilken överraskning! :D) reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -695,6 +726,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: Slutet av demo-versionen + desc: Du har nått slutet av demo-versionen! settings: title: Inställningar categories: @@ -811,11 +859,11 @@ settings: individuellt. Detta kan vara mer bekvämt om du ofta bytar byggnader som du placerar. soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Ljudvolym + description: Ställ in volymen för ljudeffekter musicVolume: - title: Music Volume - description: Set the volume for music + title: Musikvolym + description: Ställ in volymen för musiken lowQualityMapResources: title: Low Quality Map Resources description: Simplifies the rendering of resources on the map when zoomed in to @@ -908,15 +956,14 @@ keybindings: lockBeltDirection: Sätt på rullbandsplanerare switchDirectionLockSide: "Planerare: Byt sida" pipette: Pipett - menuClose: Close Menu - switchLayers: Switch layers - wire: Energy Wire + menuClose: Stäng meny + switchLayers: Byt lager + wire: Elkabel balancer: Balancer - storage: Storage - constant_signal: Constant Signal + storage: Lagring + constant_signal: Konstant signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -925,6 +972,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Om detta spel body: >- @@ -950,12 +999,12 @@ demo: exportingBase: Exportera hela fabriken som en bild settingNotAvailable: Inte tillgänglig i demoversionen. tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. + - Hubben accepterar alla sorters former, inte bara den nuvarande formen! + - Se till så dina fabriker är flexibla - det lönar sig! + - Bygg inte för nära hubben, det blir kaos! + - Om staplingen inte fungerar som förväntat kan du prova byta om dess inputs. + - Du kan ändra på bältplanneranens riktning genom att trycka R. + - Genom att hålla nere CTRL kan du dra belt utan auto-orientering. - Ratios stay the same, as long as all upgrades are on the same Tier. - Serial execution is more efficient than parallel. - You will unlock more variants of buildings later in the game! @@ -1009,3 +1058,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-tr.yaml b/translations/base-tr.yaml index 35667dde..0335a976 100644 --- a/translations/base-tr.yaml +++ b/translations/base-tr.yaml @@ -1,60 +1,51 @@ steamPage: shortText: shapez.io giderek karmaşıklaşan şekillerin sonsuz bir harita üzerinde üretimi ve birleştirilmesi hakında bir oyundur. - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io geometrik şekillerin otomatik üretimi için fabrika + kurabildiğiniz sakinleştirici bir oyundur. - shapez.io giderek karmaşıklaşan şekillerin sonsuz bir harita üzerinde üretimi ve birleştirilmesi hakında bir oyundur. Talep edilen şekilleri verdikten sonra oyundaki geliştirmeleri açıp fabrikanızı hızlandırabilirsiniz. + Seviye arttıkça şekiller daha karmaşık hale gelecek ve sonsuz haritada genişlemen gerekecek! - Şekiller için talep artınca fabrikanı büyütüp talebi karşılamalısın - Kaynakları unutma! Sonsuz [b]sonsuz haritada[/b] genişlemen gerekecek! + Ve bu yeterli değilmiş gibi, şekiller için talebi karşılamak için daha fazla üretim yapmalısın - buna tek yardımcı olacak şey ise genişleme! - Yakında renkleri karıştırman ve şekileri boyaman gerekecek - Talebi karşılamak için kırmızı, mavi ve yeşili karıştırıp şekilleri boyacaksın + En başta sadece şekilleri işlerken, sonradan onları boyaman gerekecek - bunun için boyaları çıkarmalı ve karıştırmalısın! - Bu oyun 18 kademeli seviye içerir (Seni saatlerce meşgul tutumalı) ama sürekli yeni şeyler ekliyorum - Ekleyecek çok şey var! + Oyunu Steam'de satın almak tam sürüme erişimi sağlayacak, ama herzaman shapez.io deneme sürümünü oynayıp sonradan karar verebilirsin! + title_advantages: Bağımsıza özel Avantajlar + advantages: + - 12 Yeni Seviye toplamda 26 seviye. + - 18 Yeni Yapı tam otomatik bir fabrika için! + - 20 Geliştirme Aşaması saatlerce eğlence için! + - Kablolar Güncellemesi tamamen yeni bir boyut için! + - Gece Modu! + - Sınırsız Oyun Kaydı + - Sınırsız Yerimi + - Beni destekleyin! ❤️ + title_future: Planlanan İçerik + planned: + - Taslak Kütüphanesi (Bağımsıza Özel) + - Steam Başarımları + - Yapboz Modu + - Küçük Harita + - Modlar + - Kum Kutusu Modu + - ... ve daha fazlası! + title_open_source: Bu oyun açık kaynak kodlu! + title_links: Bağlantılar + links: + discord: Resmi Discord Sunucusu + roadmap: Yol Haritası + subreddit: Subreddit + source_code: Kaynak kodu (GitHub) + translate: Çeviriye yardım et + text_open_source: >- + Herkes bu oyuna katkıda bulunabilir. Toplulukla aktif bir şekilde + ilgileniyorum. Bütün önerileri ve geri dönüşleri incelemeye çalışıyorum + ve mümkün olanları değerlendirmeye alıyorum. - Bu oyunu satın almak indirilebilir versiyonuna (Ek özellikler var) ve yeni özeliklerine erişebileceksiniz. - - [b]İndirebilir versiyonun avantajları[/b] - - [list] - [*] Karanlık mod - [*] Sonsuz işaret - [*] Sonsuz kayıt alanı - [*] Ek ayarlar - [*] Yakında geliyor: Kablo ve enerji! Temmuz sonunu hedefliyorum. - [*] Yakında geliyor: Daha fazla seviyeler - [*] Shapez.io'yu geliştirmeme izin veriyor ❤️ - [/list] - - [b]Gelecek güncellemeler[/b] - - Oyunu sık sık güncelliyorum ve en az haftada bir güncellemeye çalışıyorum! - - [list] - [*] Farklı haritalar ve görevler (Örneğin engelli haritalar) - [*] Yapbozlar (İstenen şekilleri kısıtlı bir alanda / belli yapılar ile) - [*] Hikaye modu ile yapıların maliyeti olacak. - [*] Ayarlanabilir harita yapımı(Ayarlanabilir kaynak/şekil boyut/sıklığı, seedler ve daha fazlası) - [*] Ek şekiller - [*] Performans optimizasyonları (oyun zaten iyi çalışıyor) - [*] Ve daha fazlası - [/list] - - [b]Bu oyun açık kaynaklı![/b] - - Bu oyuna herkes katkıda bulunabilir! Aktif olarak toplulukğa katkıda bulunuyorum ve bütün önerileri gözden geçirmeye çalışıyorum. Yol planıma Trello'dan bakmayı unutmayın! - - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Dİscord'umuz[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]yol planı[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]KAynak kodu (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Çevirmeye yardımcı olun[/url] - [/list] - discordLink: Official Discord - Chat with me! + Bütün yol haritasına Trello kartımda göz atmayı unutma! global: loading: Yüklenİyor error: Hata @@ -76,8 +67,8 @@ global: oneDayAgo: bir gün önce xDaysAgo: gün önce secondsShort: sn - minutesAndSecondsShort: dk sn - hoursAndMinutesShort: sa dk + minutesAndSecondsShort: dk dk + hoursAndMinutesShort: sa sa xMinutes: dakika keys: tab: TAB @@ -129,7 +120,9 @@ dialogs: text: "Oyun yükleme başarısız:" confirmSavegameDelete: title: Silme işlemini onayla - text: Oyunu silmek istediğinizden emin misiniz? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Silme başarısız text: "Oyun kaydını silme başarısız:" @@ -181,10 +174,8 @@ dialogs: taşıma bantlarının yönünü ters çevirir.
" createMarker: title: Yeni Konum İşareti - desc: İşarete anlamlı bir isim verin, aynı zamanda (buradan - oluşturabileceğiniz) bir şeklin sembolünü - ekleyebilirsiniz. + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Konum İşaretini Düzenle markerDemoLimit: desc: Deneme sürümünde sadece iki adet yer imi oluşturabilirsiniz. Sınırsız yer @@ -203,13 +194,17 @@ dialogs: desc: Seçili yapıları yapıştırmak için yeterli kaynağınız yok! Kesmek istediğinize emin misiniz? editSignal: - title: Set Signal - descItems: "Choose a pre-defined item:" - descShortKey: ... or enter the short key of a shape (Which you - can generate here) + title: Sinyal Ata + descItems: "Önceden tanımlı bir eşya seçin:" + descShortKey: ... veya şekil kodunu girin (Buradan + edinebileceğiniz) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: Oyun Kaydının Yeniden Adlandır + desc: Oyun kaydını buradan adlandırabilirsiniz. + entityWarning: + title: Performans Uyarısı + desc: Dostça bir uyarı; Çok fazla yapı inşa ettiniz. Oyun sınırsız sayıda + yapıyla başa çıkamaz - Bu yüzden fabrikalarınızı az ama öz tutun! ingame: keybindingsOverlay: moveMap: Hareket Et @@ -225,7 +220,7 @@ ingame: delete: SİL pasteLastBlueprint: Son taslağı yapıştır lockBeltDirection: Taşıma bandı planlayıcısını kullan - plannerSwitchSide: Flip planner side + plannerSwitchSide: Planlayıcıyı ters çevir cutSelection: Kes copySelection: Kopyala clearSelection: Seçİmİ temİzle @@ -250,10 +245,10 @@ ingame: notifications: newUpgrade: Yeni geliştirme mevcut! gameSaved: Oyun kaydedildi. - freeplayLevelComplete: Level has been completed! + freeplayLevelComplete: Seviye tamamlandı! shop: - title: Geliştirmeler - buttonUnlock: Geliştir + title: Gelİştİrmeler + buttonUnlock: Gelİştİr tier: Aşama tierLabels: - I @@ -295,7 +290,7 @@ ingame: minute: / m hour: / h settingsMenu: - playtime: Oynama zamani + playtime: Oynama zamanı buildingsPlaced: Yapılar beltsPlaced: Taşıma bantları buttons: @@ -343,15 +338,47 @@ ingame: empty: Boş copyKey: Şekil Kodunu Kopyala connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 Üretici + n_miners: Üretici + limited_items: Sınır + watermark: + title: Deneme sürümü + desc: Steam sürümü avantajlarını görmek için buraya tıklayın! + get_on_steam: Steam'de al + standaloneAdvantages: + title: Tam versiyonu al! + no_thanks: Hayır, teşekkürler! + points: + levels: + title: 12 Yeni Seviye + desc: Toplamda 26 seviye! + buildings: + title: 18 Yeni Yapı + desc: Fabrikanı tamamen otomatikleştir! + savegames: + title: ∞ Oyun Kayıtları + desc: Canın ne kadar isterse! + upgrades: + title: 20 Geliştirme Aşaması + desc: Bu deneme sürümünde sadece 5 tane var! + markers: + title: ∞ Yer imleri + desc: Fabrikanda asla kaybolma! + wires: + title: Kablolar + desc: Tamamen yeni bir boyut! + darkmode: + title: Gece Modu + desc: Gözlerini artık yorma! + support: + title: Beni destekleyin + desc: Boş zamanımda bu oyunu geliştiriyorum! shopUpgrades: belt: name: Taşıma Bandı, Dağıtıcılar & Tüneller description: Hız x → x miner: - name: Üretme + name: Üretici description: Hız x → x processors: name: Kesme, Döndürme & Kaynaştırıcı @@ -364,6 +391,7 @@ buildings: deliver: Teslİm et toUnlock: Açılacak levelShortcut: SVY + endOfDemo: Deneme Sürümünün Sonu belt: default: name: Taşıma Bandı @@ -375,7 +403,8 @@ buildings: description: Bir şekli veya rengi üretmek için üzerlerini yerleştir. chainable: name: Üretİcİ (Zİncİrleme) - description: Place over a shape or color to extract it. Can be chained. + description: Bir şekli veya rengi üretmek için üzerlerini yerleştir. Zincirleme + bağlanabilir. underground_belt: default: name: Tünel @@ -403,8 +432,8 @@ buildings: name: Döndürücü (Saat Yönünün Tersİ) description: Şekilleri saat yönünün tersinde 90 derece döndürür. rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: Dödürücü (180 Derece) + description: Şekilleri 180 derece döndürür. stacker: default: name: Kaynaştırıcı @@ -413,146 +442,152 @@ buildings: mixer: default: name: Renk Karıştırıcısı - description: Mixes two colors using additive blending. İki rengi eklemeli renk - metoduyla birleştirir. + description: İki rengi eklemeli renk metoduyla birleştirir. painter: default: name: Boyayıcı description: Sol girdideki bütün şekli sağ girdideki renk ile boyar. double: - name: Boyayıcı (Çİft) + name: Boyayıcı (İkili) description: Sol girdideki şekilleri yukarı girdideki renk ile boyar. quad: name: Boyayıcı (Dörtlü) - description: Şeklin her çeyreğinin farklı bir renkle boyanmasını sağlar. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: Boyayıcı - description: Sol girdideki bütün şekli sağ girdideki renk ile boyar. + description: Sol girdideki bütün şekli aşağı girdideki renk ile boyar. trash: default: name: Çöp description: Her yönden giren girdileri yok eder. Tamamen. wire: default: - name: Enerji Kablosu - description: Enerji aktarmayı sağlar. + name: Kablo + description: Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar. + Farklı renkteki kablolar bağlanamaz. second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: Kablo + description: Sinyali, eşyalar veya ikili değerler(1 / 0), aktarmayı sağlar. + Farklı renkteki kablolar bağlanamaz. + wire_tunnel: + default: + name: Kablo Tüneli + description: İki farklı kabloyu birbirine bağlamadan bir köprü oluşturur. balancer: default: - name: Balancer - description: Multifunctional - Evenly distributes all inputs onto all outputs. + name: Dengeleyici + description: Çok işlevli - bütün girdileri eşit olarak bütün çıkışlara dağıtır. merger: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Bİrleştİrİcİ (tekİl) + description: İki taşıma bandını bir çıktı verecek şekilde birleştirir. merger-inverse: - name: Merger (compact) - description: Merges two conveyor belts into one. + name: Birleştİrİcİ (tekİl) + description: İki taşıma bandını bir çıktı verecek şekilde birleştirir. splitter: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Ayırıcı (tekİl) + description: Bir taşıma bandını iki çıktı verecek şekilde ayırır. splitter-inverse: - name: Splitter (compact) - description: Splits one conveyor belt into two. + name: Ayırıcı (tekİl) + description: Bir taşıma bandını iki çıktı verecek şekilde ayırır. storage: default: name: Storage - description: Stores excess items, up to a given capacity. Prioritizes the left - output and can be used as an overflow gate. - wire_tunnel: - default: - name: Wire Crossing - description: Allows to cross two wires without connecting them. + description: Belirli bir sınıra kadar fazla eşyaları depolar. Taşırma kapısı + olarak kullanıla bilir. constant_signal: default: - name: Constant Signal - description: Emits a constant signal, which can be either a shape, color or - boolean (1 / 0). + name: Sabit Sinyal + description: Şekil, renk veya ikili değer (1 / 0) olan sabit bir sinyal + gönderir. lever: default: - name: Switch - description: Can be toggled to emit a boolean signal (1 / 0) on the wires layer, - which can then be used to control for example an item filter. + name: Anahtar + description: Kablolarda ikili sinyal (1 / 0) gönderebilmek için açılıp + kapanabilir. Örneğin bir eşya filtresini kontrol etmek için + kullanılabilir. logic_gate: default: - name: AND Gate - description: Emits a boolean "1" if both inputs are truthy. (Truthy means shape, - color or boolean "1") + name: AND Kapısı + description: Eğer iki girdi de doğruysa, bu kapı"1" sinyali gönderir. (Doğru; + bir şekil, renk veya "1" girdisi demektir.) not: - name: NOT Gate - description: Emits a boolean "1" if the input is not truthy. (Truthy means - shape, color or boolean "1") + name: NOT Kapısı + description: Eğer girdi doğru değilse, bu kapı "1" sinyali gönderir. (Doğru; bir + şekil, renk veya "1" girdisi demektir.) xor: - name: XOR Gate - description: Emits a boolean "1" if one of the inputs is truthy, but not both. - (Truthy means shape, color or boolean "1") + name: XOR Kapısı + description: Eğer iki girdiden sadece biri "1" sinyali alıyorsa, bu kapı "1" + gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.) or: - name: OR Gate - description: Emits a boolean "1" if one of the inputs is truthy. (Truthy means - shape, color or boolean "1") + name: OR Kapısı + description: Eğer iki girdiden herhangi biri "1" sinyali alıyorsa, bu kapı "1" + gönderir. (Doğru; bir şekil, renk veya "1" girdisi demektir.) transistor: default: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: Transistör + description: Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir. + (Şekil, renk veya "1"). mirrored: - name: Transistor - description: Forwards the bottom input if the side input is truthy (a shape, - color or "1"). + name: Transistör + description: Eğer yan girdi doğruysa aşağı doğru sinyal akışına izin verir. + (Şekil, renk veya "1"). filter: default: - name: Filter - description: Connect a signal to route all matching items to the top and the - remaining to the right. Can be controlled with boolean signals - too. + name: Filtre + description: Bütün eşleşen eşyaları yukarı, geri kalanını aşağı göndermek için + bir sinyal bağla. İkili (1/0) sinyaller ile de kontrol + edilebilir. display: default: - name: Display - description: Connect a signal to show it on the display - It can be a shape, - color or boolean. + name: Ekran + description: Ekranda göstermek için bir sinyal bağla - Bu sinyal bir şekil, renk + veya ikili değer (1/0) olabilir. reader: default: - name: Belt Reader - description: Allows to measure the average belt throughput. Outputs the last - read item on the wires layer (once unlocked). + name: Band Okuyucu + description: Bant üzerindeki ortalama hızı ölçer. Kablo katmanında son okunan + eşyayı gösterir (açıldığında). analyzer: default: - name: Shape Analyzer - description: Analyzes the top right quadrant of the lowest layer of the shape - and returns its shape and color. + name: Şekil Analizcisi + description: Şeklin en alt katmanında sağ üst köşesinde bulunan şekli analiz + eder, şekli ve rengini verir. comparator: default: - name: Compare - description: Returns boolean "1" if both signals are exactly equal. Can compare - shapes, items and booleans. + name: Karşılaştırıcı + description: Eğer iki sinyal aynıysa "1" çıktısı verir. Şekiller, eşyalar ve + ikili değerler karşılaştırılabilir. virtual_processor: default: - name: Virtual Cutter - description: Virtually cuts the shape into two halves. + name: Sanal Kesici + description: Sanal olarak şekli ikiye böler. rotater: - name: Virtual Rotater - description: Virtually rotates the shape, both clockwise and counter-clockwise. + name: Sanal Döndürücü + description: Sanal olarak şekli saat yönünde veya saatin tersi yönünde döndürür. unstacker: - name: Virtual Unstacker - description: Virtually extracts the topmost layer to the right output and the - remaining ones to the left. + name: Sanal Katman Ayırıcı + description: Sanal olarak şeklin en üstteki katmanını ayırarak sağ çıktıya ve + geri kalanları sol çıktıya verir. stacker: - name: Virtual Stacker - description: Virtually stacks the right shape onto the left. + name: Sanal Kaynaştırıcı + description: Sanal olarak sağdaki şekli soldaki şeklin üstüne kaynaştırır. painter: - name: Virtual Painter - description: Virtually paints the shape from the bottom input with the shape on - the right input. + name: Sanal Boyayıcı + description: Sanal olarak aşağı girdideki şekli sağ girdideki renk ile boyar. + item_producer: + default: + name: Eşya Üretici + description: Sadece kum kutusu modunda açık, kablo katmanındaki sinyali normal + katmanda çıktı olarak verir. storyRewards: reward_cutter_and_trash: title: Şekİllerİ Kesmek - desc: Az önce kesici açıldı - kesici şekilleri - yukarıdan aşağıya ikiye böler konumu ne olursa - olsun!

Kullanılmayan çıktılardan kurtulmayı unutma, - yoksa kesim durur. Bu sepeble size, herşeyi yok - eden bir çöp verdim! + desc: Kesici açıldı, bu alet şekilleri yönelimi ne + olursa olsun ortadan ikiye böler!

Çıkan şekilleri kullanmayı veya + çöpe atmayı unutma yoksa makine tıkanır! - Bu nedenle sana gönderdiğin + bütün her şeyi yok eden çöpü de verdim! reward_rotater: title: Döndürme desc: Döndürücü açıldı! Döndürücü şekilleri saat yönüne 90 @@ -561,7 +596,7 @@ storyRewards: title: Boyama desc: "Boyayıcı açıldı - Biraz renk üretin (tıpkı şekiller gibi) ve şekil boyamak için rengi boyayıcıda bir şekille - birleştirin!

NOT: Renkleri daha kolay ayırt etmek için + birleştirin!

NOT: Renkleri daha kolay ayırt etmek için ayarlardan renk körü modunu kullanabilirsiniz!" reward_mixer: title: Renk Karıştırma @@ -575,10 +610,7 @@ storyRewards: üzerine kaynaştırılır! reward_splitter: title: Ayırıcı/Bİrleştİrİcİ - desc: Çok fonksiyonlu dengeleyici açıldı - Eşyaları - birden fazla taşıma bandı üzerinde ayırarak ve - birleştirerek daha büyük fabrikalar kurabilmek için - kullanılabilir!

+ desc: Bir taşıma bandını iki çıktı verecek şekilde birleştirir! reward_tunnel: title: Tünel desc: Tünel açıldı - Artık eşyaları taşıma bantları ve yapılar @@ -591,16 +623,14 @@ storyRewards: bas! reward_miner_chainable: title: Zincirleme Üretİm - desc: Zincirleme üretici açıldı! Zincirleme üretici - kendi kaynaklarını diğer üreticilere aktarabilir. - Böylece daha etkili üretim sağlayabilirsin! + desc: "Zincirleme Üreticiyi açtın! Çıkardığı eşyayı önündeki + üreticiye aktarabilir böylelikle madenleri daha efektif kullana bilirsin!

+ NOT: Eski üretici Zincirleme Üretici ile değiştirildi!" reward_underground_belt_tier_2: title: Tünel Aşama II - desc: You have unlocked a new variant of the tunnel - It has a - bigger range, and you can also mix-n-match those - tunnels now! Tünelin başka bir türünü açtın - Bu - tünelin menzili daha yüksek ve tünel türlerini - artık içiçe kullanabilirsin! + desc: Tünelin başka bir türünü açtın - Bu tünelin menzili + daha yüksek ve tünel türlerini artık içiçe + kullanabilirsin! reward_cutter_quad: title: Çeyreğİnİ Kesme desc: Kesicinin yeni bir türünü açtın - Bu tür şekilleri iki @@ -610,19 +640,11 @@ storyRewards: desc: Boyayıcının başka bir türünü açtın - Sıradan bir boyayıcı gibi çalışır, fakat iki şekli birden boyayarak iki boya yerine sadece bir boya harcar! - reward_painter_quad: - title: Dörtlü Boyama - desc: Boyayıcının başka bir türünü açtın - Şeklin her parçasının - bağımsız olarak boyanmasını sağlar! reward_storage: - title: Depo Sağlayıcı - desc: Çöpün farklı bir türünü açtın - Bu tür belirli bir sınıra - kadar eşyaları depolamanı sağlar! - reward_freeplay: - title: Özgür Mod - desc: Başardın! Özgür mod açıldı! Merkeze istenilen şekiller - artık rastgele oluşturulacak! (Merak etme, yeni içerikler - planlanıyor!) + title: Depo + desc: Depoyu açtınız! - Gönderdiğin eşyaları içinde biriktirir!

+ Öncelikli olarak sol tarafından eşyaları gönderir eğer sol taraf tıkanırsa sağ taraftan gödermeye başlar. + Bunu fazlalık eşyaları değerlendirmek için kullanabilirsin! reward_blueprints: title: Taslaklar desc: Fabrikanın bölümlerini artık kopyalayıp @@ -633,72 +655,83 @@ storyRewards: (Az önce teslim ettiğin şekiller). no_reward: title: Sonrakİ Sevİye - desc: "Bu seviyede ödül yok, ama sonrakinde var!

NOT: En iyisi eski - fabrikalarını yok etme - Ürettiğin bütün
şekillere - geliştirmeleri açmak için
Not: Şu anki fabrikalarını yok etmemeni öneririm + - Daha sonra Geliştirmeleri açmak için bütün hepsine ihtiyacın olacak!" no_reward_freeplay: title: Sonrakİ Sevİye - desc: Tebrikler! Bu arada, yeni içerikler planlanıyor! + desc: Tebrikler! + reward_freeplay: + title: Özgür Mod + desc: Başardın! Özgür modu açtın! Bu artık gelen şekillerin + rastgele oluşacağı anlamına geliyor!

+ Bundan sonra ana bölge belirli bir miktar eşya değil belirli bir miktar eşya geliş hızına + bağlı olarak level atlayacaksın, istenilen şekilleri otomatik olarak yapacak bir fabrika inşa etmeni + öneririm!

Ana bölgenin istediği şekil kablo katmanında sol taraftan sinyal olarak gönderiliyor, + yani sadece bu şekli analiz ederek üretecek tamen otomatik bir alet yapman yeterli. + reward_demo_end: + title: Deneme Sürümünün Sonu + desc: Deneme sürümünün sonuna geldin! reward_balancer: - title: Balancer - desc: The multifunctional balancer has been unlocked - It can - be used to build bigger factories by splitting and merging - items onto multiple belts!

+ title: Dengeleyici + desc: Çok işlevli - bütün girdileri eşit olarak bütün çıkışlara dağıtır.!

reward_merger: - title: Compact Merger - desc: You have unlocked a merger variant of the - balancer - It accepts two inputs and merges them - into one belt! + title: Tekil Birleştirici + desc: İki taşıma bandını bir çıktı verecek şekilde birleştirir! reward_belt_reader: - title: Belt reader - desc: You have now unlocked the belt reader! It allows you to - measure the throughput of a belt.

And wait until you unlock - wires - then it gets really useful! + title: Bant Okuyucu + desc: Bant okuyucu açıldı! Bu yapı taşıma bandındaki akış + hızını ölçmeyi sağlar.

Kabloları açana kadar bekle - o zaman + çok kullanışlı olacak. reward_rotater_180: - title: Rotater (180 degrees) - desc: You just unlocked the 180 degress rotater! - It allows - you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! + title: Dödürücü (180 derece) + desc: 180 derece döndürücüyü açtınız! - Şekilleri + 180 derece döndürür (Süpriz! :D) reward_display: - title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + title: Ekran + desc: "Ekranda göstermek için bir sinyal bağla - Bu sinyal bir şekil, renk + veya ikili değer (1/0) olabilir" reward_constant_signal: - title: Constant Signal - desc: You unlocked the constant signal building on the wires - layer! This is useful to connect it to item filters - for example.

The constant signal can emit a - shape, color or - boolean (1 / 0). + title: Sabit Sinyal + desc: Şekil, renk veya ikili değer (1 / 0) olan sabit bir sinyal + gönderir. reward_logic_gates: - title: Logic Gates - desc: You unlocked logic gates! You don't have to be excited - about this, but it's actually super cool!

With those gates - you can now compute AND, OR, XOR and NOT operations.

As a - bonus on top I also just gave you a transistor! + title: Mantık Kapıları + desc: Mantık kapıları açıldı! Çok heyecanlanmana gerek yok, ama + bu gerçekten havalı!

Bu kapılarla artık AND, OR, XOR veya + NOT işlemlerini hesaplatabilirsin.

Bonus olarak sana bir de + transistör verdim! reward_virtual_processing: - title: Virtual Processing - desc: I just gave a whole bunch of new buildings which allow you to - simulate the processing of shapes!

You can - now simulate a cutter, rotater, stacker and more on the wires layer! - With this you now have three options to continue the game:

- - Build an automated machine to create any possible - shape requested by the HUB (I recommend to try it!).

- Build - something cool with wires.

- Continue to play - regulary.

Whatever you choose, remember to have fun! + title: Sanal İşleme + desc: Az önce bir sürü yen yapıya sahip oldun. Bu yapılar şekillerin + işlenmelerini sanal olarak denemeni sağlayacak!

+ Artık bir kesiciyi, döndürücüyü, kaynaştırıcıyı ve daha fazlasını + kablo katmanında deneyebilirsin! Bununla birlikte oyuna devam + edebilmek için 3 seçeneğin var:

- Merkez tarafından talep + edilen her türlü şekli üretecek otomatik bir makine + inşa et (Denemeni tavsiye ederim!).

- Kablolarla havalı + birşeyler inşa et.

- Oyuna normal bir şekilde devam + et.

Ne seçersen seç eğlenmeyi unutma! + reward_wires_painter_and_levers: + title: Kablolar ve Dörtlü Boyayıcı + desc: "Az önce Kablo Katmanını açtın: Normal oyunun bulunduğu + katmanın üzerinde ayrı bir katmandır ve bir sürü yeni özelliği + vardır!

Başlangıç olarak senin için Dörtlü + Boyayıcıyı açıyorum. - Kablo katmanında boyamak için + istediğin hatları bağla!

Kablo katmanına geçiş yapmak için + E tuşunu kullan." + reward_filter: + title: Eşya Filtresi + desc: Eşya filtresini açtın! Kablo katmanından gelen sinyalle + eşleşmelerine bağlı olarak eşyaları yukarıdaki yada aşağıdaki çıkışa + yönlendirir.

Ayrıca filtreyi tamamen açıp kapatmak için + ikili sinyal (1 / 0) kullanabilirsin. settings: title: Ayarlar categories: general: Genel userInterface: Kullanıcı Arayüzü advanced: Gelİşmİş - performance: Performance + performance: Performans versionBadges: dev: Geliştirme staging: Yükseltme @@ -763,16 +796,17 @@ settings: description: İpuçları ve eğitimleri açar. Ayrıca bazı arayüz elemanlarını oyunun daha kolay öğrenilebilmesi için gizler. enableTunnelSmartplace: - title: Smart Tunnels - description: When enabled, placing tunnels will automatically remove unnecessary - belts. This also enables to drag tunnels and excess tunnels will - get removed. + title: Akıllı Tüneller + description: Aktif edildiği zaman, inşa edilen tüneller yol üzerindeki işe + yaramayan bantları otomatik olarak siler. Bu ayar aynı zamanda + tünellerin çekilerek inşa edilmesi ve aşırı uzağa yerleştirilen + tünel uçlarının silinmesini de sağlar. vignette: title: Gölgelendİrme description: Gölgelendirmeyi açar. Gölgelendirme ekranın köşelerini karartır ve yazıları daha kolay okuyabilmeinizi sağlar. autosaveInterval: - title: Otomatik Kayıt Sıklığı + title: Otomatİk Kayıt Sıklığı description: Oyunun hangi sıklıkta kaydedileceğini belirler. Ayrıca otomatik kayıt tamamen kapatılabilir. intervals: @@ -783,7 +817,7 @@ settings: twenty_minutes: 20 Dakika disabled: Devredışı compactBuildingInfo: - title: Derlİ Toplu Yapı Bilgileri + title: Derlİ Toplu Yapı Bİlgİlerİ description: Yapıların bilgi kutularını sadece oranlarını göstecek şekilde kısaltır. Aksi taktirde yapının açıklaması ve resmi gösterilir. disableCutDeleteWarnings: @@ -795,63 +829,60 @@ settings: description: Eğer renkleri seçemiyorsanız oyunu ayarlamak için çeşitli araç gereçleri aktif eder. rotationByBuilding: - title: Rotation by building type + title: Yapı Türüne Göre Döndür description: Her yapı türü en son kullanıldığı yönü hatırlar. Yerleştirdiğiniz yapıları sıklıkla değiştiriyorsanız bu ayar oynanyışınızı rahatlatabilir. movementSpeed: - title: Movement speed - description: Changes how fast the view moves when using the keyboard or moving - the mouse to the screen borders. + title: Hareket Hızı + description: Haritanın klavye veya fare ile gezinme hızını değiştirir. speeds: - super_slow: Super slow - slow: Slow - regular: Regular - fast: Fast - super_fast: Super Fast - extremely_fast: Extremely Fast + super_slow: Çok Yavaş + slow: Yavaş + regular: Normal + fast: Hızlı + super_fast: Çok Hızlı + extremely_fast: Aşırı Hızlı soundVolume: - title: Sound Volume - description: Set the volume for sound effects + title: Ses Ayarı + description: Ses efektlerinin seviyesini ayarlar musicVolume: - title: Music Volume - description: Set the volume for music + title: Müzİk Ayarı + description: Müzik seviyesini ayarlar lowQualityMapResources: - title: Low Quality Map Resources - description: Simplifies the rendering of resources on the map when zoomed in to - improve performance. It even looks cleaner, so be sure to try it - out! + title: Düşük Kalİte Harİta Kaynakları + description: Oyun performansını artırmak için haritada görünen kaynakların çizim + kalitesinin sadeleştirir. Kaynaklar daha açık görüneceğinde bu + özelliği bir dene! disableTileGrid: - title: Disable Grid - description: Disabling the tile grid can help with the performance. This also - makes the game look cleaner! + title: Harİta Çİzgİlerİnİ Gizle + description: Harita çizgilerini gizlemek oyun performansına yardımcı olabilir. + Aynı zamanda oyunun daha açık görünmesini sağlar! clearCursorOnDeleteWhilePlacing: - title: Clear Cursor on Right Click - description: Enabled by default, clears the cursor whenever you right click - while you have a building selected for placement. If disabled, - you can delete buildings by right-clicking while placing a - building. + title: Sağ Tık İnşa İptalİ + description: Varsayılan olarak açık. Özellik açıksa, inşa modundayken sağ yık + yapıldığında inşa modundan çıkar. Eğer özellik kapalıysa, inşa + modundan çıkmadan var olan yapıları sağ tık ile silebilirsiniz. lowQualityTextures: - title: Low quality textures (Ugly) - description: Uses low quality textures to save performance. This will make the - game look very ugly! + title: Düşük Kalİte Görüntü (Çirkin) + description: Performans için düşük kalite görüntü kullanır. Bu oyunun daha + çirkin görünmesine sebep olur! displayChunkBorders: - title: Display Chunk Borders - description: The game is divided into chunks of 16x16 tiles, if this setting is - enabled the borders of each chunk are displayed. + title: Harİta Alan Sınırlarını Göster + description: Oyun 16'ya 16 alanlardan oluşur. Bu seçenek aktif olduğunda alan + sınırları görüntülenir. pickMinerOnPatch: - title: Pick miner on resource patch - description: Enabled by default, selects the miner if you use the pipette when - hovering a resource patch. + title: Kaynak Üzerinde Üretİcİ Seç + description: Varsayılan olarak açık. Eğer pipet bir kaynağın üzerinde + kullanılırsa, üreteç yapısı inşa için seçilir. simplifiedBelts: - title: Simplified Belts (Ugly) - description: Does not render belt items except when hovering the belt to save - performance. I do not recommend to play with this setting if you - do not absolutely need the performance. + title: Sadeleştİrİlmİş Bantlar (Çirkin) + description: Taşıma bandı üzerindeki eşyalar görüntülenmez, eğer fare imleci + taşıma bandı üzerinde değilse. Eğer gerçekten performansa + ihtiyacınız yoksa bu ayarla oynamanız tavsiye edilmez. enableMousePan: - title: Enable Mouse Pan - description: Allows to move the map by moving the cursor to the edges of the - screen. The speed depends on the Movement Speed setting. + title: Fare Kaydırarak Hareket Etme + description: Fareyi ekranın köşelerine getirerek hareket ettirmeyi sağlar. rangeSliderPercentage: % keybindings: title: Tuş Atamaları @@ -911,34 +942,35 @@ keybindings: menuClose: Menüyü Kapat switchLayers: Katman değiştir wire: Enerji Kablosu - balancer: Balancer - storage: Storage - constant_signal: Constant Signal - logic_gate: Logic Gate - lever: Switch (regular) - lever_wires: Switch (wires) - filter: Filter - wire_tunnel: Wire Crossing - display: Display - reader: Belt Reader - virtual_processor: Virtual Cutter + balancer: Dengeleyici + storage: Depo + constant_signal: Sabit Sinyal + logic_gate: Mantık Kapısı + lever: Anahtar (normal) + filter: Filtre + wire_tunnel: Kablo Köprüsü + display: Ekran + reader: Bant Okuyucu + virtual_processor: Sanal Kesici transistor: Transistor - analyzer: Shape Analyzer - comparator: Compare + analyzer: Şekil Analizcisi + comparator: Karşılaştırıcı + item_producer: Eşya Üretici (Kum Kutusu) + copyWireValue: "Kablo: Fare altındaki değeri kopyala" about: title: Oyun Hakkında body: >- - This game is open source and developed by Tobias Springer - (this is me).

+ Bu oyun açık kaynaklıdır ve Tobias Springer (bu benim) tarafından + geliştirilmektedir.

- If you want to contribute, check out shapez.io on github.

+ Eğer katkıda bulunmak istiyorsanız, shapez.io Github sayfasına göz atın.

- This game wouldn't have been possible without the great Discord community around my games - You should really join the Discord server!

+ Bu oyunu yapmak, oyunlarımın etrafındaki büyük Discord topluluğu olmasaydı mümkün olmayacaktı - Gerçekten Discord sunucusuna katılmalısın!

- The soundtrack was made by Peppsen - He's awesome.

+ Oyun müzikleri Peppsen tarafından yapıldı - Harika biri.

- Finally, huge thanks to my best friend Niklas - Without our factorio sessions this game would never have existed. + Son olarak, en iyi arkadaşım Niklas'a büyük teşekkürler. Factorio oyunlarımız olmasaydı bu oyun hiç var olmamış olacaktı. changelog: title: Değİşİklİk Günlüğü demo: @@ -950,62 +982,76 @@ demo: exportingBase: Bütün merkezi resim olarak dışa aktarma settingNotAvailable: Demo sürümünde mevcut değil tips: - - The hub accepts input of any kind, not just the current shape! - - Make sure your factories are modular - it will pay out! - - Don't build too close to the hub, or it will be a huge chaos! - - If stacking does not work, try switching the inputs. - - You can toggle the belt planner direction by pressing R. - - Holding CTRL allows dragging of belts without auto-orientation. - - Ratios stay the same, as long as all upgrades are on the same Tier. - - Serial execution is more efficient than parallel. - - You will unlock more variants of buildings later in the game! - - You can use T to switch between different variants. - - Symmetry is key! - - You can weave different tiers of tunnels. - - Try to build compact factories - it will pay out! - - The painter has a mirrored variant which you can select with T - - Having the right building ratios will maximize efficiency. - - At maximum level, 5 extractors will fill a single belt. - - Don't forget about tunnels! - - You don't need to divide up items evenly for full efficiency. - - Holding SHIFT will activate the belt planner, letting you place - long lines of belts easily. - - Cutters always cut vertically, regardless of their orientation. - - To get white mix all three colors. - - The storage buffer priorities the first output. - - Invest time to build repeatable designs - it's worth it! - - Holding CTRL allows to place multiple buildings. - - You can hold ALT to invert the direction of placed belts. - - Efficiency is key! - - Shape patches that are further away from the hub are more complex. - - Machines have a limited speed, divide them up for maximum efficiency. - - Use balancers to maximize your efficiency. - - Organization is important. Try not to cross conveyors too much. - - Plan in advance, or it will be a huge chaos! - - Don't remove your old factories! You'll need them to unlock upgrades. - - Try beating level 20 on your own before seeking for help! - - Don't complicate things, try to stay simple and you'll go far. - - You may need to re-use factories later in the game. Plan your factories to - be re-usable. - - Sometimes, you can find a needed shape in the map without creating it with - stackers. - - Full windmills / pinwheels can never spawn naturally. - - Color your shapes before cutting for maximum efficiency. - - With modules, space is merely a perception; a concern for mortal men. - - Make a separate blueprint factory. They're important for modules. - - Have a closer look on the color mixer, and your questions will be answered. - - Use CTRL + Click to select an area. - - Building too close to the hub can get in the way of later projects. - - The pin icon next to each shape in the upgrade list pins it to the screen. - - Mix all primary colors together to make white! - - You have an infinite map, don't cramp your factory, expand! - - Also try Factorio! It's my favorite game. - - The quad cutter cuts clockwise starting from the top right! - - You can download your savegames in the main menu! - - This game has a lot of useful keybindings! Be sure to check out the - settings page. - - This game has a lot of settings, be sure to check them out! - - The marker to your hub has a small compass to indicate its direction! - - To clear belts, cut the area and then paste it at the same location. - - Press F4 to show your FPS and Tick Rate. - - Press F4 twice to show the tile of your mouse and camera. + - Merkez, sadece mevcut şekli değil, her türlü girişi kabul eder! + - Fabrikalarınızın modüler olduğundan emin olun - karşılığını alırsınız! + - Merkeze çok yakın inşa etmeyin, yoksa büyük bir karmaşa yaratır! + - Kaynaştırma çalışmazsa, girişleri değiştirmeyi deneyin. + - R'ye basarak bant planlayıcı yönünü değiştirebilirsiniz. + - CTRL tuşunun basılı tutulması bantların otomatik yönlendirme + olmadan sürüklenmesine izin verir. + - Tüm yükseltmeler aynı seviyede olduğu sürece oranlar aynı kalır. + - Seri işlem, paralelden daha verimlidir. + - Oyunun ilerleyen bölümlerinde daha fazla yapı çeşidinin kilidini + açacaksınız! + - Farklı yapı çeşitleri arasında geçiş yapmak için T'yi + kullanabilirsiniz. + - Simetri işin püf noktasıdır! + - Farklı tünel çeşitlerini içiçe kullanabilirsiniz. + - Düzenli fabrikalar kurmaya çalışın - karşılığını alırsınız! + - Boyayıcının, T ile seçebileceğiniz aynaya göre ters bir çeşidi + vardır. + - Doğru yapı oranlarına sahip olmak verimliliği en üst düzeye çıkaracaktır. + - En üst seviyeye geliştirilmiş 5 üretici tek bir bandı dolduracaktır. + - Tünelleri unutma! + - Tam verimlilik için öğeleri eşit olarak bölmenize gerek yoktur. + - SHIFT tuşunu basılı tutmak bant planlayıcıyı etkinleştirir ve uzun + taşıma hatlarını kolayca yerleştirmenize izin verir. + - Kesiciler, kendi yönlerinden bağımsız olarak daima dikey olarak keserler. + - Beyaz renk elde etmek için üç rengi birbiriyle karıştırın. + - Depolama yapısı ilk çıktıya öncelik verir. + - Tekrarlanabilir tasarımlar oluşturmak için zaman ayırın - buna değer! + - CTRL tuşunu basılı tutmak, birden çok yapı yerleştirmeye izin verir. + - Yerleştirilen bantların yönünü ters çevirmek için ALT tuşunu basılı + tutabilirsiniz. + - Verimlilik işin püf noktasıdır! + - Merkezden daha uzaktaki şekil kaynakları daha karmaşıktır. + - Makinelerin sınırlı bir hızı vardır, bunları maksimum verimlilik için + bölün. + - Verimliliğinizi en üst düzeye çıkarmak için dengeleyiciler kullanın. + - Organizasyon önemlidir. Bantları çok fazla birbirlerine dik geçirmemeye + çalışın. + - Yapacaklarınızı önceden planlayın, yoksa büyük bir kaos olur! + - Eski fabrikalarınızı kaldırmayın! Yükseltmelerin kilidini açmak için + onlara ihtiyacınız olacak. + - Yardım aramadan önce 20. seviyeyi kendi başına geçmeyi dene! + - İşleri karıştırmayın, basit kalmaya çalışın. Sonrasında çok + ilerleyeceksiniz. + - Fabrikaları oyunun ilerleyen bölümlerinde yeniden kullanmanız gerekebilir. + Fabrikalarınızı yeniden kullanılabilecek şekilde planlayın. + - Bazen gerekli bir şekli oluşturmadan, haritada kaynak olarak + bulabilirsiniz. + - Tam yel değirmenleri / fırıldaklar asla doğal olarak ortaya çıkamaz. + - Maksimum verimlilik için şekillerinizi kesmeden önce renklendirin. + - Modülleri ile uzay yalnızca bir algıdır; ölümlü insanlar için bir endişe + kaynağı. + - Ayrı bir taslak fabrikası yapın. Modüller için önemlidirler. + - Renk karıştırıcısına daha yakından bakın, sorularınız cevaplanacaktır. + - Bir alan seçmek için CTRL tuşuna basılı olarak tıklayın. + - Merkeze çok yakın inşa etmek sonraki projelerin önüne geçebilir. + - Geliştirme listesindeki her şeklin yanındaki iğne simgesi, onu ekrana + sabitler. + - Beyaz yapmak için tüm ana renkleri karıştırın! + - Sonsuz bir haritanız var, fabrikanızı sıkıştırmayın, genişletin! + - Ayrıca Factorio'yu deneyin! Bu benim en sevdiğim oyun. + - Dörtlü kesici, sağ üstten başlayarak saat yönünde keser! + - Kayıtlı oyunlarınızı ana menüden indirebilirsiniz! + - Bu oyunda kullanışlı birçok tuş bağlantısı var! Ayarlar sayfasını kontrol + ettiğinizden emin olun. + - Bu oyunun birçok ayarı var, kontrol ettiğinizden emin olun! + - Merkezin yer imi, yönünü belirtmek için küçük bir pusulaya sahiptir! + - Bantları temizlemek için onları kesin ve ardından aynı yere yapıştırın. + - FPS'nizi (oyun kare hızı) ve Tik Oranınızı (oyun hızı) göstermek için F4'e + basın. + - Farenizin ve kameranızın sınırlarını göstermek için F4'e iki kez basın. + - Sol tarafta sabitlenmiş bir şekle tıklayarak sabitlemesini + kaldırabilirsiniz. diff --git a/translations/base-uk.yaml b/translations/base-uk.yaml index d7fe0a0a..877d7169 100644 --- a/translations/base-uk.yaml +++ b/translations/base-uk.yaml @@ -1,59 +1,51 @@ steamPage: shortText: shapez.io — це гра про будування фабрик для автоматизації створення та обробки все більш складних форм на нескінченно розширюваній мапі. - discordLink: Офіційний Discord сервер — поговори зі мною! - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - shapez.io — це гра про будування фабрик для автоматизації створення та обробки все більш складних форм на нескінченно розширюваній мапі. Після доставки потрібних форм ви просунетеся в грі та розблокуєте поліпшення, щоб пришвидшити свою фабрику. + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - Коли попит на форми зростає, вам доведеться збільшити масштаб своєї фабрики, щоб задовольнити попит. Однак не забувайте про ресурси, вам доведеться розширюватися на [b]нескінченній мапі[/b]! + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - Незабаром ви зможете змішути кольори і з їхньою допомогою фарбувати свої форми. Поєднуйте червоний, зелений та синій ресурси кольорів, щоб виготовити різноманітні кольори і пофарувати форми як вам заманеться. + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - У цій грі є 18 передових рівнів, які повинні утримувати вас годинами. Але не турбуйтеся, я постійно додаю новий вміст — ще багато чого заплановано! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - Купуючи гру, ви отримуєте доступ до окремої версії, яка має додаткові функції, а також ви отримаєте доступ до нещодавно розроблених функцій. - - [img]{STEAM_APP_IMAGE}/extras/header_standalone_advantages.png[/img] - - [list] - [*] Темний режим - [*] Необмежені позначки - [*] Необмежені збереження - [*] Додаткові налаштування - [*] Незабаром: дроти й енергія! Гадаю, оновлення вийде у кінці липня 2020 року. - [*] Незабаром: більше рівнів. - [*] Дозволяє мені розвиватися далі shapez.io ❤️ - [/list] - - [img]{STEAM_APP_IMAGE}/extras/header_future_updates.png[/img] - - Я оновлюю гру надпрочуд часто і намагаюся випускати оновлення щотижня! - - [list] - [*] Різноманітні мапи та випробування (наприклад, мапи з перешкодами) - [*] Пазли (надайте потрібну форму з обмеженою площею/набором будівель) - [*] Режим історії, де будівлі матимуть вартість - [*] Генератор мап, який можна налаштувати (ресурс/розмір/щільність форми, зерно та багато іншого) - [*] Додаткові типи форм - [*] Поліпшення продуктивності (Гра вже працює досить добре!) - [*] Та багато чого іншого! - [/list] - - [img]{STEAM_APP_IMAGE}/extras/header_open_source.png[/img] - - Будь-хто може зробити внесок, я активно беру участь у спільноті і намагаюся оцінити всі пропозиції і відгуки, та взяти до уваги, де це можливо. Не забудьте перевірити мою дошку Trello заради повної дорожньої карти! - - [img]{STEAM_APP_IMAGE}/extras/header_links.png[/img] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Офіційний Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Дорожня карта[/url] - [*] [url=https://www.reddit.com/r/shapezio]Спільнота на Reddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Вихідний код на GitHub[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Допоможіть з перекладом[/url] - [/list] + Be sure to check out my trello board for the full roadmap! global: loading: Завантаження error: Помилка @@ -129,7 +121,9 @@ dialogs: text: Не вдалося завантажити вашу збережену гру. confirmSavegameDelete: title: Підтвердження - text: Ви справді хочете видалити гру? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: Виникла помилка при видаленні text: Не вдалося видалити збережену гру. @@ -190,9 +184,8 @@ dialogs: createMarker: title: Нова позначка titleEdit: Редагувати позначку - desc: Дайте їй змістовну назву. Ви також можете додати короткий - ключ форми, що можно згенерувати тут. + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) markerDemoLimit: desc: Ви можете створити тільки 2 позначки в демоверсії. Отримайте окрему версії для створення необмеженної кількості позначок. @@ -209,6 +202,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: Рухатися @@ -347,6 +345,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: Стрічки, розподілювачі і тунелі @@ -365,6 +395,7 @@ buildings: deliver: Доставте, toUnlock: щоб розблокувати levelShortcut: РІВ + endOfDemo: End of Demo belt: default: name: Конвеєрна стрічка @@ -437,7 +468,9 @@ buildings: верхнього. quad: name: Фарбувач (чотири) - description: Дозволяє вам фарбувати кожну четвертину форми у різний колір. + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! trash: default: name: Смітник @@ -547,14 +580,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: Різання фігур - desc: Ви тільки-но розблокували різця. Він розрізає фігури - наполовину з вершини до низу незалежно від його - орієнтації!

Обов’язково позбудьтесь відходів або він - зупиниться. Для цього є смітник, який знищує все, що - входить в нього. + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: Обертання desc: Обертач розблоковано! Він повертає форми за годинниковою @@ -568,8 +607,8 @@ storyRewards: контрастності
в налаштуваннях! reward_mixer: title: Змішування кольорів - desc: Змішування кольорів розблоковано. Об’єднуйте два кольори - у цій будівлі. + desc: The mixer has been unlocked - It mixes two colors using + additive blending! reward_stacker: title: Поєднувач форм desc: Тепер ви можете поєднувати фігури з поєднувачем форм! @@ -578,10 +617,9 @@ storyRewards: з правого входу, застрягне на горі лівого входу. reward_splitter: title: Розподілювач (з’єднувач) - desc: Багатофункціональний розподілювач було розблоковано. Його - можна використовувати для створення великих фабрик, - розділяючи та об’єднуючи предмети на кілька - стрічок!

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: Тунель desc: Тунель розблоковано. Ви можете створювати тунелі для @@ -594,9 +632,10 @@ storyRewards: оберіть потрібний
! reward_miner_chainable: title: Екстрактор (ланцюг.) - desc: Ви розблокували ланцюговий екстрактор! Він може - пересилати свої ресурси іншим екстракторам, щоб ви - могли ефективніше видобувати ресурси! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: Тунель II desc: Ви розблокували новий варіант тунеля. Він має @@ -611,19 +650,20 @@ storyRewards: desc: Ви розблокували інший варіант фарбувача. Він працює як звичайний фарбувач, але обробляє дві фігури одночасно, споживаючи лише один колір замість двох! - reward_painter_quad: - title: Quad Painting - desc: Ви розблокували інший варіант фарбувача. Він дозволяє - фарбувати кожну частину форми індивідуально! reward_storage: title: Storage Buffer - desc: Ви розблокували інший варіант trash - It allows you to - store items up to a given capacity! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: Пісочниця - desc: Ви зробили це! Ви розблокували вільний режим! Це означає, - що форми тут створюватимуться випадкові! Не хвилюйтеся, більше - контенту планується для окремого режиму! + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: Креслення desc: Ви вже можете копіювати і вставляти частини вашої @@ -634,9 +674,9 @@ storyRewards: щойно доставили). no_reward: title: Наступний рівень - desc: Цей рівень не дав нагороди, але в наступному... щось буде.

До - речі, краще не руйнуйте свою поточну фабрику. Вам знадобляться всі - ті форми пізніше, щоб розблокувати поліпшення! + desc: "This level gave you no reward, but the next one will!

PS: Better + not destroy your existing factory - You'll need all + those shapes later to unlock upgrades!" no_reward_freeplay: title: Наступний рівень desc: Вітаємо! До речі, більше контенту планується в окремій версії! @@ -659,17 +699,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -693,6 +728,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: Налаштування categories: @@ -905,7 +957,7 @@ keybindings: lockBeltDirection: Увімкнути планувальник конвеєрних стрічок switchDirectionLockSide: "Planner: Змінити сторону" massSelectStart: Утримуйте і перетягуйте, щоб розпочати - massSelectSelectMultiple: null + massSelectSelectMultiple: Select multiple areas massSelectCopy: Копіювати ділянку massSelectCut: Вирізати ділянку placementDisableAutoOrientation: Вимкнути автоматичну орієнтацію @@ -916,7 +968,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -925,6 +976,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: Про гру body: >- @@ -1009,3 +1062,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-zh-CN.yaml b/translations/base-zh-CN.yaml index 3d8251ef..50186ba0 100644 --- a/translations/base-zh-CN.yaml +++ b/translations/base-zh-CN.yaml @@ -1,62 +1,46 @@ steamPage: shortText: shapez.io 是一款在无边际的地图上建造工厂、自动化生产与组合愈加复杂的图形的游戏。 - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] - - shapez.io is a game about building factories to automate the creation and processing of increasingly complex shapes across an infinitely expanding map. Upon delivering the requested shapes you will progress within the game and unlock upgrades to speed up your factory. - - As the demand for shapes increases, you will have to scale up your factory to meet the demand - Don't forget about resources though, you will have to expand across the [b]infinite map[/b]! - - Soon you will have to mix colors and paint your shapes with them - Combine red, green and blue color resources to produce different colors and paint shapes with it to satisfy the demand. - - This game features 18 progressive levels (Which should keep you busy for hours already!) but I'm constantly adding new content - There is a lot planned! - - Purchasing the game gives you access to the standalone version which has additional features and you'll also receive access to newly developed features. - - [b]Standalone Advantages[/b] - - [list] - [*] Dark Mode - [*] Unlimited Waypoints - [*] Unlimited Savegames - [*] Additional settings - [*] Coming soon: Wires & Energy! Aiming for (roughly) end of July 2020. - [*] Coming soon: More Levels - [*] Allows me to further develop shapez.io ❤️ - [/list] - - [b]Future Updates[/b] - - I am updating the game very often and trying to push an update at least every week! - - [list] - [*] Different maps and challenges (e.g. maps with obstacles) - [*] Puzzles (Deliver the requested shape with a restricted area / set of buildings) - [*] A story mode where buildings have a cost - [*] Configurable map generator (Configure resource/shape size/density, seed and more) - [*] Additional types of shapes - [*] Performance improvements (The game already runs pretty well!) - [*] And much more! - [/list] - - [b]This game is open source![/b] - - Anybody can contribute, I'm actively involved in the community and attempt to review all suggestions and take feedback into consideration where possible. Be sure to check out my trello board for the full roadmap! - - [b]Links[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + discordLinkShort: 官方 Discord 服务器 + intro: |- + Shapez.io 是一个休闲游戏,在其中,您将建造工厂以生产各种各样的几何图形。 + 随着等级提升,您需要生产的图形将会越来越复杂,您需要在无尽的地图中不断的扩建您的工厂。 + 如果这些还不够的话,您的生产目标是指数性增长的 - 您需要持续的增大工厂的规模! + 虽然您刚开始只需要生产图形,但您之后还可以给这些图形上色 - 您需要开采并混合颜料! + 您可以在 Steam 游戏商城购买此游戏的完整版, 但您可以先游玩试玩版并体验游戏! + title_advantages: 完整版内容 + advantages: + - 12 个全新关卡 总共 26 个不同关卡 + - 18 个全新建筑 用于建造全自动工厂! + - 20 个等级升级 不停的愉快游玩! + - 导线更新包 解锁更多可能 + - 暗色模式! + - 无限数量存档 + - 无限数量地图标记 + - 支持作者! ❤️ + title_future: 预计更新 + planned: + - 建筑蓝图库 + - Steam 成就 + - 解密模式 + - 小地图 + - 模组 + - 沙盒模式 + - ... 以及更多! + title_open_source: 这个游戏是开源的! + title_links: 链接 + links: + discord: 官方 Discord 服务器 + roadmap: Roadmap + subreddit: Subreddit + source_code: 源代码 (GitHub) + translate: 帮助汉化(翻译)组! + text_open_source: |- + 任何人都可以对这个游戏做出贡献,我会活跃在游戏社区中并 尽最大可能积极参考大家对这个游戏的的全部建议和反馈。 + 请关注我的 trello board 以获取 the full roadmap! global: loading: 加载中 error: 错误 - thousandsDivider: "" + thousandsDivider: "," decimalSeparator: . suffix: thousands: K @@ -75,7 +59,7 @@ global: xDaysAgo: 天前 secondsShort: 秒 minutesAndSecondsShort: 秒 - hoursAndMinutesShort: 小时 秒 + hoursAndMinutesShort: 秒 xMinutes: 分钟 keys: tab: TAB @@ -85,8 +69,8 @@ global: shift: SHIFT space: 空格 demoBanners: - title: 演示版 - intro: 获取独立版以解锁所有功能! + title: 试玩版 + intro: 获取独立版以解锁所有游戏内容! mainMenu: play: 开始游戏 changelog: 更新日志 @@ -101,7 +85,7 @@ mainMenu: newGame: 新游戏 madeBy: 作者: subreddit: Reddit - savegameUnnamed: Unnamed + savegameUnnamed: 未命名 dialogs: buttons: ok: 确认 @@ -126,7 +110,9 @@ dialogs: text: 未能导入你的存档: confirmSavegameDelete: title: 确认删除 - text: 你确定要删除这个存档吗? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 删除错误 text: 未能删除你的存档 @@ -143,11 +129,11 @@ dialogs: title: 重置所有按键 desc: 成功重置所有按键! featureRestriction: - title: 演示版 - desc: 你尝试使用了功能。该功能在演示版中不可用。请考虑购买独立版以获得更好的体验。 + title: 试玩版 + desc: 你尝试使用了功能。该功能在试玩版中不可用。请考虑购买独立版以获得更好的体验。 oneSavegameLimit: title: 存档数量限制 - desc: 演示版中只能保存一份存档。请删除旧存档或者获取独立版! + desc: 试玩版中只能保存一份存档。请删除旧存档或者获取独立版! updateSummary: title: 更新啦! desc: "以下为自上次游戏以来更新的内容:" @@ -168,11 +154,11 @@ dialogs: class='keybinding'>ALT: 反向放置传送带。
" createMarker: title: 创建地图标记 - desc: 给地图标记起一个的名字。你可以在名字中加入一个短代码以加入图形。(你可以在这里生成短代码。) - titleEdit: Edit Marker + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) + titleEdit: 编辑地图标记 markerDemoLimit: - desc: 在演示版中你只能创建两个地图标记。请获取独立版以创建更多标记。 + desc: 在试玩版中你只能创建两个地图标记。请获取独立版以创建更多标记。 massCutConfirm: title: 确认剪切 desc: 你将要剪切很多建筑,准确来说有幢! 你确定要这么做吗? @@ -188,8 +174,11 @@ dialogs: descShortKey: ... or enter the short key of a shape (Which you can generate here) renameSavegame: - title: Rename Savegame - desc: You can rename your savegame here. + title: 重命名存档 + desc: 您可以在此重命名存档。 + entityWarning: + title: 性能警告 + desc: 您有非常多建筑,善意的提醒您,这个游戏无法处理过多的建筑 - 尝试将您的工厂压缩! ingame: keybindingsOverlay: moveMap: 移动地图 @@ -246,16 +235,16 @@ ingame: - 八 - 九 - 十 - - XI - - XII - - XIII - - XIV - - XV - - XVI - - XVII - - XVIII - - XIX - - XX + - 十一 + - 十二 + - 十三 + - 十四 + - 十五 + - 十六 + - 十七 + - 十八 + - 十九 + - 二十 maximumLevel: 最高级(倍效率) statistics: title: 统计信息 @@ -271,9 +260,9 @@ ingame: description: 显示图形送达基地并交付的速度。 noShapesProduced: 你还没有生产任何图形。 shapesDisplayUnits: - second: / s - minute: / m - hour: / h + second: / 秒 + minute: / 分 + hour: / 时 settingsMenu: playtime: 游戏时间 buildingsPlaced: 建筑数量 @@ -316,9 +305,41 @@ ingame: empty: 空 copyKey: 复制短代码 connectedMiners: - one_miner: 1 Miner - n_miners: Miners - limited_items: Limited to + one_miner: 1 个开采机 + n_miners: 个开采机 + limited_items: 限制在 + watermark: + title: 试玩版 + desc: 点击这里 了解完整版内容 + get_on_steam: 在 steam 商城购买 + standaloneAdvantages: + title: 购买完整版! + no_thanks: 不需要,谢谢 + points: + levels: + title: 12 个全新关卡! + desc: 总共 26 个不同关卡! + buildings: + title: 18 个全新建筑 + desc: 用于建造全自动工厂! + savegames: + title: 无限数量存档 + desc: 存档功能可以尽情使用 + upgrades: + title: 20 个等级升级 + desc: 试玩版只有 5 个等级! + markers: + title: 无限数量地图标记 + desc: 再也不会找不到自己的工厂了 + wires: + title: 导线更新包 + desc: 解锁更多可能! + darkmode: + title: 暗色模式 + desc: 优雅且护眼的配色 + support: + title: 支持作者 + desc: 我使用闲暇时间开发游戏! shopUpgrades: belt: name: 传送带、平衡机、隧道 @@ -366,8 +387,8 @@ buildings: name: 旋转机(逆时针) description: 将图形逆时针旋转90度。 rotate180: - name: Rotate (180) - description: Rotates shapes by 180 degrees. + name: 旋转机 (180度) + description: 将图形旋转180度。 stacker: default: name: 堆叠机 @@ -385,9 +406,11 @@ buildings: description: 同时为两个输入的图形上色,每次上色只消耗一份颜色。 quad: name: 上色机(四向) - description: 为图形的四个角涂上不同的颜色。 + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: - name: 上色机 + name: 上色机 (镜像) description: 将整个图形涂上输入的颜色。 trash: default: @@ -397,14 +420,14 @@ buildings: deliver: 交付 toUnlock: 来解锁 levelShortcut: LVL + endOfDemo: 试玩版结束 wire: default: - name: Energy Wire - description: Allows you to transport energy. + name: 能量导线 + description: 用于传输能量。 second: - name: Wire - description: Transfers signals, which can be items, colors or booleans (1 / 0). - Different colored wires do not connect. + name: 导线 + description: 传输信号,信号可以是物品,颜色或者布尔值。 不同颜色的导线不会互相连接。 balancer: default: name: Balancer @@ -510,10 +533,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: 切割图形 - desc: 恭喜!你解锁了切割机。切割机会把图形从上到下切成两半。注意切割的方向和切割机的朝向无关。

记得把不需要的部分处理掉,否则这个这个建筑会停止工作。为此我给你准备了垃圾桶,它会把所有放进去的物品销毁掉。 + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 顺时针旋转 desc: 恭喜!你解锁了旋转机。它会顺时针旋转输入的图形90度。 @@ -529,7 +562,9 @@ storyRewards: desc: 恭喜!你解锁了堆叠机。堆叠机会尝试把两个输入的图形拼贴在一起。如果有重叠的部分,右边的输入会被堆叠在左边的输入上方! reward_splitter: title: 分离与合并 - desc: 恭喜!你解锁了平衡机。在大型工厂中,平衡机负责合并或分离多个传送带上的物品。

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: 隧道 desc: 恭喜!你解锁了隧道。你现在可以从其他传送带或建筑底下运送物品了! @@ -538,7 +573,10 @@ storyRewards: desc: 恭喜!你解锁了旋转机逆时针变体。这个变体可以逆时针旋转图形。选择旋转机然后按"T"键来选取这个变体。 reward_miner_chainable: title: 链式开采机 - desc: 你解锁了链式开采机! 它能够把资源传递给其他开采机,让你可以更高效率的开采资源! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: 二级隧道 desc: 恭喜!你解锁了二级隧道。这是隧道的一个变体。二级隧道有更长的传输距离。你还可以混用不同的隧道变体! @@ -548,15 +586,20 @@ storyRewards: reward_painter_double: title: 双倍上色机 desc: 恭喜!你解锁了上色机双倍变体。它可以同时为两个图形上色,每次只消耗一份颜色! - reward_painter_quad: - title: 四向上色机 - desc: 恭喜!你解锁了上色机四向变体。它可以在一个图形的四个角上涂不同的颜色! reward_storage: title: 仓库 - desc: 恭喜!你解锁了垃圾桶的变体。他可以存储一定数量的物品! + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: 自由模式 - desc: 恭喜你!你解锁了自由模式。现在图形将会是随机生成的!(不用担心,我计划在独立版本中加入更多内容!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: 蓝图 desc: 你现在可以复制粘贴你的工厂的一部分了!按住 CTRL @@ -587,17 +630,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -621,6 +659,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: 设置 categories: @@ -823,7 +878,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -832,6 +886,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: 关于游戏 body: >- @@ -854,7 +910,7 @@ demo: oneGameLimit: 最多一个存档 customizeKeybindings: 按键设置 exportingBase: 导出工厂截图 - settingNotAvailable: 在演示版中不可用。 + settingNotAvailable: 在试玩版中不可用。 tips: - The hub accepts input of any kind, not just the current shape! - Make sure your factories are modular - it will pay out! @@ -915,3 +971,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it. diff --git a/translations/base-zh-TW.yaml b/translations/base-zh-TW.yaml index e04f6fea..95c78c4f 100644 --- a/translations/base-zh-TW.yaml +++ b/translations/base-zh-TW.yaml @@ -1,59 +1,50 @@ steamPage: shortText: shapez.io 是一款在一個無邊際的地圖上建造工廠、自動化生產與組合愈加複雜圖形的遊戲。 - longText: >- - [img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img] shapez.io - 是一款在一個無邊無際的地圖上建造工廠、將生產與組合愈加複雜圖形自動化的遊戲。 + discordLinkShort: Official Discord + intro: >- + Shapez.io is a relaxed game in which you have to build factories for the + automated production of geometric shapes. - 在指定圖形送達基地後,你會晉級且解鎖能加速生產的新功能。 + As the level increases, the shapes become more and more complex, and you have to spread out on the infinite map. - 當指定圖形的數量增加時,你必須擴充你的工廠才能應付訂單 -- 但別忘記資源,你需要在[b]無邊無際的地圖[/b]上擴充。 + And as if that wasn't enough, you also have to produce exponentially more to satisfy the demands - the only thing that helps is scaling! - 不久後你將需要混色並為圖形上色 -- 混和紅、綠、藍以創造新顏色再將圖形上色來達成目標。 + While you only process shapes at the beginning, you have to color them later - for this you have to extract and mix colors! - 遊戲目前有十八關(應該也夠你忙一陣子了),而我還有很多計畫,持續更新中! + Buying the game on Steam gives you access to the full version, but you can also play a demo on shapez.io first and decide later! + title_advantages: Standalone Advantages + advantages: + - 12 New Level for a total of 26 levels + - 18 New Buildings for a fully automated factory! + - 20 Upgrade Tiers for many hours of fun! + - Wires Update for an entirely new dimension! + - Dark Mode! + - Unlimited Savegames + - Unlimited Markers + - Support me! ❤️ + title_future: Planned Content + planned: + - Blueprint Library (Standalone Exclusive) + - Steam Achievements + - Puzzle Mode + - Minimap + - Mods + - Sandbox mode + - ... and a lot more! + title_open_source: This game is open source! + title_links: Links + links: + discord: Official Discord + roadmap: Roadmap + subreddit: Subreddit + source_code: Source code (GitHub) + translate: Help translate + text_open_source: >- + Anybody can contribute, I'm actively involved in the community and + attempt to review all suggestions and take feedback into consideration + where possible. - 購買獨立版的你即擁有額外內容,也會優先接觸新開發內容。 - - [b]獨立版的額外內容[/b] - - [list] - [*] 深色主題 - [*] 地圖標記數量無限制 - [*] 存檔數量無限制 - [*] 更多設定 - [*] 即將到來: 電線與能源! 目標在2020年七月底(左右)問世。 - [*] 即將到來: 更多新關卡 - [*] 幫助我繼續開發 shapez.io ❤️ - [/list] - - [b]未來更新[/b] - - 我時常更新遊戲,希望能周更! - - [list] - [*] 不同的地圖與挑戰(像是有障礙物的地圖) - [*] 迷宮(在地圖受限制或只能使用特定建築的情況下送達圖形) - [*] 一個蓋建築物需要成本的故事模式 - [*] 可調控的地圖生成器(資源/圖形/密度可調整、隨機生成種子等等) - [*] 更多圖形種類 - [*] 遊戲效能提升(即使目前已經不錯了) - [*] 還有更多更多! - [/list] - - [b]這個遊戲是開源的![/b] - - 任何人都可以貢獻,我在社群裡很活耀、嘗試回復所有的建議並盡量參考大家的意見。 欲知詳情,別忘了造訪我的 Trello 喔! - - [b]連結[/b] - - [list] - [*] [url=https://discord.com/invite/HN7EVzV]Official Discord[/url] - [*] [url=https://trello.com/b/ISQncpJP/shapezio]Roadmap[/url] - [*] [url=https://www.reddit.com/r/shapezio]Subreddit[/url] - [*] [url=https://github.com/tobspr/shapez.io]Source code (GitHub)[/url] - [*] [url=https://github.com/tobspr/shapez.io/blob/master/translations/README.md]Help translate[/url] - [/list] - discordLink: Official Discord - Chat with me! + Be sure to check out my trello board for the full roadmap! global: loading: 加載中 error: 錯誤 @@ -127,7 +118,9 @@ dialogs: text: 存檔載入失敗: confirmSavegameDelete: title: 確認刪除 - text: 你確定要刪除這存檔嗎? + text: Are you sure you want to delete the following game?

+ '' at level

This can not be + undone! savegameDeletionError: title: 刪除錯誤 text: 存檔刪除失敗 @@ -169,8 +162,8 @@ dialogs: class='keybinding'>ALT: 反向放置傳送帶。
" createMarker: title: 創建標記 - desc: 給地圖標記起一個的名字。你可以在名字中加入一個短代碼以加入圖形。 (你可以在這裡生成短代碼。) + desc: Give it a meaningful name, you can also include a short + key of a shape (Which you can generate here) titleEdit: Edit Marker markerDemoLimit: desc: 在演示版中你只能創建兩個地圖標記。請獲取獨立版以創建更多標記。 @@ -191,6 +184,11 @@ dialogs: renameSavegame: title: Rename Savegame desc: You can rename your savegame here. + entityWarning: + title: Performance Warning + desc: You have placed a lot of buildings, this is just a friendly reminder that + the game can not handle an endless count of buildings - So try to + keep your factories compact! ingame: keybindingsOverlay: moveMap: 移動 @@ -292,8 +290,10 @@ ingame: waypoints: waypoints: 地圖標記 hub: 基地 - description: 滑鼠左鍵按標記跳轉到它,按右鍵將其刪除。
-
從當前視圖創建一個標記,或按右鍵創建一個標記。 所選位置的標記。 + description: Left-click a marker to jump to it, right-click to delete + it.

Press to create a marker from the current + view, or right-click to create a marker at the + selected location. creationSuccessNotification: 成功創建地圖標記。 interactiveTutorial: title: 教程 @@ -321,6 +321,38 @@ ingame: one_miner: 1 Miner n_miners: Miners limited_items: Limited to + watermark: + title: Demo version + desc: Click here to see the Steam version advantages! + get_on_steam: Get on steam + standaloneAdvantages: + title: Get the full version! + no_thanks: No, thanks! + points: + levels: + title: 12 New Levels + desc: For a total of 26 levels! + buildings: + title: 18 New Buildings + desc: Fully automate your factory! + savegames: + title: ∞ Savegames + desc: As many as your heart desires! + upgrades: + title: 20 Upgrade Tiers + desc: This demo version has only 5! + markers: + title: ∞ Markers + desc: Never get lost in your factory! + wires: + title: Wires + desc: An entirely new dimension! + darkmode: + title: Dark Mode + desc: Stop hurting your eyes! + support: + title: Support me + desc: I develop it in my spare time! shopUpgrades: belt: name: 傳送帶、平衡機、隧道 @@ -387,7 +419,9 @@ buildings: description: 同時為兩個輸入的圖形上色,每次上色只消耗一份顏色塗料。 quad: name: 上色機(四向) - description: 為圖形的四個角塗上不同的顏色。 + description: Allows you to color each quadrant of the shape individually. Only + slots with a truthy signal on the wires layer + will be painted! mirrored: name: 上色機 description: 將整個圖形塗上輸入的顏色。 @@ -399,6 +433,7 @@ buildings: deliver: 交付 toUnlock: 來解鎖 levelShortcut: LVL + endOfDemo: End of Demo wire: default: name: Energy Wire @@ -512,11 +547,20 @@ buildings: name: Virtual Painter description: Virtually paints the shape from the bottom input with the shape on the right input. + item_producer: + default: + name: Item Producer + description: Available in sandbox mode only, outputs the given signal from the + wires layer on the regular layer. storyRewards: reward_cutter_and_trash: title: 切割圖形 - desc: 切割機已解鎖。不論切割機的方向,它都會把圖形垂直地切成兩半。 -

記得把不需要的部分處理掉,否則這個這個建築會停止運作。為此我給你準備了垃圾桶,它會把所有放進去的物品銷毀掉。 + desc: You just unlocked the cutter, which cuts shapes in half + from top to bottom regardless of its + orientation!

Be sure to get rid of the waste, or + otherwise it will clog and stall - For this purpose + I have given you the trash, which destroys + everything you put into it! reward_rotater: title: 順時針旋轉 desc: 旋轉機已解鎖。它會順時針旋轉輸入的圖形90度。 @@ -531,43 +575,57 @@ storyRewards: desc: 混合機已解鎖。如果沒有重疊的部分,混合機會嘗試把兩個輸入的圖形拼貼在一起。如果有重疊的部分,右邊的輸入會被到左邊的輸入上方! reward_splitter: title: 分離/合併 - desc: 平衡機已解鎖。在大型工廠中,平衡機負責合併或分離多個傳送帶上的物品。 -

+ desc: You have unlocked a splitter variant of the + balancer - It accepts one input and splits them + into two! reward_tunnel: title: 隧道 desc: 隧道已解鎖。你現在可以從其他傳送帶或建築底下運送物品了! reward_rotater_ccw: title: 逆時針旋轉 - desc: 您已解鎖了旋轉器的變體-它可以逆時針旋轉! 要構建它,請選擇旋轉器,然後按“T”鍵切換其變種! + desc: You have unlocked a variant of the rotater - It allows + you to rotate shapes counter-clockwise! To build it, select the + rotater and press 'T' to cycle through its + variants! reward_miner_chainable: title: 鏈式開採機 - desc: 鏈式開採機變體已解鎖。它是開採機的一個變體。它可以將開採出來的資源傳遞給其他的開採機,使得資源提取更加高效! + desc: "You have unlocked the chained extractor! It can + forward its resources to other extractors so you + can more efficiently extract resources!

PS: The old + extractor has been replaced in your toolbar now!" reward_underground_belt_tier_2: title: 貳級隧道 desc: 貳級隧道變體已解鎖。這個隧道有更長的傳輸距離。你還可以混用不同的隧道變體! reward_cutter_quad: title: 四分切割機 - desc: 您已解鎖了四分切割機的變體-它允許您將形狀直接切割為四個部分,而不是兩個! + desc: You have unlocked a variant of the cutter - It allows you + to cut shapes in four parts instead of just two! reward_painter_double: title: 雙倍上色機 - desc: 您已經解鎖了雙倍上色機的變體-它可以作為常規畫家使用,但一次只能處理兩個形狀,而只消耗一種顏色而不是兩種顏色! - reward_painter_quad: - title: 四向上色機 - desc: 上色機四向變體已解鎖。它可以在一個圖形的四個角上塗不同的顏色! + desc: You have unlocked a variant of the painter - It works + similar to the regular painter but processes two shapes at + once, consuming just one color instead of two! reward_storage: title: 倉庫 - desc: 倉庫變體已解鎖。它可以暫時儲存一些材料,有容量上限。 + desc: You have unlocked the storage building - It allows you to + store items up to a given capacity!

It priorities the left + output, so you can also use it as an overflow gate! reward_freeplay: title: 自由模式 - desc: 恭喜你!你解鎖了自由模式!現在圖形將會是隨機生成的! (不用擔心,我計劃在獨立版本中加入更多內容!) + desc: You did it! You unlocked the free-play mode! This means + that shapes are now randomly generated!

+ Since the hub will require a throughput from now + on, I highly recommend to build a machine which automatically + delivers the requested shape!

The HUB outputs the requested + shape on the wires layer, so all you have to do is to analyze it and + automatically configure your factory based on that. reward_blueprints: title: 藍圖 - desc: 現在,您可以複製並貼上工廠的各個部分! - 選擇一個區域(按住CTRL,然後用游標拖動),然後按'C'將其複制。
-
複製不是免費的,您需要用藍圖 形狀來支付! - (您剛交付的那些)。 + desc: You can now copy and paste parts of your factory! Select + an area (Hold CTRL, then drag with your mouse), and press 'C' to + copy it.

Pasting it is not free, you need to + produce blueprint shapes to afford it! (Those you + just delivered). no_reward: title: 下一關 desc: "這一關沒有獎勵,但是下一關有!

PS: @@ -594,17 +652,12 @@ storyRewards: title: Rotater (180 degrees) desc: You just unlocked the 180 degress rotater! - It allows you to rotate a shape by 180 degress (Surprise! :D) - reward_wires_filters_and_levers: - title: "Wires: Filters & Levers" - desc: You just unlocked the wires layer! It is a separate layer - on top of the regular layer and introduces a lot of new - mechanics!

Since it can be overwhelming a bit, I added a - small tutorial - Be sure to have tutorials enabled - in the settings! reward_display: title: Display - desc: You have unlocked the Display - Connect a signal on the - wires layer to visualize its contents! + desc: "You have unlocked the Display - Connect a signal on the + wires layer to visualize it!

PS: Did you notice the belt + reader and storage output their last read item? Try showing it on a + display!" reward_constant_signal: title: Constant Signal desc: You unlocked the constant signal building on the wires @@ -628,6 +681,23 @@ storyRewards: shape requested by the HUB (I recommend to try it!).

- Build something cool with wires.

- Continue to play regulary.

Whatever you choose, remember to have fun! + reward_wires_painter_and_levers: + title: Wires & Quad Painter + desc: "You just unlocked the Wires Layer: It is a separate + layer on top of the regular layer and introduces a lot of new + mechanics!

For the beginning I unlocked you the Quad + Painter - Connect the slots you would like to paint with on + the wires layer!

To switch to the wires layer, press + E." + reward_filter: + title: Item Filter + desc: You unlocked the Item Filter! It will route items either + to the top or the right output depending on whether they match the + signal from the wires layer or not.

You can also pass in a + boolean signal (1 / 0) to entirely activate or disable it. + reward_demo_end: + title: End of Demo + desc: You have reached the end of the demo version! settings: title: 設置 categories: @@ -831,7 +901,6 @@ keybindings: constant_signal: Constant Signal logic_gate: Logic Gate lever: Switch (regular) - lever_wires: Switch (wires) filter: Filter wire_tunnel: Wire Crossing display: Display @@ -840,6 +909,8 @@ keybindings: transistor: Transistor analyzer: Shape Analyzer comparator: Compare + item_producer: Item Producer (Sandbox) + copyWireValue: "Wires: Copy value below cursor" about: title: 關於遊戲 body: >- @@ -923,3 +994,4 @@ tips: - To clear belts, cut the area and then paste it at the same location. - Press F4 to show your FPS and Tick Rate. - Press F4 twice to show the tile of your mouse and camera. + - You can click a pinned shape on the left side to unpin it.