Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from WeblateOrg:main #186

Open
wants to merge 2,664 commits into
base: main
Choose a base branch
from
Open

[pull] main from WeblateOrg:main #186

wants to merge 2,664 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 15, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@@ -1389,7 +1413,8 @@
try:
parse_query(query_string)
except Exception as error:
raise ValidationError(f"Could not parse query string: {error}") from error
msg = f"Could not parse query string: {error}"
raise ValidationError(msg) from error

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@@ -1505,7 +1530,8 @@
try:
parse_query(query_string)
except Exception as error:
raise ValidationError(f"Could not parse query string: {error}") from error
msg = f"Could not parse query string: {error}"
raise ValidationError(msg) from error

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@pull pull bot added the ⤵️ pull label Nov 15, 2024
weblate and others added 28 commits January 15, 2025 20:23
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/it/
Currently translated at 89.5% (2952 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ro/
Currently translated at 93.1% (3069 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ca/
Currently translated at 98.9% (3261 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/he/
Currently translated at 94.9% (3128 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/da/
Currently translated at 91.3% (3012 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sv/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/nl/
Currently translated at 99.5% (3282 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/cs/
Currently translated at 99.5% (3282 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/cs/
Currently translated at 99.0% (3264 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ja/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/de/
Currently translated at 89.7% (2959 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/el/
Currently translated at 99.1% (3269 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ko/
Currently translated at 98.3% (3241 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/hu/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/zh_Hant/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/zh_Hans/
Currently translated at 98.9% (3263 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/sr/
Currently translated at 71.6% (2360 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/nb_NO/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/bg/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ta/
Currently translated at 53.1% (1752 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/kab/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/hr/
Currently translated at 97.7% (3221 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/cy/
Currently translated at 84.7% (2793 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/is/
Currently translated at 13.5% (445 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ka/
Currently translated at 99.4% (3277 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/ga/
This allows to catch errors in translations earlier.
* chore(deps): update dependency boto3 to >=1.28.62,<1.37.0

* chore(deps): update lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nijel and others added 30 commits January 16, 2025 10:12
Currently translated at 100.0% (9941 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/pt_BR/
Currently translated at 88.1% (8808 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ru/
Currently translated at 49.4% (4913 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/es/
Currently translated at 49.8% (4955 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/fr/
Currently translated at 26.8% (2679 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/gl/
Currently translated at 34.7% (3456 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/id/
Currently translated at 75.5% (7506 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ro/
Currently translated at 100.0% (9941 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/uk/
Currently translated at 99.7% (9969 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 99.5% (9950 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ga/
Currently translated at 99.8% (9979 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 99.8% (9980 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 49.6% (4965 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/fr/
Currently translated at 99.8% (9982 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 99.9% (9983 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 99.9% (3293 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/it/
Currently translated at 100.0% (9992 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 100.0% (9992 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 100.0% (3296 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/it/
Currently translated at 100.0% (9992 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hans/
Currently translated at 100.0% (9941 of 9941 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/de/
Currently translated at 96.1% (9605 of 9992 strings)

Translation: Weblate/Documentation
Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ja/
Currently translated at 99.6% (3285 of 3296 strings)

Translation: Weblate/Application
Translate-URL: https://hosted.weblate.org/projects/weblate/application/he/
This seems to confuse translators and makes them translate it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.