28726db86f
Bug fix for receiving line item event ( #9071 ) ( #9072 )
...
- Use StockItem ID correctly
- Provide line ID
(cherry picked from commit f27a84a7e5 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-02-13 14:46:55 +11:00
3b6b41976f
Fix for data import ( #9060 ) ( #9065 )
...
- Prevent shadow overwrite of default_values dict
- Remove dead code
(cherry picked from commit 7049e84ac3 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-02-12 07:31:16 +11:00
1b42c00747
Enhance creation of default settings ( #9028 ) ( #9029 )
...
- Remove cache requirement
- Replaces https://github.com/inventree/InvenTree/pull/9021
(cherry picked from commit 445fa45394 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-02-04 23:04:01 +11:00
0f9bddbcd2
Report bugfix ( #9013 ) ( #9014 )
...
- Ensure default label templates exist
- Ensure default report templates exist
(cherry picked from commit 2a6434ead8 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-02-03 08:03:59 +11:00
b0fc42d906
Debounce checkLoginState to prevent unexpected redirection during testing ( #9012 ) ( #9016 )
...
(cherry picked from commit e93b9692a1 )
Co-authored-by: Dean <me@dgardiner.net >
2025-02-03 08:03:40 +11:00
993849813f
Select first and only pending shipment for sales order barcode allocation ( #8984 ) ( #8986 )
...
(cherry picked from commit ede30cec7a507aab9c063fc44ab5d9e70ec902d6)
Co-authored-by: Dean <me@dgardiner.net >
2025-01-29 22:35:51 +11:00
453c726d1e
Fix for chart rendering ( #8981 ) ( #8982 )
...
- Graphs like numbers, not strings, I guess...
(cherry picked from commit 0c56a3132b )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-29 17:43:33 +11:00
c89fe44fea
SalesOrder migration unit test ( #8814 ) ( #8961 )
...
* Unit test for SalesOrder data migration
* make field checks more stable
* Adjust migration strategy
* Fix for data migration
* Simplify login test for playwright
---------
Co-authored-by: Matthias Mair <code@mjmair.com >
(cherry picked from commit a13f5681a1 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-27 22:54:12 +11:00
8baafed49f
Add check for minimum invoke version ( #8952 ) ( #8954 )
...
(cherry picked from commit d5928f038d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-26 11:49:50 +11:00
abddfb0b04
Docs updates: ( #8951 ) ( #8953 )
...
* Docs updates:
- Fix error related to key access
- Fix rendering of settings tables
- Add setting key as mouseover text
* Revert config
(cherry picked from commit 640d5852e4 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-26 11:26:23 +11:00
4a3035ec85
Plugin reload fix ( #8922 ) ( #8936 )
...
* Add option to disable auto-reload of dev server
* Force plugin reload
* Add unit testing for plugin reload
- Requires modifications to registry.py
(cherry picked from commit 8e8b7158b7 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-22 17:01:34 +11:00
0ebcff1a16
Include location detail in build output table ( #8923 ) ( #8927 )
...
* Include location detail in build output table
* Raise validation error if trying to split an in-production item
(cherry picked from commit 68d3620bb2 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-21 01:47:56 +11:00
ee06e466ca
Import fix ( #8924 ) ( #8926 )
...
* Exclude "tags" fields from data import
- May reintroduce at a later date
- Currently, no support for editing tags in frontend
* Refactor
(cherry picked from commit 2575c7276c )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-21 01:34:34 +11:00
7140ea8f43
Allow CORS for /plugin/ URLs ( #8898 ) ( #8900 )
...
- Ref: https://github.com/inventree/inventree-order-history/issues/17#issuecomment-2591275055
(cherry picked from commit 5de65891c3 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-15 18:03:30 +11:00
a0d6ae2a54
fix(plugin): Ensure plugins are only installed if not deactivated ( #8893 ) ( #8901 )
...
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
(cherry picked from commit fbe2131fa5 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-01-15 15:01:41 +11:00
74d8fe688e
Upload timeout ( #8895 ) ( #8899 )
...
* Increase upload timeout for attachments
* Increase default API timeout
- To account for distant connections
* Use longer timeout when uploading files
* Debug for RTD testing
* Adjust commit extraction
* Cleanup debug output
* Include more vars in output
* Move debug output to top of file
* Add useful link
(cherry picked from commit c7e960728d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-15 14:46:32 +11:00
295318ad18
Add Serbian to LanguageContext.tsx ( #8880 ) ( #8881 ) is
...
(cherry picked from commit c75630d1bd )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-12 10:17:05 +11:00
8576fbbade
Ensure error is raised ( #8849 ) ( #8850 )
...
(cherry picked from commit 3a62bdd276 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-07 17:31:59 +11:00
6045925ebe
Order creation fix ( #8846 ) ( #8847 )
...
* Bug fix for PurchaseOrder
- Correctly record the user who created a PO
- Code refactoring
* Updated unit tests
(cherry picked from commit dcf0bb103e )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-07 15:03:18 +11:00
3715c42fed
Fix for test results in stock item report context ( #8843 ) ( #8844 )
...
- Allow for "cascade" installed items
- i.e. support multi-level installed items
(cherry picked from commit 94f7890a41 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-07 10:40:08 +11:00
4c6e3490c0
Navigate to index when deleting a company ( #8831 ) ( #8833 )
...
(cherry picked from commit ae1f9bf274 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-05 22:51:55 +11:00
91c095a011
Fix for buggy Caddyfile ( #8830 ) ( #8832 )
...
(cherry picked from commit decccf8163 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-01-05 22:33:22 +11:00
d42e3087a8
Fix package install in envs using python lower than 3.12 on debian like OSs ( #8793 ) ( #8813 )
...
* do not install with uv for now - fixes #8789
#8742 #8495 #8494
* Ensure errors are raised if install / update fails
(cherry picked from commit d7939efaa9 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-01-01 10:32:16 +11:00
4f7a12bd70
Allow barcode linking for stock location ( #8802 ) ( #8810 )
...
(cherry picked from commit 16e9729308 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-31 16:01:15 +11:00
5048c1d667
Update .env file ( #8799 ) ( #8808 )
...
* Update .env file
- No functional changes
- Improved file comments
* Update .env
Improved comment
(cherry picked from commit 74cd0b9aed )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-31 14:50:33 +11:00
0a522709b1
Add FAQ on cookie setting change ( #8805 ) ( #8807 )
...
(cherry picked from commit 7419944301 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-31 14:44:10 +11:00
c32362456b
Add documentation on transferring media files ( #8803 ) ( #8806 )
...
(cherry picked from commit c917c64aa1 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-31 14:43:54 +11:00
4d07a49dfd
Caddyfile documentation ( #8798 ) ( #8800 )
...
* basic mixin file
* Add basic check for model type support
* Enhanced documentation for Caddyfile
* Additional documentation around proxy server
* Remove code from other PR
(cherry picked from commit ecc1c937ed )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-31 13:47:07 +11:00
ef5fd93207
[Setup] Support X-Forwarded-Proto header ( #8790 ) ( #8797 )
...
* Remove use_x_forwarded_port setting
- As per the docs, this is ignored in favour of use_x_forwarded_host
- So, is not being used anyway
* Add note on x_forwarded_host option
* Add warning message if SITE_URL not provided
* Add support for SECURE_PROXY_SSL_HEADER
* Update configuration template file
* Update SITE_URL docs
* Remove line
* Re-add use_x_forwarded_port
* Docs tweak
* Improve wording
* Fix broken link
(cherry picked from commit 23e4f2f2a2 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-31 12:50:51 +11:00
df7204a334
[Docs] Update FAQ ( #8777 ) ( #8778 )
...
* Update FAQ
* Add links to FAQ
* Extra info
* Extend documentation for debug options
(cherry picked from commit b0ce67fcd7 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-27 19:13:56 +11:00
eed6223187
Fix default value for SESSION_COOKIE_SECURE ( #8767 ) ( #8769 )
...
- Default value was previously 'True'
- Documentation indicated that it was 'False'
- Value in config_template.yaml was 'False' (but commented out)
(cherry picked from commit d4ee8c53b2 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-26 22:40:26 +11:00
cab7a06146
Zero stock fix ( #8766 ) ( #8768 )
...
* Change backend validation
- Allow stock adjustments with zero quantity
* Frontend changes
(cherry picked from commit ae7f4e33d5 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-26 11:26:04 +11:00
3cb806d20a
Handle error when loading icon pack ( #8753 ) ( #8755 )
...
* Handle error when loading icon pack
* Update
(cherry picked from commit 8fcebefa0b )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-24 10:29:24 +11:00
8f1bf95463
Add separate dialog for 'Ship Order' button ( #8734 ) ( #8735 )
...
(cherry picked from commit 0bcad6b340 )
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com >
2024-12-22 16:12:57 +11:00
4019dc9c9c
Forms fixes ( #8722 ) ( #8729 )
...
* Refactor form fields
- Allow error message to be passed through via field definition
- Return error information to onFormError
* Fix debounce issue for text fields
* Fix for useForm hook
* Badge fix
- Fix badge rendering for SalesOrderShipment
* Cleanup unit test
(cherry picked from commit aabcf52cd2 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-20 15:52:06 +11:00
70f17997eb
[UI] Link fix ( #8726 ) ( #8728 )
...
- Fixes anchor issues in stock tracking table
(cherry picked from commit 68ac4118e9 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-20 12:28:49 +11:00
2d773a7b3e
Badge fix ( #8725 ) ( #8727 )
...
- Fix badge rendering for SalesOrderShipment
(cherry picked from commit 130bc84b44 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-20 12:21:42 +11:00
e37ff5c3d5
[UI] Enhanced null checks ( #8706 ) ( #8711 )
...
* Extra null check in SettingList.tsx
* Null checks on error responses
(cherry picked from commit 378d69f0b3 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-19 01:01:51 +11:00
6bd32c9236
Image upload error ( #8700 ) ( #8704 )
...
* Add helper function for displaying API error message
* Provide feedback on image upload
* Update notification
(cherry picked from commit 1eaf3a4594 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-19 00:16:39 +11:00
04aec83e95
Cast barcode scan IDs to list ( #8701 ) ( #8702 )
...
- Fixes issues with limitations on old MySQL server
(cherry picked from commit 4569fd273d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-18 17:04:18 +11:00
b57d035f7f
Fix for table update ( #8698 ) ( #8699 )
...
- Retain data when updating a single record
- Fixes https://github.com/inventree/InvenTree/issues/8693
(cherry picked from commit 1910612725 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-12-18 15:39:37 +11:00
156c3cc9b2
Bump mkdocs-material from 9.5.48 to 9.5.49 in /docs in the dependencies group across 1 directory ( #8675 ) ( #8678 )
...
* Bump mkdocs-material
Bumps the dependencies group with 1 update in the /docs directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `mkdocs-material` from 9.5.48 to 9.5.49
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.48...9.5.49 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix req
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com >
(cherry picked from commit 1518475d51 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 09:16:26 +11:00
52a26c9887
Bump the dependencies group with 5 updates ( #8673 ) ( #8679 )
...
Bumps the dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.7.1` | `3.8.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.17.8` | `0.17.9` |
| [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) | `2.0.1` | `2.1.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.27.6` | `3.27.9` |
| [crowdin/github-action](https://github.com/crowdin/github-action ) | `2.4.0` | `2.5.0` |
Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/c47758b77c9736f4b2ef4073d4d51994fabfe349...6524bf65af31da8d45b59e8c27de4bd072b392f5 )
Updates `anchore/sbom-action` from 0.17.8 to 0.17.9
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](https://github.com/anchore/sbom-action/compare/55dc4ee22412511ee8c3142cbea40418e6cec693...df80a981bc6edbc4e220a492d3cbe9f5547a6e75 )
Updates `actions/attest-build-provenance` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](https://github.com/actions/attest-build-provenance/compare/c4fbc648846ca6f503a13a2281a5e7b98aa57202...7668571508540a607bdfd90a87a560489fe372eb )
Updates `github/codeql-action` from 3.27.6 to 3.27.9
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/aa578102511db1f4524ed59b8cc2bae4f6e88195...df409f7d9260372bd5f19e5b04e83cb3c43714ae )
Updates `crowdin/github-action` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](https://github.com/crowdin/github-action/compare/a9ffb7d5ac46eca1bb1f06656bf888b39462f161...8dfaf9c206381653e3767e3cb5ea5f08b45f02bf )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1e4e3e65cc )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 09:16:23 +11:00
88ab59359f
New Crowdin translations by GitHub Action ( #8654 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-16 09:50:27 +11:00
ad6bd635e6
New Crowdin translations by GitHub Action ( #8632 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-11 15:43:47 +11:00
4e36c7a2d7
New Crowdin translations by GitHub Action ( #8589 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-05 19:53:16 +11:00
ced695b099
New Crowdin translations by GitHub Action ( #8536 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-29 10:45:13 +11:00
6250901c2f
New Crowdin translations by GitHub Action ( #8491 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-21 15:00:52 +11:00
7a3bed5b40
New Crowdin translations by GitHub Action ( #8455 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 12:10:55 +11:00
a8e833a226
New Crowdin translations by GitHub Action ( #8436 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-08 23:05:35 +11:00
b4310bf91e
New Crowdin translations by GitHub Action ( #8412 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-04 22:33:04 +11:00
d11b7d3a7c
New Crowdin translations by GitHub Action ( #8355 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-02 21:46:12 +11:00
6bf9a97f52
New Crowdin translations by GitHub Action ( #8348 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-24 21:15:17 +11:00
aa1e23d455
New Crowdin translations by GitHub Action ( #8266 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-23 16:10:59 +11:00
13ef30768f
New Crowdin translations by GitHub Action ( #8242 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-09 05:08:48 +00:00
22929eb0ab
New Crowdin translations by GitHub Action ( #8141 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-18 13:59:01 +10:00
9aab352a7e
New Crowdin translations by GitHub Action ( #8135 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-17 16:05:56 +10:00
280a97816a
New Crowdin translations by GitHub Action ( #8108 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-16 23:28:44 +10:00
e523bd73af
New Crowdin translations by GitHub Action ( #8045 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-11 09:40:50 +10:00
f725c38804
New Crowdin translations by GitHub Action ( #8022 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-29 20:16:58 +10:00
bcaf298ce3
New Crowdin translations by GitHub Action ( #8016 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-28 11:11:51 +10:00
github-actions[bot]
cfce9c6b73
updated translation base
2021-09-12 13:15:43 +00:00
github-actions[bot]
de9b53cc0f
updated translation base
2021-09-12 12:29:48 +00:00
github-actions[bot]
3f172c24ef
updated translation base
2021-09-08 04:34:30 +00:00
github-actions[bot]
52793856c2
updated translation base
2021-09-08 03:30:27 +00:00
github-actions[bot]
d02f7f7441
updated translation base
2021-09-08 02:53:31 +00:00
github-actions[bot]
19526f37b6
updated translation base
2021-09-07 22:49:35 +00:00
github-actions[bot]
3f9fd04997
updated translation base
2021-09-07 13:58:29 +00:00
github-actions[bot]
d03edf70b5
updated translation base
2021-09-07 12:53:29 +00:00
github-actions[bot]
60df5a9b09
updated translation base
2021-09-05 23:44:25 +00:00
github-actions[bot]
bc4b6e186b
updated translation base
2021-09-03 23:44:26 +00:00
github-actions[bot]
08cea7a2f3
updated translation base
2021-09-03 13:36:41 +00:00
github-actions[bot]
5f1e544c72
updated translation base
2021-09-02 01:39:25 +00:00
github-actions[bot]
062a3e78bb
updated translation base
2021-09-01 22:49:28 +00:00
github-actions[bot]
4ac1765937
updated translation base
2021-09-01 21:11:52 +00:00
github-actions[bot]
089d9a3987
updated translation base
2021-08-26 13:13:19 +00:00
github-actions[bot]
17eca19ca6
updated translation base
2021-08-26 12:14:33 +00:00
github-actions[bot]
5201c703f0
updated translation base
2021-08-26 12:13:43 +00:00
github-actions[bot]
b0b7991689
updated translation base
2021-08-26 12:07:24 +00:00
github-actions[bot]
fe23d498cd
updated translation base
2021-08-25 21:03:49 +00:00
github-actions[bot]
9ad9dead23
updated translation base
2021-08-25 05:07:03 +00:00
github-actions[bot]
5b7596a8fa
updated translation base
2021-08-24 12:31:39 +00:00
github-actions[bot]
812f051e31
updated translation base
2021-08-24 12:30:40 +00:00
github-actions[bot]
3b387f17d2
updated translation base
2021-08-24 12:28:10 +00:00
github-actions[bot]
8228878777
updated translation base
2021-08-24 04:15:22 +00:00
github-actions[bot]
c584b5c9a8
updated translation base
2021-08-24 03:49:26 +00:00
github-actions[bot]
91bad5a6ae
updated translation base
2021-08-24 02:11:31 +00:00
github-actions[bot]
5bcfac69ff
updated translation base
2021-08-24 02:04:28 +00:00
github-actions[bot]
47da596ee1
updated translation base
2021-08-23 22:14:33 +00:00
github-actions[bot]
e4c46daf73
updated translation base
2021-08-23 12:55:42 +00:00
github-actions[bot]
263bab469c
updated translation base
2021-08-23 10:31:03 +00:00
github-actions[bot]
c4d7d295a3
updated translation base
2021-08-23 01:08:45 +00:00
github-actions[bot]
91651fea4d
updated translation base
2021-08-22 23:12:03 +00:00
github-actions[bot]
b895cb570b
updated translation base
2021-08-22 22:39:26 +00:00
github-actions[bot]
b9e314b43c
updated translation base
2021-08-22 14:50:53 +00:00
github-actions[bot]
58e98b4b2f
updated translation base
2021-08-22 14:13:12 +00:00
github-actions[bot]
0a979bc78c
updated translation base
2021-08-22 13:48:58 +00:00
github-actions[bot]
a06d0b532d
updated translation base
2021-08-21 22:21:40 +00:00
github-actions[bot]
fc62985275
updated translation base
2021-08-19 23:03:52 +00:00
github-actions[bot]
a996eceaa2
updated translation base
2021-08-19 23:02:34 +00:00