1901 Commits

Author SHA1 Message Date
dependabot[bot]
c873ebe261
build(deps): bump websocket-client from 1.6.1 to 1.8.0 (#1349)
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.6.1 to 1.8.0.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.6.1...v1.8.0)

---
updated-dependencies:
- dependency-name: websocket-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 15:43:47 -03:00
alfrix
2205fa1955 update docs 2024-05-01 15:37:16 -03:00
alfrix
135e1858a8 websocket: identify the client to moonraker 2024-04-30 14:47:32 -03:00
alfrix
ad2df873d3 refactor printer initialization and connection handling
removes the lag while trying to connect
cleaner code, seems faster
2024-04-30 14:27:14 -03:00
alfrix
032760e118 kgtk: do not log if printer icon missing 2024-04-30 07:26:12 -03:00
alfrix
81560ca006 refactor: combine printer query items 2024-04-30 06:32:43 -03:00
Weblate (bot)
e1e3118789
Translations update from Hosted Weblate (#1348)
* Translated using Weblate (Spanish)

Currently translated at 98.2% (281 of 286 strings)

Translated using Weblate (Spanish)

Currently translated at 97.9% (280 of 286 strings)

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (286 of 286 strings)

Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
2024-04-28 23:20:27 -03:00
alfrix
9a56026612 installer: explain the options a bit more 2024-04-28 22:37:09 -03:00
alfrix
750a7ee0b5 allow 2 different screen timeouts, one while printing the other if not
closes #311
2024-04-27 15:23:57 -03:00
alfrix
629ca41b88 Update base translation files 2024-04-26 23:36:20 -03:00
alfrix
8b861cd039 deps: drop python3-distutils fixes #1345, also drop virtualenv
distutils was needed previous to the switch to pygobject, now the gobject library marks that package as needed if necessary, so there is no need for adding it explicitly

virtualenv is faster to install packages it was particularly notorious on numpy, but since i've dropped numpy and matplotlib, it doesn't make much difference and adds unnecesary dependencies
2024-04-26 22:58:41 -03:00
Weblate (bot)
f21a1e8acf
Translations update from Hosted Weblate (#1340)
* Translated using Weblate (Portuguese)

Currently translated at 99.6% (271 of 272 strings)

Co-authored-by: Matheus Mösken Diegues <dmosken2015@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Szilárd Szabó <szilasz1975@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Italian)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Giadej <Giadej@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/it/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Matheus Mösken Diegues <dmosken2015@gmail.com>
Co-authored-by: Szilárd Szabó <szilasz1975@gmail.com>
Co-authored-by: Giadej <Giadej@users.noreply.hosted.weblate.org>
2024-04-26 22:40:42 -03:00
ZoZo
dc2165fee4
Screen Panel: Fixed emergency stop confirmation process (#1346)
Emergency stop was always proceeding without waiting for confirmation, despite the fact that user configured KlipperScreen to confirm emergency stops.
fixes #1344
2024-04-26 22:35:20 -03:00
alfrix
e31ca9d09a keyboard: shift loop cleanup 2024-04-26 20:34:43 -03:00
alfrix
7474c124c3 flowboxchild: Replace if statement with if expression 2024-04-26 20:34:43 -03:00
alfrix
4dd489575e remove unused imports 2024-04-26 20:34:43 -03:00
alfrix
0f0d35af57 settings: Add tooltips 2024-04-26 20:34:43 -03:00
alfrix
3d241cecb4 printer_select: support custom icons #1240 2024-04-26 07:36:52 -03:00
alfrix
4588ed537a theme: change icon name from print to printer 2024-04-26 07:36:52 -03:00
alfrix
e677e4a951 docs: add orcaslicer thumbnail guide 2024-04-25 10:21:09 -03:00
alfrix
7e5886427d bed_mesh: fix round bed not loading fixes #1343 2024-04-21 19:47:35 -03:00
alfrix
17c65f7916 job_status: overscrolling fix #1339 2024-04-21 14:55:33 -03:00
alfrix
1debee7b58 bed_mesh: show round bed without padded values 2024-04-21 14:42:48 -03:00
alfrix
c75ba990c8 macros: send gcode style (G/M) macros without = 2024-04-19 21:32:19 -03:00
alfrix
574066d95c bed_mesh: deduplicate some code 2024-04-18 20:05:56 -03:00
alfrix
102b500166 bed_mesh: draw axis on round beds too 2024-04-18 19:35:31 -03:00
alfrix
11631a2f58 move: also reinit bed_mesh when inverting 2024-04-18 12:13:04 -03:00
Alfredo Monclus
f22f7574b3
bed_level: support inversion and fix screws_rotation of 3/6 screws (#1335)
* bed_level: major rework

deprecate screw positions, we will be auto-detecting from now on

support rotating the layout (previously only rotated the button actions)

invert support, inverting axis in KS will invert the layout

* move: mark bed_level to reinit after invert

* bed_level: rotate with a shift function

* bed_level: rotation show popup if misconfigured

* bed_level: message for screw configurations not supportted in a more informative way

* docs: update bed_level docs
2024-04-18 12:10:58 -03:00
Weblate (bot)
6f28f39f0e
Translated using Weblate (Polish) (#1338)
Currently translated at 99.2% (270 of 272 strings)


Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translation: KlipperScreen/KlipperScreen

Co-authored-by: F1CU <ficu1234@gmail.com>
2024-04-18 12:10:31 -03:00
alfrix
6a1e444f38 bed_mesh: bedmap draw axis 2024-04-17 20:16:20 -03:00
alfrix
d23ca4557a zcalibrate: add support for axis twist compensation 2024-04-16 14:02:03 -03:00
alfrix
761548f96e zcalibrate: add confirmation for abort close #1326 2024-04-16 13:54:50 -03:00
alfrix
31f88d2ffd docs: explain in more detail the z calibrate postition 2024-04-16 10:46:47 -03:00
alfrix
6ab7160d51 docs: explain the power on button feature #1336 2024-04-16 09:16:54 -03:00
alfrix
6117b6e10d screen_panel: integrate add_option to deduplicate code 2024-04-16 09:16:38 -03:00
alfrix
198cdfcc11 Translations update Turkish
close #1327

Co-authored-by: Selim <selim_guner2000@hotmail.com>
2024-04-14 12:27:15 -03:00
Weblate (bot)
8508c5ef9a
Translations update from Hosted Weblate (#1334) 2024-04-14 12:18:21 -03:00
Weblate (bot)
2d8f0b201b
Translations update from Hosted Weblate (#1333)
* Translated using Weblate (Chinese (Traditional))

Currently translated at 86.7% (236 of 272 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Ukrainian)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Translated using Weblate (Swedish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Translated using Weblate (Portuguese)

Currently translated at 94.1% (256 of 272 strings)

Translated using Weblate (Polish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/uk/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hant/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
2024-04-14 01:22:13 -03:00
Weblate (bot)
708c7c1925
Translations update from Hosted Weblate (#1332)
* Translated using Weblate (Chinese (Traditional))

Currently translated at 86.7% (236 of 272 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Ukrainian)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Translated using Weblate (Swedish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Translated using Weblate (Portuguese)

Currently translated at 94.1% (256 of 272 strings)

Translated using Weblate (Polish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/uk/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hant/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
2024-04-14 01:21:40 -03:00
Weblate (bot)
5d77eb94aa
Translations update from Hosted Weblate (#1331)
* Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Traditional))

Currently translated at 86.7% (236 of 272 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Ukrainian)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Translated using Weblate (Swedish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Translated using Weblate (Portuguese)

Currently translated at 94.1% (256 of 272 strings)

Translated using Weblate (Polish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/uk/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hant/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
2024-04-14 01:20:46 -03:00
Weblate (bot)
86a83684c9
Translations update from Hosted Weblate (#1330)
* Translated using Weblate (Czech)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Czech)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Mick#6366 <kos.m@post.cz>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Czech)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Michal Bitala <bitala.michal@seznam.cz>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Danish)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: srbjessen <srbjessen@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/da/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Danish)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/da/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Spanish)

Currently translated at 99.6% (271 of 272 strings)

Translated using Weblate (German (de_FORMAL))

Currently translated at 91.5% (249 of 272 strings)

Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Mike Zweifel <mike@mikezweifel.ch>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Sascha <saschbuerger@web.de>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: criscrafter <criscrafter80@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German (de_FORMAL))

Currently translated at 91.5% (249 of 272 strings)

Translated using Weblate (German)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: bbraeu <braeu.bernhard@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German (de_FORMAL))

Currently translated at 91.5% (249 of 272 strings)

Co-authored-by: Sucuk4mylife <civandenizsevin@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Spanish)

Currently translated at 99.6% (271 of 272 strings)

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Spanish)

Currently translated at 99.6% (271 of 272 strings)

Co-authored-by: Alfredo Monclus <alfredomonclus@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (French)

Currently translated at 98.1% (267 of 272 strings)

Co-authored-by: samuel fradette <fradette20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Japanese)

Currently translated at 68.3% (186 of 272 strings)

Translated using Weblate (Italian)

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (272 of 272 strings)

Translated using Weblate (Hebrew)

Currently translated at 78.6% (214 of 272 strings)

Translated using Weblate (French)

Currently translated at 98.1% (267 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/he/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/it/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ja/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (French)

Currently translated at 98.1% (267 of 272 strings)

Co-authored-by: Guilouz <guilouz6@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (French)

Currently translated at 98.1% (267 of 272 strings)

Co-authored-by: Bahoué <stef.griv@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (French)

Currently translated at 98.1% (267 of 272 strings)

Co-authored-by: Nackophilz <zrv4flra@anonaddy.me>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Italian)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Giadej <Giadej@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/it/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Italian)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Riccardo Babetto <riccardobabetto@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/it/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Italian)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Alfredo Monclus <alfredomonclus@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/it/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: 나노 <nns30915@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Traditional))

Currently translated at 86.7% (236 of 272 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Ukrainian)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Translated using Weblate (Swedish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Translated using Weblate (Portuguese)

Currently translated at 94.1% (256 of 272 strings)

Translated using Weblate (Polish)

Currently translated at 96.3% (262 of 272 strings)

Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/uk/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hant/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: 이정희 <daemul72@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Thijs Triemstra <info@collab.nl>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Maxime Carrein <maxime.c.work@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Dutch)

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Mikachu <micah.sh@proton.me>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Polish)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Polish)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Daviteusz <daviteusz0@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pl/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Portuguese)

