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

New Crowdin updates #6908

Merged
merged 37 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
695295b
updated translation base
github-actions[bot] Apr 2, 2024
33ccb81
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
56e0d63
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
8254c6e
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
deb3e9d
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
919dfa7
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
f0678b4
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
ee960ab
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
59c46e3
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
c0df1b0
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
c92e1cc
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
3e85634
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
dd8f0b2
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
5590d81
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
a74794d
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
c59ffcc
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
b9078c4
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
afc91a1
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
ca23c7f
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
d35ff38
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
f53feda
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
ccc75ca
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
5033d08
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
b781bc5
Fix: New translations django.po from Crowdin
SchrodingersGat Apr 2, 2024
1c2d29c
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
8432a4e
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
7e13e19
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
972c249
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
3d09da7
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
51d9f1f
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
3f2beda
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
3ff4080
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
aa8a352
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
6d2e166
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
f1fb673
Fix: New translations messages.po from Crowdin
SchrodingersGat Apr 2, 2024
0e33fbe
Set INVENTREE_SITE_URL
SchrodingersGat Apr 2, 2024
0626191
Fix incorrect zh trans
SchrodingersGat Apr 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix incorrect zh trans
SchrodingersGat committed Apr 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 062619185c6eb5485bf1086f565369982807c64a
2 changes: 1 addition & 1 deletion InvenTree/locale/zh/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ msgstr "用户没有权限查阅当前模型。"
#: InvenTree/conversion.py:160
#, python-brace-format
msgid "Invalid unit provided ({unit})"
msgstr "提供了无效的单位({{unit}})"
msgstr "提供了无效的单位({unit})"

#: InvenTree/conversion.py:177
msgid "No value provided"

Unchanged files with check annotations Beta

"""Raise a KeyError to provoke a range of unit tests and safety mechanisms in the plugin loading mechanism."""
super().__init__()
raise KeyError('This is a dummy error')

Check failure on line 17 in InvenTree/plugin/broken/broken_sample.py

GitHub Actions / Tests - DB [SQLite] + Coverage

This is a dummy error

Check failure on line 17 in InvenTree/plugin/broken/broken_sample.py

GitHub Actions / Tests - DB [MySQL]

This is a dummy error

Check failure on line 17 in InvenTree/plugin/broken/broken_sample.py

GitHub Actions / Tests - DB [PostgreSQL]

This is a dummy error