From 6605c3c951e181ae39378894979a077d95888772 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 20:15:41 +1000 Subject: [PATCH 001/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index af30f8e7e1..c1751f3b07 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"PO-Revision-Date: 2021-08-05 10:15\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -185,7 +185,7 @@ msgstr "Niemiecki" #: InvenTree/settings.py:519 msgid "Greek" -msgstr "" +msgstr "Grecki" #: InvenTree/settings.py:520 msgid "English" @@ -193,7 +193,7 @@ msgstr "Angielski" #: InvenTree/settings.py:521 msgid "Spanish" -msgstr "" +msgstr "Hiszpański" #: InvenTree/settings.py:522 msgid "French" @@ -201,27 +201,27 @@ msgstr "Francuski" #: InvenTree/settings.py:523 msgid "Hebrew" -msgstr "" +msgstr "Hebrajski" #: InvenTree/settings.py:524 msgid "Italian" -msgstr "" +msgstr "Włoski" #: InvenTree/settings.py:525 msgid "Japanese" -msgstr "" +msgstr "Japoński" #: InvenTree/settings.py:526 msgid "Korean" -msgstr "" +msgstr "Koreański" #: InvenTree/settings.py:527 msgid "Dutch" -msgstr "" +msgstr "Holenderski" #: InvenTree/settings.py:528 msgid "Norwegian" -msgstr "" +msgstr "Norweski" #: InvenTree/settings.py:529 msgid "Polish" @@ -229,15 +229,15 @@ msgstr "Polski" #: InvenTree/settings.py:530 msgid "Russian" -msgstr "" +msgstr "Rosyjski" #: InvenTree/settings.py:531 msgid "Swedish" -msgstr "" +msgstr "Szwedzki" #: InvenTree/settings.py:532 msgid "Thai" -msgstr "" +msgstr "Tajski" #: InvenTree/settings.py:533 msgid "Turkish" @@ -245,11 +245,11 @@ msgstr "Turecki" #: InvenTree/settings.py:534 msgid "Vietnamese" -msgstr "" +msgstr "Wietnamski" #: InvenTree/settings.py:535 msgid "Chinese" -msgstr "" +msgstr "Chiński" #: InvenTree/status.py:94 msgid "Background worker check failed" From 7093f41a6880d32ea10ffd6470cec3907059113e Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:46 +1000 Subject: [PATCH 002/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/fr/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index b91c90bff7..b39d754127 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "Supprimer cet élément" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "Modifier les informations utilisateur" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Informations système" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 2ab284c38958ae97ea96ea6de95fd86038fd49bd Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:47 +1000 Subject: [PATCH 003/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/he/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/he/LC_MESSAGES/django.po b/InvenTree/locale/he/LC_MESSAGES/django.po index 6135620ea2..ee0a08b740 100644 --- a/InvenTree/locale/he/LC_MESSAGES/django.po +++ b/InvenTree/locale/he/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From a8b1ae71b4585f84317ecf8ed9023843447f3b78 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:49 +1000 Subject: [PATCH 004/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/id/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/id/LC_MESSAGES/django.po b/InvenTree/locale/id/LC_MESSAGES/django.po index 52ea4e8245..d5250ef6a1 100644 --- a/InvenTree/locale/id/LC_MESSAGES/django.po +++ b/InvenTree/locale/id/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 3cd83c15e76c004a0d3847486cfe75656bac684f Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:50 +1000 Subject: [PATCH 005/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/vi/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/vi/LC_MESSAGES/django.po b/InvenTree/locale/vi/LC_MESSAGES/django.po index c7759504a5..af32dbc54f 100644 --- a/InvenTree/locale/vi/LC_MESSAGES/django.po +++ b/InvenTree/locale/vi/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From d14a5e8c9f943a8fbf7d5428e7677b955344615b Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:51 +1000 Subject: [PATCH 006/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/sv/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/sv/LC_MESSAGES/django.po b/InvenTree/locale/sv/LC_MESSAGES/django.po index 5fcf2d13ac..dda571cf52 100644 --- a/InvenTree/locale/sv/LC_MESSAGES/django.po +++ b/InvenTree/locale/sv/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From c1af821200373aa6603ee3129fb55bfc9ffd3259 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:53 +1000 Subject: [PATCH 007/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/no/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/no/LC_MESSAGES/django.po b/InvenTree/locale/no/LC_MESSAGES/django.po index 6f8c133f04..2ae9f59d02 100644 --- a/InvenTree/locale/no/LC_MESSAGES/django.po +++ b/InvenTree/locale/no/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 00e40053833eea61acb918ca7a9dd611ef6bd97c Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:54 +1000 Subject: [PATCH 008/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/nl/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/nl/LC_MESSAGES/django.po b/InvenTree/locale/nl/LC_MESSAGES/django.po index 9b3702e15b..93bf36a3f7 100644 --- a/InvenTree/locale/nl/LC_MESSAGES/django.po +++ b/InvenTree/locale/nl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Systeeminformatie" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 9dc8d5f82435ec62f725c7cd015eaa4d9f605568 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:56 +1000 Subject: [PATCH 009/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ko/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/ko/LC_MESSAGES/django.po b/InvenTree/locale/ko/LC_MESSAGES/django.po index 6c7e289c3b..f3eff04fca 100644 --- a/InvenTree/locale/ko/LC_MESSAGES/django.po +++ b/InvenTree/locale/ko/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 4151f489cef7f417fdef36ee7ecdeea935a7206f Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:57 +1000 Subject: [PATCH 010/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/el/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/el/LC_MESSAGES/django.po b/InvenTree/locale/el/LC_MESSAGES/django.po index a4cf59efb4..56a9154265 100644 --- a/InvenTree/locale/el/LC_MESSAGES/django.po +++ b/InvenTree/locale/el/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 77dcfab70dde2da2c5d6a0db2381de96b5480104 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:28:58 +1000 Subject: [PATCH 011/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/es/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index ae9b772e92..8b9cb7c857 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "Eliminar elemento" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "Configurar Contraseña" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Información del sistema" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 39e6cb8b53a56fa187559966bd4c52112ce86ae7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:00 +1000 Subject: [PATCH 012/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/zh/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index a313e64b57..57642997d0 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:28\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From e445d2251592a5740c19efc9edf157e94b53ec63 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:01 +1000 Subject: [PATCH 013/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/tr/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 2ba609eef2..1d9f5f309e 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -432,27 +432,27 @@ msgstr "Fazlalık %100'ü geçmemelidir" msgid "Overage must be an integer value or a percentage" msgstr "Fazlalık bir tamsayı veya yüzde olmalıdır" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "Ögeyi Sil" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "Öge silme işlemini onaylamak için kutuyu işaretleyin" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "Kullanıcı Bilgisini Düzenle" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "Şifre Belirle" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "Parola alanları eşleşmelidir" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Sistem Bilgisi" @@ -6362,10 +6362,28 @@ msgstr "Tema Seç" msgid "Language Settings" msgstr "Dil Ayarları" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "Dili Ayarla" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "Ana Sayfa Ayarları" From 9d9b1fa8afe7334730313c31974be18974f21d56 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:03 +1000 Subject: [PATCH 014/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ru/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index 2b3fb7959e..a985cd43ee 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -432,27 +432,27 @@ msgstr "Перегрузка не может превысить 100%" msgid "Overage must be an integer value or a percentage" msgstr "Превышение должно быть целым числом или процентом" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "Удалить элемент" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "Установите флажок для подтверждения удаления элемента" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "Редактировать информацию о пользователе" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "Установить пароль" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "Пароли должны совпадать" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Информация о системе" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 10d832c23ad4fed26eda689c3e89dd81c07d0d07 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:04 +1000 Subject: [PATCH 015/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index c1751f3b07..72711899ec 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 10:15\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "Usuń element" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "Zaznacz pole aby potwierdzić usunięcie elementu" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "Edytuj informacje użytkownika" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "Ustaw hasło" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "Hasła muszą być zgodne" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Informacja systemowa" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 3c17bbe9f7687d1b55b9d756f72ee851c09d440a Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:05 +1000 Subject: [PATCH 016/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ja/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index 53f3bca617..b47c041558 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From a95c89042dfc24f65b236274f70d469ba97133cf Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:07 +1000 Subject: [PATCH 017/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/it/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index 3d5437b058..2472cca20d 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From 5108ab85c8811762805425254c1c21c0910b494b Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:08 +1000 Subject: [PATCH 018/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/de/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index c04d2de852..a2f2089724 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -432,27 +432,27 @@ msgstr "Überschuss darf 100% nicht überschreiten" msgid "Overage must be an integer value or a percentage" msgstr "Überschuss muss eine Ganzzahl oder ein Prozentwert sein" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "Element löschen" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "Häkchen setzen um Löschung von Objekt zu bestätigen" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "Benutzerinformationen bearbeiten" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "Passwort eingeben" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "Passwörter stimmen nicht überein" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "Systeminformationen" @@ -6362,10 +6362,28 @@ msgstr "Design auswählen" msgid "Language Settings" msgstr "Spracheinstellung" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "Sprache festlegen" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "Startseite-Einstellungen" From d3218c69b0bd7c6179786932829475def95890d2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 5 Aug 2021 21:29:10 +1000 Subject: [PATCH 019/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/th/LC_MESSAGES/django.po | 36 +++++++++++++++++------ 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/InvenTree/locale/th/LC_MESSAGES/django.po b/InvenTree/locale/th/LC_MESSAGES/django.po index b9fc1e4216..fe553c983f 100644 --- a/InvenTree/locale/th/LC_MESSAGES/django.po +++ b/InvenTree/locale/th/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 03:25+0000\n" -"PO-Revision-Date: 2021-08-05 03:29\n" +"POT-Creation-Date: 2021-08-05 10:29+0000\n" +"PO-Revision-Date: 2021-08-05 11:29\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -432,27 +432,27 @@ msgstr "" msgid "Overage must be an integer value or a percentage" msgstr "" -#: InvenTree/views.py:609 +#: InvenTree/views.py:612 msgid "Delete Item" msgstr "" -#: InvenTree/views.py:658 +#: InvenTree/views.py:661 msgid "Check box to confirm item deletion" msgstr "" -#: InvenTree/views.py:673 templates/InvenTree/settings/user.html:14 +#: InvenTree/views.py:676 templates/InvenTree/settings/user.html:14 msgid "Edit User Information" msgstr "" -#: InvenTree/views.py:684 templates/InvenTree/settings/user.html:18 +#: InvenTree/views.py:687 templates/InvenTree/settings/user.html:18 msgid "Set Password" msgstr "" -#: InvenTree/views.py:703 +#: InvenTree/views.py:706 msgid "Password fields must match" msgstr "" -#: InvenTree/views.py:897 templates/navbar.html:95 +#: InvenTree/views.py:907 templates/navbar.html:95 msgid "System Information" msgstr "" @@ -6362,10 +6362,28 @@ msgstr "" msgid "Language Settings" msgstr "" -#: templates/InvenTree/settings/user.html:90 +#: templates/InvenTree/settings/user.html:89 +#, python-format +msgid "%(lang_translated)s%% translated" +msgstr "" + +#: templates/InvenTree/settings/user.html:91 +msgid "No translations available" +msgstr "" + +#: templates/InvenTree/settings/user.html:98 msgid "Set Language" msgstr "" +#: templates/InvenTree/settings/user.html:103 +msgid "Help the translation efforts!" +msgstr "" + +#: templates/InvenTree/settings/user.html:104 +#, python-format +msgid "Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged." +msgstr "" + #: templates/InvenTree/settings/user_homepage.html:9 msgid "Home Page Settings" msgstr "" From b9ae51b9a84a1559dc2e51f1abd6ff935d897c4e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:36 +1000 Subject: [PATCH 020/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/fr/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index b39d754127..3616ffa2a3 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 746499591effaf18e30f0bbd7ac3aad7ef088a46 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:37 +1000 Subject: [PATCH 021/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/he/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/he/LC_MESSAGES/django.po b/InvenTree/locale/he/LC_MESSAGES/django.po index ee0a08b740..715efa397e 100644 --- a/InvenTree/locale/he/LC_MESSAGES/django.po +++ b/InvenTree/locale/he/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 781d965a1936541655ca0c002709b551df0da532 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:38 +1000 Subject: [PATCH 022/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/id/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/id/LC_MESSAGES/django.po b/InvenTree/locale/id/LC_MESSAGES/django.po index d5250ef6a1..7733c457ad 100644 --- a/InvenTree/locale/id/LC_MESSAGES/django.po +++ b/InvenTree/locale/id/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From b5600626f5bf80ab79a228f3b3c5cef2ac1bc8d0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:40 +1000 Subject: [PATCH 023/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/vi/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/vi/LC_MESSAGES/django.po b/InvenTree/locale/vi/LC_MESSAGES/django.po index af32dbc54f..a156d32dc4 100644 --- a/InvenTree/locale/vi/LC_MESSAGES/django.po +++ b/InvenTree/locale/vi/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From f73638725bb12f23ba998796179b1d47cbc860f1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:41 +1000 Subject: [PATCH 024/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/sv/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/sv/LC_MESSAGES/django.po b/InvenTree/locale/sv/LC_MESSAGES/django.po index dda571cf52..e9f78ca142 100644 --- a/InvenTree/locale/sv/LC_MESSAGES/django.po +++ b/InvenTree/locale/sv/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 742366373cfff7d4253e215a85175a2db6f57098 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:42 +1000 Subject: [PATCH 025/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/no/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/no/LC_MESSAGES/django.po b/InvenTree/locale/no/LC_MESSAGES/django.po index 2ae9f59d02..b4dacae3c1 100644 --- a/InvenTree/locale/no/LC_MESSAGES/django.po +++ b/InvenTree/locale/no/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 5f78f56a7f2fd7b848b9817d2b164cb3b1a5fec7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:43 +1000 Subject: [PATCH 026/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/nl/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/nl/LC_MESSAGES/django.po b/InvenTree/locale/nl/LC_MESSAGES/django.po index 93bf36a3f7..70f6a01af4 100644 --- a/InvenTree/locale/nl/LC_MESSAGES/django.po +++ b/InvenTree/locale/nl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 9d4ddc1a67da1edf3fcb8c5688d461e8aeda352c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:45 +1000 Subject: [PATCH 027/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ko/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/ko/LC_MESSAGES/django.po b/InvenTree/locale/ko/LC_MESSAGES/django.po index f3eff04fca..cfaff85fc7 100644 --- a/InvenTree/locale/ko/LC_MESSAGES/django.po +++ b/InvenTree/locale/ko/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 089d49f6eb9b3db441c62a92d115c6654411c33b Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:46 +1000 Subject: [PATCH 028/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/el/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/el/LC_MESSAGES/django.po b/InvenTree/locale/el/LC_MESSAGES/django.po index 56a9154265..32d352e476 100644 --- a/InvenTree/locale/el/LC_MESSAGES/django.po +++ b/InvenTree/locale/el/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 3673ff42c192efcd0a57f4a2a260a0f5154f7828 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:47 +1000 Subject: [PATCH 029/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/es/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 8b9cb7c857..fb8e5c44fc 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 88dd7ca1102219da8f3acabc917e04c4c26d9987 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:48 +1000 Subject: [PATCH 030/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/zh/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index 57642997d0..0dea455981 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:28\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 852ba1462974499e016211f95f7db47d7f1097ec Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:49 +1000 Subject: [PATCH 031/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/tr/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 1d9f5f309e..baab7a917b 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "Parça Parametre Şablonu" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "Parça parametre şablonu bulunamadı" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "Şablonu Düzenle" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "Şablonu Sil" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "Kategori parametre şablonu bulunamadı" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "Şablonu Düzenle" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "Şablonu Sil" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "Parça parametre şablonu bulunamadı" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 0ada4b2d19387cb8741c58d68d5ce5a0dd896b4a Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:51 +1000 Subject: [PATCH 032/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ru/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index a985cd43ee..e247101e21 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 9688efd186dfefec50c3b9b22efa99e5fc3be52c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:52 +1000 Subject: [PATCH 033/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index 72711899ec..aab3e9dc3e 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 02a70297e7fdff57d9dc15a7d37e18fe7f6a0f70 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:53 +1000 Subject: [PATCH 034/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ja/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index b47c041558..7efe9d36ca 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 2467f279e6ed8af32051e1afe84dee2f4c84375f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:54 +1000 Subject: [PATCH 035/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/it/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index 2472cca20d..b3fdf6b89f 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From e6919672621f966116ff8fdb916e703f1781b9f0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:56 +1000 Subject: [PATCH 036/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/de/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index a2f2089724..e1ee422d9d 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -6279,20 +6279,6 @@ msgstr "Teil importieren" msgid "Part Parameter Templates" msgstr "Teil-Parametervorlage" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "Keine Teilparametervorlagen gefunden" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "Vorlage bearbeiten" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "Vorlage löschen" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "Bestellungs-Einstellungen" @@ -6313,6 +6299,20 @@ msgstr "Einstellungen ändern" msgid "No category parameter templates found" msgstr "Keine Kategorie-Parametervorlagen gefunden" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "Vorlage bearbeiten" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "Vorlage löschen" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "Keine Teilparametervorlagen gefunden" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "Auftrags-Einstellungen" From 1a99130bc4b1d77378c4165cc59a310c5292c2ba Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 21:18:58 +1000 Subject: [PATCH 037/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/th/LC_MESSAGES/django.po | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/InvenTree/locale/th/LC_MESSAGES/django.po b/InvenTree/locale/th/LC_MESSAGES/django.po index fe553c983f..8321c2d03f 100644 --- a/InvenTree/locale/th/LC_MESSAGES/django.po +++ b/InvenTree/locale/th/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-05 10:29+0000\n" -"PO-Revision-Date: 2021-08-05 11:29\n" +"POT-Creation-Date: 2021-08-07 11:08+0000\n" +"PO-Revision-Date: 2021-08-07 11:18\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -6279,20 +6279,6 @@ msgstr "" msgid "Part Parameter Templates" msgstr "" -#: templates/InvenTree/settings/part.html:80 -msgid "No part parameter templates found" -msgstr "" - -#: templates/InvenTree/settings/part.html:100 -#: templates/InvenTree/settings/settings.html:172 -msgid "Edit Template" -msgstr "" - -#: templates/InvenTree/settings/part.html:101 -#: templates/InvenTree/settings/settings.html:173 -msgid "Delete Template" -msgstr "" - #: templates/InvenTree/settings/po.html:9 msgid "Purchase Order Settings" msgstr "" @@ -6313,6 +6299,20 @@ msgstr "" msgid "No category parameter templates found" msgstr "" +#: templates/InvenTree/settings/settings.html:172 +#: templates/InvenTree/settings/settings.html:269 +msgid "Edit Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:173 +#: templates/InvenTree/settings/settings.html:270 +msgid "Delete Template" +msgstr "" + +#: templates/InvenTree/settings/settings.html:249 +msgid "No part parameter templates found" +msgstr "" + #: templates/InvenTree/settings/so.html:7 msgid "Sales Order Settings" msgstr "" From 7651c9128f9b87dd79cc692be56292aa771ccbec Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:19 +1000 Subject: [PATCH 038/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/fr/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index 3616ffa2a3..d4f56f746d 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Description (facultative)" msgid "parent" msgstr "parent" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From dcd5962fbd29ced490f5dc96a96a128d5c3533d4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:21 +1000 Subject: [PATCH 039/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/he/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/he/LC_MESSAGES/django.po b/InvenTree/locale/he/LC_MESSAGES/django.po index 715efa397e..191ab6308d 100644 --- a/InvenTree/locale/he/LC_MESSAGES/django.po +++ b/InvenTree/locale/he/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 677529bfefce513072897ff09a0614a9bf6cd10f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:22 +1000 Subject: [PATCH 040/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/id/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/id/LC_MESSAGES/django.po b/InvenTree/locale/id/LC_MESSAGES/django.po index 7733c457ad..ba25317927 100644 --- a/InvenTree/locale/id/LC_MESSAGES/django.po +++ b/InvenTree/locale/id/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 75dadc50b5504898fa280774bf63ce33e8d5300f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:23 +1000 Subject: [PATCH 041/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/vi/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/vi/LC_MESSAGES/django.po b/InvenTree/locale/vi/LC_MESSAGES/django.po index a156d32dc4..759e8c5ea7 100644 --- a/InvenTree/locale/vi/LC_MESSAGES/django.po +++ b/InvenTree/locale/vi/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 0d68f46316509d4f8176e97a60b6a1d67e8736c6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:24 +1000 Subject: [PATCH 042/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/sv/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/sv/LC_MESSAGES/django.po b/InvenTree/locale/sv/LC_MESSAGES/django.po index e9f78ca142..f194e2ea2c 100644 --- a/InvenTree/locale/sv/LC_MESSAGES/django.po +++ b/InvenTree/locale/sv/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 56722ba4f2212e0f7241fa99d0106dd2b0cebda1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:26 +1000 Subject: [PATCH 043/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/no/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/no/LC_MESSAGES/django.po b/InvenTree/locale/no/LC_MESSAGES/django.po index b4dacae3c1..89d1511cb4 100644 --- a/InvenTree/locale/no/LC_MESSAGES/django.po +++ b/InvenTree/locale/no/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "Ugyldig valg" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Beskrivelse (valgfritt)" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "Nummer må være gyldig" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 3421347dfff186cb2c784ccb261a4d72a344c66e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:27 +1000 Subject: [PATCH 044/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/nl/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/nl/LC_MESSAGES/django.po b/InvenTree/locale/nl/LC_MESSAGES/django.po index 70f6a01af4..706f8cd564 100644 --- a/InvenTree/locale/nl/LC_MESSAGES/django.po +++ b/InvenTree/locale/nl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "Ongeldige keuze" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Omschrijving (optioneel)" msgid "parent" msgstr "overkoepelend" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "Moet een geldig nummer zijn" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "BuildOrder waaraan deze build is toegewezen" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From bb6feeb00831888dc42c70ffed12823f116c41a9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:28 +1000 Subject: [PATCH 045/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ko/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/ko/LC_MESSAGES/django.po b/InvenTree/locale/ko/LC_MESSAGES/django.po index cfaff85fc7..76578b8ff9 100644 --- a/InvenTree/locale/ko/LC_MESSAGES/django.po +++ b/InvenTree/locale/ko/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 18a910068e72321c02ba8c7680aa2cf4821b0284 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:29 +1000 Subject: [PATCH 046/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/el/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/el/LC_MESSAGES/django.po b/InvenTree/locale/el/LC_MESSAGES/django.po index 32d352e476..e3501afa0b 100644 --- a/InvenTree/locale/el/LC_MESSAGES/django.po +++ b/InvenTree/locale/el/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From dcf98171a801eccf599f8722e01edf9e52bedee4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:30 +1000 Subject: [PATCH 047/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/es/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index fb8e5c44fc..854f89a805 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "Nota" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 466140cab3b99b49baac0c13102a78a65038dca9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:32 +1000 Subject: [PATCH 048/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/zh/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index 0dea455981..c803cd0719 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 72c84766f35854504ef480da16fb4e938780f9fb Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:33 +1000 Subject: [PATCH 049/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/tr/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index baab7a917b..4c0eaf35e4 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "Geçersiz seçim" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Açıklama (isteğe bağlı)" msgid "parent" msgstr "üst" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "Geçerli bir numara olmalı" @@ -532,7 +532,7 @@ msgstr "Yapım işinin tamamlanması için hedef tarih. Bu tarihten sonra yapım #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "Yapım İşi Emri Referansı" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "Bu yapım işinin tahsis edildiği yapım işi emri" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "Kategori Paremetre Sablonu Kopyala" msgid "Copy category parameter templates when creating a part" msgstr "Parça oluştururken kategori parametre şablonlarını kopyala" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "Değer" msgid "Parameter value" msgstr "Parametre değeri" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "Not" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "Dışa aktarılan malzeme listesine parça tedarikçisi verilerini dahil edin" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "Anahtar kelimeler" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "Parametre şablon adı benzersiz olmalıdır" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "Parametre Şablonu" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "Bu malzeme listesi, çeşit parçalar listesini kalıtsalıdır" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "Çeşide İzin Ver" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "Çeşit parçaların stok kalemleri bu malzeme listesinde kullanılabilir" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 71cc0eb09c7cc56754488411a271ef1f2c3ce500 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:34 +1000 Subject: [PATCH 050/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ru/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index e247101e21..fe4866b2d4 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Описание (необязательно)" msgid "parent" msgstr "родитель" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "Целевая дата для сборки. Сборка будет п #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "Ссылка на заказ" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 902843420dc13401e6916658f3bfa0ca87880243 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:35 +1000 Subject: [PATCH 051/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index aab3e9dc3e..c15d54989e 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "Błędny wybór" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Opis (opcjonalny)" msgid "parent" msgstr "nadrzędny" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "Numer musi być prawidłowy" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "Odwołanie do zamówienia wykonania" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "Zamówienie budowy, do którego budowa jest przypisana" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "Jednostki" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "Uwaga" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "Część nadrzędna" @@ -3919,7 +3919,7 @@ msgstr "Domyślne słowa kluczowe" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "Słowa kluczowe" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "Dane" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "Wartość domyślna" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "Podczęść" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "Suma kontrolna" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "Część 1" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "Część 2" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "Wybierz powiązaną część" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 77591e8c9e94400c153e1b3b480f5ceb6cc4491e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:36 +1000 Subject: [PATCH 052/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ja/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index 7efe9d36ca..f5b707f347 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "無効な選択です" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "説明 (オプション)" msgid "parent" msgstr "親" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "有効な数字でなければなりません" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From a6380b5c73f9ce75b4320c59eb8781ae83ea606c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:38 +1000 Subject: [PATCH 053/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/it/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index b3fdf6b89f..a1f5963bc0 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From e179c807b4a4485cf061ceeb3e06bef7e66937e4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:39 +1000 Subject: [PATCH 054/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/de/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index e1ee422d9d..49792e5fbd 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "Ungültige Auswahl" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "Beschreibung (optional)" msgid "parent" msgstr "Eltern" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "Muss eine gültige Nummer sein" @@ -532,7 +532,7 @@ msgstr "Zieldatum für Bauauftrag-Fertigstellung." #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "Bauauftragsreferenz" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "Bauauftrag, zu dem dieser Bauauftrag zugwiesen ist" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "Kategorie-Parametervorlage kopieren" msgid "Copy category parameter templates when creating a part" msgstr "Kategorie-Parameter Vorlagen kopieren wenn ein Teil angelegt wird" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "Wert" msgid "Parameter value" msgstr "Parameterwert" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "Einheiten" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "Zuliefererbeschreibung des Teils" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "Notiz" @@ -3863,7 +3863,7 @@ msgstr "Zulieferer einschließen" msgid "Include part supplier data in exported BOM" msgstr "Zulieferer-Daten in Stückliste-Export einschließen" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "Ausgangsteil" @@ -3919,7 +3919,7 @@ msgstr "Standard Stichwörter" msgid "Default keywords for parts in this category" msgstr "Standard-Stichworte für Teile dieser Kategorie" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "Teil-Kategorie" @@ -3988,7 +3988,7 @@ msgstr "Schlüsselwörter" msgid "Part keywords to improve visibility in search results" msgstr "Schlüsselworte um die Sichtbarkeit in Suchergebnissen zu verbessern" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "Anhang muss eingegeben werden" msgid "Does this test require a file attachment when adding a test result?" msgstr "Muss für diesen Test ein Anhang für das Test-Ergebnis hinzugefügt werden?" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "Vorlagen-Name des Parameters muss eindeutig sein" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "Name des Parameters" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "Einheit des Parameters" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "Parameter Vorlage" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "Wert" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "Parameter Wert" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "Standard-Wert" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "Standard Parameter Wert" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "Ausgangsteil auswählen" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "Untergeordnetes Teil" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "Teil für die Nutzung in der Stückliste auswählen" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "Stücklisten-Anzahl für dieses Stücklisten-Teil" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "Optional" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "Diese Stücklisten-Position ist optional" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "Überschuss" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "Geschätzter Ausschuss (absolut oder prozentual)" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "Referenz der Postion auf der Stückliste" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "Notizen zur Stücklisten-Position" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "Prüfsumme" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "Prüfsumme der Stückliste" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "Geerbt" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "Diese Stücklisten-Position wird in die Stücklisten von Teil-Varianten vererbt" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "Varianten zulassen" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "Lagerbestand von Varianten kann für diese Stücklisten-Position verwendet werden" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "Menge muss eine Ganzzahl sein" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "Zuliefererteil muss festgelegt sein" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "Stücklisten-Position" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "Teil 1" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "Teil 2" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "verknüpftes Teil auswählen" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "Fehler bei Verwandschaft: Ist das Teil mit sich selbst verwandt oder ist das die Verwandtschaft nicht eindeutig?" From c34d8550bdcf458197d2ac8b28392f985ef44ee1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 22:27:40 +1000 Subject: [PATCH 055/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/th/LC_MESSAGES/django.po | 95 ++++++++++++----------- 1 file changed, 50 insertions(+), 45 deletions(-) diff --git a/InvenTree/locale/th/LC_MESSAGES/django.po b/InvenTree/locale/th/LC_MESSAGES/django.po index 8321c2d03f..d3c7f281d4 100644 --- a/InvenTree/locale/th/LC_MESSAGES/django.po +++ b/InvenTree/locale/th/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 11:08+0000\n" -"PO-Revision-Date: 2021-08-07 11:18\n" +"POT-Creation-Date: 2021-08-07 12:01+0000\n" +"PO-Revision-Date: 2021-08-07 12:27\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -134,7 +134,7 @@ msgid "Invalid choice" msgstr "" #: InvenTree/models.py:129 InvenTree/models.py:130 company/models.py:412 -#: label/models.py:112 part/models.py:656 part/models.py:2184 +#: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 #: templates/js/translated/company.js:545 templates/js/translated/part.js:328 @@ -175,7 +175,7 @@ msgstr "" msgid "parent" msgstr "" -#: InvenTree/serializers.py:52 part/models.py:2420 +#: InvenTree/serializers.py:52 part/models.py:2438 msgid "Must be a valid number" msgstr "" @@ -532,7 +532,7 @@ msgstr "" #: order/templates/order/sales_order_detail.html:207 #: order/templates/order/sales_order_detail.html:292 #: order/templates/order/sales_order_detail.html:364 part/forms.py:249 -#: part/forms.py:265 part/forms.py:281 part/models.py:2322 +#: part/forms.py:265 part/forms.py:281 part/models.py:2340 #: part/templates/part/bom_upload/match_parts.html:31 #: part/templates/part/detail.html:940 part/templates/part/detail.html:1026 #: part/templates/part/part_pricing.html:16 @@ -671,7 +671,7 @@ msgstr "" #: build/models.py:179 order/models.py:246 order/models.py:533 #: order/models.py:713 order/templates/order/purchase_order_detail.html:343 -#: order/templates/order/sales_order_detail.html:359 part/models.py:2331 +#: order/templates/order/sales_order_detail.html:359 part/models.py:2349 #: part/templates/part/bom_upload/match_parts.html:30 #: report/templates/report/inventree_po_report.html:92 #: report/templates/report/inventree_so_report.html:92 @@ -702,8 +702,8 @@ msgstr "" #: order/templates/order/receive_parts.html:19 #: order/templates/order/sales_order_detail.html:344 part/models.py:295 #: part/models.py:1980 part/models.py:1996 part/models.py:2015 -#: part/models.py:2033 part/models.py:2112 part/models.py:2216 -#: part/models.py:2306 part/templates/part/detail.html:199 +#: part/models.py:2033 part/models.py:2112 part/models.py:2234 +#: part/models.py:2324 part/templates/part/detail.html:199 #: part/templates/part/part_app_base.html:8 #: part/templates/part/part_pricing.html:12 #: part/templates/part/set_category.html:13 @@ -1692,7 +1692,7 @@ msgstr "" msgid "Copy category parameter templates when creating a part" msgstr "" -#: common/models.py:617 part/models.py:2218 report/models.py:187 +#: common/models.py:617 part/models.py:2236 report/models.py:187 #: stock/forms.py:224 templates/js/translated/table_filters.js:25 #: templates/js/translated/table_filters.js:329 msgid "Template" @@ -2317,7 +2317,7 @@ msgstr "" msgid "Parameter value" msgstr "" -#: company/models.py:426 part/models.py:797 part/models.py:2186 +#: company/models.py:426 part/models.py:797 part/models.py:2204 #: templates/js/translated/company.js:557 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2363,7 +2363,7 @@ msgid "Supplier part description" msgstr "" #: company/models.py:525 company/templates/company/supplier_part.html:120 -#: part/models.py:2334 report/templates/report/inventree_po_report.html:93 +#: part/models.py:2352 report/templates/report/inventree_po_report.html:93 #: report/templates/report/inventree_so_report.html:93 msgid "Note" msgstr "" @@ -3863,7 +3863,7 @@ msgstr "" msgid "Include part supplier data in exported BOM" msgstr "" -#: part/forms.py:96 part/models.py:2216 +#: part/forms.py:96 part/models.py:2234 msgid "Parent Part" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "Default keywords for parts in this category" msgstr "" -#: part/models.py:87 part/models.py:2262 +#: part/models.py:87 part/models.py:2280 #: part/templates/part/part_app_base.html:10 msgid "Part Category" msgstr "" @@ -3988,7 +3988,7 @@ msgstr "" msgid "Part keywords to improve visibility in search results" msgstr "" -#: part/models.py:693 part/models.py:2261 +#: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:165 #: templates/js/translated/part.js:763 @@ -4162,131 +4162,136 @@ msgstr "" msgid "Does this test require a file attachment when adding a test result?" msgstr "" -#: part/models.py:2179 +#: part/models.py:2153 +#, python-brace-format +msgid "Illegal character in template name ({c})" +msgstr "" + +#: part/models.py:2189 msgid "Parameter template name must be unique" msgstr "" -#: part/models.py:2184 +#: part/models.py:2197 msgid "Parameter Name" msgstr "" -#: part/models.py:2186 +#: part/models.py:2204 msgid "Parameter Units" msgstr "" -#: part/models.py:2218 part/models.py:2267 part/models.py:2268 +#: part/models.py:2236 part/models.py:2285 part/models.py:2286 #: templates/InvenTree/settings/settings.html:160 msgid "Parameter Template" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Data" msgstr "" -#: part/models.py:2220 +#: part/models.py:2238 msgid "Parameter Value" msgstr "" -#: part/models.py:2272 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 msgid "Default Value" msgstr "" -#: part/models.py:2273 +#: part/models.py:2291 msgid "Default Parameter Value" msgstr "" -#: part/models.py:2307 +#: part/models.py:2325 msgid "Select parent part" msgstr "" -#: part/models.py:2315 +#: part/models.py:2333 msgid "Sub part" msgstr "" -#: part/models.py:2316 +#: part/models.py:2334 msgid "Select part to be used in BOM" msgstr "" -#: part/models.py:2322 +#: part/models.py:2340 msgid "BOM quantity for this BOM item" msgstr "" -#: part/models.py:2324 templates/js/translated/bom.js:236 +#: part/models.py:2342 templates/js/translated/bom.js:236 #: templates/js/translated/bom.js:298 msgid "Optional" msgstr "" -#: part/models.py:2324 +#: part/models.py:2342 msgid "This BOM item is optional" msgstr "" -#: part/models.py:2327 +#: part/models.py:2345 msgid "Overage" msgstr "" -#: part/models.py:2328 +#: part/models.py:2346 msgid "Estimated build wastage quantity (absolute or percentage)" msgstr "" -#: part/models.py:2331 +#: part/models.py:2349 msgid "BOM item reference" msgstr "" -#: part/models.py:2334 +#: part/models.py:2352 msgid "BOM item notes" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "Checksum" msgstr "" -#: part/models.py:2336 +#: part/models.py:2354 msgid "BOM line checksum" msgstr "" -#: part/models.py:2340 templates/js/translated/bom.js:315 +#: part/models.py:2358 templates/js/translated/bom.js:315 #: templates/js/translated/bom.js:322 #: templates/js/translated/table_filters.js:55 msgid "Inherited" msgstr "" -#: part/models.py:2341 +#: part/models.py:2359 msgid "This BOM item is inherited by BOMs for variant parts" msgstr "" -#: part/models.py:2346 templates/js/translated/bom.js:307 +#: part/models.py:2364 templates/js/translated/bom.js:307 msgid "Allow Variants" msgstr "" -#: part/models.py:2347 +#: part/models.py:2365 msgid "Stock items for variant parts can be used for this BOM item" msgstr "" -#: part/models.py:2432 stock/models.py:335 +#: part/models.py:2450 stock/models.py:335 msgid "Quantity must be integer value for trackable parts" msgstr "" -#: part/models.py:2441 part/models.py:2443 +#: part/models.py:2459 part/models.py:2461 msgid "Sub part must be specified" msgstr "" -#: part/models.py:2446 +#: part/models.py:2464 msgid "BOM Item" msgstr "" -#: part/models.py:2565 +#: part/models.py:2583 msgid "Part 1" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Part 2" msgstr "" -#: part/models.py:2569 +#: part/models.py:2587 msgid "Select Related Part" msgstr "" -#: part/models.py:2601 +#: part/models.py:2619 msgid "Error creating relationship: check that the part is not related to itself and that the relationship is unique" msgstr "" From 95fade5aeaed9f728d7d07d128d22bdade664571 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:27 +1000 Subject: [PATCH 056/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/fr/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index d4f56f746d..165a8fa841 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -68,36 +68,36 @@ msgstr "Confirmer le nouveau mot de passe" msgid "Select Category" msgstr "Sélectionnez une catégorie" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "Dupliquer le numéro de série: {n}" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Quantité fournie invalide" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "Chaîne de numéro de série vide" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Groupe invalide : {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "Numéro de série dupliqué: {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Aucun numéro de série trouvé" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Le nombre de numéros de série uniques ({s}) doit correspondre à la quantité ({q})" @@ -118,8 +118,8 @@ msgstr "Commentaire" msgid "File comment" msgstr "Commentaire du fichier" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "{name.title()} Fichier" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From be8410cd30cc6634b016eac5d6a7121265211040 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:28 +1000 Subject: [PATCH 057/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/he/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/he/LC_MESSAGES/django.po b/InvenTree/locale/he/LC_MESSAGES/django.po index 191ab6308d..5280e94d98 100644 --- a/InvenTree/locale/he/LC_MESSAGES/django.po +++ b/InvenTree/locale/he/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 2b8c15b946c2f33f09266ea9fc3e7df1a49e4f8d Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:29 +1000 Subject: [PATCH 058/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/id/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/id/LC_MESSAGES/django.po b/InvenTree/locale/id/LC_MESSAGES/django.po index ba25317927..f12153e4a4 100644 --- a/InvenTree/locale/id/LC_MESSAGES/django.po +++ b/InvenTree/locale/id/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 800b9dd2daf980b517b62a70cdd3cef9bde232b8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:31 +1000 Subject: [PATCH 059/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/vi/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/vi/LC_MESSAGES/django.po b/InvenTree/locale/vi/LC_MESSAGES/django.po index 759e8c5ea7..9346c5ccae 100644 --- a/InvenTree/locale/vi/LC_MESSAGES/django.po +++ b/InvenTree/locale/vi/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From e62fc66de4713a6ca2f741ac69b074c315acc7d1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:32 +1000 Subject: [PATCH 060/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/sv/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/sv/LC_MESSAGES/django.po b/InvenTree/locale/sv/LC_MESSAGES/django.po index f194e2ea2c..98e3614e77 100644 --- a/InvenTree/locale/sv/LC_MESSAGES/django.po +++ b/InvenTree/locale/sv/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From aa4c3b8b25df43580310661c5b2c07379fdba28e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:33 +1000 Subject: [PATCH 061/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/no/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/no/LC_MESSAGES/django.po b/InvenTree/locale/no/LC_MESSAGES/django.po index 89d1511cb4..7af1abdd47 100644 --- a/InvenTree/locale/no/LC_MESSAGES/django.po +++ b/InvenTree/locale/no/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -68,36 +68,36 @@ msgstr "Bekreft nytt passord" msgid "Select Category" msgstr "Velg kategori" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "Dupliser serie: {n}" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Ugyldig mengde oppgitt" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "Tom serienummerstreng" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Ugyldig gruppe: {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "Dupliser serie: {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Ingen serienummer funnet" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Antall unike serienummer ({s}) må samsvare mengde ({q})" @@ -118,8 +118,8 @@ msgstr "Kommenter" msgid "File comment" msgstr "Kommentar til fil" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From d9d580a97bdfca2bf3aa66b38b81209b01666160 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:36 +1000 Subject: [PATCH 062/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/nl/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/nl/LC_MESSAGES/django.po b/InvenTree/locale/nl/LC_MESSAGES/django.po index 706f8cd564..6c03330073 100644 --- a/InvenTree/locale/nl/LC_MESSAGES/django.po +++ b/InvenTree/locale/nl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -68,36 +68,36 @@ msgstr "Nieuw wachtwoord bevestigen" msgid "Select Category" msgstr "Categorie selecteren" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Ongeldige hoeveeldheid ingevoerd" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Ongeldige groep: {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Geen serienummers gevonden" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Aantal unieke serienummer ({s}) moet overeenkomen met de hoeveelheid ({q})" @@ -118,8 +118,8 @@ msgstr "Opmerking" msgid "File comment" msgstr "Bijlage opmerking" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From b42c549e99559ba287c3286071f1e0fb62ab8c93 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:37 +1000 Subject: [PATCH 063/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ko/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/ko/LC_MESSAGES/django.po b/InvenTree/locale/ko/LC_MESSAGES/django.po index 76578b8ff9..b3db692a0f 100644 --- a/InvenTree/locale/ko/LC_MESSAGES/django.po +++ b/InvenTree/locale/ko/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From d1761f172cc5060aaf50c7bdb2c959b0b310f91a Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:39 +1000 Subject: [PATCH 064/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/el/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/el/LC_MESSAGES/django.po b/InvenTree/locale/el/LC_MESSAGES/django.po index e3501afa0b..cfc64021f3 100644 --- a/InvenTree/locale/el/LC_MESSAGES/django.po +++ b/InvenTree/locale/el/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 99cfdf4299bc4764402b48edb608479639df00d3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:40 +1000 Subject: [PATCH 065/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/es/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 854f89a805..0550e6b018 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -68,36 +68,36 @@ msgstr "Confirmar contraseña nueva" msgid "Select Category" msgstr "Seleccionar Categoría" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Cantidad proporcionada no válida" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Grupo no válido: un {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Numeros de serie no encontrados" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "Comentario" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 15f618106e733c24f79007dd482660c41a50bc3b Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:42 +1000 Subject: [PATCH 066/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/zh/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index c803cd0719..d7f977357e 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -68,36 +68,36 @@ msgstr "确认新密码" msgid "Select Category" msgstr "选择分类" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "未找到序列号" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "注释" msgid "File comment" msgstr "文件注释" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From d0703b3d165946bcc37b826e24051aa6d98a6431 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:44 +1000 Subject: [PATCH 067/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/tr/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 4c0eaf35e4..55d69e27d4 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -68,36 +68,36 @@ msgstr "Yeni parolayı doğrulayın" msgid "Select Category" msgstr "Kategori Seçin" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "Tekrarlanan seri {n}" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Geçersiz veri sağlandı" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "Boş seri numarası dizesi" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Geçersiz grup: {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "Tekrarlanan seri {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Seri numarası bulunamadı" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Benzersiz seri numaralarının sayısı ({s}) girilen miktarla eşleşmeli ({q})" @@ -118,8 +118,8 @@ msgstr "Yorum" msgid "File comment" msgstr "Dosya yorumu" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "Yapım işinin tamamlanması için hedef tarih. Bu tarihten sonra yapım #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "Yapım İşi Emri" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "Yapım İşi Emirleri" @@ -1556,7 +1556,7 @@ msgstr "{name.title()} Dosya" msgid "Select {name} file to upload" msgstr "{name} dosyasını yüklemek için seçin" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "Fiyat" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "Varsayılan" @@ -2523,8 +2539,8 @@ msgstr "Tedarikçi Stoku" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "Satın Alma Emirleri" @@ -2547,8 +2563,8 @@ msgstr "Yeni Satın Alma Emri" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "Satış Emirleri" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "Parametre Şablonu" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "Kategori parametre şablonu bulunamadı" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "Şablonu Düzenle" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "Şablonu Sil" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "Parça parametre şablonu bulunamadı" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "Ana Sayfa Ayarları" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "Arama Ayarları" From be5b7d19ff70e9af857af7c8e90c99882ae54d7f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:46 +1000 Subject: [PATCH 068/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ru/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index fe4866b2d4..ef2d1c0502 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -68,36 +68,36 @@ msgstr "Подтвердите новый пароль" msgid "Select Category" msgstr "Выбрать категорию" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "Дублировать серийный номер: {n}" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "недопустимое количество" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "Пустая строка серийного номера" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Некорректный идентификатор группы {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "Повторяющийся серийный {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Серийных номеров не найдено" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Число уникальных серийных номеров ({s}) должно соответствовать количеству ({q})" @@ -118,8 +118,8 @@ msgstr "Комментарий" msgid "File comment" msgstr "Комментарий к файлу" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "Целевая дата для сборки. Сборка будет п #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "Порядок сборки" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "Порядок сборки" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From a0a45213dfec8134eb2829b4a250a05501913e13 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:48 +1000 Subject: [PATCH 069/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index c15d54989e..30f2d561f4 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -68,36 +68,36 @@ msgstr "Potwierdź nowe hasło" msgid "Select Category" msgstr "Wybierz kategorię" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "Powtórzony numer seryjny: {n}" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Podano nieprawidłową ilość" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "Pusty ciąg numeru seryjnego" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Nieprawidłowa grupa: {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "Powtórzony numer seryjny: {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Nie znaleziono numerów seryjnych" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Ilość numerów seryjnych ({s}) musi odpowiadać ilości ({q})" @@ -118,8 +118,8 @@ msgstr "Komentarz" msgid "File comment" msgstr "Komentarz pliku" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "Zlecenie Budowy" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "Zlecenia budowy" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "Cena" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "Domyślny" @@ -2523,8 +2539,8 @@ msgstr "Zapasy dostawcy" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "Kategoria" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "Dane" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "Wartość domyślna" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 358130fa8f322d033d29bb057ac6a171b708e43e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:50 +1000 Subject: [PATCH 070/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ja/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index f5b707f347..b9fdb6185f 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -68,36 +68,36 @@ msgstr "新しいパスワードの確認" msgid "Select Category" msgstr "カテゴリの選択" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "数量コードが無効です" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "シリアル番号は空です" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "無効なグループ: {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "重複シリアル: {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "シリアル番号が見つかりません" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "コメント:" msgid "File comment" msgstr "ファイルコメント" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "メーカー・パーツの在庫" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "%(order)s - %(desc)s の未処理のパーツを受け取 #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 2573d4e105a7043cbdcf817e1abdedc6b4d39c62 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:51 +1000 Subject: [PATCH 071/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/it/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index a1f5963bc0..9e851dac8c 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From 8a728ed29df5c3a554dc8548da0c4c679b2a6046 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:52 +1000 Subject: [PATCH 072/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/de/LC_MESSAGES/django.po | 133 +++++++++++++--------- 1 file changed, 82 insertions(+), 51 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index 49792e5fbd..a86c0469f1 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -68,36 +68,36 @@ msgstr "Neues Passwort bestätigen" msgid "Select Category" msgstr "Kategorie auswählen" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "Doppelte Seriennummer: {n}" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "Keine gültige Menge" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "Keine Seriennummer angegeben" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "Ungültige Gruppe: {g}" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "Doppelte Seriennummer: {g}" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "Keine Seriennummern gefunden" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "Anzahl der eindeutigen Seriennummern ({s}) muss mit der Anzahl ({q}) übereinstimmen" @@ -118,8 +118,8 @@ msgstr "Kommentar" msgid "File comment" msgstr "Datei-Kommentar" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "Zieldatum für Bauauftrag-Fertigstellung." #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "Bauauftrag" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "Bauaufträge" @@ -1556,7 +1556,7 @@ msgstr "{name.title()} Datei" msgid "Select {name} file to upload" msgstr "{name} Datei zum Hochladen auswählen" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "Einstellungs-Schlüssel (muss einzigartig sein, Groß-/ Kleinschreibung wird nicht beachtet)" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "Überfällige SOs auf der Startseite anzeigen" #: common/models.py:930 +msgid "Inline label display" +msgstr "" + +#: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 msgid "Search Preview Results" msgstr "Anzahl Suchergebnisse" -#: common/models.py:931 +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "Anzahl der Ergebnisse, die in der Vorschau angezeigt werden sollen" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "Preisstaffelungs Anzahl" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "Preis" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "Stückpreis für die angegebene Anzahl" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "Standard" @@ -2523,8 +2539,8 @@ msgstr "Zulieferer-Bestand" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "Bestellungen" @@ -2547,8 +2563,8 @@ msgstr "Neue Bestellung" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "Aufträge" @@ -2684,8 +2700,8 @@ msgstr "Herstellerteil-Bestand" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "Ausstehende Teile für %(order)s - %(desc)s empfangen" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "Schlüsselworte um die Sichtbarkeit in Suchergebnissen zu verbessern" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "Kategorie" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "Einheit des Parameters" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "Parameter Vorlage" @@ -4192,7 +4208,7 @@ msgstr "Wert" msgid "Parameter Value" msgstr "Parameter Wert" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "Standard-Wert" @@ -6229,38 +6245,48 @@ msgstr "Startseite" msgid "Search" msgstr "Suche" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "Einstellungen" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "InvenTree-Einstellungen" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 +#: templates/InvenTree/settings/navbar.html:59 +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 msgid "Server" msgstr "Server" -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 +#: templates/InvenTree/settings/navbar.html:65 +#: templates/InvenTree/settings/navbar.html:67 msgid "Barcodes" msgstr "Barcodes" -#: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 msgid "Currencies" msgstr "Währungen" -#: templates/InvenTree/settings/navbar.html:65 -#: templates/InvenTree/settings/navbar.html:67 +#: templates/InvenTree/settings/navbar.html:77 +#: templates/InvenTree/settings/navbar.html:79 msgid "Reporting" msgstr "Berichte" -#: templates/InvenTree/settings/navbar.html:77 -#: templates/InvenTree/settings/navbar.html:79 +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "Kategorien" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "Bestellungs-Einstellungen" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "Berichts-Einstellungen" @@ -6300,21 +6327,21 @@ msgstr "Kein Wert angegeben" msgid "Edit setting" msgstr "Einstellungen ändern" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "Keine Kategorie-Parametervorlagen gefunden" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "Vorlage bearbeiten" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "Vorlage löschen" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "Keine Teilparametervorlagen gefunden" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "Startseite-Einstellungen" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "Sucheinstellungen" From 628f4409c05cc640195528fa0550228b5bfab1f3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 7 Aug 2021 23:25:54 +1000 Subject: [PATCH 073/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/th/LC_MESSAGES/django.po | 139 +++++++++++++--------- 1 file changed, 85 insertions(+), 54 deletions(-) diff --git a/InvenTree/locale/th/LC_MESSAGES/django.po b/InvenTree/locale/th/LC_MESSAGES/django.po index d3c7f281d4..bb76451680 100644 --- a/InvenTree/locale/th/LC_MESSAGES/django.po +++ b/InvenTree/locale/th/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:01+0000\n" -"PO-Revision-Date: 2021-08-07 12:27\n" +"POT-Creation-Date: 2021-08-07 12:28+0000\n" +"PO-Revision-Date: 2021-08-07 13:25\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -68,36 +68,36 @@ msgstr "" msgid "Select Category" msgstr "" -#: InvenTree/helpers.py:396 +#: InvenTree/helpers.py:401 #, python-brace-format msgid "Duplicate serial: {n}" msgstr "" -#: InvenTree/helpers.py:403 order/models.py:315 order/models.py:425 +#: InvenTree/helpers.py:408 order/models.py:315 order/models.py:425 #: stock/views.py:1363 msgid "Invalid quantity provided" msgstr "" -#: InvenTree/helpers.py:406 +#: InvenTree/helpers.py:411 msgid "Empty serial number string" msgstr "" -#: InvenTree/helpers.py:428 InvenTree/helpers.py:431 InvenTree/helpers.py:434 -#: InvenTree/helpers.py:459 +#: InvenTree/helpers.py:433 InvenTree/helpers.py:436 InvenTree/helpers.py:439 +#: InvenTree/helpers.py:464 #, python-brace-format msgid "Invalid group: {g}" msgstr "" -#: InvenTree/helpers.py:464 +#: InvenTree/helpers.py:469 #, python-brace-format msgid "Duplicate serial: {g}" msgstr "" -#: InvenTree/helpers.py:472 +#: InvenTree/helpers.py:477 msgid "No serial numbers found" msgstr "" -#: InvenTree/helpers.py:476 +#: InvenTree/helpers.py:481 #, python-brace-format msgid "Number of unique serial number ({s}) must match quantity ({q})" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "File comment" msgstr "" -#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:955 -#: common/models.py:956 part/models.py:2035 +#: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 +#: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 #: templates/js/translated/stock.js:1537 msgid "User" @@ -522,7 +522,7 @@ msgstr "" #: build/templates/build/allocation_card.html:23 #: build/templates/build/auto_allocate.html:17 #: build/templates/build/build_base.html:133 -#: build/templates/build/detail.html:34 common/models.py:984 +#: build/templates/build/detail.html:34 common/models.py:1001 #: company/forms.py:42 company/templates/company/supplier_part.html:226 #: order/forms.py:120 order/forms.py:142 order/forms.py:159 order/models.py:706 #: order/models.py:952 order/templates/order/order_wizard/match_parts.html:30 @@ -660,8 +660,8 @@ msgstr "" #: order/templates/order/so_navbar.html:22 part/templates/part/navbar.html:42 #: part/templates/part/navbar.html:45 templates/InvenTree/index.html:229 #: templates/InvenTree/search.html:185 -#: templates/InvenTree/settings/navbar.html:89 -#: templates/InvenTree/settings/navbar.html:91 users/models.py:44 +#: templates/InvenTree/settings/navbar.html:101 +#: templates/InvenTree/settings/navbar.html:103 users/models.py:44 msgid "Build Orders" msgstr "" @@ -1556,7 +1556,7 @@ msgstr "" msgid "Select {name} file to upload" msgstr "" -#: common/models.py:322 common/models.py:815 common/models.py:948 +#: common/models.py:322 common/models.py:815 common/models.py:962 msgid "Settings key (must be unique - case insensitive" msgstr "" @@ -2059,27 +2059,43 @@ msgid "Show overdue SOs on the homepage" msgstr "" #: common/models.py:930 -msgid "Search Preview Results" +msgid "Inline label display" msgstr "" #: common/models.py:931 +msgid "Display PDF labels in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:937 +msgid "Inline report display" +msgstr "" + +#: common/models.py:938 +msgid "Display PDF reports in the browser, instead of downloading as a file" +msgstr "" + +#: common/models.py:944 +msgid "Search Preview Results" +msgstr "" + +#: common/models.py:945 msgid "Number of results to show in search preview window" msgstr "" -#: common/models.py:985 company/forms.py:43 +#: common/models.py:1002 company/forms.py:43 msgid "Price break quantity" msgstr "" -#: common/models.py:992 company/templates/company/supplier_part.html:231 +#: common/models.py:1009 company/templates/company/supplier_part.html:231 #: templates/js/translated/part.js:1143 msgid "Price" msgstr "" -#: common/models.py:993 +#: common/models.py:1010 msgid "Unit price at specified quantity" msgstr "" -#: common/models.py:1086 +#: common/models.py:1103 msgid "Default" msgstr "" @@ -2523,8 +2539,8 @@ msgstr "" #: part/templates/part/detail.html:50 part/templates/part/navbar.html:71 #: part/templates/part/navbar.html:74 templates/InvenTree/index.html:260 #: templates/InvenTree/search.html:325 -#: templates/InvenTree/settings/navbar.html:95 -#: templates/InvenTree/settings/navbar.html:97 templates/navbar.html:37 +#: templates/InvenTree/settings/navbar.html:107 +#: templates/InvenTree/settings/navbar.html:109 templates/navbar.html:37 #: users/models.py:45 msgid "Purchase Orders" msgstr "" @@ -2547,8 +2563,8 @@ msgstr "" #: part/templates/part/detail.html:71 part/templates/part/navbar.html:79 #: part/templates/part/navbar.html:82 templates/InvenTree/index.html:291 #: templates/InvenTree/search.html:345 -#: templates/InvenTree/settings/navbar.html:101 -#: templates/InvenTree/settings/navbar.html:103 templates/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:113 +#: templates/InvenTree/settings/navbar.html:115 templates/navbar.html:46 #: users/models.py:46 msgid "Sales Orders" msgstr "" @@ -2684,8 +2700,8 @@ msgstr "" #: stock/templates/stock/stock_app_base.html:10 #: templates/InvenTree/index.html:150 templates/InvenTree/search.html:196 #: templates/InvenTree/search.html:232 -#: templates/InvenTree/settings/navbar.html:83 -#: templates/InvenTree/settings/navbar.html:85 +#: templates/InvenTree/settings/navbar.html:95 +#: templates/InvenTree/settings/navbar.html:97 #: templates/js/translated/part.js:391 templates/js/translated/part.js:616 #: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 #: templates/js/translated/stock.js:923 templates/navbar.html:26 @@ -3479,8 +3495,8 @@ msgstr "" #: part/templates/part/category_navbar.html:21 #: part/templates/part/category_navbar.html:24 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 -#: templates/InvenTree/settings/navbar.html:71 -#: templates/InvenTree/settings/navbar.html:73 +#: templates/InvenTree/settings/navbar.html:83 +#: templates/InvenTree/settings/navbar.html:85 #: templates/js/translated/part.js:977 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" @@ -3990,7 +4006,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 -#: templates/InvenTree/settings/settings.html:165 +#: templates/InvenTree/settings/settings.html:167 #: templates/js/translated/part.js:763 msgid "Category" msgstr "" @@ -4180,7 +4196,7 @@ msgid "Parameter Units" msgstr "" #: part/models.py:2236 part/models.py:2285 part/models.py:2286 -#: templates/InvenTree/settings/settings.html:160 +#: templates/InvenTree/settings/settings.html:162 msgid "Parameter Template" msgstr "" @@ -4192,7 +4208,7 @@ msgstr "" msgid "Parameter Value" msgstr "" -#: part/models.py:2290 templates/InvenTree/settings/settings.html:169 +#: part/models.py:2290 templates/InvenTree/settings/settings.html:171 msgid "Default Value" msgstr "" @@ -6229,38 +6245,48 @@ msgstr "" msgid "Search" msgstr "" -#: templates/InvenTree/settings/navbar.html:34 -#: templates/InvenTree/settings/navbar.html:36 +#: templates/InvenTree/settings/navbar.html:33 +#: templates/InvenTree/settings/navbar.html:35 +msgid "Labels" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:39 +#: templates/InvenTree/settings/navbar.html:41 +msgid "Reports" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:46 +#: templates/InvenTree/settings/navbar.html:48 #: templates/InvenTree/settings/settings.html:8 templates/navbar.html:84 msgid "Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:44 +#: templates/InvenTree/settings/navbar.html:56 msgid "InvenTree Settings" msgstr "" -#: templates/InvenTree/settings/navbar.html:47 -#: templates/InvenTree/settings/navbar.html:49 templates/stats.html:9 -msgid "Server" -msgstr "" - -#: templates/InvenTree/settings/navbar.html:53 -#: templates/InvenTree/settings/navbar.html:55 -msgid "Barcodes" -msgstr "" - #: templates/InvenTree/settings/navbar.html:59 -#: templates/InvenTree/settings/navbar.html:61 -msgid "Currencies" +#: templates/InvenTree/settings/navbar.html:61 templates/stats.html:9 +msgid "Server" msgstr "" #: templates/InvenTree/settings/navbar.html:65 #: templates/InvenTree/settings/navbar.html:67 -msgid "Reporting" +msgid "Barcodes" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:71 +#: templates/InvenTree/settings/navbar.html:73 +msgid "Currencies" msgstr "" #: templates/InvenTree/settings/navbar.html:77 #: templates/InvenTree/settings/navbar.html:79 +msgid "Reporting" +msgstr "" + +#: templates/InvenTree/settings/navbar.html:89 +#: templates/InvenTree/settings/navbar.html:91 msgid "Categories" msgstr "" @@ -6289,6 +6315,7 @@ msgid "Purchase Order Settings" msgstr "" #: templates/InvenTree/settings/report.html:10 +#: templates/InvenTree/settings/user_reports.html:9 msgid "Report Settings" msgstr "" @@ -6300,21 +6327,21 @@ msgstr "" msgid "Edit setting" msgstr "" -#: templates/InvenTree/settings/settings.html:150 +#: templates/InvenTree/settings/settings.html:152 msgid "No category parameter templates found" msgstr "" -#: templates/InvenTree/settings/settings.html:172 -#: templates/InvenTree/settings/settings.html:269 +#: templates/InvenTree/settings/settings.html:174 +#: templates/InvenTree/settings/settings.html:271 msgid "Edit Template" msgstr "" -#: templates/InvenTree/settings/settings.html:173 -#: templates/InvenTree/settings/settings.html:270 +#: templates/InvenTree/settings/settings.html:175 +#: templates/InvenTree/settings/settings.html:272 msgid "Delete Template" msgstr "" -#: templates/InvenTree/settings/settings.html:249 +#: templates/InvenTree/settings/settings.html:251 msgid "No part parameter templates found" msgstr "" @@ -6393,6 +6420,10 @@ msgstr "" msgid "Home Page Settings" msgstr "" +#: templates/InvenTree/settings/user_labels.html:9 +msgid "Label Settings" +msgstr "" + #: templates/InvenTree/settings/user_search.html:9 msgid "Search Settings" msgstr "" From f1ceae3fa66208cf4588cea2e07ae247282bc87e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:21 +1000 Subject: [PATCH 074/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/fr/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index 165a8fa841..86cffddd03 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Nom" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 85f168aa8e32817f41308f8cbd2e7b4a1d4b49cd Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:22 +1000 Subject: [PATCH 075/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/he/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/he/LC_MESSAGES/django.po b/InvenTree/locale/he/LC_MESSAGES/django.po index 5280e94d98..838c45ec92 100644 --- a/InvenTree/locale/he/LC_MESSAGES/django.po +++ b/InvenTree/locale/he/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From c6ac7754e8bf6501866ce9987f8651636e48cfbf Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:23 +1000 Subject: [PATCH 076/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/id/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/id/LC_MESSAGES/django.po b/InvenTree/locale/id/LC_MESSAGES/django.po index f12153e4a4..0913bd0f60 100644 --- a/InvenTree/locale/id/LC_MESSAGES/django.po +++ b/InvenTree/locale/id/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 2620f989b415d8643347a2d90d49972599cd9a5f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:24 +1000 Subject: [PATCH 077/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/vi/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/vi/LC_MESSAGES/django.po b/InvenTree/locale/vi/LC_MESSAGES/django.po index 9346c5ccae..017661b0be 100644 --- a/InvenTree/locale/vi/LC_MESSAGES/django.po +++ b/InvenTree/locale/vi/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From e78925263f6009b04545cebd1f7a8cfb8782e5d9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:26 +1000 Subject: [PATCH 078/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/sv/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/sv/LC_MESSAGES/django.po b/InvenTree/locale/sv/LC_MESSAGES/django.po index 98e3614e77..4b04575479 100644 --- a/InvenTree/locale/sv/LC_MESSAGES/django.po +++ b/InvenTree/locale/sv/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 11c4dc5c20b5a4d62b4b396ce96c5e3d48da9cf8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:27 +1000 Subject: [PATCH 079/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/no/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/no/LC_MESSAGES/django.po b/InvenTree/locale/no/LC_MESSAGES/django.po index 7af1abdd47..3e3c6596ec 100644 --- a/InvenTree/locale/no/LC_MESSAGES/django.po +++ b/InvenTree/locale/no/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -137,7 +137,7 @@ msgstr "Ugyldig valg" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Navn" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From a2e2d7f7fc834b02311bef7b4acfbf137d76fe72 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:28 +1000 Subject: [PATCH 080/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/nl/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/nl/LC_MESSAGES/django.po b/InvenTree/locale/nl/LC_MESSAGES/django.po index 6c03330073..d161a95114 100644 --- a/InvenTree/locale/nl/LC_MESSAGES/django.po +++ b/InvenTree/locale/nl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -137,7 +137,7 @@ msgstr "Ongeldige keuze" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Naam" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "BuildOrder waaraan deze build is toegewezen" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 6371b953dbe190f91c9d4cd065e459aac7279046 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:30 +1000 Subject: [PATCH 081/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ko/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/ko/LC_MESSAGES/django.po b/InvenTree/locale/ko/LC_MESSAGES/django.po index b3db692a0f..07d87ed834 100644 --- a/InvenTree/locale/ko/LC_MESSAGES/django.po +++ b/InvenTree/locale/ko/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From d251087c106e9479fbbb6a003a1513f4f1fb06f7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:31 +1000 Subject: [PATCH 082/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/el/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/el/LC_MESSAGES/django.po b/InvenTree/locale/el/LC_MESSAGES/django.po index cfc64021f3..f1f6d5356c 100644 --- a/InvenTree/locale/el/LC_MESSAGES/django.po +++ b/InvenTree/locale/el/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 97a443909492c3eb39a9af4236802dea2607863c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:32 +1000 Subject: [PATCH 083/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/es/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 0550e6b018..d372ed7025 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Nombre" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "Página web" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "Fabricante" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "Proveedor" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "Teléfono" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "Cliente" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "Eliminar" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 6151a561a53217c7aeef1a7ec8e77e0b66aee754 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:34 +1000 Subject: [PATCH 084/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/zh/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index d7f977357e..c21957ce88 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "名称" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From bc892d3cc628e94d3878fa6caf64ac3a09a26671 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:35 +1000 Subject: [PATCH 085/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/tr/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 55d69e27d4..3c71def140 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -137,7 +137,7 @@ msgstr "Geçersiz seçim" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Adı" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "Bu yapım işinin tahsis edildiği yapım işi emri" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "Harici URL'ye bağlantı" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "Bağlantı" @@ -2280,9 +2280,9 @@ msgstr "Parça seçin" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "Üretici" @@ -2293,8 +2293,8 @@ msgstr "Üretici seçin" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "ÜPN" @@ -2324,7 +2324,7 @@ msgstr "Parametre adı" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "Değer" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "Parametre değeri" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "Tedarikçi" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "Paketleme" @@ -2420,7 +2420,7 @@ msgstr "Para Birimi Kodu" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "Müşteri" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "Parça siparişi" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "Tedarikçi parçalarını sil" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "Stok Kalemleri" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "Tedarikçi Parçası" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "Tedarikçi parçasını düzenle" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "Tedarikçi parçasını sil" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "Pasif" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "Şablon Parça" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From d3e6e961017070992cab7073a9662b1d6be535bd Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:36 +1000 Subject: [PATCH 086/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ru/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index ef2d1c0502..b3cd79337d 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Название" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "Ссылка на внешний URL" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From da88aa0e176e48513c0fc737665eaf89646d82bb Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:37 +1000 Subject: [PATCH 087/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index 30f2d561f4..3256ce46d5 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -137,7 +137,7 @@ msgstr "Błędny wybór" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Nazwa" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "Zamówienie budowy, do którego budowa jest przypisana" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "Link do zewnętrznego adresu URL" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "Opis firmy" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "Strona WWW" @@ -2221,8 +2221,8 @@ msgstr "Punkt kontaktowy" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "Łącze" @@ -2280,9 +2280,9 @@ msgstr "Wybierz część" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "Producent" @@ -2293,8 +2293,8 @@ msgstr "Wybierz producenta" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "MPN" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "Jednostki" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "Dostawca" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "Opakowanie" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "Firma" @@ -2463,7 +2463,7 @@ msgstr "Telefon" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "Klient" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "Zamów część" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "Edytuj część producenta" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "Usuń cześć producenta" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "Usuń" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "Część jest wirtualna (nie fizyczna)" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "Nieaktywny" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "Dodaj część producenta" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "Edytuj firmę" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "Dodaj nową firmę" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 41ab91e1a1a4dba41d4acef073670fb5e79b6b71 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:38 +1000 Subject: [PATCH 088/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ja/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index b9fdb6185f..634fd5630d 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -137,7 +137,7 @@ msgstr "無効な選択です" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "お名前" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "パーツの注文" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "メーカー・パーツの編集" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "メーカー・パーツを削除" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "メーカー・パーツの編集" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "メーカー・パーツを削除" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 34b0e941aa430cef50c43fe512e92a448ac7ed93 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:41 +1000 Subject: [PATCH 089/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/it/LC_MESSAGES/django.po | 196 +++++++++++----------- 1 file changed, 102 insertions(+), 94 deletions(-) diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index 9e851dac8c..0972db6653 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -23,22 +23,22 @@ msgstr "" #: InvenTree/api.py:110 msgid "No action specified" -msgstr "" +msgstr "Nessuna azione specificata" #: InvenTree/api.py:124 msgid "No matching action found" -msgstr "" +msgstr "Nessuna azione corrispondente trovata" #: InvenTree/fields.py:100 msgid "Enter date" -msgstr "" +msgstr "Inserisci la data" #: InvenTree/forms.py:111 build/forms.py:102 build/forms.py:123 #: build/forms.py:145 build/forms.py:169 build/forms.py:185 build/forms.py:227 #: order/forms.py:30 order/forms.py:41 order/forms.py:52 order/forms.py:63 #: order/forms.py:74 part/forms.py:108 templates/js/translated/forms.js:545 msgid "Confirm" -msgstr "" +msgstr "Conferma" #: InvenTree/forms.py:127 msgid "Confirm delete" @@ -50,23 +50,23 @@ msgstr "" #: InvenTree/forms.py:160 templates/registration/login.html:76 msgid "Enter password" -msgstr "" +msgstr "Inserire la password" #: InvenTree/forms.py:161 msgid "Enter new password" -msgstr "" +msgstr "Inserire una nuova password" #: InvenTree/forms.py:168 msgid "Confirm password" -msgstr "" +msgstr "Conferma la password" #: InvenTree/forms.py:169 msgid "Confirm new password" -msgstr "" +msgstr "Conferma la nuova password" #: InvenTree/forms.py:201 msgid "Select Category" -msgstr "" +msgstr "Selezione una categoria" #: InvenTree/helpers.py:401 #, python-brace-format @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -181,75 +181,75 @@ msgstr "" #: InvenTree/settings.py:518 msgid "German" -msgstr "" +msgstr "Tedesco" #: InvenTree/settings.py:519 msgid "Greek" -msgstr "" +msgstr "Greco" #: InvenTree/settings.py:520 msgid "English" -msgstr "" +msgstr "Inglese" #: InvenTree/settings.py:521 msgid "Spanish" -msgstr "" +msgstr "Spagnolo" #: InvenTree/settings.py:522 msgid "French" -msgstr "" +msgstr "Francese" #: InvenTree/settings.py:523 msgid "Hebrew" -msgstr "" +msgstr "Ebraico" #: InvenTree/settings.py:524 msgid "Italian" -msgstr "" +msgstr "Italiano" #: InvenTree/settings.py:525 msgid "Japanese" -msgstr "" +msgstr "Giapponese" #: InvenTree/settings.py:526 msgid "Korean" -msgstr "" +msgstr "Coreano" #: InvenTree/settings.py:527 msgid "Dutch" -msgstr "" +msgstr "Olandese" #: InvenTree/settings.py:528 msgid "Norwegian" -msgstr "" +msgstr "Norvegese" #: InvenTree/settings.py:529 msgid "Polish" -msgstr "" +msgstr "Polacco" #: InvenTree/settings.py:530 msgid "Russian" -msgstr "" +msgstr "Russo" #: InvenTree/settings.py:531 msgid "Swedish" -msgstr "" +msgstr "Svedese" #: InvenTree/settings.py:532 msgid "Thai" -msgstr "" +msgstr "Thailandese" #: InvenTree/settings.py:533 msgid "Turkish" -msgstr "" +msgstr "Turco" #: InvenTree/settings.py:534 msgid "Vietnamese" -msgstr "" +msgstr "Vietnamita" #: InvenTree/settings.py:535 msgid "Chinese" -msgstr "" +msgstr "Cinese" #: InvenTree/status.py:94 msgid "Background worker check failed" @@ -266,7 +266,7 @@ msgstr "" #: InvenTree/status_codes.py:104 InvenTree/status_codes.py:145 #: InvenTree/status_codes.py:314 msgid "Pending" -msgstr "" +msgstr "In attesa" #: InvenTree/status_codes.py:105 msgid "Placed" @@ -274,31 +274,31 @@ msgstr "" #: InvenTree/status_codes.py:106 InvenTree/status_codes.py:317 msgid "Complete" -msgstr "" +msgstr "Completo" #: InvenTree/status_codes.py:107 InvenTree/status_codes.py:147 #: InvenTree/status_codes.py:316 msgid "Cancelled" -msgstr "" +msgstr "Annullato" #: InvenTree/status_codes.py:108 InvenTree/status_codes.py:148 #: InvenTree/status_codes.py:190 msgid "Lost" -msgstr "" +msgstr "Perso" #: InvenTree/status_codes.py:109 InvenTree/status_codes.py:149 #: InvenTree/status_codes.py:192 msgid "Returned" -msgstr "" +msgstr "Reso" #: InvenTree/status_codes.py:146 #: order/templates/order/sales_order_base.html:126 msgid "Shipped" -msgstr "" +msgstr "Spedito" #: InvenTree/status_codes.py:186 msgid "OK" -msgstr "" +msgstr "OK" #: InvenTree/status_codes.py:187 msgid "Attention needed" @@ -550,7 +550,7 @@ msgstr "" #: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 #: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 msgid "Quantity" -msgstr "" +msgstr "Quantità" #: build/forms.py:49 msgid "Number of items to build" @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 09bef1f104d4c7f3eee68f14525414b3fd821df1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:42 +1000 Subject: [PATCH 090/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/de/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index a86c0469f1..ecbea0a2df 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -137,7 +137,7 @@ msgstr "Ungültige Auswahl" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "Name" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "Bauauftrag, zu dem dieser Bauauftrag zugwiesen ist" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "Link zu einer externen URL" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "Firmenbeschreibung" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "Website" @@ -2221,8 +2221,8 @@ msgstr "Anlaufstelle" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "Link" @@ -2280,9 +2280,9 @@ msgstr "Teil auswählen" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "Hersteller" @@ -2293,8 +2293,8 @@ msgstr "Hersteller auswählen" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "MPN" @@ -2324,7 +2324,7 @@ msgstr "Parametername" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "Wert" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "Parameterwert" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "Einheiten" @@ -2347,8 +2347,8 @@ msgstr "Parametereinheit" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "Zulieferer" @@ -2394,7 +2394,7 @@ msgstr "Mindestpreis" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "Verpackungen" @@ -2420,7 +2420,7 @@ msgstr "Währungscode" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "Firma" @@ -2463,7 +2463,7 @@ msgstr "Telefon" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "Kunde" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "Teil bestellen" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "Herstellerteil bearbeiten" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "Herstellerteil löschen" @@ -2649,7 +2649,7 @@ msgstr "Zuliefererteil entfernen" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "Löschen" @@ -2741,17 +2741,17 @@ msgstr "Teilbestand" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "Zuliefererteil" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "Zuliefererteil bearbeiten" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "Zuliefererteil entfernen" @@ -4749,8 +4749,8 @@ msgstr "Teil kann an Kunden verkauft werden" msgid "Part is virtual (not a physical part)" msgstr "Teil ist virtuell (kein physisches Teil)" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "Inaktiv" @@ -6873,95 +6873,103 @@ msgstr "Keine Information" msgid "No parts allocated for" msgstr "Keine Teile zugeordnet zu" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "Herstellerteil hinzufügen" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "Herstellerteil ändern" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "Herstellerteil löschen" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "Zuliefererteil hinzufügen" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "Zuliefererteil bearbeiten" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "Zuliefererteil entfernen" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "Firma bearbeiten" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "Neue Firma hinzufügen" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "Teile geliefert" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "Hersteller-Teile" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "Keine Firmeninformation gefunden" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "Die folgenden Herstellerteile werden gelöscht" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "Herstellerteile löschen" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "Keine Herstellerteile gefunden" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "Vorlagenteil" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "Baugruppe" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "Keine Parameter gefunden" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "Parameter bearbeiten" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "Parameter löschen" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "Parameter bearbeiten" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "Parameter löschen" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "Keine Zuliefererteile gefunden" @@ -7016,16 +7024,16 @@ msgstr "Löschvorgang nicht erlaubt" msgid "View operation not allowed" msgstr "Anzeigevorgang nicht erlaubt" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "Fehler in Formular" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "Suche" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "Eingabe leeren" From 3555a70656b21b8e4529018f3058f6751f453622 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 00:31:44 +1000 Subject: [PATCH 091/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/th/LC_MESSAGES/django.po | 126 ++++++++++++---------- 1 file changed, 67 insertions(+), 59 deletions(-) diff --git a/InvenTree/locale/th/LC_MESSAGES/django.po b/InvenTree/locale/th/LC_MESSAGES/django.po index bb76451680..916ffadd87 100644 --- a/InvenTree/locale/th/LC_MESSAGES/django.po +++ b/InvenTree/locale/th/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 12:28+0000\n" -"PO-Revision-Date: 2021-08-07 13:25\n" +"POT-Creation-Date: 2021-08-07 14:08+0000\n" +"PO-Revision-Date: 2021-08-07 14:31\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -137,7 +137,7 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:545 templates/js/translated/part.js:328 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 #: templates/js/translated/part.js:461 templates/js/translated/part.js:953 #: templates/js/translated/stock.js:1330 msgid "Name" @@ -156,9 +156,9 @@ msgstr "" #: templates/InvenTree/search.html:296 #: templates/InvenTree/settings/header.html:9 #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 -#: templates/js/translated/build.js:1162 templates/js/translated/company.js:261 -#: templates/js/translated/company.js:459 -#: templates/js/translated/company.js:741 templates/js/translated/order.js:247 +#: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 +#: templates/js/translated/company.js:497 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 #: templates/js/translated/order.js:349 templates/js/translated/part.js:387 #: templates/js/translated/part.js:571 templates/js/translated/part.js:748 #: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 @@ -713,8 +713,8 @@ msgstr "" #: templates/InvenTree/search.html:112 templates/InvenTree/search.html:210 #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 -#: templates/js/translated/build.js:1139 templates/js/translated/company.js:400 -#: templates/js/translated/company.js:650 templates/js/translated/part.js:552 +#: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 #: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 #: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 msgid "Part" @@ -846,7 +846,7 @@ msgstr "" #: stock/forms.py:138 stock/forms.py:250 stock/forms.py:282 stock/models.py:573 #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 -#: templates/js/translated/bom.js:369 templates/js/translated/company.js:746 +#: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 #: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 #: templates/js/translated/stock.js:1078 msgid "Notes" @@ -2178,7 +2178,7 @@ msgid "Description of the company" msgstr "" #: company/models.py:109 company/templates/company/company_base.html:70 -#: templates/js/translated/company.js:265 +#: templates/js/translated/company.js:303 msgid "Website" msgstr "" @@ -2221,8 +2221,8 @@ msgstr "" #: company/models.py:128 company/models.py:345 company/models.py:513 #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 -#: templates/js/translated/company.js:448 -#: templates/js/translated/company.js:730 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:486 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 msgid "Link" msgstr "" @@ -2280,9 +2280,9 @@ msgstr "" #: company/templates/company/manufacturer_part.html:89 #: company/templates/company/supplier_part.html:98 part/bom.py:170 #: part/bom.py:241 stock/templates/stock/item_base.html:366 -#: templates/js/translated/company.js:249 -#: templates/js/translated/company.js:425 -#: templates/js/translated/company.js:701 +#: templates/js/translated/company.js:287 +#: templates/js/translated/company.js:463 +#: templates/js/translated/company.js:739 msgid "Manufacturer" msgstr "" @@ -2293,8 +2293,8 @@ msgstr "" #: company/models.py:339 company/templates/company/manufacturer_part.html:93 #: company/templates/company/supplier_part.html:106 #: order/templates/order/purchase_order_detail.html:331 part/bom.py:171 -#: part/bom.py:242 templates/js/translated/company.js:441 -#: templates/js/translated/company.js:719 +#: part/bom.py:242 templates/js/translated/company.js:479 +#: templates/js/translated/company.js:757 msgid "MPN" msgstr "" @@ -2324,7 +2324,7 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:551 templates/js/translated/part.js:470 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 #: templates/js/translated/stock.js:493 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:557 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 msgid "Units" msgstr "" @@ -2347,8 +2347,8 @@ msgstr "" #: order/templates/order/order_base.html:92 #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 -#: templates/js/translated/company.js:253 -#: templates/js/translated/company.js:675 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:291 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:751 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 msgid "Packaging" msgstr "" @@ -2420,7 +2420,7 @@ msgstr "" #: company/templates/company/company_base.html:9 #: company/templates/company/company_base.html:35 -#: templates/InvenTree/search.html:304 templates/js/translated/company.js:238 +#: templates/InvenTree/search.html:304 templates/js/translated/company.js:276 msgid "Company" msgstr "" @@ -2463,7 +2463,7 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:245 templates/js/translated/order.js:331 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 #: templates/js/translated/stock.js:1455 msgid "Customer" msgstr "" @@ -2614,12 +2614,12 @@ msgid "Order part" msgstr "" #: company/templates/company/manufacturer_part.html:45 -#: templates/js/translated/company.js:473 +#: templates/js/translated/company.js:511 msgid "Edit manufacturer part" msgstr "" #: company/templates/company/manufacturer_part.html:49 -#: templates/js/translated/company.js:474 +#: templates/js/translated/company.js:512 msgid "Delete manufacturer part" msgstr "" @@ -2649,7 +2649,7 @@ msgstr "" #: company/templates/company/manufacturer_part.html:138 #: company/templates/company/manufacturer_part.html:239 #: part/templates/part/detail.html:214 part/templates/part/detail.html:294 -#: part/templates/part/detail.html:317 templates/js/translated/company.js:339 +#: part/templates/part/detail.html:317 templates/js/translated/company.js:377 #: users/models.py:194 msgid "Delete" msgstr "" @@ -2741,17 +2741,17 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:691 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 msgid "Supplier Part" msgstr "" #: company/templates/company/supplier_part.html:44 -#: templates/js/translated/company.js:764 +#: templates/js/translated/company.js:802 msgid "Edit supplier part" msgstr "" #: company/templates/company/supplier_part.html:48 -#: templates/js/translated/company.js:765 +#: templates/js/translated/company.js:803 msgid "Delete supplier part" msgstr "" @@ -4749,8 +4749,8 @@ msgstr "" msgid "Part is virtual (not a physical part)" msgstr "" -#: part/templates/part/part_base.html:53 templates/js/translated/company.js:416 -#: templates/js/translated/company.js:666 templates/js/translated/part.js:294 +#: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 #: templates/js/translated/part.js:371 msgid "Inactive" msgstr "" @@ -6873,95 +6873,103 @@ msgstr "" msgid "No parts allocated for" msgstr "" -#: templates/js/translated/company.js:36 +#: templates/js/translated/company.js:34 +msgid "Add Manufacturer" +msgstr "" + +#: templates/js/translated/company.js:47 templates/js/translated/company.js:136 msgid "Add Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:48 +#: templates/js/translated/company.js:59 msgid "Edit Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:57 +#: templates/js/translated/company.js:68 msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:114 +#: templates/js/translated/company.js:124 +msgid "Add Supplier" +msgstr "" + +#: templates/js/translated/company.js:152 msgid "Add Supplier Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:162 msgid "Edit Supplier Part" msgstr "" -#: templates/js/translated/company.js:134 +#: templates/js/translated/company.js:172 msgid "Delete Supplier Part" msgstr "" -#: templates/js/translated/company.js:181 +#: templates/js/translated/company.js:219 msgid "Edit Company" msgstr "" -#: templates/js/translated/company.js:202 +#: templates/js/translated/company.js:240 msgid "Add new Company" msgstr "" -#: templates/js/translated/company.js:279 +#: templates/js/translated/company.js:317 msgid "Parts Supplied" msgstr "" -#: templates/js/translated/company.js:288 +#: templates/js/translated/company.js:326 msgid "Parts Manufactured" msgstr "" -#: templates/js/translated/company.js:301 +#: templates/js/translated/company.js:339 msgid "No company information found" msgstr "" -#: templates/js/translated/company.js:319 +#: templates/js/translated/company.js:357 msgid "The following manufacturer parts will be deleted" msgstr "" -#: templates/js/translated/company.js:336 +#: templates/js/translated/company.js:374 msgid "Delete Manufacturer Parts" msgstr "" -#: templates/js/translated/company.js:389 +#: templates/js/translated/company.js:427 msgid "No manufacturer parts found" msgstr "" -#: templates/js/translated/company.js:408 -#: templates/js/translated/company.js:658 templates/js/translated/part.js:278 +#: templates/js/translated/company.js:446 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 #: templates/js/translated/part.js:363 msgid "Template part" msgstr "" -#: templates/js/translated/company.js:412 -#: templates/js/translated/company.js:662 templates/js/translated/part.js:282 +#: templates/js/translated/company.js:450 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 #: templates/js/translated/part.js:367 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:536 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:572 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:573 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:592 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:603 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 msgid "Delete Parameter" msgstr "" -#: templates/js/translated/company.js:639 +#: templates/js/translated/company.js:677 msgid "No supplier parts found" msgstr "" @@ -7016,16 +7024,16 @@ msgstr "" msgid "View operation not allowed" msgstr "" -#: templates/js/translated/forms.js:841 templates/modals.html:21 +#: templates/js/translated/forms.js:865 templates/modals.html:21 #: templates/modals.html:47 msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1208 +#: templates/js/translated/forms.js:1256 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1373 +#: templates/js/translated/forms.js:1421 msgid "Clear input" msgstr "" From 72643891f9ab69415ae55d43c7b30f526f27467f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:04 +1000 Subject: [PATCH 092/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/fr/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index 86cffddd03..253f75aa39 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -121,7 +121,7 @@ msgstr "Commentaire du fichier" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Utilisateur" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Nom" @@ -158,12 +158,12 @@ msgstr "Nom" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Description" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Quantité" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "Emplacement des pièces terminées" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Pièce" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "Date de création" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "Notes" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "Détails" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "IPN" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From fe7754a96328c9c4238b4562141f3efc3cc8b1ef Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:05 +1000 Subject: [PATCH 093/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/he/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/he/LC_MESSAGES/django.po b/InvenTree/locale/he/LC_MESSAGES/django.po index 838c45ec92..46b94951af 100644 --- a/InvenTree/locale/he/LC_MESSAGES/django.po +++ b/InvenTree/locale/he/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 25a940bbbb387efa5e879e59ffc70292c2532cd2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:08 +1000 Subject: [PATCH 094/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/id/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/id/LC_MESSAGES/django.po b/InvenTree/locale/id/LC_MESSAGES/django.po index 0913bd0f60..95d97efc15 100644 --- a/InvenTree/locale/id/LC_MESSAGES/django.po +++ b/InvenTree/locale/id/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 4cf478b6e9c8e0cda76e22a1d63537cad2a79f9c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:09 +1000 Subject: [PATCH 095/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/vi/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/vi/LC_MESSAGES/django.po b/InvenTree/locale/vi/LC_MESSAGES/django.po index 017661b0be..8c651efac6 100644 --- a/InvenTree/locale/vi/LC_MESSAGES/django.po +++ b/InvenTree/locale/vi/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From a30ca760e45952f4fd5afa147733c5654104bf15 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:10 +1000 Subject: [PATCH 096/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/sv/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/sv/LC_MESSAGES/django.po b/InvenTree/locale/sv/LC_MESSAGES/django.po index 4b04575479..8acb080094 100644 --- a/InvenTree/locale/sv/LC_MESSAGES/django.po +++ b/InvenTree/locale/sv/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 61b3fa9f3b9bb6ff1b08fe1645f4a3cc30b067b4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:12 +1000 Subject: [PATCH 097/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/no/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/no/LC_MESSAGES/django.po b/InvenTree/locale/no/LC_MESSAGES/django.po index 3e3c6596ec..3c021ab051 100644 --- a/InvenTree/locale/no/LC_MESSAGES/django.po +++ b/InvenTree/locale/no/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -121,7 +121,7 @@ msgstr "Kommentar til fil" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Bruker" @@ -137,9 +137,9 @@ msgstr "Ugyldig valg" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Navn" @@ -158,12 +158,12 @@ msgstr "Navn" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Beskrivelse" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From a458933411f97f8b90a75cc9339141dd410208a6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:13 +1000 Subject: [PATCH 098/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/nl/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/nl/LC_MESSAGES/django.po b/InvenTree/locale/nl/LC_MESSAGES/django.po index d161a95114..13d7b460c0 100644 --- a/InvenTree/locale/nl/LC_MESSAGES/django.po +++ b/InvenTree/locale/nl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -121,7 +121,7 @@ msgstr "Bijlage opmerking" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Gebruiker" @@ -137,9 +137,9 @@ msgstr "Ongeldige keuze" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Naam" @@ -158,12 +158,12 @@ msgstr "Naam" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Omschrijving" @@ -509,8 +509,8 @@ msgstr "Order streefdatum" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "Streefdatum" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Aantal" @@ -593,9 +593,9 @@ msgstr "Markeer build als voltooid" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "Locatie" @@ -608,9 +608,9 @@ msgstr "Locatie van voltooide onderdelen" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "Status" @@ -714,9 +714,9 @@ msgstr "BuildOrder waaraan deze build is toegewezen" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Onderdeel" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "Voortgang" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "Verkoop Order" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 48725eeb9de08c0ec1a3f79fc6822ba510ffcd2c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:14 +1000 Subject: [PATCH 099/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ko/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/ko/LC_MESSAGES/django.po b/InvenTree/locale/ko/LC_MESSAGES/django.po index 07d87ed834..900a659884 100644 --- a/InvenTree/locale/ko/LC_MESSAGES/django.po +++ b/InvenTree/locale/ko/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From b7ccdce3f559fa5496e358148b55ff0b5fc214bf Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:16 +1000 Subject: [PATCH 100/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/el/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/el/LC_MESSAGES/django.po b/InvenTree/locale/el/LC_MESSAGES/django.po index f1f6d5356c..fb7695ddea 100644 --- a/InvenTree/locale/el/LC_MESSAGES/django.po +++ b/InvenTree/locale/el/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 5d95e06bd68fa8e03093408914e062b07dd8e3b3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:17 +1000 Subject: [PATCH 101/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/es/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index d372ed7025..bfad560e33 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Usuario" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Nombre" @@ -158,12 +158,12 @@ msgstr "Nombre" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Descripción" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Cantidad" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "Unicación" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "Estado" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Parte" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "Notas" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "Progreso" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "Detalles" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "Proveedor" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "Teléfono" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "Cliente" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From a3a7144ba9089cfa313037c4c5b4485a4a4aedec Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:18 +1000 Subject: [PATCH 102/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/zh/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index c21957ce88..0bd8a11455 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -121,7 +121,7 @@ msgstr "文件注释" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "用户" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "名称" @@ -158,12 +158,12 @@ msgstr "名称" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From c2c62d0caff965eb6ad6fbcaba78a43c3794d9f3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:19 +1000 Subject: [PATCH 103/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/tr/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 3c71def140..b51c8640a5 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -121,7 +121,7 @@ msgstr "Dosya yorumu" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Kullanıcı" @@ -137,9 +137,9 @@ msgstr "Geçersiz seçim" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Adı" @@ -158,12 +158,12 @@ msgstr "Adı" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Açıklama" @@ -509,8 +509,8 @@ msgstr "Emir hedef tarihi" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "Hedeflenen tarih" @@ -546,9 +546,9 @@ msgstr "Yapım işinin tamamlanması için hedef tarih. Bu tarihten sonra yapım #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Miktar" @@ -593,9 +593,9 @@ msgstr "Yapım işini tamamlandı olarak işaretle" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "Konum" @@ -608,9 +608,9 @@ msgstr "Tamamlanmış parçaların konumu" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "Durum" @@ -714,9 +714,9 @@ msgstr "Bu yapım işinin tahsis edildiği yapım işi emri" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Parça" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "Yapım işi çıktısı için sıra numarası" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "Oluşturulma tarihi" @@ -847,8 +847,8 @@ msgstr "Harici URL'ye bağlantı" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "Notlar" @@ -913,8 +913,8 @@ msgstr "Yapım işi için tahsis edilen parçalar" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "Stok Kalemi" @@ -1064,7 +1064,7 @@ msgstr "İlerleme" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "Sipariş Emri" @@ -1184,7 +1184,7 @@ msgstr "Hedef konumu belirtilmedi" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "Yapım İşi Emri Detayları" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "Detaylar" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "Fiyat" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "Bağlantı" @@ -2324,8 +2324,8 @@ msgstr "Parametre adı" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "Değer" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "Parametre değeri" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "Tedarikçi" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "Paketleme" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "Satın Alma Emri Oluştur" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "Müşteri" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "Stok" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "Stok Kalemleri" @@ -2741,7 +2741,7 @@ msgstr "Stok Kalemleri" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "Tedarikçi Parçası" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "Ürünler" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "Parçalar" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "DPN" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "Parça revizyon veya versiyon numarası" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "Revizyon" @@ -4136,8 +4136,8 @@ msgstr "Test şablonları sadece takip edilebilir paçalar için oluşturulabili msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "Test Adı" @@ -4153,7 +4153,7 @@ msgstr "Test Açıklaması" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "Gerekli" @@ -4162,7 +4162,7 @@ msgstr "Gerekli" msgid "Is this test required to pass?" msgstr "Testi geçmesi için bu gerekli mi?" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "Pasif" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "Aşağıdaki parçalara kategori ayarla" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "Stok Yok" @@ -5128,7 +5128,7 @@ msgstr "Parça Parametre Şablonu Düzenle" msgid "Delete Part Parameter Template" msgstr "Parça Parametre Şablonu Sil" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "Bu stok kaleminin süresi %(item.expiry_date)s tarihinde sona erecek" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "Stok ayarlamasını onayla" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "Stok konumu ayarlanmadı" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "Test Raporu Şablonu Seç" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "Şablon Parça" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "Çeşit bulunamadı" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "Sorgu ile eşleşen test şablonu bulunamadı" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "konumlar" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "Tanımsız konum" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "Konum artık yok" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "Seri No" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 0c32eeaa027427b062fc39327b174db9503267e1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:21 +1000 Subject: [PATCH 104/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ru/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index b3cd79337d..b5b04e2a28 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -121,7 +121,7 @@ msgstr "Комментарий к файлу" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Пользователь" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Название" @@ -158,12 +158,12 @@ msgstr "Название" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Описание" @@ -509,8 +509,8 @@ msgstr "Срок выполнения заказа" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "Целевая дата" @@ -546,9 +546,9 @@ msgstr "Целевая дата для сборки. Сборка будет п #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Количество" @@ -593,9 +593,9 @@ msgstr "Пометить сборку как завершенную" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "Расположение" @@ -608,9 +608,9 @@ msgstr "Расположение укомплектованных частей" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "Статус" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Детали" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "Ссылка на внешний URL" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "Заметки" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 961673719790d77c540a532c973593be9edd6bdd Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:22 +1000 Subject: [PATCH 105/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/pl/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index 3256ce46d5..ef3d82a8b2 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -121,7 +121,7 @@ msgstr "Komentarz pliku" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Użytkownik" @@ -137,9 +137,9 @@ msgstr "Błędny wybór" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Nazwa" @@ -158,12 +158,12 @@ msgstr "Nazwa" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Opis" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "Data docelowa" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Ilość" @@ -593,9 +593,9 @@ msgstr "Oznacz budowę jako ukończoną" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "Lokalizacja" @@ -608,9 +608,9 @@ msgstr "Lokalizacja ukończonych części" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "Status" @@ -714,9 +714,9 @@ msgstr "Zamówienie budowy, do którego budowa jest przypisana" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Część" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "Kod partii dla wyjścia budowy" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "Data utworzenia" @@ -847,8 +847,8 @@ msgstr "Link do zewnętrznego adresu URL" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "Uwagi" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "Element magazynowy" @@ -1064,7 +1064,7 @@ msgstr "Postęp" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "Zamówienie zakupu" @@ -1184,7 +1184,7 @@ msgstr "Nie określono lokalizacji docelowej" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "Szczegóły zlecenia budowy" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "Szczegóły" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "Cena" @@ -2222,7 +2222,7 @@ msgstr "Punkt kontaktowy" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "Łącze" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "Jednostki" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "Dostawca" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "Opakowanie" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "Telefon" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "Klient" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "Stan" @@ -2733,7 +2733,7 @@ msgstr "Dostarczone części" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "Data wysyłki" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "Zamówienie" @@ -3091,8 +3091,8 @@ msgstr "Zamówienie" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "Zlecenie zakupu" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "Cena zakupu" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "Przedmioty" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "Cena jednostkowa" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "Części" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "Kod zamówienia" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "Kategoria" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "IPN" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "Wersja" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "Nazwa testu" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "Wymagane" @@ -4162,7 +4162,7 @@ msgstr "Wymagane" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "Duplikuj część" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "Część jest wirtualna (nie fizyczna)" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "Nieaktywny" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "Edytuj kategorię części" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "Wynik" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "Data" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "Data ważności" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "Ostatnia aktualizacja" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "Kopiuj BOM" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "Cena jednostkowa" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "Dodaj stan" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "Dodaj" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "Dodano" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 76e31ff297d26f030eb70d0b764199bcd734b597 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:23 +1000 Subject: [PATCH 106/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/ja/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index 634fd5630d..9c938bc212 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -121,7 +121,7 @@ msgstr "ファイルコメント" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "ユーザー" @@ -137,9 +137,9 @@ msgstr "無効な選択です" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "お名前" @@ -158,12 +158,12 @@ msgstr "お名前" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "説明" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "完了したパーツの場所" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "パーツ" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "パーツを割り当てるためにビルドする" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "メーカー・パーツの在庫" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "%(order)s - %(desc)s の未処理のパーツを受け取 #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "パーツ" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "メーカー・パーツの編集" msgid "Delete Manufacturer Part" msgstr "メーカー・パーツを削除" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 46dc647933e61f00e37329a741f608cd684a0d7f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:24 +1000 Subject: [PATCH 107/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/it/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index 0972db6653..66b6042cf2 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Quantità" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "" From 7a71030ffa92cd71df2bf93e5ecd5832ea41cf37 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:25 +1000 Subject: [PATCH 108/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/de/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index ecbea0a2df..80ae21817c 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -121,7 +121,7 @@ msgstr "Datei-Kommentar" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "Benutzer" @@ -137,9 +137,9 @@ msgstr "Ungültige Auswahl" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "Name" @@ -158,12 +158,12 @@ msgstr "Name" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "Beschreibung" @@ -509,8 +509,8 @@ msgstr "geplantes Bestelldatum" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "Zieldatum" @@ -546,9 +546,9 @@ msgstr "Zieldatum für Bauauftrag-Fertigstellung." #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "Anzahl" @@ -593,9 +593,9 @@ msgstr "Bauauftrag als vollständig markieren" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "Lagerort" @@ -608,9 +608,9 @@ msgstr "Lagerort der Endprodukte" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "Status" @@ -714,9 +714,9 @@ msgstr "Bauauftrag, zu dem dieser Bauauftrag zugwiesen ist" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "Teil" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "Losnummer für dieses Endprodukt" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "Erstelldatum" @@ -847,8 +847,8 @@ msgstr "Link zu einer externen URL" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "Notizen" @@ -913,8 +913,8 @@ msgstr "Bauauftrag starten um Teile zuzuweisen" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "BestandsObjekt" @@ -1064,7 +1064,7 @@ msgstr "Fortschritt" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "Auftrag" @@ -1184,7 +1184,7 @@ msgstr "Ziel-Lagerort nicht angegeben" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "Bauauftrag-details" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "Details" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "Preisstaffelungs Anzahl" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "Preis" @@ -2222,7 +2222,7 @@ msgstr "Anlaufstelle" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "Link" @@ -2324,8 +2324,8 @@ msgstr "Parametername" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "Wert" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "Parameterwert" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "Einheiten" @@ -2348,7 +2348,7 @@ msgstr "Parametereinheit" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "Zulieferer" @@ -2394,7 +2394,7 @@ msgstr "Mindestpreis" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "Verpackungen" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "Bild von URL herunterladen" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "Bestellung anlegen" @@ -2463,8 +2463,8 @@ msgstr "Telefon" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "Kunde" @@ -2702,9 +2702,9 @@ msgstr "Herstellerteil-Bestand" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "Lagerbestand" @@ -2733,7 +2733,7 @@ msgstr "Zuliefererteile" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "Teilbestand" @@ -2741,7 +2741,7 @@ msgstr "Teilbestand" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "Zuliefererteil" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "Firma bei der die Teile bestellt werden" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "Zulieferer-Referenz" @@ -3059,7 +3059,7 @@ msgstr "Bestellreferenz" msgid "Target date for order completion. Order will be overdue after this date." msgstr "Zieldatum für Auftrags-Fertigstellung." -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "Versanddatum" @@ -3083,7 +3083,7 @@ msgstr "Position - Referenz" msgid "Line item notes" msgstr "Position - Notizen" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "Bestellung" @@ -3091,8 +3091,8 @@ msgstr "Bestellung" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "Bestellung" @@ -3113,7 +3113,7 @@ msgstr "Empfangene Objekt-Anzahl" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "Preis" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "Bestellungen auswählen oder anlegen." #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "Positionen" @@ -3457,7 +3457,7 @@ msgstr "Summe" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "Stück-Preis" @@ -3497,7 +3497,7 @@ msgstr "Ausstehende Teile für %(order)s - %(desc)s empfangen" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "Teile" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "Bestellnummer" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "Bestellt" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "Auftragsdetails" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "Kundenreferenz" @@ -4007,7 +4007,7 @@ msgstr "Schlüsselworte um die Sichtbarkeit in Suchergebnissen zu verbessern" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "Kategorie" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "Teile-Kategorie" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "IPN (Interne Produktnummer)" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "Revisions- oder Versionsnummer" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "Revision" @@ -4136,8 +4136,8 @@ msgstr "Test-Vorlagen können nur für verfolgbare Teile angelegt werden" msgid "Test with this name already exists for this part" msgstr "Ein Test mit diesem Namen besteht bereits für dieses Teil" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "Test-Name" @@ -4153,7 +4153,7 @@ msgstr "Test-Beschreibung" msgid "Enter description for this test" msgstr "Beschreibung für diesen Test eingeben" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "Benötigt" @@ -4162,7 +4162,7 @@ msgstr "Benötigt" msgid "Is this test required to pass?" msgstr "Muss dieser Test erfolgreich sein?" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "Erfordert Wert" @@ -4170,7 +4170,7 @@ msgstr "Erfordert Wert" msgid "Does this test require a value when adding a test result?" msgstr "Muss für diesen Test ein Wert für das Test-Ergebnis eingetragen werden?" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "Anhang muss eingegeben werden" @@ -4533,7 +4533,7 @@ msgstr "Wenn diese Kat. gelöscht wird, werden diese Teile in die oberste Kat. v msgid "Import Parts" msgstr "Teile importieren" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "Teil duplizieren" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "Teil ist virtuell (kein physisches Teil)" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "Inaktiv" @@ -4837,8 +4837,8 @@ msgstr "Zu Bauaufträgen zugeordnet" msgid "Can Build" msgstr "Herstellbar" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "Im Bau" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "Kategorie für Teile setzen" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "Kein Bestand" @@ -5128,7 +5128,7 @@ msgstr "Teilparametervorlage bearbeiten" msgid "Delete Part Parameter Template" msgstr "Teilparametervorlage löschen" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "Teil-Kategorie bearbeiten" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "Ergebnis" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "Datum" @@ -5332,7 +5332,7 @@ msgstr "{n} Teile nach {loc} bewegt" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "Ablaufdatum" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "Dieses BestandsObjekt läuft am %(item.expiry_date)s ab" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "Zuletzt aktualisiert" @@ -6039,7 +6039,7 @@ msgstr "BestandsObjekt-QR-Code" msgid "Uninstall Stock Items" msgstr "BestandsObjekte deinstallieren" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "Bestands-Anpassung bestätigen" @@ -6171,11 +6171,11 @@ msgstr "Suchergebnisse" msgid "Enter a search query" msgstr "Eine Sucheanfrage eingeben" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "an Kunde versand" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "Kein Lagerort gesetzt" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "Test-Bericht-Vorlage auswählen" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "BestandsObjekte auswählen" @@ -6719,7 +6719,7 @@ msgstr "Dadurch wird die Verknüpfung zwischen diesem BestandsObjekt und dem Bar msgid "Unlink" msgstr "Entfernen" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "BestandsObjekt entfernen" @@ -6826,7 +6826,7 @@ msgstr "Endprodukt entfernen" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "Standort nicht angegeben" @@ -6851,9 +6851,9 @@ msgstr "Bestand bestellen" msgid "No builds matching query" msgstr "Keine Bauaufträge passen zur Anfrage" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "Auswählen" @@ -6861,7 +6861,7 @@ msgstr "Auswählen" msgid "Build order is overdue" msgstr "Bauauftrag ist überfällig" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "Keine Benutzerinformation" @@ -6889,7 +6889,7 @@ msgstr "Herstellerteil ändern" msgid "Delete Manufacturer Part" msgstr "Herstellerteil löschen" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "Keine Herstellerteile gefunden" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "Vorlagenteil" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "Baugruppe" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "Keine Parameter gefunden" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "Parameter bearbeiten" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "Parameter löschen" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "Parameter bearbeiten" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "Parameter löschen" @@ -7029,11 +7029,11 @@ msgstr "Anzeigevorgang nicht erlaubt" msgid "Form errors exist" msgstr "Fehler in Formular" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "Suche" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "Eingabe leeren" @@ -7169,27 +7169,31 @@ msgstr "Herstellerteil-ID" msgid "Supplier Part ID" msgstr "Zuliefererteil-ID" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "Auftrag anlegen" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "Keine Bestellungen gefunden" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "Bestellung überfällig" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "Keine Aufträge gefunden" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "Ungültiger Kunde" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "JA" msgid "NO" msgstr "NEIN" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "Stückliste kopieren" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "Parameter kopieren" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "Teil bearbeiten" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "Nachverfolgbares Teil" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "virtuelles Teil" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "Favoritenteil" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "Verkäufliches Teil" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "Keine Varianten gefunden" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "Keine Teile gefunden" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "Keine Kategorie" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "Bestand niedrig" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "Pfad" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "Keine zur Anfrage passenden Testvorlagen" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "Testergebnis bearbeiten" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "Testergebnis löschen" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "Dieses Testergebnis ist für ein Hauptteil" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "Keine ${human_name} Informationen gefunden" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "${human_name} bearbeiten" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "${human_name} löschen" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "Einzelpreis" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "Einzelpreisdifferenz" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "Bestand exportieren" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "Format" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "Dateiformat auswählen" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "Bestand verschieben" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "Verschieben" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "Bestand zählen" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "Anzahl" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "Bestand entfernen" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "Entfernen" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "Bestand hinzufügen" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "Hinzufügen" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "Bestand löschen" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "Menge von serialisiertem Bestand kann nicht bearbeitet werden" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "Bestandsanzahl angeben" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "Sie müssen mindestens einen Lagerbestand auswählen" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "Zielstandort auswählen" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "ERFOLGREICH" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "FEHLGESCHLAGEN" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "KEIN ERGEBNIS" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "Testergebnis hinzufügen" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "Keine Testergebnisse gefunden" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "Testdatum" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "In Arbeit" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "In BestandsObjekt installiert" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "Auftrag zugewiesen" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "Keine zur Anfrage passenden BestandsObjekte" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "Teile" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "lose" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "Lagerorte" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "unbekannter Lagerort" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "BestandsObjekt wird produziert" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "BestandsObjekt wurde Auftrag zugewiesen" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "BestandsObjekt wurde Kunden zugewiesen" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "BestandsObjekt ist abgelaufen" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "BestandsObjekt läuft demnächst ab" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "BestandsObjekt zugewiesen" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "BestandsObjekt in anderem Element verbaut" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "BestandsObjekt abgewiesen" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "BestandsObjekt verloren" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "BestandsObjekt zerstört" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "gelöscht" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "Inventur" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "Status" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "Status setzen" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "Status Code setzen" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "Status Code muss ausgewählt werden" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "Ungültiges Datum" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "Standort nicht mehr vorhanden" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "Bestellung existiert nicht mehr" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "Kunde existiert nicht mehr" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "Lagerbestand existiert nicht mehr" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "Hinzugefügt" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "Entfernt" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "Tracking-Eintrag bearbeiten" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "Tracking-Eintrag löschen" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "Keine installierten Elemente" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "Seriennummer" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr "Lagerbestand entfernen" From bb71589465b50debd083451d008d88529ed82e9e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 8 Aug 2021 01:30:27 +1000 Subject: [PATCH 109/109] Fix: New translations django.po from Crowdin --- InvenTree/locale/th/LC_MESSAGES/django.po | 414 +++++++++++----------- 1 file changed, 213 insertions(+), 201 deletions(-) diff --git a/InvenTree/locale/th/LC_MESSAGES/django.po b/InvenTree/locale/th/LC_MESSAGES/django.po index 916ffadd87..1adb94f81f 100644 --- a/InvenTree/locale/th/LC_MESSAGES/django.po +++ b/InvenTree/locale/th/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-07 14:08+0000\n" -"PO-Revision-Date: 2021-08-07 14:31\n" +"POT-Creation-Date: 2021-08-07 15:14+0000\n" +"PO-Revision-Date: 2021-08-07 15:30\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -121,7 +121,7 @@ msgstr "" #: InvenTree/models.py:70 InvenTree/models.py:71 common/models.py:969 #: common/models.py:970 part/models.py:2035 #: report/templates/report/inventree_test_report_base.html:91 -#: templates/js/translated/stock.js:1537 +#: templates/js/translated/stock.js:1549 msgid "User" msgstr "" @@ -137,9 +137,9 @@ msgstr "" #: label/models.py:112 part/models.py:656 part/models.py:2196 #: part/templates/part/part_base.html:233 report/models.py:181 #: templates/InvenTree/search.html:137 templates/InvenTree/search.html:289 -#: templates/js/translated/company.js:583 templates/js/translated/part.js:328 -#: templates/js/translated/part.js:461 templates/js/translated/part.js:953 -#: templates/js/translated/stock.js:1330 +#: templates/js/translated/company.js:583 templates/js/translated/part.js:338 +#: templates/js/translated/part.js:471 templates/js/translated/part.js:963 +#: templates/js/translated/stock.js:1342 msgid "Name" msgstr "" @@ -158,12 +158,12 @@ msgstr "" #: templates/js/translated/bom.js:210 templates/js/translated/build.js:868 #: templates/js/translated/build.js:1162 templates/js/translated/company.js:299 #: templates/js/translated/company.js:497 -#: templates/js/translated/company.js:779 templates/js/translated/order.js:247 -#: templates/js/translated/order.js:349 templates/js/translated/part.js:387 -#: templates/js/translated/part.js:571 templates/js/translated/part.js:748 -#: templates/js/translated/part.js:965 templates/js/translated/part.js:1033 -#: templates/js/translated/stock.js:914 templates/js/translated/stock.js:1342 -#: templates/js/translated/stock.js:1387 +#: templates/js/translated/company.js:779 templates/js/translated/order.js:267 +#: templates/js/translated/order.js:369 templates/js/translated/part.js:397 +#: templates/js/translated/part.js:581 templates/js/translated/part.js:758 +#: templates/js/translated/part.js:975 templates/js/translated/part.js:1043 +#: templates/js/translated/stock.js:926 templates/js/translated/stock.js:1354 +#: templates/js/translated/stock.js:1399 msgid "Description" msgstr "" @@ -509,8 +509,8 @@ msgstr "" #: order/templates/order/order_base.html:124 #: order/templates/order/sales_order_base.html:119 #: report/templates/report/inventree_build_order_base.html:126 -#: templates/js/translated/build.js:945 templates/js/translated/order.js:264 -#: templates/js/translated/order.js:367 +#: templates/js/translated/build.js:945 templates/js/translated/order.js:284 +#: templates/js/translated/order.js:387 msgid "Target Date" msgstr "" @@ -546,9 +546,9 @@ msgstr "" #: templates/js/translated/build.js:271 templates/js/translated/build.js:606 #: templates/js/translated/build.js:1172 #: templates/js/translated/model_renderers.js:56 -#: templates/js/translated/order.js:462 templates/js/translated/part.js:1138 -#: templates/js/translated/part.js:1260 templates/js/translated/part.js:1316 -#: templates/js/translated/stock.js:1522 templates/js/translated/stock.js:1720 +#: templates/js/translated/order.js:482 templates/js/translated/part.js:1148 +#: templates/js/translated/part.js:1270 templates/js/translated/part.js:1326 +#: templates/js/translated/stock.js:1534 templates/js/translated/stock.js:1732 msgid "Quantity" msgstr "" @@ -593,9 +593,9 @@ msgstr "" #: stock/templates/stock/stock_adjust.html:17 #: templates/InvenTree/search.html:260 templates/js/translated/barcode.js:363 #: templates/js/translated/barcode.js:531 templates/js/translated/build.js:256 -#: templates/js/translated/build.js:620 templates/js/translated/order.js:447 -#: templates/js/translated/stock.js:122 templates/js/translated/stock.js:248 -#: templates/js/translated/stock.js:1000 templates/js/translated/stock.js:1414 +#: templates/js/translated/build.js:620 templates/js/translated/order.js:467 +#: templates/js/translated/stock.js:134 templates/js/translated/stock.js:260 +#: templates/js/translated/stock.js:1012 templates/js/translated/stock.js:1426 msgid "Location" msgstr "" @@ -608,9 +608,9 @@ msgstr "" #: order/templates/order/receive_parts.html:24 #: stock/templates/stock/item_base.html:422 templates/InvenTree/search.html:252 #: templates/js/translated/barcode.js:119 templates/js/translated/build.js:902 -#: templates/js/translated/order.js:251 templates/js/translated/order.js:354 -#: templates/js/translated/stock.js:987 templates/js/translated/stock.js:1491 -#: templates/js/translated/stock.js:1736 +#: templates/js/translated/order.js:271 templates/js/translated/order.js:374 +#: templates/js/translated/stock.js:999 templates/js/translated/stock.js:1503 +#: templates/js/translated/stock.js:1748 msgid "Status" msgstr "" @@ -714,9 +714,9 @@ msgstr "" #: templates/js/translated/barcode.js:362 templates/js/translated/bom.js:183 #: templates/js/translated/build.js:586 templates/js/translated/build.js:873 #: templates/js/translated/build.js:1139 templates/js/translated/company.js:438 -#: templates/js/translated/company.js:688 templates/js/translated/part.js:552 -#: templates/js/translated/part.js:715 templates/js/translated/stock.js:120 -#: templates/js/translated/stock.js:883 templates/js/translated/stock.js:1708 +#: templates/js/translated/company.js:688 templates/js/translated/part.js:562 +#: templates/js/translated/part.js:725 templates/js/translated/stock.js:132 +#: templates/js/translated/stock.js:895 templates/js/translated/stock.js:1720 msgid "Part" msgstr "" @@ -781,7 +781,7 @@ msgid "Batch code for this build output" msgstr "" #: build/models.py:272 order/models.py:162 part/models.py:851 -#: part/templates/part/part_base.html:264 templates/js/translated/order.js:362 +#: part/templates/part/part_base.html:264 templates/js/translated/order.js:382 msgid "Creation Date" msgstr "" @@ -847,8 +847,8 @@ msgstr "" #: stock/models.py:1715 stock/models.py:1821 #: stock/templates/stock/navbar.html:57 templates/js/translated/barcode.js:37 #: templates/js/translated/bom.js:369 templates/js/translated/company.js:784 -#: templates/js/translated/stock.js:256 templates/js/translated/stock.js:497 -#: templates/js/translated/stock.js:1078 +#: templates/js/translated/stock.js:268 templates/js/translated/stock.js:509 +#: templates/js/translated/stock.js:1090 msgid "Notes" msgstr "" @@ -913,8 +913,8 @@ msgstr "" #: stock/templates/stock/item_base.html:353 #: stock/templates/stock/stock_adjust.html:16 #: templates/js/translated/build.js:244 templates/js/translated/build.js:249 -#: templates/js/translated/build.js:993 templates/js/translated/order.js:435 -#: templates/js/translated/order.js:440 templates/js/translated/stock.js:1473 +#: templates/js/translated/build.js:993 templates/js/translated/order.js:455 +#: templates/js/translated/order.js:460 templates/js/translated/stock.js:1485 msgid "Stock Item" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #: report/templates/report/inventree_build_order_base.html:136 #: report/templates/report/inventree_so_report.html:77 #: stock/templates/stock/item_base.html:293 -#: templates/js/translated/order.js:309 +#: templates/js/translated/order.js:329 msgid "Sales Order" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" #: build/templates/build/detail.html:73 #: stock/templates/stock/item_base.html:317 -#: templates/js/translated/stock.js:995 templates/js/translated/stock.js:1743 +#: templates/js/translated/stock.js:1007 templates/js/translated/stock.js:1755 #: templates/js/translated/table_filters.js:116 #: templates/js/translated/table_filters.js:198 msgid "Batch" @@ -1372,7 +1372,7 @@ msgid "Build Order Details" msgstr "" #: build/templates/build/navbar.html:15 order/templates/order/po_navbar.html:15 -#: templates/js/translated/stock.js:1402 +#: templates/js/translated/stock.js:1414 msgid "Details" msgstr "" @@ -2087,7 +2087,7 @@ msgid "Price break quantity" msgstr "" #: common/models.py:1009 company/templates/company/supplier_part.html:231 -#: templates/js/translated/part.js:1143 +#: templates/js/translated/part.js:1153 msgid "Price" msgstr "" @@ -2222,7 +2222,7 @@ msgstr "" #: order/models.py:160 part/models.py:712 #: report/templates/report/inventree_build_order_base.html:165 #: templates/js/translated/company.js:486 -#: templates/js/translated/company.js:768 templates/js/translated/part.js:809 +#: templates/js/translated/company.js:768 templates/js/translated/part.js:819 msgid "Link" msgstr "" @@ -2324,8 +2324,8 @@ msgstr "" #: company/models.py:419 #: report/templates/report/inventree_test_report_base.html:90 #: stock/models.py:1808 templates/InvenTree/settings/header.html:8 -#: templates/js/translated/company.js:589 templates/js/translated/part.js:470 -#: templates/js/translated/stock.js:493 +#: templates/js/translated/company.js:589 templates/js/translated/part.js:480 +#: templates/js/translated/stock.js:505 msgid "Value" msgstr "" @@ -2334,7 +2334,7 @@ msgid "Parameter value" msgstr "" #: company/models.py:426 part/models.py:797 part/models.py:2204 -#: templates/js/translated/company.js:595 templates/js/translated/part.js:476 +#: templates/js/translated/company.js:595 templates/js/translated/part.js:486 msgid "Units" msgstr "" @@ -2348,7 +2348,7 @@ msgstr "" #: order/templates/order/order_wizard/select_pos.html:30 part/bom.py:175 #: part/bom.py:286 stock/templates/stock/item_base.html:383 #: templates/js/translated/company.js:291 -#: templates/js/translated/company.js:713 templates/js/translated/order.js:234 +#: templates/js/translated/company.js:713 templates/js/translated/order.js:254 msgid "Supplier" msgstr "" @@ -2394,7 +2394,7 @@ msgstr "" #: company/models.py:531 company/templates/company/supplier_part.html:113 #: stock/models.py:472 stock/templates/stock/item_base.html:324 -#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1074 +#: templates/js/translated/company.js:789 templates/js/translated/stock.js:1086 msgid "Packaging" msgstr "" @@ -2435,7 +2435,7 @@ msgid "Download image from URL" msgstr "" #: company/templates/company/company_base.html:46 -#: templates/js/translated/order.js:63 +#: templates/js/translated/order.js:83 msgid "Create Purchase Order" msgstr "" @@ -2463,8 +2463,8 @@ msgstr "" #: company/templates/company/company_base.html:126 order/models.py:544 #: order/templates/order/sales_order_base.html:94 stock/models.py:490 #: stock/models.py:491 stock/templates/stock/item_base.html:276 -#: templates/js/translated/company.js:283 templates/js/translated/order.js:331 -#: templates/js/translated/stock.js:1455 +#: templates/js/translated/company.js:283 templates/js/translated/order.js:351 +#: templates/js/translated/stock.js:1467 msgid "Customer" msgstr "" @@ -2702,9 +2702,9 @@ msgstr "" #: templates/InvenTree/search.html:232 #: templates/InvenTree/settings/navbar.html:95 #: templates/InvenTree/settings/navbar.html:97 -#: templates/js/translated/part.js:391 templates/js/translated/part.js:616 -#: templates/js/translated/part.js:776 templates/js/translated/stock.js:121 -#: templates/js/translated/stock.js:923 templates/navbar.html:26 +#: templates/js/translated/part.js:401 templates/js/translated/part.js:626 +#: templates/js/translated/part.js:786 templates/js/translated/stock.js:133 +#: templates/js/translated/stock.js:935 templates/navbar.html:26 msgid "Stock" msgstr "" @@ -2733,7 +2733,7 @@ msgstr "" #: stock/templates/stock/location.html:148 #: stock/templates/stock/location_navbar.html:18 #: stock/templates/stock/location_navbar.html:21 -#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1354 +#: templates/InvenTree/search.html:198 templates/js/translated/stock.js:1366 #: templates/stats.html:93 templates/stats.html:102 users/models.py:43 msgid "Stock Items" msgstr "" @@ -2741,7 +2741,7 @@ msgstr "" #: company/templates/company/supplier_part.html:7 #: company/templates/company/supplier_part.html:24 stock/models.py:457 #: stock/templates/stock/item_base.html:388 -#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1046 +#: templates/js/translated/company.js:729 templates/js/translated/stock.js:1058 msgid "Supplier Part" msgstr "" @@ -2991,7 +2991,7 @@ msgid "Company from which the items are being ordered" msgstr "" #: order/models.py:264 order/templates/order/order_base.html:98 -#: templates/js/translated/order.js:243 +#: templates/js/translated/order.js:263 msgid "Supplier Reference" msgstr "" @@ -3059,7 +3059,7 @@ msgstr "" msgid "Target date for order completion. Order will be overdue after this date." msgstr "" -#: order/models.py:559 templates/js/translated/order.js:372 +#: order/models.py:559 templates/js/translated/order.js:392 msgid "Shipment Date" msgstr "" @@ -3083,7 +3083,7 @@ msgstr "" msgid "Line item notes" msgstr "" -#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:422 +#: order/models.py:745 order/models.py:823 templates/js/translated/order.js:442 msgid "Order" msgstr "" @@ -3091,8 +3091,8 @@ msgstr "" #: order/templates/order/order_base.html:24 #: report/templates/report/inventree_po_report.html:77 #: stock/templates/stock/item_base.html:338 -#: templates/js/translated/order.js:212 templates/js/translated/stock.js:1025 -#: templates/js/translated/stock.js:1436 +#: templates/js/translated/order.js:232 templates/js/translated/stock.js:1037 +#: templates/js/translated/stock.js:1448 msgid "Purchase Order" msgstr "" @@ -3113,7 +3113,7 @@ msgstr "" #: order/models.py:776 part/templates/part/prices.html:157 stock/models.py:582 #: stock/templates/stock/item_base.html:345 -#: templates/js/translated/stock.js:1069 +#: templates/js/translated/stock.js:1081 msgid "Purchase Price" msgstr "" @@ -3386,7 +3386,7 @@ msgid "Select existing purchase orders, or create new orders." msgstr "" #: order/templates/order/order_wizard/select_pos.html:31 -#: templates/js/translated/order.js:269 templates/js/translated/order.js:377 +#: templates/js/translated/order.js:289 templates/js/translated/order.js:397 msgid "Items" msgstr "" @@ -3457,7 +3457,7 @@ msgstr "" #: order/templates/order/purchase_order_detail.html:360 #: order/templates/order/sales_order_detail.html:376 -#: templates/js/translated/part.js:1118 templates/js/translated/part.js:1307 +#: templates/js/translated/part.js:1128 templates/js/translated/part.js:1317 msgid "Unit Price" msgstr "" @@ -3497,7 +3497,7 @@ msgstr "" #: templates/InvenTree/index.html:102 templates/InvenTree/search.html:114 #: templates/InvenTree/settings/navbar.html:83 #: templates/InvenTree/settings/navbar.html:85 -#: templates/js/translated/part.js:977 templates/navbar.html:23 +#: templates/js/translated/part.js:987 templates/navbar.html:23 #: templates/stats.html:80 templates/stats.html:89 users/models.py:41 msgid "Parts" msgstr "" @@ -3511,7 +3511,7 @@ msgid "Order Code" msgstr "" #: order/templates/order/receive_parts.html:21 -#: part/templates/part/part_base.html:160 templates/js/translated/part.js:792 +#: part/templates/part/part_base.html:160 templates/js/translated/part.js:802 msgid "On Order" msgstr "" @@ -3540,7 +3540,7 @@ msgid "Sales Order Details" msgstr "" #: order/templates/order/sales_order_base.html:100 -#: templates/js/translated/order.js:344 +#: templates/js/translated/order.js:364 msgid "Customer Reference" msgstr "" @@ -4007,7 +4007,7 @@ msgstr "" #: part/models.py:693 part/models.py:2279 #: part/templates/part/set_category.html:15 #: templates/InvenTree/settings/settings.html:167 -#: templates/js/translated/part.js:763 +#: templates/js/translated/part.js:773 msgid "Category" msgstr "" @@ -4016,7 +4016,7 @@ msgid "Part category" msgstr "" #: part/models.py:699 part/templates/part/part_base.html:227 -#: templates/js/translated/part.js:379 templates/js/translated/part.js:607 +#: templates/js/translated/part.js:389 templates/js/translated/part.js:617 msgid "IPN" msgstr "" @@ -4029,7 +4029,7 @@ msgid "Part revision or version number" msgstr "" #: part/models.py:707 part/templates/part/part_base.html:244 -#: report/models.py:200 templates/js/translated/part.js:383 +#: report/models.py:200 templates/js/translated/part.js:393 msgid "Revision" msgstr "" @@ -4136,8 +4136,8 @@ msgstr "" msgid "Test with this name already exists for this part" msgstr "" -#: part/models.py:2117 templates/js/translated/part.js:1028 -#: templates/js/translated/stock.js:473 +#: part/models.py:2117 templates/js/translated/part.js:1038 +#: templates/js/translated/stock.js:485 msgid "Test Name" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "Enter description for this test" msgstr "" -#: part/models.py:2129 templates/js/translated/part.js:1037 +#: part/models.py:2129 templates/js/translated/part.js:1047 #: templates/js/translated/table_filters.js:241 msgid "Required" msgstr "" @@ -4162,7 +4162,7 @@ msgstr "" msgid "Is this test required to pass?" msgstr "" -#: part/models.py:2135 templates/js/translated/part.js:1045 +#: part/models.py:2135 templates/js/translated/part.js:1055 msgid "Requires Value" msgstr "" @@ -4170,7 +4170,7 @@ msgstr "" msgid "Does this test require a value when adding a test result?" msgstr "" -#: part/models.py:2141 templates/js/translated/part.js:1052 +#: part/models.py:2141 templates/js/translated/part.js:1062 msgid "Requires Attachment" msgstr "" @@ -4533,7 +4533,7 @@ msgstr "" msgid "Import Parts" msgstr "" -#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:214 +#: part/templates/part/copy_part.html:9 templates/js/translated/part.js:224 msgid "Duplicate Part" msgstr "" @@ -4750,8 +4750,8 @@ msgid "Part is virtual (not a physical part)" msgstr "" #: part/templates/part/part_base.html:53 templates/js/translated/company.js:454 -#: templates/js/translated/company.js:704 templates/js/translated/part.js:294 -#: templates/js/translated/part.js:371 +#: templates/js/translated/company.js:704 templates/js/translated/part.js:304 +#: templates/js/translated/part.js:381 msgid "Inactive" msgstr "" @@ -4837,8 +4837,8 @@ msgstr "" msgid "Can Build" msgstr "" -#: part/templates/part/part_base.html:202 templates/js/translated/part.js:623 -#: templates/js/translated/part.js:796 +#: part/templates/part/part_base.html:202 templates/js/translated/part.js:633 +#: templates/js/translated/part.js:806 msgid "Building" msgstr "" @@ -5018,7 +5018,7 @@ msgid "Set category for the following parts" msgstr "" #: part/templates/part/stock_count.html:7 templates/js/translated/bom.js:259 -#: templates/js/translated/part.js:613 templates/js/translated/part.js:800 +#: templates/js/translated/part.js:623 templates/js/translated/part.js:810 msgid "No Stock" msgstr "" @@ -5128,7 +5128,7 @@ msgstr "" msgid "Delete Part Parameter Template" msgstr "" -#: part/views.py:1494 templates/js/translated/part.js:169 +#: part/views.py:1494 templates/js/translated/part.js:179 msgid "Edit Part Category" msgstr "" @@ -5276,7 +5276,7 @@ msgid "Result" msgstr "" #: report/templates/report/inventree_test_report_base.html:92 -#: templates/js/translated/order.js:259 templates/js/translated/stock.js:1370 +#: templates/js/translated/order.js:279 templates/js/translated/stock.js:1382 msgid "Date" msgstr "" @@ -5332,7 +5332,7 @@ msgstr "" #: stock/forms.py:79 stock/forms.py:307 stock/models.py:550 #: stock/templates/stock/item_base.html:395 -#: templates/js/translated/stock.js:1013 +#: templates/js/translated/stock.js:1025 msgid "Expiry Date" msgstr "" @@ -5795,7 +5795,7 @@ msgid "This StockItem expires on %(item.expiry_date)s" msgstr "" #: stock/templates/stock/item_base.html:408 -#: templates/js/translated/stock.js:1020 +#: templates/js/translated/stock.js:1032 msgid "Last Updated" msgstr "" @@ -6039,7 +6039,7 @@ msgstr "" msgid "Uninstall Stock Items" msgstr "" -#: stock/views.py:780 templates/js/translated/stock.js:270 +#: stock/views.py:780 templates/js/translated/stock.js:282 msgid "Confirm stock adjustment" msgstr "" @@ -6171,11 +6171,11 @@ msgstr "" msgid "Enter a search query" msgstr "" -#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:617 +#: templates/InvenTree/search.html:268 templates/js/translated/stock.js:629 msgid "Shipped to customer" msgstr "" -#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:627 +#: templates/InvenTree/search.html:271 templates/js/translated/stock.js:639 msgid "No stock location set" msgstr "" @@ -6528,7 +6528,7 @@ msgid "Select Test Report Template" msgstr "" #: templates/js/report.js:98 templates/js/translated/label.js:10 -#: templates/js/translated/report.js:98 templates/js/translated/stock.js:232 +#: templates/js/translated/report.js:98 templates/js/translated/stock.js:244 msgid "Select Stock Items" msgstr "" @@ -6719,7 +6719,7 @@ msgstr "" msgid "Unlink" msgstr "" -#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:208 +#: templates/js/translated/barcode.js:376 templates/js/translated/stock.js:220 msgid "Remove stock item" msgstr "" @@ -6826,7 +6826,7 @@ msgstr "" msgid "No build order allocations found" msgstr "" -#: templates/js/translated/build.js:260 templates/js/translated/order.js:451 +#: templates/js/translated/build.js:260 templates/js/translated/order.js:471 msgid "Location not specified" msgstr "" @@ -6851,9 +6851,9 @@ msgstr "" msgid "No builds matching query" msgstr "" -#: templates/js/translated/build.js:840 templates/js/translated/part.js:701 -#: templates/js/translated/part.js:946 templates/js/translated/stock.js:871 -#: templates/js/translated/stock.js:1324 +#: templates/js/translated/build.js:840 templates/js/translated/part.js:711 +#: templates/js/translated/part.js:956 templates/js/translated/stock.js:883 +#: templates/js/translated/stock.js:1336 msgid "Select" msgstr "" @@ -6861,7 +6861,7 @@ msgstr "" msgid "Build order is overdue" msgstr "" -#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1546 +#: templates/js/translated/build.js:924 templates/js/translated/stock.js:1558 msgid "No user information" msgstr "" @@ -6889,7 +6889,7 @@ msgstr "" msgid "Delete Manufacturer Part" msgstr "" -#: templates/js/translated/company.js:124 +#: templates/js/translated/company.js:124 templates/js/translated/order.js:58 msgid "Add Supplier" msgstr "" @@ -6938,34 +6938,34 @@ msgid "No manufacturer parts found" msgstr "" #: templates/js/translated/company.js:446 -#: templates/js/translated/company.js:696 templates/js/translated/part.js:278 -#: templates/js/translated/part.js:363 +#: templates/js/translated/company.js:696 templates/js/translated/part.js:288 +#: templates/js/translated/part.js:373 msgid "Template part" msgstr "" #: templates/js/translated/company.js:450 -#: templates/js/translated/company.js:700 templates/js/translated/part.js:282 -#: templates/js/translated/part.js:367 +#: templates/js/translated/company.js:700 templates/js/translated/part.js:292 +#: templates/js/translated/part.js:377 msgid "Assembled part" msgstr "" -#: templates/js/translated/company.js:574 templates/js/translated/part.js:452 +#: templates/js/translated/company.js:574 templates/js/translated/part.js:462 msgid "No parameters found" msgstr "" -#: templates/js/translated/company.js:610 templates/js/translated/part.js:493 +#: templates/js/translated/company.js:610 templates/js/translated/part.js:503 msgid "Edit parameter" msgstr "" -#: templates/js/translated/company.js:611 templates/js/translated/part.js:494 +#: templates/js/translated/company.js:611 templates/js/translated/part.js:504 msgid "Delete parameter" msgstr "" -#: templates/js/translated/company.js:630 templates/js/translated/part.js:511 +#: templates/js/translated/company.js:630 templates/js/translated/part.js:521 msgid "Edit Parameter" msgstr "" -#: templates/js/translated/company.js:641 templates/js/translated/part.js:523 +#: templates/js/translated/company.js:641 templates/js/translated/part.js:533 msgid "Delete Parameter" msgstr "" @@ -7029,11 +7029,11 @@ msgstr "" msgid "Form errors exist" msgstr "" -#: templates/js/translated/forms.js:1256 +#: templates/js/translated/forms.js:1258 msgid "Searching" msgstr "" -#: templates/js/translated/forms.js:1421 +#: templates/js/translated/forms.js:1423 msgid "Clear input" msgstr "" @@ -7169,27 +7169,31 @@ msgstr "" msgid "Supplier Part ID" msgstr "" -#: templates/js/translated/order.js:32 +#: templates/js/translated/order.js:17 +msgid "Add Customer" +msgstr "" + +#: templates/js/translated/order.js:42 msgid "Create Sales Order" msgstr "" -#: templates/js/translated/order.js:202 +#: templates/js/translated/order.js:222 msgid "No purchase orders found" msgstr "" -#: templates/js/translated/order.js:226 templates/js/translated/order.js:321 +#: templates/js/translated/order.js:246 templates/js/translated/order.js:341 msgid "Order is overdue" msgstr "" -#: templates/js/translated/order.js:298 +#: templates/js/translated/order.js:318 msgid "No sales orders found" msgstr "" -#: templates/js/translated/order.js:335 +#: templates/js/translated/order.js:355 msgid "Invalid Customer" msgstr "" -#: templates/js/translated/order.js:412 +#: templates/js/translated/order.js:432 msgid "No sales order allocations found" msgstr "" @@ -7201,388 +7205,396 @@ msgstr "" msgid "NO" msgstr "" -#: templates/js/translated/part.js:43 +#: templates/js/translated/part.js:22 +msgid "Add Part Category" +msgstr "" + +#: templates/js/translated/part.js:53 msgid "Part Attributes" msgstr "" -#: templates/js/translated/part.js:86 +#: templates/js/translated/part.js:96 msgid "Part Creation Options" msgstr "" -#: templates/js/translated/part.js:92 +#: templates/js/translated/part.js:102 msgid "Initial Stock Quantity" msgstr "" -#: templates/js/translated/part.js:93 +#: templates/js/translated/part.js:103 msgid "Initialize part stock with specified quantity" msgstr "" -#: templates/js/translated/part.js:99 +#: templates/js/translated/part.js:109 msgid "Copy Category Parameters" msgstr "" -#: templates/js/translated/part.js:100 +#: templates/js/translated/part.js:110 msgid "Copy parameter templates from selected part category" msgstr "" -#: templates/js/translated/part.js:110 +#: templates/js/translated/part.js:120 msgid "Part Duplication Options" msgstr "" -#: templates/js/translated/part.js:121 +#: templates/js/translated/part.js:131 msgid "Copy Image" msgstr "" -#: templates/js/translated/part.js:122 +#: templates/js/translated/part.js:132 msgid "Copy image from original part" msgstr "" -#: templates/js/translated/part.js:128 +#: templates/js/translated/part.js:138 msgid "Copy BOM" msgstr "" -#: templates/js/translated/part.js:129 +#: templates/js/translated/part.js:139 msgid "Copy bill of materials from original part" msgstr "" -#: templates/js/translated/part.js:135 +#: templates/js/translated/part.js:145 msgid "Copy Parameters" msgstr "" -#: templates/js/translated/part.js:136 +#: templates/js/translated/part.js:146 msgid "Copy parameter data from original part" msgstr "" -#: templates/js/translated/part.js:148 +#: templates/js/translated/part.js:158 msgid "Parent part category" msgstr "" -#: templates/js/translated/part.js:186 +#: templates/js/translated/part.js:196 msgid "Edit Part" msgstr "" -#: templates/js/translated/part.js:270 templates/js/translated/part.js:355 +#: templates/js/translated/part.js:280 templates/js/translated/part.js:365 msgid "Trackable part" msgstr "" -#: templates/js/translated/part.js:274 templates/js/translated/part.js:359 +#: templates/js/translated/part.js:284 templates/js/translated/part.js:369 msgid "Virtual part" msgstr "" -#: templates/js/translated/part.js:286 +#: templates/js/translated/part.js:296 msgid "Starred part" msgstr "" -#: templates/js/translated/part.js:290 +#: templates/js/translated/part.js:300 msgid "Salable part" msgstr "" -#: templates/js/translated/part.js:404 +#: templates/js/translated/part.js:414 msgid "No variants found" msgstr "" -#: templates/js/translated/part.js:591 templates/js/translated/part.js:830 +#: templates/js/translated/part.js:601 templates/js/translated/part.js:840 msgid "No parts found" msgstr "" -#: templates/js/translated/part.js:769 +#: templates/js/translated/part.js:779 msgid "No category" msgstr "" -#: templates/js/translated/part.js:787 +#: templates/js/translated/part.js:797 #: templates/js/translated/table_filters.js:337 msgid "Low stock" msgstr "" -#: templates/js/translated/part.js:971 templates/js/translated/stock.js:1348 +#: templates/js/translated/part.js:981 templates/js/translated/stock.js:1360 msgid "Path" msgstr "" -#: templates/js/translated/part.js:1014 +#: templates/js/translated/part.js:1024 msgid "No test templates matching query" msgstr "" -#: templates/js/translated/part.js:1065 templates/js/translated/stock.js:431 +#: templates/js/translated/part.js:1075 templates/js/translated/stock.js:443 msgid "Edit test result" msgstr "" -#: templates/js/translated/part.js:1066 templates/js/translated/stock.js:432 +#: templates/js/translated/part.js:1076 templates/js/translated/stock.js:444 msgid "Delete test result" msgstr "" -#: templates/js/translated/part.js:1072 +#: templates/js/translated/part.js:1082 msgid "This test is defined for a parent part" msgstr "" -#: templates/js/translated/part.js:1097 +#: templates/js/translated/part.js:1107 #, python-brace-format msgid "No ${human_name} information found" msgstr "" -#: templates/js/translated/part.js:1150 +#: templates/js/translated/part.js:1160 #, python-brace-format msgid "Edit ${human_name}" msgstr "" -#: templates/js/translated/part.js:1151 +#: templates/js/translated/part.js:1161 #, python-brace-format msgid "Delete ${human_name}" msgstr "" -#: templates/js/translated/part.js:1251 +#: templates/js/translated/part.js:1261 msgid "Single Price" msgstr "" -#: templates/js/translated/part.js:1270 +#: templates/js/translated/part.js:1280 msgid "Single Price Difference" msgstr "" -#: templates/js/translated/stock.js:27 +#: templates/js/translated/stock.js:9 +msgid "Parent stock location" +msgstr "" + +#: templates/js/translated/stock.js:39 msgid "Export Stock" msgstr "" -#: templates/js/translated/stock.js:30 +#: templates/js/translated/stock.js:42 msgid "Format" msgstr "" -#: templates/js/translated/stock.js:31 +#: templates/js/translated/stock.js:43 msgid "Select file format" msgstr "" -#: templates/js/translated/stock.js:43 +#: templates/js/translated/stock.js:55 msgid "Include Sublocations" msgstr "" -#: templates/js/translated/stock.js:44 +#: templates/js/translated/stock.js:56 msgid "Include stock items in sublocations" msgstr "" -#: templates/js/translated/stock.js:86 +#: templates/js/translated/stock.js:98 msgid "Transfer Stock" msgstr "" -#: templates/js/translated/stock.js:87 +#: templates/js/translated/stock.js:99 msgid "Move" msgstr "" -#: templates/js/translated/stock.js:93 +#: templates/js/translated/stock.js:105 msgid "Count Stock" msgstr "" -#: templates/js/translated/stock.js:94 +#: templates/js/translated/stock.js:106 msgid "Count" msgstr "" -#: templates/js/translated/stock.js:98 +#: templates/js/translated/stock.js:110 msgid "Remove Stock" msgstr "" -#: templates/js/translated/stock.js:99 +#: templates/js/translated/stock.js:111 msgid "Take" msgstr "" -#: templates/js/translated/stock.js:103 +#: templates/js/translated/stock.js:115 msgid "Add Stock" msgstr "" -#: templates/js/translated/stock.js:104 users/models.py:190 +#: templates/js/translated/stock.js:116 users/models.py:190 msgid "Add" msgstr "" -#: templates/js/translated/stock.js:108 templates/stock_table.html:63 +#: templates/js/translated/stock.js:120 templates/stock_table.html:63 msgid "Delete Stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Quantity cannot be adjusted for serialized stock" msgstr "" -#: templates/js/translated/stock.js:197 +#: templates/js/translated/stock.js:209 msgid "Specify stock quantity" msgstr "" -#: templates/js/translated/stock.js:233 +#: templates/js/translated/stock.js:245 msgid "You must select at least one available stock item" msgstr "" -#: templates/js/translated/stock.js:249 +#: templates/js/translated/stock.js:261 msgid "Select destination stock location" msgstr "" -#: templates/js/translated/stock.js:257 +#: templates/js/translated/stock.js:269 msgid "Stock transaction notes" msgstr "" -#: templates/js/translated/stock.js:394 +#: templates/js/translated/stock.js:406 msgid "PASS" msgstr "" -#: templates/js/translated/stock.js:396 +#: templates/js/translated/stock.js:408 msgid "FAIL" msgstr "" -#: templates/js/translated/stock.js:401 +#: templates/js/translated/stock.js:413 msgid "NO RESULT" msgstr "" -#: templates/js/translated/stock.js:427 +#: templates/js/translated/stock.js:439 msgid "Add test result" msgstr "" -#: templates/js/translated/stock.js:453 +#: templates/js/translated/stock.js:465 msgid "No test results found" msgstr "" -#: templates/js/translated/stock.js:501 +#: templates/js/translated/stock.js:513 msgid "Test Date" msgstr "" -#: templates/js/translated/stock.js:609 +#: templates/js/translated/stock.js:621 msgid "In production" msgstr "" -#: templates/js/translated/stock.js:613 +#: templates/js/translated/stock.js:625 msgid "Installed in Stock Item" msgstr "" -#: templates/js/translated/stock.js:621 +#: templates/js/translated/stock.js:633 msgid "Assigned to Sales Order" msgstr "" -#: templates/js/translated/stock.js:697 +#: templates/js/translated/stock.js:709 msgid "No stock items matching query" msgstr "" -#: templates/js/translated/stock.js:717 +#: templates/js/translated/stock.js:729 msgid "items" msgstr "" -#: templates/js/translated/stock.js:809 +#: templates/js/translated/stock.js:821 msgid "batches" msgstr "" -#: templates/js/translated/stock.js:836 +#: templates/js/translated/stock.js:848 msgid "locations" msgstr "" -#: templates/js/translated/stock.js:838 +#: templates/js/translated/stock.js:850 msgid "Undefined location" msgstr "" -#: templates/js/translated/stock.js:939 +#: templates/js/translated/stock.js:951 msgid "Stock item is in production" msgstr "" -#: templates/js/translated/stock.js:944 +#: templates/js/translated/stock.js:956 msgid "Stock item assigned to sales order" msgstr "" -#: templates/js/translated/stock.js:947 +#: templates/js/translated/stock.js:959 msgid "Stock item assigned to customer" msgstr "" -#: templates/js/translated/stock.js:951 +#: templates/js/translated/stock.js:963 msgid "Stock item has expired" msgstr "" -#: templates/js/translated/stock.js:953 +#: templates/js/translated/stock.js:965 msgid "Stock item will expire soon" msgstr "" -#: templates/js/translated/stock.js:957 +#: templates/js/translated/stock.js:969 msgid "Stock item has been allocated" msgstr "" -#: templates/js/translated/stock.js:961 +#: templates/js/translated/stock.js:973 msgid "Stock item has been installed in another item" msgstr "" -#: templates/js/translated/stock.js:968 +#: templates/js/translated/stock.js:980 msgid "Stock item has been rejected" msgstr "" -#: templates/js/translated/stock.js:972 +#: templates/js/translated/stock.js:984 msgid "Stock item is lost" msgstr "" -#: templates/js/translated/stock.js:975 +#: templates/js/translated/stock.js:987 msgid "Stock item is destroyed" msgstr "" -#: templates/js/translated/stock.js:979 +#: templates/js/translated/stock.js:991 #: templates/js/translated/table_filters.js:148 msgid "Depleted" msgstr "" -#: templates/js/translated/stock.js:1008 +#: templates/js/translated/stock.js:1020 msgid "Stocktake" msgstr "" -#: templates/js/translated/stock.js:1061 +#: templates/js/translated/stock.js:1073 msgid "Supplier part not specified" msgstr "" -#: templates/js/translated/stock.js:1211 +#: templates/js/translated/stock.js:1223 msgid "Stock Status" msgstr "" -#: templates/js/translated/stock.js:1226 +#: templates/js/translated/stock.js:1238 msgid "Set Stock Status" msgstr "" -#: templates/js/translated/stock.js:1240 +#: templates/js/translated/stock.js:1252 msgid "Select Status Code" msgstr "" -#: templates/js/translated/stock.js:1241 +#: templates/js/translated/stock.js:1253 msgid "Status code must be selected" msgstr "" -#: templates/js/translated/stock.js:1380 +#: templates/js/translated/stock.js:1392 msgid "Invalid date" msgstr "" -#: templates/js/translated/stock.js:1427 +#: templates/js/translated/stock.js:1439 msgid "Location no longer exists" msgstr "" -#: templates/js/translated/stock.js:1446 +#: templates/js/translated/stock.js:1458 msgid "Purchase order no longer exists" msgstr "" -#: templates/js/translated/stock.js:1465 +#: templates/js/translated/stock.js:1477 msgid "Customer no longer exists" msgstr "" -#: templates/js/translated/stock.js:1483 +#: templates/js/translated/stock.js:1495 msgid "Stock item no longer exists" msgstr "" -#: templates/js/translated/stock.js:1506 +#: templates/js/translated/stock.js:1518 msgid "Added" msgstr "" -#: templates/js/translated/stock.js:1514 +#: templates/js/translated/stock.js:1526 msgid "Removed" msgstr "" -#: templates/js/translated/stock.js:1558 +#: templates/js/translated/stock.js:1570 msgid "Edit tracking entry" msgstr "" -#: templates/js/translated/stock.js:1559 +#: templates/js/translated/stock.js:1571 msgid "Delete tracking entry" msgstr "" -#: templates/js/translated/stock.js:1703 +#: templates/js/translated/stock.js:1715 msgid "No installed items" msgstr "" -#: templates/js/translated/stock.js:1726 +#: templates/js/translated/stock.js:1738 msgid "Serial" msgstr "" -#: templates/js/translated/stock.js:1754 +#: templates/js/translated/stock.js:1766 msgid "Uninstall Stock Item" msgstr ""