Currently translated at 94.1% (256 of 272 strings)

Co-authored-by: Henrique Magarotto <magarotto@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Portuguese)

Currently translated at 94.1% (256 of 272 strings)

Co-authored-by: Matheus Mösken Diegues <dmosken2015@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Russian)

Currently translated at 95.5% (260 of 272 strings)

Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ru/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Swedish)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: eltacoloco <hampus.lind@webbpost.nu>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Swedish)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sv/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Faruk 3d <ozcanfaruk.3d@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Selim GUNER <selimguner2000@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Nurettin Sevdik <nurettinsevdik10@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Ukrainian)

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/uk/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Will Zhai <willzhai55@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.5% (268 of 272 strings)

Co-authored-by: Samuel Wang <imhsaw@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Lithuanian)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: vjurka <v@jurka.lt>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/lt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Bernardo Scolnik <bscolnik@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt_BR/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Slovenian)

Currently translated at 91.9% (250 of 272 strings)

Translated using Weblate (Vietnamese)

Currently translated at 36.7% (100 of 272 strings)

Translated using Weblate (Estonian)

Currently translated at 0.0% (0 of 272 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.3% (262 of 272 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/et/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sl/
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/vi/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Vietnamese)

Currently translated at 36.7% (100 of 272 strings)

Co-authored-by: Lâm Trần <trandanhlam99@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/vi/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Slovenian)

Currently translated at 91.9% (250 of 272 strings)

Co-authored-by: Dominik <dominik.sostar@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/sl/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Mick#6366 <kos.m@post.cz>
Co-authored-by: Michal Bitala <bitala.michal@seznam.cz>
Co-authored-by: srbjessen <srbjessen@gmail.com>
Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Co-authored-by: Mike Zweifel <mike@mikezweifel.ch>
Co-authored-by: Sascha <saschbuerger@web.de>
Co-authored-by: criscrafter <criscrafter80@gmail.com>
Co-authored-by: bbraeu <braeu.bernhard@gmail.com>
Co-authored-by: Sucuk4mylife <civandenizsevin@gmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Alfredo Monclus <alfredomonclus@gmail.com>
Co-authored-by: samuel fradette <fradette20@gmail.com>
Co-authored-by: Guilouz <guilouz6@hotmail.com>
Co-authored-by: Bahoué <stef.griv@gmail.com>
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Co-authored-by: Giadej <Giadej@users.noreply.hosted.weblate.org>
Co-authored-by: Riccardo Babetto <riccardobabetto@gmail.com>
Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Co-authored-by: 나노 <nns30915@gmail.com>
Co-authored-by: 이정희 <daemul72@gmail.com>
Co-authored-by: Thijs Triemstra <info@collab.nl>
Co-authored-by: Maxime Carrein <maxime.c.work@gmail.com>
Co-authored-by: Mikachu <micah.sh@proton.me>
Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com>
Co-authored-by: Daviteusz <daviteusz0@gmail.com>
Co-authored-by: Henrique Magarotto <magarotto@gmail.com>
Co-authored-by: Matheus Mösken Diegues <dmosken2015@gmail.com>
Co-authored-by: Dr_Perry_Coke <dr.perrycoke@gmail.com>
Co-authored-by: eltacoloco <hampus.lind@webbpost.nu>
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Co-authored-by: Faruk 3d <ozcanfaruk.3d@gmail.com>
Co-authored-by: Selim GUNER <selimguner2000@gmail.com>
Co-authored-by: Nurettin Sevdik <nurettinsevdik10@gmail.com>
Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
Co-authored-by: Will Zhai <willzhai55@gmail.com>
Co-authored-by: Samuel Wang <imhsaw@gmail.com>
Co-authored-by: vjurka <v@jurka.lt>
Co-authored-by: Bernardo Scolnik <bscolnik@gmail.com>
Co-authored-by: Lâm Trần <trandanhlam99@gmail.com>
Co-authored-by: Dominik <dominik.sostar@gmail.com>
2024-04-14 01:20:18 -03:00
alfrix
7b42c2bdc2 Weblate sync 2024-04-13 13:47:10 -03:00
Weblate (bot)
f122b1883b
Translations update from Hosted Weblate (#1323)
* Translated using Weblate (Korean)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Lithuanian)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: vjurka <v@jurka.lt>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/lt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 98.8% (269 of 272 strings)

Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Faruk 3d <ozcanfaruk.3d@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German (de_FORMAL))

Currently translated at 91.5% (249 of 272 strings)

Co-authored-by: Sucuk4mylife <civandenizsevin@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Turkish)

Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Selim GUNER <selimguner2000@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Co-authored-by: vjurka <v@jurka.lt>
Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Co-authored-by: Faruk 3d <ozcanfaruk.3d@gmail.com>
Co-authored-by: Sucuk4mylife <civandenizsevin@gmail.com>
Co-authored-by: Selim GUNER <selimguner2000@gmail.com>
2024-04-13 12:59:44 -03:00
Mike Zweifel
4a964ddb47
Translated using Weblate (German)
Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Mike Zweifel <mike@mikezweifel.ch>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:08 +02:00
Selim GUNER
0cfd2c1bd9
Translated using Weblate (Turkish)
Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Selim GUNER <selimguner2000@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:08 +02:00
Sucuk4mylife
68e07d248c
Translated using Weblate (German (de_FORMAL))
Currently translated at 91.5% (249 of 272 strings)

Co-authored-by: Sucuk4mylife <civandenizsevin@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de_FORMAL/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:08 +02:00
Faruk 3d
590bca9522
Translated using Weblate (Turkish)
Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: Faruk 3d <ozcanfaruk.3d@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:08 +02:00
Niklas Tecklenborg
ae1c81b539
Translated using Weblate (German)
Currently translated at 98.8% (269 of 272 strings)

Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:07 +02:00
vjurka
a55e3bb32d
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: vjurka <v@jurka.lt>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/lt/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:07 +02:00
방영웅
bb7cb87f08
Translated using Weblate (Korean)
Currently translated at 100.0% (272 of 272 strings)

Co-authored-by: 방영웅 <bangyeongung20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/ko/
Translation: KlipperScreen/KlipperScreen
2024-04-13 17:49:07 +02:00