InvenTree/src/backend/InvenTree/locale/cs/LC_MESSAGES/django.po

9701 lines
281 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-21 02:25+0000\n"
"PO-Revision-Date: 2026-04-21 02:27\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Crowdin-Project: inventree\n"
"X-Crowdin-Project-ID: 452300\n"
"X-Crowdin-Language: cs\n"
"X-Crowdin-File: /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po\n"
"X-Crowdin-File-ID: 250\n"
#: InvenTree/api.py:365
msgid "API endpoint not found"
msgstr "API endpoint nebyl nalezen"
#: InvenTree/api.py:438
msgid "List of items must be provided for bulk operation"
msgstr "Seznam položek musí být k dispozici pro hromadnou operaci"
#: InvenTree/api.py:445
msgid "Items must be provided as a list"
msgstr "Položky musí být uvedeny jako seznam"
#: InvenTree/api.py:453
msgid "Invalid items list provided"
msgstr "Zadán neplatný seznam položek"
#: InvenTree/api.py:458
msgid "All filter must only be used with true"
msgstr "Všechny filtry musí být použity s Pravda"
#: InvenTree/api.py:463
msgid "No items match the provided criteria"
msgstr "Zadaným kritériím neodpovídají žádné položky"
#: InvenTree/api.py:487
msgid "No data provided"
msgstr "Nebyla poskytnuta žádná data"
#: InvenTree/api.py:503
msgid "This field must be unique."
msgstr "Toto pole musí být unikátní."
#: InvenTree/api.py:832
msgid "User does not have permission to view this model"
msgstr "Uživatel nemá právo zobrazit tento model"
#: InvenTree/auth_overrides.py:58
msgid "Email (again)"
msgstr "Email (znovu)"
#: InvenTree/auth_overrides.py:62
msgid "Email address confirmation"
msgstr "Potvrzení emailové adresy"
#: InvenTree/auth_overrides.py:85
msgid "You must type the same email each time."
msgstr "Pokaždé musíte zadat stejný email."
#: InvenTree/auth_overrides.py:132 InvenTree/auth_overrides.py:139
msgid "The provided primary email address is not valid."
msgstr "Zadaná primární e-mailová adresa je neplatná."
#: InvenTree/auth_overrides.py:145
msgid "The provided email domain is not approved."
msgstr "Zadaná e-mailová doména není povolena."
#: InvenTree/conversion.py:240
#, python-brace-format
msgid "Invalid unit provided ({unit})"
msgstr "Zadána neplatná jednotka ({unit})"
#: InvenTree/conversion.py:257
msgid "No value provided"
msgstr "Není k dispozici žádná hodnota"
#: InvenTree/conversion.py:284
#, python-brace-format
msgid "Could not convert {original} to {unit}"
msgstr "Nelze převést {original} na {unit}"
#: InvenTree/conversion.py:286 InvenTree/conversion.py:300
#: InvenTree/helpers.py:610 order/models.py:747 order/models.py:1042
msgid "Invalid quantity provided"
msgstr "Vyplněno neplatné množství"
#: InvenTree/exceptions.py:136
msgid "Error details can be found in the admin panel"
msgstr "Podrobnosti o chybě lze nalézt v panelu administrace"
#: InvenTree/fields.py:146
msgid "Enter date"
msgstr "Zadejte datum"
#: InvenTree/fields.py:169
msgid "Invalid decimal value"
msgstr "Neplaté desetinné číslo"
#: InvenTree/fields.py:218 InvenTree/models.py:1233 build/serializers.py:504
#: build/serializers.py:575 build/serializers.py:1788 company/models.py:827
#: order/models.py:1828
#: report/templates/report/inventree_build_order_report.html:172
#: stock/models.py:2954 stock/models.py:3078 stock/serializers.py:746
#: stock/serializers.py:922 stock/serializers.py:1064 stock/serializers.py:1411
#: stock/serializers.py:1500 stock/serializers.py:1699
msgid "Notes"
msgstr "Poznámky"
#: InvenTree/format.py:166
#, python-brace-format
msgid "Value '{name}' does not appear in pattern format"
msgstr "Hodnota '{name}' neodpovídá formátu vzoru"
#: InvenTree/format.py:177
msgid "Provided value does not match required pattern: "
msgstr "Poskytnutá hodnota neodpovídá požadovanému vzoru: "
#: InvenTree/helpers.py:614
msgid "Cannot serialize more than 1000 items at once"
msgstr "Nelze serializovat více než 1000 položek najednou"
#: InvenTree/helpers.py:620
msgid "Empty serial number string"
msgstr "Nevyplněné výrobní číslo"
#: InvenTree/helpers.py:649
msgid "Duplicate serial"
msgstr "Duplicitní výrobní číslo"
#: InvenTree/helpers.py:681 InvenTree/helpers.py:724 InvenTree/helpers.py:742
#: InvenTree/helpers.py:749 InvenTree/helpers.py:768
#, python-brace-format
msgid "Invalid group: {group}"
msgstr "Neplatná skupina: {group}"
#: InvenTree/helpers.py:712
#, python-brace-format
msgid "Group range {group} exceeds allowed quantity ({expected_quantity})"
msgstr "Rozsah skupiny {group} překračuje povolené množství ({expected_quantity})"
#: InvenTree/helpers.py:778
msgid "No serial numbers found"
msgstr "Nenalezena žádná výrobní čísla"
#: InvenTree/helpers.py:785
#, python-brace-format
msgid "Number of unique serial numbers ({n}) must match quantity ({q})"
msgstr "Počet jedinečných sériových čísel ({n}) musí odpovídat množství ({q})"
#: InvenTree/helpers.py:915
msgid "Remove HTML tags from this value"
msgstr "Odstranit HTML tagy z této hodnoty"
#: InvenTree/helpers.py:992
msgid "Data contains prohibited markdown content"
msgstr "Data obsahují zakázaný markdown obsah"
#: InvenTree/helpers_model.py:109
msgid "Invalid URL: no hostname"
msgstr "Neplatná URH: žádný název hostitele"
#: InvenTree/helpers_model.py:114
msgid "Invalid URL: hostname could not be resolved"
msgstr "Neplatná URL: nelze zjistit název hostitele"
#: InvenTree/helpers_model.py:120
msgid "URL points to a private or reserved IP address"
msgstr "URL směřuje na soukromou nebo rezervovanou IP adresu"
#: InvenTree/helpers_model.py:195
msgid "Too many redirects"
msgstr "Příliš mnoho přesměrování"
#: InvenTree/helpers_model.py:200
msgid "Connection error"
msgstr "Chyba spojení"
#: InvenTree/helpers_model.py:205 InvenTree/helpers_model.py:214
msgid "Server responded with invalid status code"
msgstr "Server odpověděl s neplatným stavovým kódem"
#: InvenTree/helpers_model.py:210
msgid "Exception occurred"
msgstr "Došlo k výjimce"
#: InvenTree/helpers_model.py:220
msgid "Server responded with invalid Content-Length value"
msgstr "Server odpověděl s neplatnou hodnotou Content-Length"
#: InvenTree/helpers_model.py:223
msgid "Image size is too large"
msgstr "Velikost obrázku je příliš velká"
#: InvenTree/helpers_model.py:235
msgid "Image download exceeded maximum size"
msgstr "Stahování obrázku překročilo maximální velikost"
#: InvenTree/helpers_model.py:240
msgid "Remote server returned empty response"
msgstr "Vzdálený server vrátil prázdnou odpověď"
#: InvenTree/helpers_model.py:248
msgid "Supplied URL is not a valid image file"
msgstr "Zadaná URL adresa není platný soubor obrázku"
#: InvenTree/magic_login.py:31
msgid "Log in to the app"
msgstr "Přihlásit se do aplikace"
#: InvenTree/magic_login.py:41 company/models.py:175 users/serializers.py:197
msgid "Email"
msgstr "E-mail"
#: InvenTree/middleware.py:183
msgid "You must enable two-factor authentication before doing anything else."
msgstr "Před tím, než budete dělat cokoli jiného, musíte zapnout dvoufaktorové ověřování."
#: InvenTree/models.py:114
msgid "Error running plugin validation"
msgstr "Chyba při ověření pluginu"
#: InvenTree/models.py:195
msgid "Metadata must be a python dict object"
msgstr "Metadata musí být objekt python dict"
#: InvenTree/models.py:201
msgid "Plugin Metadata"
msgstr "Metadata pluginu"
#: InvenTree/models.py:202
msgid "JSON metadata field, for use by external plugins"
msgstr "Pole metadat JSON pro použití externími pluginy"
#: InvenTree/models.py:385
msgid "Improperly formatted pattern"
msgstr "Nesprávně naformátovaný vzor"
#: InvenTree/models.py:392
msgid "Unknown format key specified"
msgstr "Neznámý formát klíče"
#: InvenTree/models.py:398
msgid "Missing required format key"
msgstr "Chybí požadovaný klíč"
#: InvenTree/models.py:409
msgid "Reference field cannot be empty"
msgstr "Referenční pole nemůže být prázdné"
#: InvenTree/models.py:417
msgid "Reference must match required pattern"
msgstr "Referenční číslo musí odpovídat požadovanému vzoru"
#: InvenTree/models.py:448
msgid "Reference number is too large"
msgstr "Referenční číslo je příliš velké"
#: InvenTree/models.py:901
msgid "Invalid choice"
msgstr "Neplatný výběr"
#: InvenTree/models.py:1022 common/models.py:1438 common/models.py:1865
#: common/models.py:2126 common/models.py:2251 common/models.py:2548
#: common/serializers.py:647 generic/states/serializers.py:20
#: machine/models.py:25 part/models.py:1101 plugin/models.py:54
#: report/models.py:219 stock/models.py:86
msgid "Name"
msgstr "Název"
#: InvenTree/models.py:1028 build/models.py:265 common/models.py:178
#: common/models.py:2258 common/models.py:2399 common/models.py:2563
#: company/models.py:558 company/models.py:818 order/models.py:447
#: order/models.py:1873 part/models.py:1124 report/models.py:225
#: report/models.py:818 report/models.py:844
#: report/templates/report/inventree_build_order_report.html:117
#: stock/models.py:92
msgid "Description"
msgstr "Popis"
#: InvenTree/models.py:1029 stock/models.py:93
msgid "Description (optional)"
msgstr "Popis (volitelně)"
#: InvenTree/models.py:1044 common/models.py:2869
msgid "Path"
msgstr "Cesta"
#: InvenTree/models.py:1149
msgid "Duplicate names cannot exist under the same parent"
msgstr "Duplicitní názvy nemohou existovat pod stejným nadřazeným názvem"
#: InvenTree/models.py:1233
msgid "Markdown notes (optional)"
msgstr "Poznámky (volitelné)"
#: InvenTree/models.py:1264
msgid "Barcode Data"
msgstr "Data čárového kódu"
#: InvenTree/models.py:1265
msgid "Third party barcode data"
msgstr "Data čárového kódu třetí strany"
#: InvenTree/models.py:1271
msgid "Barcode Hash"
msgstr "Hash čárového kódu"
#: InvenTree/models.py:1272
msgid "Unique hash of barcode data"
msgstr "Jedinečný hash dat čárového kódu"
#: InvenTree/models.py:1353
msgid "Existing barcode found"
msgstr "Nalezen existující čárový kód"
#: InvenTree/models.py:1453
msgid "Server Error"
msgstr "Chyba serveru"
#: InvenTree/models.py:1454
msgid "An error has been logged by the server."
msgstr "Server zaznamenal chybu."
#: InvenTree/models.py:1496 common/models.py:1776
#: report/templates/report/inventree_bill_of_materials_report.html:126
#: report/templates/report/inventree_bill_of_materials_report.html:148
#: report/templates/report/inventree_return_order_report.html:35
msgid "Image"
msgstr "Obrazek"
#: InvenTree/serializers.py:361 part/models.py:4168
msgid "Must be a valid number"
msgstr "Musí být platné číslo"
#: InvenTree/serializers.py:403 company/models.py:217 part/models.py:3307
msgid "Currency"
msgstr "Měna"
#: InvenTree/serializers.py:406 part/serializers.py:1387
msgid "Select currency from available options"
msgstr "Vyberte měnu z dostupných možností"
#: InvenTree/serializers.py:756
msgid "This field may not be null."
msgstr "Toto pole nesmí být nulové."
#: InvenTree/serializers.py:762
msgid "Invalid value"
msgstr "Neplatná hodnota"
#: InvenTree/serializers.py:799
msgid "Remote Image"
msgstr "Vzdálený obraz"
#: InvenTree/serializers.py:800
msgid "URL of remote image file"
msgstr "URL souboru vzdáleného obrázku"
#: InvenTree/serializers.py:818
msgid "Downloading images from remote URL is not enabled"
msgstr "Stahování obrázků ze vzdálené URL není povoleno"
#: InvenTree/serializers.py:825
msgid "Failed to download image from remote URL"
msgstr "Nepodařilo se stáhnout obrázek ze vzdálené adresy URL"
#: InvenTree/serializers.py:908
msgid "Invalid content type format"
msgstr "Neplatný formát typu obsahu"
#: InvenTree/serializers.py:911
msgid "Content type not found"
msgstr "Typ obsahu nenalezen"
#: InvenTree/serializers.py:917
msgid "Content type does not match required mixin class"
msgstr "Typ obsahu neodpovídá požadované třídě mixinu"
#: InvenTree/setting/locales.py:20
msgid "Arabic"
msgstr "Arabština"
#: InvenTree/setting/locales.py:21
msgid "Bulgarian"
msgstr "Bulharština"
#: InvenTree/setting/locales.py:22
msgid "Czech"
msgstr "Čeština"
#: InvenTree/setting/locales.py:23
msgid "Danish"
msgstr "Dánština"
#: InvenTree/setting/locales.py:24
msgid "German"
msgstr "Němčina"
#: InvenTree/setting/locales.py:25
msgid "Greek"
msgstr "Řečtina"
#: InvenTree/setting/locales.py:26
msgid "English"
msgstr "Angličtina"
#: InvenTree/setting/locales.py:27
msgid "Spanish"
msgstr "Španělština"
#: InvenTree/setting/locales.py:28
msgid "Spanish (Mexican)"
msgstr "Španělština (Mexiko)"
#: InvenTree/setting/locales.py:29
msgid "Estonian"
msgstr "Estonština"
#: InvenTree/setting/locales.py:30
msgid "Farsi / Persian"
msgstr "Farsi / Perština"
#: InvenTree/setting/locales.py:31
msgid "Finnish"
msgstr "Finština"
#: InvenTree/setting/locales.py:32
msgid "French"
msgstr "Francouzština"
#: InvenTree/setting/locales.py:33
msgid "Hebrew"
msgstr "Hebrejština"
#: InvenTree/setting/locales.py:34
msgid "Hindi"
msgstr "Hindština"
#: InvenTree/setting/locales.py:35
msgid "Hungarian"
msgstr "Maďarština"
#: InvenTree/setting/locales.py:36
msgid "Italian"
msgstr "Italština"
#: InvenTree/setting/locales.py:37
msgid "Japanese"
msgstr "Japonština"
#: InvenTree/setting/locales.py:38
msgid "Korean"
msgstr "Korejština"
#: InvenTree/setting/locales.py:39
msgid "Lithuanian"
msgstr "Litevština"
#: InvenTree/setting/locales.py:40
msgid "Latvian"
msgstr "Lotyština"
#: InvenTree/setting/locales.py:41
msgid "Dutch"
msgstr "Nizozemština"
#: InvenTree/setting/locales.py:42
msgid "Norwegian"
msgstr "Norština"
#: InvenTree/setting/locales.py:43
msgid "Polish"
msgstr "Polština"
#: InvenTree/setting/locales.py:44
msgid "Portuguese"
msgstr "Portugalština"
#: InvenTree/setting/locales.py:45
msgid "Portuguese (Brazilian)"
msgstr "Portugalština (Brazilská)"
#: InvenTree/setting/locales.py:46
msgid "Romanian"
msgstr "Rumunština"
#: InvenTree/setting/locales.py:47
msgid "Russian"
msgstr "Ruština"
#: InvenTree/setting/locales.py:48
msgid "Slovak"
msgstr "Slovenština"
#: InvenTree/setting/locales.py:49
msgid "Slovenian"
msgstr "Slovinština"
#: InvenTree/setting/locales.py:50
msgid "Serbian"
msgstr "Srbština"
#: InvenTree/setting/locales.py:51
msgid "Swedish"
msgstr "Švédština"
#: InvenTree/setting/locales.py:52
msgid "Thai"
msgstr "Thajština"
#: InvenTree/setting/locales.py:53
msgid "Turkish"
msgstr "Turečtina"
#: InvenTree/setting/locales.py:54
msgid "Ukrainian"
msgstr "Ukrajinština"
#: InvenTree/setting/locales.py:55
msgid "Vietnamese"
msgstr "Vietnamština"
#: InvenTree/setting/locales.py:56
msgid "Chinese (Simplified)"
msgstr "Čínština (zjednodušená)"
#: InvenTree/setting/locales.py:57
msgid "Chinese (Traditional)"
msgstr "Čínština (tradiční)"
#: InvenTree/tasks.py:677
msgid "Update Available"
msgstr "Dostupná aktualizace"
#: InvenTree/tasks.py:678
msgid "An update for InvenTree is available"
msgstr "Aktualizace pro InvenTree je k dispozici"
#: InvenTree/validators.py:28
msgid "Invalid physical unit"
msgstr "Neplatná fyzikální jednotka"
#: InvenTree/validators.py:34
msgid "Not a valid currency code"
msgstr "Neplatný kód měny"
#: build/api.py:55 order/api.py:114 order/api.py:281 order/api.py:1384
#: order/serializers.py:123
msgid "Order Status"
msgstr "Stav objednávky"
#: build/api.py:81 build/models.py:277
msgid "Parent Build"
msgstr "Nadřazená sestava"
#: build/api.py:85 build/api.py:904 order/api.py:558 order/api.py:783
#: order/api.py:1185 order/api.py:1486 stock/api.py:572
msgid "Include Variants"
msgstr "Zahrnout varianty"
#: build/api.py:101 build/api.py:461 build/api.py:918 build/models.py:283
#: build/serializers.py:1213 build/serializers.py:1389
#: build/serializers.py:1482 company/models.py:1037 company/serializers.py:447
#: order/api.py:309 order/api.py:313 order/api.py:940 order/api.py:1198
#: order/api.py:1201 order/models.py:1991 order/models.py:2159
#: order/models.py:2160 part/api.py:1132 part/api.py:1135 part/api.py:1348
#: part/models.py:527 part/models.py:3318 part/models.py:3461
#: part/models.py:3519 part/models.py:3540 part/models.py:3562
#: part/models.py:3703 part/models.py:3965 part/models.py:4384
#: part/serializers.py:1336 part/serializers.py:1990
#: report/templates/report/inventree_bill_of_materials_report.html:110
#: report/templates/report/inventree_bill_of_materials_report.html:137
#: report/templates/report/inventree_build_order_report.html:109
#: report/templates/report/inventree_purchase_order_report.html:34
#: report/templates/report/inventree_return_order_report.html:24
#: report/templates/report/inventree_sales_order_report.html:27
#: report/templates/report/inventree_sales_order_shipment_report.html:28
#: report/templates/report/inventree_stock_location_report.html:102
#: stock/api.py:585 stock/api.py:1529 stock/serializers.py:120
#: stock/serializers.py:172 stock/serializers.py:419 stock/serializers.py:607
#: stock/serializers.py:955 templates/email/build_order_completed.html:17
#: templates/email/build_order_required_stock.html:17
#: templates/email/low_stock_notification.html:15
#: templates/email/overdue_build_order.html:16
#: templates/email/part_event_notification.html:15
#: templates/email/stale_stock_notification.html:17
msgid "Part"
msgstr "Díl"
#: build/api.py:121 build/api.py:124 build/serializers.py:1496 part/api.py:967
#: part/api.py:1359 part/models.py:412 part/models.py:1142 part/models.py:3590
#: part/serializers.py:1346 part/serializers.py:1783 stock/api.py:868
msgid "Category"
msgstr "Kategorie"
#: build/api.py:132 build/api.py:136
msgid "Ancestor Build"
msgstr "Sestava předků"
#: build/api.py:153 order/api.py:132
msgid "Assigned to me"
msgstr "Přiřazeno mě"
#: build/api.py:168
msgid "Assigned To"
msgstr "Přiřazeno"
#: build/api.py:203
msgid "Created before"
msgstr "Vytvořeno před"
#: build/api.py:207
msgid "Created after"
msgstr "Vytvořeno po"
#: build/api.py:211
msgid "Has start date"
msgstr "Má počáteční datum"
#: build/api.py:219
msgid "Start date before"
msgstr "Datum začátku před"
#: build/api.py:223
msgid "Start date after"
msgstr "Datum začátku po"
#: build/api.py:227
msgid "Has target date"
msgstr "Má cílové datum"
#: build/api.py:235
msgid "Target date before"
msgstr "Cílové datum před"
#: build/api.py:239
msgid "Target date after"
msgstr "Cílové datum po"
#: build/api.py:243
msgid "Completed before"
msgstr "Dokončeno před"
#: build/api.py:247
msgid "Completed after"
msgstr "Dokončeno po"
#: build/api.py:250 order/api.py:237
msgid "Min Date"
msgstr "Min. datum"
#: build/api.py:273 order/api.py:256
msgid "Max Date"
msgstr "Max datum"
#: build/api.py:298 build/api.py:301 part/api.py:197 stock/api.py:960
msgid "Exclude Tree"
msgstr "Vyloučit strom"
#: build/api.py:400
msgid "Build must be cancelled before it can be deleted"
msgstr "Sestavení musí být zrušeno před odstraněním"
#: build/api.py:444 build/serializers.py:1423 part/models.py:3999
msgid "Consumable"
msgstr "Spotřební materiál"
#: build/api.py:447 build/serializers.py:1426 part/models.py:3993
msgid "Optional"
msgstr "Volitelné"
#: build/api.py:450 build/serializers.py:1468 common/setting/system.py:483
#: part/models.py:1247 part/serializers.py:1728 part/serializers.py:1754
#: stock/api.py:638
msgid "Assembly"
msgstr "Sestava"
#: build/api.py:453
msgid "Tracked"
msgstr "Sledováno"
#: build/api.py:456 build/serializers.py:1429 part/models.py:1265
msgid "Testable"
msgstr "Testovatelné"
#: build/api.py:466 order/api.py:1004 order/api.py:1374
msgid "Order Outstanding"
msgstr "Objednávka nevyřízená"
#: build/api.py:476 build/serializers.py:1525 order/api.py:963
msgid "Allocated"
msgstr "Přiděleno"
#: build/api.py:485 build/models.py:1786 build/serializers.py:1442
msgid "Consumed"
msgstr "Spotřebováno"
#: build/api.py:494 company/models.py:882 company/serializers.py:424
#: templates/email/build_order_required_stock.html:19
#: templates/email/low_stock_notification.html:17
#: templates/email/part_event_notification.html:18
msgid "Available"
msgstr "Dostupné"
#: build/api.py:518 build/serializers.py:1527 company/serializers.py:421
#: order/serializers.py:1343 part/serializers.py:861 part/serializers.py:1197
#: part/serializers.py:1792
msgid "On Order"
msgstr "Na objednávku"
#: build/api.py:671
msgid "Build not found"
msgstr "Sestava nenalezena"
#: build/api.py:941 build/models.py:120 order/models.py:2024
#: report/templates/report/inventree_build_order_report.html:105
#: stock/serializers.py:93 templates/email/build_order_completed.html:16
#: templates/email/overdue_build_order.html:15
msgid "Build Order"
msgstr "Výrobní příkaz"
#: build/api.py:955 build/api.py:959 build/serializers.py:367
#: build/serializers.py:492 build/serializers.py:562 build/serializers.py:1263
#: build/serializers.py:1269 order/api.py:1245 order/api.py:1250
#: order/serializers.py:845 order/serializers.py:985 order/serializers.py:2139
#: part/serializers.py:1356 stock/api.py:986 stock/serializers.py:111
#: stock/serializers.py:619 stock/serializers.py:739 stock/serializers.py:917
#: stock/serializers.py:1493 stock/serializers.py:1814
#: stock/serializers.py:1863 templates/email/stale_stock_notification.html:18
#: users/models.py:549
msgid "Location"
msgstr "Lokace"
#: build/api.py:967 part/serializers.py:1381
msgid "Output"
msgstr "Výstup"
#: build/api.py:969
msgid "Filter by output stock item ID. Use 'null' to find uninstalled build items."
msgstr "Filtrovat podle ID výstupní položky zásoby. Použijte 'null' pro nalezení odinstalovaných položek sestavení."
#: build/models.py:121 users/ruleset.py:31
msgid "Build Orders"
msgstr "Výrobní příkazy"
#: build/models.py:181
msgid "Assembly BOM has not been validated"
msgstr "Kusovník sestavy ještě nebyl schválen"
#: build/models.py:188
msgid "Build order cannot be created for an inactive part"
msgstr "Výrobní příkaz nesmí být vytvořen pro neaktivní díl"
#: build/models.py:195
msgid "Build order cannot be created for an unlocked part"
msgstr "Výrobní příkaz nemůže být vytvořen pro odemčený díl"
#: build/models.py:213
msgid "Build orders can only be externally fulfilled for purchaseable parts"
msgstr "Výrobní příkaz může být externě splněn pouze pro nakupovatelné díly"
#: build/models.py:220 order/models.py:373
msgid "Responsible user or group must be specified"
msgstr "Musí být specifikován odpovědný uživatel nebo skupina"
#: build/models.py:225
msgid "Build order part cannot be changed"
msgstr "Díl výrobního příkazu nelze změnit"
#: build/models.py:230 order/models.py:386
msgid "Target date must be after start date"
msgstr "Cílové datum musí být po datu zahájení"
#: build/models.py:258
msgid "Build Order Reference"
msgstr "Referenční číslo výrobního příkazu"
#: build/models.py:259 build/serializers.py:1420 order/models.py:641
#: order/models.py:1350 order/models.py:1821 order/models.py:2764
#: part/models.py:4039
#: report/templates/report/inventree_bill_of_materials_report.html:139
#: report/templates/report/inventree_purchase_order_report.html:35
#: report/templates/report/inventree_return_order_report.html:26
#: report/templates/report/inventree_sales_order_report.html:28
msgid "Reference"
msgstr "Reference"
#: build/models.py:268
msgid "Brief description of the build (optional)"
msgstr "Stručný popis sestavení (nepovinné)"
#: build/models.py:278
msgid "Build Order to which this build is allocated"
msgstr "Výrobní příkaz, kterému je tato stavba přiřazena"
#: build/models.py:287
msgid "Select part to build"
msgstr "Vyber téma, které chceš stavět"
#: build/models.py:292
msgid "Sales Order Reference"
msgstr "Referenční číslo prodejní objednávky"
#: build/models.py:297
msgid "Sales Order to which this build is allocated"
msgstr "Prodejní objednávka, které je tato stavba přiřazena"
#: build/models.py:302 build/serializers.py:1092
msgid "Source Location"
msgstr "Zdrojové umístění"
#: build/models.py:308
msgid "Select location to take stock from for this build (leave blank to take from any stock location)"
msgstr "Vyberte lokaci, ze které chcete brát zásoby pro sestavu (nechte prázdné, chcete-li brát zásoby z libovolné lokace)"
#: build/models.py:314
msgid "External Build"
msgstr "Externí sestavení"
#: build/models.py:315
msgid "This build order is fulfilled externally"
msgstr "Tento výrobní příkaz je plněn externě"
#: build/models.py:320
msgid "Destination Location"
msgstr "Cílová lokace"
#: build/models.py:325
msgid "Select location where the completed items will be stored"
msgstr "Vyberte lokaci, kde budou dokončené položky uloženy"
#: build/models.py:329
msgid "Build Quantity"
msgstr "Množství sestav"
#: build/models.py:332
msgid "Number of stock items to build"
msgstr "Počet skladových položek k sestavení"
#: build/models.py:336
msgid "Completed items"
msgstr "Dokončené položky"
#: build/models.py:338
msgid "Number of stock items which have been completed"
msgstr "Počet skladových položek, které byly dokončeny"
#: build/models.py:342
msgid "Build Status"
msgstr "Stav sestavení"
#: build/models.py:347
msgid "Build status code"
msgstr "Stavový kód sestavení"
#: build/models.py:356 build/serializers.py:354 order/serializers.py:861
#: stock/models.py:1107 stock/serializers.py:85 stock/serializers.py:1666
msgid "Batch Code"
msgstr "Kód dávky"
#: build/models.py:360 build/serializers.py:355
msgid "Batch code for this build output"
msgstr "Dávkový kód pro tento výstup sestavení"
#: build/models.py:364 order/models.py:484 order/serializers.py:178
#: part/models.py:1328
msgid "Creation Date"
msgstr "Datum vytvoření"
#: build/models.py:370
msgid "Build start date"
msgstr "Datum zahájení sestavení"
#: build/models.py:371
msgid "Scheduled start date for this build order"
msgstr "Plánované datum zahájení této objednávky"
#: build/models.py:377
msgid "Target completion date"
msgstr "Cílové datum dokončení"
#: build/models.py:379
msgid "Target date for build completion. Build will be overdue after this date."
msgstr "Cílové datum dokončení sestavení. Sestavení bude po tomto datu v prodlení."
#: build/models.py:384 order/models.py:694 order/models.py:2803
msgid "Completion Date"
msgstr "Datum dokončení"
#: build/models.py:392
msgid "completed by"
msgstr "dokončil"
#: build/models.py:401
msgid "Issued by"
msgstr "Vystavil"
#: build/models.py:402
msgid "User who issued this build order"
msgstr "Uživatel, který vystavil tento výrobní příkaz"
#: build/models.py:411 common/models.py:187 order/api.py:182
#: order/models.py:516 part/models.py:1345
#: report/templates/report/inventree_build_order_report.html:158
msgid "Responsible"
msgstr "Odpovědný"
#: build/models.py:412
msgid "User or group responsible for this build order"
msgstr "Uživatel nebo skupina odpovědná za tento výrobní příkaz"
#: build/models.py:417 stock/models.py:1100
msgid "External Link"
msgstr "Externí odkaz"
#: build/models.py:419 common/models.py:2014 part/models.py:1176
#: stock/models.py:1102
msgid "Link to external URL"
msgstr "Odkaz na externí URL"
#: build/models.py:424
msgid "Build Priority"
msgstr "Priorita sestavení"
#: build/models.py:427
msgid "Priority of this build order"
msgstr "Priorita tohoto výrobního příkazu"
#: build/models.py:435 common/models.py:157 common/models.py:171
#: order/api.py:168 order/models.py:456 order/models.py:1853
msgid "Project Code"
msgstr "Kód projektu"
#: build/models.py:436
msgid "Project code for this build order"
msgstr "Kód projektu pro tento výrobní příkaz"
#: build/models.py:689
msgid "Cannot complete build order with open child builds"
msgstr "Nelze dokončit výrobní příkaz s otevřenými podobjednávkami"
#: build/models.py:694
msgid "Cannot complete build order with incomplete outputs"
msgstr "Nelze dokončit výrobní příkaz s neúplnými výstupy"
#: build/models.py:713 build/models.py:843
msgid "Failed to offload task to complete build allocations"
msgstr "Nepodařilo se uvolnit úlohu pro dokončení přidělení sestavy"
#: build/models.py:736
#, python-brace-format
msgid "Build order {build} has been completed"
msgstr "Výrobní příkaz {build} byl dokončen"
#: build/models.py:742
msgid "A build order has been completed"
msgstr "Výrobní příkaz byl dokončen"
#: build/models.py:924 build/serializers.py:402
msgid "Serial numbers must be provided for trackable parts"
msgstr "U sledovatelných dílů musí být uvedena sériová čísla"
#: build/models.py:1016 build/models.py:1103
msgid "No build output specified"
msgstr "Nebyl specifikováno žádný výstup sestavení"
#: build/models.py:1019
msgid "Build output is already completed"
msgstr "Výstup sestavení je již dokončen"
#: build/models.py:1022
msgid "Build output does not match Build Order"
msgstr "Výstup neodpovídá výrobnímu příkazu"
#: build/models.py:1110 build/models.py:1216 build/serializers.py:280
#: build/serializers.py:330 build/serializers.py:960 build/serializers.py:1739
#: order/models.py:744 order/serializers.py:631 order/serializers.py:856
#: part/serializers.py:1721 stock/models.py:947 stock/models.py:1437
#: stock/models.py:1902 stock/serializers.py:717 stock/serializers.py:1655
msgid "Quantity must be greater than zero"
msgstr "Množství musí být vyšší než nula"
#: build/models.py:1114 build/models.py:1221 build/serializers.py:285
msgid "Quantity cannot be greater than the output quantity"
msgstr "Množství nemůže být větší než výstupní množství"
#: build/models.py:1189 build/serializers.py:601
msgid "Build output has not passed all required tests"
msgstr "Výstup výroby neprošel všemi požadovanými testy"
#: build/models.py:1192 build/serializers.py:596
#, python-brace-format
msgid "Build output {serial} has not passed all required tests"
msgstr "Výstup sestavy {serial} neprošel všemi požadavky"
#: build/models.py:1203
msgid "Allocated stock items are still in production"
msgstr "Přiřazené skladové položky jsou stále ve výrobě"
#: build/models.py:1211
msgid "Cannot partially complete a build output with allocated items"
msgstr "Nelze částečně dokončit výrobní příkaz s přiřazenými položkami"
#: build/models.py:1740
msgid "Build Order Line Item"
msgstr "Řádková položka výrobního příkazu"
#: build/models.py:1765
msgid "Build object"
msgstr "Vytvořit objekt"
#: build/models.py:1777 build/models.py:2102 build/serializers.py:266
#: build/serializers.py:315 build/serializers.py:1441 common/models.py:1368
#: order/models.py:1795 order/models.py:2647 order/serializers.py:1783
#: order/serializers.py:2232 part/models.py:3475 part/models.py:3987
#: report/templates/report/inventree_bill_of_materials_report.html:138
#: report/templates/report/inventree_build_order_report.html:113
#: report/templates/report/inventree_purchase_order_report.html:36
#: report/templates/report/inventree_sales_order_report.html:29
#: report/templates/report/inventree_sales_order_shipment_report.html:47
#: report/templates/report/inventree_sales_order_shipment_report.html:49
#: report/templates/report/inventree_stock_location_report.html:104
#: report/templates/report/inventree_stock_report_merge.html:90
#: report/templates/report/inventree_stock_report_merge.html:113
#: report/templates/report/inventree_test_report.html:90
#: report/templates/report/inventree_test_report.html:169
#: stock/serializers.py:136 stock/serializers.py:180 stock/serializers.py:705
#: templates/email/build_order_completed.html:18
#: templates/email/stale_stock_notification.html:19
msgid "Quantity"
msgstr "Množství"
#: build/models.py:1778
msgid "Required quantity for build order"
msgstr "Vyžadované množství pro výrobní příkaz"
#: build/models.py:1787
msgid "Quantity of consumed stock"
msgstr "Množství spotřebovaných zásob"
#: build/models.py:1888
msgid "Build item must specify a build output, as master part is marked as trackable"
msgstr "Položka sestavení musí specifikovat výstup sestavení, protože hlavní díl je označen jako sledovatelný"
#: build/models.py:1951
msgid "Selected stock item does not match BOM line"
msgstr "Vybraná skladová položka neodpovídá řádku kusovníku"
#: build/models.py:1970
msgid "Allocated quantity must be greater than zero"
msgstr "Přiřazené množství musí být vyšší než nula"
#: build/models.py:1976
msgid "Quantity must be 1 for serialized stock"
msgstr "Množství musí být 1 pro zřetězený sklad"
#: build/models.py:1986
#, python-brace-format
msgid "Allocated quantity ({q}) must not exceed available stock quantity ({a})"
msgstr "Zabrané množství ({q}) nesmí překročit dostupné skladové množství ({a})"
#: build/models.py:2003 order/models.py:2596
msgid "Stock item is over-allocated"
msgstr "Skladová položka je nadměrně zabrána"
#: build/models.py:2092 build/serializers.py:943 build/serializers.py:1230
#: order/serializers.py:1620 order/serializers.py:1641
#: report/templates/report/inventree_sales_order_shipment_report.html:29
#: stock/api.py:1417 stock/models.py:445 stock/serializers.py:102
#: stock/serializers.py:829 stock/serializers.py:1349 stock/serializers.py:1461
msgid "Stock Item"
msgstr "Skladové položky"
#: build/models.py:2093
msgid "Source stock item"
msgstr "Zdrojová skladová položka"
#: build/models.py:2103
msgid "Stock quantity to allocate to build"
msgstr "Skladové množství pro sestavení"
#: build/models.py:2112
msgid "Install into"
msgstr "Instalovat do"
#: build/models.py:2113
msgid "Destination stock item"
msgstr "Cílová skladová položka"
#: build/serializers.py:115
msgid "Build Level"
msgstr "Úroveň sestavení"
#: build/serializers.py:129 part/serializers.py:1283
msgid "Part Name"
msgstr "Název dílu"
#: build/serializers.py:214 build/serializers.py:969
msgid "Build Output"
msgstr "Vytvořit výstup"
#: build/serializers.py:226
msgid "Build output does not match the parent build"
msgstr "Vytvořený výstup neodpovídá nadřazenému sestavení"
#: build/serializers.py:230
msgid "Output part does not match BuildOrder part"
msgstr "Výstupní díl se neshoduje s dílem výrobního příkazu"
#: build/serializers.py:234
msgid "This build output has already been completed"
msgstr "Výstup sestavení je již dokončen"
#: build/serializers.py:248
msgid "This build output is not fully allocated"
msgstr "Tento stavební výstup není plně přiřazen"
#: build/serializers.py:267 build/serializers.py:316
msgid "Enter quantity for build output"
msgstr "Zadejte množství pro výstup sestavení"
#: build/serializers.py:338
msgid "Integer quantity required for trackable parts"
msgstr "Celé množství požadované pro sledovatelné díly"
#: build/serializers.py:344
msgid "Integer quantity required, as the bill of materials contains trackable parts"
msgstr "Je vyžadována celočíselná hodnota množství, protože kusovník obsahuje sledovatelné díly"
#: build/serializers.py:361 order/serializers.py:877 order/serializers.py:1787
#: stock/serializers.py:728
msgid "Serial Numbers"
msgstr "Sériová čísla"
#: build/serializers.py:362
msgid "Enter serial numbers for build outputs"
msgstr "Zadejte sériová čísla pro sestavení výstupů"
#: build/serializers.py:368
msgid "Stock location for build output"
msgstr "Skladové umístění pro výstup sestavy"
#: build/serializers.py:383
msgid "Auto Allocate Serial Numbers"
msgstr "Automaticky zvolit sériová čísla"
#: build/serializers.py:385
msgid "Automatically allocate required items with matching serial numbers"
msgstr "Automaticky přidělit požadované položky s odpovídajícími sériovými čísly"
#: build/serializers.py:418 order/serializers.py:963 stock/api.py:1186
#: stock/models.py:1925
msgid "The following serial numbers already exist or are invalid"
msgstr "Následující sériová čísla již existují nebo jsou neplatná"
#: build/serializers.py:460 build/serializers.py:516 build/serializers.py:608
msgid "A list of build outputs must be provided"
msgstr "Musí být uveden seznam výstupů sestavy"
#: build/serializers.py:493
msgid "Stock location for scrapped outputs"
msgstr "Skladové umístění pro sešrotované výstupy"
#: build/serializers.py:499
msgid "Discard Allocations"
msgstr "Zahodit alokace"
#: build/serializers.py:500
msgid "Discard any stock allocations for scrapped outputs"
msgstr "Vyřadit všechny přidělené zásoby pro vyřazené výstupy"
#: build/serializers.py:505
msgid "Reason for scrapping build output(s)"
msgstr "Důvod vyřazení výstupu(ů) sestavy"
#: build/serializers.py:563
msgid "Location for completed build outputs"
msgstr "Umístění dokončených výstupů sestavy"
#: build/serializers.py:571
msgid "Accept Incomplete Allocation"
msgstr "Přijmout neúplné přidělení"
#: build/serializers.py:572
msgid "Complete outputs if stock has not been fully allocated"
msgstr "Dokončit výstupy pokud zásoby nebyly plně přiděleny"
#: build/serializers.py:697
msgid "Consume Allocated Stock"
msgstr "Spotřebovat přidělené zásoby"
#: build/serializers.py:698
msgid "Consume any stock which has already been allocated to this build"
msgstr "Spotřebovat všechny zásoby, které již byly přiděleny této sestavě"
#: build/serializers.py:704
msgid "Remove Incomplete Outputs"
msgstr "Odstranit neúplné výstupy"
#: build/serializers.py:705
msgid "Delete any build outputs which have not been completed"
msgstr "Odstranit všechny výstupy sestavy, které nebyly dokončeny"
#: build/serializers.py:732
msgid "Not permitted"
msgstr "Není povoleno"
#: build/serializers.py:733
msgid "Accept as consumed by this build order"
msgstr "Přijmout jako spotřebované tímto výrobním příkazem"
#: build/serializers.py:734
msgid "Deallocate before completing this build order"
msgstr "Uvolnit před dokončením tohoto výrobního příkazu"
#: build/serializers.py:761
msgid "Overallocated Stock"
msgstr "Nadměrně přidělené zásoby"
#: build/serializers.py:764
msgid "How do you want to handle extra stock items assigned to the build order"
msgstr "Jak chcete zacházet s extra skladovými položkami přiřazenými k tomuto výrobnímu příkazu"
#: build/serializers.py:775
msgid "Some stock items have been overallocated"
msgstr "Některé skladové položky byly nadměrně přiděleny"
#: build/serializers.py:780
msgid "Accept Unallocated"
msgstr "Přijmout nepřidělené"
#: build/serializers.py:782
msgid "Accept that stock items have not been fully allocated to this build order"
msgstr "Přijmout, že skladové položky nebyly plně přiřazeny k tomuto výrobnímu příkazu"
#: build/serializers.py:793
msgid "Required stock has not been fully allocated"
msgstr "Požadované zásoby nebyly plně přiděleny"
#: build/serializers.py:798 order/serializers.py:507 order/serializers.py:1688
msgid "Accept Incomplete"
msgstr "Přijmout neúplné"
#: build/serializers.py:800
msgid "Accept that the required number of build outputs have not been completed"
msgstr "Přijmout, že nebyl dokončen požadovaný počet výstupů sestavy"
#: build/serializers.py:811
msgid "Required build quantity has not been completed"
msgstr "Požadované množství sestavy nebylo dokončeno"
#: build/serializers.py:823
msgid "Build order has open child build orders"
msgstr "Výrobní příkaz má otevřené podpříkazy"
#: build/serializers.py:826
msgid "Build order must be in production state"
msgstr "Výrobní příkaz musí být ve stavu produkce"
#: build/serializers.py:829
msgid "Build order has incomplete outputs"
msgstr "Výrobní příkaz má neúplné výstupy"
#: build/serializers.py:868
msgid "Build Line"
msgstr "Linka sestavy"
#: build/serializers.py:876
msgid "Build output"
msgstr "Výstup sestavy"
#: build/serializers.py:884
msgid "Build output must point to the same build"
msgstr "Výstup sestavy musí odkazovat na stejnou sestavu"
#: build/serializers.py:915
msgid "Build Line Item"
msgstr "Řádková položka sestavy"
#: build/serializers.py:933
msgid "bom_item.part must point to the same part as the build order"
msgstr "bom_item.part musí ukazovat na stejný díl jako výrobní příkaz"
#: build/serializers.py:949 stock/serializers.py:1362
msgid "Item must be in stock"
msgstr "Položka musí být skladem"
#: build/serializers.py:992 order/serializers.py:1674
#, python-brace-format
msgid "Available quantity ({q}) exceeded"
msgstr "Dostupné množství ({q}) překročeno"
#: build/serializers.py:998
msgid "Build output must be specified for allocation of tracked parts"
msgstr "Pro přidělení sledovaných dílů musí být zadán výstup sestavy"
#: build/serializers.py:1006
msgid "Build output cannot be specified for allocation of untracked parts"
msgstr "Výstup sestavy nelze zadat pro přidělení nesledovaných dílů"
#: build/serializers.py:1030 order/serializers.py:1947
msgid "Allocation items must be provided"
msgstr "Položky přidělení musí být poskytnuty"
#: build/serializers.py:1094
msgid "Stock location where parts are to be sourced (leave blank to take from any location)"
msgstr "Skladové místo, odkud se mají díly odebírat (ponechte prázdné, pokud chcete odebírat z libovolného místa)"
#: build/serializers.py:1103
msgid "Exclude Location"
msgstr "Vynechat lokace"
#: build/serializers.py:1104
msgid "Exclude stock items from this selected location"
msgstr "Vyloučit skladové položky z tohoto vybraného umístění"
#: build/serializers.py:1109
msgid "Interchangeable Stock"
msgstr "Zaměnitelné zásoby"
#: build/serializers.py:1110
msgid "Stock items in multiple locations can be used interchangeably"
msgstr "Skladové položky na více místech lze používat zaměnitelně"
#: build/serializers.py:1115
msgid "Substitute Stock"
msgstr "Náhradní zásoby"
#: build/serializers.py:1116
msgid "Allow allocation of substitute parts"
msgstr "Povolit přidělování náhradních dílů"
#: build/serializers.py:1121
msgid "Optional Items"
msgstr "Volitelné položky"
#: build/serializers.py:1122
msgid "Allocate optional BOM items to build order"
msgstr "Přiřazení volitelných položek kusovníku k objednávce sestavy"
#: build/serializers.py:1128
msgid "All Items"
msgstr "Všechny položky"
#: build/serializers.py:1129
msgid "Untracked Items"
msgstr "Nesledované položky"
#: build/serializers.py:1130
msgid "Tracked Items"
msgstr "Sledované položky"
#: build/serializers.py:1132
msgid "Item Type"
msgstr "Typ položky"
#: build/serializers.py:1133
msgid "Select item type to auto-allocate"
msgstr "Vyberte typ položky pro automatické přiřazení"
#: build/serializers.py:1187
msgid "BOM Reference"
msgstr "Reference v kusovníku"
#: build/serializers.py:1193
msgid "BOM Part ID"
msgstr "ID dílu kusovníku"
#: build/serializers.py:1200
msgid "BOM Part Name"
msgstr "Název dílu kusovníku"
#: build/serializers.py:1252
msgid "Install Into"
msgstr "Informace instalace"
#: build/serializers.py:1281 build/serializers.py:1510
msgid "Build"
msgstr "Sestavení"
#: build/serializers.py:1301 company/models.py:638 order/api.py:322
#: order/api.py:327 order/api.py:554 order/serializers.py:623
#: stock/models.py:1043 stock/serializers.py:586
msgid "Supplier Part"
msgstr "Díl dodavatele"
#: build/serializers.py:1317 stock/serializers.py:649
msgid "Allocated Quantity"
msgstr "Přidělené množství"
#: build/serializers.py:1384
msgid "Build Reference"
msgstr "Reference sestavení"
#: build/serializers.py:1394
msgid "Part Category Name"
msgstr "Název kategorie dílů"
#: build/serializers.py:1432 common/setting/system.py:507 part/models.py:1259
msgid "Trackable"
msgstr "Sledovatelné"
#: build/serializers.py:1435
msgid "Inherited"
msgstr "Zděděno"
#: build/serializers.py:1438 part/models.py:4072
msgid "Allow Variants"
msgstr "Povolit varianty"
#: build/serializers.py:1444 build/serializers.py:1450 part/models.py:3793
#: part/models.py:4376 stock/api.py:881
msgid "BOM Item"
msgstr "Položka kusovníku"
#: build/serializers.py:1528 order/serializers.py:1344 part/serializers.py:1201
#: part/serializers.py:1796
msgid "In Production"
msgstr "Ve výrobě"
#: build/serializers.py:1530 part/serializers.py:852 part/serializers.py:1205
msgid "Scheduled to Build"
msgstr "Naplánováno na sestavení"
#: build/serializers.py:1533 part/serializers.py:885
msgid "External Stock"
msgstr "Externí zásoby"
#: build/serializers.py:1534 part/serializers.py:1191 part/serializers.py:1859
msgid "Available Stock"
msgstr "Dostupné zásoby"
#: build/serializers.py:1536
msgid "Available Substitute Stock"
msgstr "Dostupné náhradní zásoby"
#: build/serializers.py:1539
msgid "Available Variant Stock"
msgstr "Dostupná varianta skladu"
#: build/serializers.py:1752
msgid "Consumed quantity exceeds allocated quantity"
msgstr "Spotřebované množství přesahuje přidělené množství"
#: build/serializers.py:1789
msgid "Optional notes for the stock consumption"
msgstr "Nepovinné poznámky ke spotřebě zásob"
#: build/serializers.py:1806
msgid "Build item must point to the correct build order"
msgstr "Sestavení položky musí odkazovat na správný výrobní příkaz"
#: build/serializers.py:1811
msgid "Duplicate build item allocation"
msgstr "Duplikovat přidělení položky sestavení"
#: build/serializers.py:1829
msgid "Build line must point to the correct build order"
msgstr "Výrobní linka musí odkazovat na správný výrobní příkaz"
#: build/serializers.py:1834
msgid "Duplicate build line allocation"
msgstr "Duplikovat přiřazení výrobní linky"
#: build/serializers.py:1846
msgid "At least one item or line must be provided"
msgstr "Musí být poskytnuta alespoň jedna linka nebo předmět"
#: build/status_codes.py:11 generic/states/tests.py:21
#: generic/states/tests.py:131 order/status_codes.py:12
#: order/status_codes.py:44 order/status_codes.py:76 order/status_codes.py:102
msgid "Pending"
msgstr "Nevyřízeno"
#: build/status_codes.py:12
msgid "Production"
msgstr "Výroba"
#: build/status_codes.py:13 order/status_codes.py:14 order/status_codes.py:51
#: order/status_codes.py:81
msgid "On Hold"
msgstr "Pozastaveno"
#: build/status_codes.py:14 order/status_codes.py:16 order/status_codes.py:53
#: order/status_codes.py:84
msgid "Cancelled"
msgstr "Zrušeno"
#: build/status_codes.py:15 generic/states/tests.py:23 importer/models.py:587
#: importer/status_codes.py:27 order/status_codes.py:15
#: order/status_codes.py:52 order/status_codes.py:83
msgid "Complete"
msgstr "Hotovo"
#: build/tasks.py:218
msgid "Stock required for build order"
msgstr "Zásoby potřebné pro výrobní příkaz"
#: build/tasks.py:228
#, python-brace-format
msgid "Build order {build} requires additional stock"
msgstr "Výrobní příkaz {build} vyžaduje další zásoby"
#: build/tasks.py:252
msgid "Overdue Build Order"
msgstr "Opožděný výrobní příkaz"
#: build/tasks.py:257
#, python-brace-format
msgid "Build order {bo} is now overdue"
msgstr "Objednávka sestavy {bo} je nyní opožděná"
#: common/api.py:722
msgid "Is Link"
msgstr "Je odkaz"
#: common/api.py:730
msgid "Is File"
msgstr "Je soubor"
#: common/api.py:777
msgid "User does not have permission to delete these attachments"
msgstr "Uživatel nemá oprávnění k odstranění těchto příloh"
#: common/api.py:790
msgid "User does not have permission to delete this attachment"
msgstr "Uživatel nemá oprávnění k odstranění této přílohy"
#: common/currency.py:135
msgid "Invalid currency code"
msgstr "Neplatný kód měny"
#: common/currency.py:137
msgid "Duplicate currency code"
msgstr "Duplicitní kód měny"
#: common/currency.py:142
msgid "No valid currency codes provided"
msgstr "Nejsou uvedeny žádné platné kódy měn"
#: common/currency.py:159
msgid "No plugin"
msgstr "Žádný plugin"
#: common/filters.py:359
msgid "Project Code Label"
msgstr "Popisek kódu projektu"
#: common/models.py:106 common/models.py:131 common/models.py:3204
msgid "Updated"
msgstr "Aktualizováno"
#: common/models.py:107 common/models.py:132 order/models.py:507
msgid "Timestamp of last update"
msgstr "Časové razítko poslední aktualizace"
#: common/models.py:144
msgid "Update By"
msgstr "Aktualizoval/a"
#: common/models.py:145
msgid "User who last updated this object"
msgstr "Uživatel, který naposledy aktualizoval tento objekt"
#: common/models.py:172
msgid "Unique project code"
msgstr "Jedinečný kód projektu"
#: common/models.py:179
msgid "Project description"
msgstr "Popis projektu"
#: common/models.py:188
msgid "User or group responsible for this project"
msgstr "Uživatel nebo skupina odpovědná za tento projekt"
#: common/models.py:784 common/models.py:1300 common/models.py:1338
msgid "Settings key"
msgstr "Tlačítko nastavení"
#: common/models.py:788
msgid "Settings value"
msgstr "Hodnota nastavení"
#: common/models.py:843
msgid "Chosen value is not a valid option"
msgstr "Zvolená hodnota není platnou možností"
#: common/models.py:859
msgid "Value must be a boolean value"
msgstr "Hodnota musí být logická hodnota"
#: common/models.py:867
msgid "Value must be an integer value"
msgstr "Hodnota musí být celé číslo"
#: common/models.py:875
msgid "Value must be a valid number"
msgstr "Hodnota musí být platné číslo"
#: common/models.py:900
msgid "Value does not pass validation checks"
msgstr "Hodnota neprošla kontrolou platnosti"
#: common/models.py:922
msgid "Key string must be unique"
msgstr "Klíčový text musí být jedinečný"
#: common/models.py:1346 common/models.py:1347 common/models.py:1451
#: common/models.py:1452 common/models.py:1697 common/models.py:1698
#: common/models.py:2030 common/models.py:2031 common/models.py:2857
#: importer/models.py:101 part/models.py:3569 part/models.py:3597
#: plugin/models.py:355 plugin/models.py:356
#: report/templates/report/inventree_test_report.html:105 users/models.py:124
#: users/models.py:501
msgid "User"
msgstr "Uživatel"
#: common/models.py:1369
msgid "Price break quantity"
msgstr "Množství cenové slevy"
#: common/models.py:1376 company/serializers.py:326 order/models.py:1890
#: order/models.py:3100
msgid "Price"
msgstr "Cena"
#: common/models.py:1377
msgid "Unit price at specified quantity"
msgstr "Jednotková cena při stanoveném množství"
#: common/models.py:1428 common/models.py:1613
msgid "Endpoint"
msgstr "Koncový bod"
#: common/models.py:1429
msgid "Endpoint at which this webhook is received"
msgstr "Koncový bod, ve kterém je tento webhook přijímán"
#: common/models.py:1439
msgid "Name for this webhook"
msgstr "Název tohoto webhooku"
#: common/models.py:1443 common/models.py:2271 common/models.py:2406
#: company/models.py:194 company/models.py:786 machine/models.py:40
#: part/models.py:1282 plugin/models.py:69 stock/api.py:641 users/models.py:195
#: users/models.py:554 users/serializers.py:339 users/serializers.py:431
msgid "Active"
msgstr "Aktivní"
#: common/models.py:1443
msgid "Is this webhook active"
msgstr "Je tento webhook aktivní"
#: common/models.py:1459 users/models.py:172
msgid "Token"
msgstr "Token"
#: common/models.py:1460
msgid "Token for access"
msgstr "Token pro přístup"
#: common/models.py:1468
msgid "Secret"
msgstr "Tajný klíč"
#: common/models.py:1469
msgid "Shared secret for HMAC"
msgstr "Sdílený tajný klíč pro HMAC"
#: common/models.py:1577 common/models.py:3094
msgid "Message ID"
msgstr "ID zprávy"
#: common/models.py:1578 common/models.py:3084
msgid "Unique identifier for this message"
msgstr "Unikátní identifikátor pro tuto zprávu"
#: common/models.py:1586
msgid "Host"
msgstr "Hostitel"
#: common/models.py:1587
msgid "Host from which this message was received"
msgstr "Hostitel, od kterého byla tato zpráva přijata"
#: common/models.py:1595
msgid "Header"
msgstr "Záhlaví"
#: common/models.py:1596
msgid "Header of this message"
msgstr "Záhlaví této zprávy"
#: common/models.py:1603
msgid "Body"
msgstr "Tělo"
#: common/models.py:1604
msgid "Body of this message"
msgstr "Tělo zprávy"
#: common/models.py:1614
msgid "Endpoint on which this message was received"
msgstr "Koncový bod, na kterém byla zpráva přijata"
#: common/models.py:1619
msgid "Worked on"
msgstr "Pracoval na"
#: common/models.py:1620
msgid "Was the work on this message finished?"
msgstr "Byla práce na této zprávě dokončena?"
#: common/models.py:1746
msgid "Id"
msgstr "ID"
#: common/models.py:1748
msgid "Title"
msgstr "Název"
#: common/models.py:1750 common/models.py:2013 company/models.py:188
#: company/models.py:479 company/models.py:549 company/models.py:809
#: order/models.py:462 order/models.py:1834 order/models.py:2395
#: part/models.py:1175
#: report/templates/report/inventree_build_order_report.html:164
msgid "Link"
msgstr "Odkaz"
#: common/models.py:1752
msgid "Published"
msgstr "Zveřejněno"
#: common/models.py:1754
msgid "Author"
msgstr "Autor"
#: common/models.py:1756
msgid "Summary"
msgstr "Souhrn"
#: common/models.py:1759 common/models.py:3061
msgid "Read"
msgstr "Přečteno"
#: common/models.py:1759
msgid "Was this news item read?"
msgstr "Byla tato novinka přečtena?"
#: common/models.py:1776
msgid "Image file"
msgstr "Soubor obrázku"
#: common/models.py:1788
msgid "Target model type for this image"
msgstr "Cílový typ modelu pro tento obrázek"
#: common/models.py:1792
msgid "Target model ID for this image"
msgstr "Cílové ID modelu pro tento obrázek"
#: common/models.py:1814
msgid "Custom Unit"
msgstr "Vlastní jednotka"
#: common/models.py:1832
msgid "Unit symbol must be unique"
msgstr "Symbol jednotky musí být unikátní"
#: common/models.py:1847
msgid "Unit name must be a valid identifier"
msgstr "Název jednotky musí být platný identifikátor"
#: common/models.py:1866
msgid "Unit name"
msgstr "Název jednotky"
#: common/models.py:1873
msgid "Symbol"
msgstr "Symbol"
#: common/models.py:1874
msgid "Optional unit symbol"
msgstr "Volitelný symbol jednotky"
#: common/models.py:1880
msgid "Definition"
msgstr "Definice"
#: common/models.py:1881
msgid "Unit definition"
msgstr "Definice jednotky"
#: common/models.py:1941 common/models.py:2004 stock/models.py:3073
#: stock/serializers.py:258
msgid "Attachment"
msgstr "Příloha"
#: common/models.py:1958
msgid "Missing file"
msgstr "Chybějící soubor"
#: common/models.py:1959
msgid "Missing external link"
msgstr "Chybějící externí odkaz"
#: common/models.py:1996 common/models.py:2542
msgid "Model type"
msgstr "Typ modelu"
#: common/models.py:1997
msgid "Target model type for image"
msgstr "Cílový typ modelu pro obrázek"
#: common/models.py:2005
msgid "Select file to attach"
msgstr "Vyberte soubor k přiložení"
#: common/models.py:2021
msgid "Comment"
msgstr "Komentář"
#: common/models.py:2022
msgid "Attachment comment"
msgstr "Komentář přílohy"
#: common/models.py:2038
msgid "Upload date"
msgstr "Datum nahrání"
#: common/models.py:2039
msgid "Date the file was uploaded"
msgstr "Datum, kdy byl soubor nahrán"
#: common/models.py:2043
msgid "File size"
msgstr "Velikost souboru"
#: common/models.py:2043
msgid "File size in bytes"
msgstr "Velikost souboru v bytech"
#: common/models.py:2081 common/serializers.py:796
msgid "Invalid model type specified for attachment"
msgstr "Uveden neplatný typ modelu pro přílohu"
#: common/models.py:2102
msgid "Custom State"
msgstr "Vlastní stav"
#: common/models.py:2103
msgid "Custom States"
msgstr "Vlastní stavy"
#: common/models.py:2108
msgid "Reference Status Set"
msgstr "Nastavení referenčního stavu"
#: common/models.py:2109
msgid "Status set that is extended with this custom state"
msgstr "Stav nastavený, který je prodloužen tímto vlastním stavem"
#: common/models.py:2113 generic/states/serializers.py:18
msgid "Logical Key"
msgstr "Logický klíč"
#: common/models.py:2115
msgid "State logical key that is equal to this custom state in business logic"
msgstr "Logický klíč statusu, který je rovný tomuto vlastnímu statusu v podnikové logice"
#: common/models.py:2120 common/models.py:2387 machine/serializers.py:27
#: report/templates/report/inventree_test_report.html:104 stock/models.py:3065
msgid "Value"
msgstr "Hodnota"
#: common/models.py:2121
msgid "Numerical value that will be saved in the models database"
msgstr "Číselná hodnota, která bude uložena v databázi modelů"
#: common/models.py:2127
msgid "Name of the state"
msgstr "Název stavu"
#: common/models.py:2136 common/models.py:2393 generic/states/serializers.py:22
msgid "Label"
msgstr "Popisek"
#: common/models.py:2137
msgid "Label that will be displayed in the frontend"
msgstr "Štítek, který bude zobrazen na webu"
#: common/models.py:2144 generic/states/serializers.py:24
msgid "Color"
msgstr "Barva"
#: common/models.py:2145
msgid "Color that will be displayed in the frontend"
msgstr "Barva, která bude zobrazena ve frontendu"
#: common/models.py:2153
msgid "Model"
msgstr "Model"
#: common/models.py:2154
msgid "Model this state is associated with"
msgstr "Model, ke kterému je tento stav přiřazen"
#: common/models.py:2169
msgid "Model must be selected"
msgstr "Musí být vybrán model"
#: common/models.py:2172
msgid "Key must be selected"
msgstr "Musí být vybrán klíč"
#: common/models.py:2175
msgid "Logical key must be selected"
msgstr "Musí být vybrán logický klíč"
#: common/models.py:2179
msgid "Key must be different from logical key"
msgstr "Klíč se musí lišit od logického klíče"
#: common/models.py:2186
msgid "Valid reference status class must be provided"
msgstr "Musí být uvedena platná referenční třída statusu"
#: common/models.py:2192
msgid "Key must be different from the logical keys of the reference status"
msgstr "Klíč se musí lišit od logických klíčů referenčního statusu"
#: common/models.py:2199
msgid "Logical key must be in the logical keys of the reference status"
msgstr ""
#: common/models.py:2206
msgid "Name must be different from the names of the reference status"
msgstr "Název se musí lišit od názvů referenčního statusu"
#: common/models.py:2246 common/models.py:2381 common/models.py:2587
msgid "Selection List"
msgstr "Výběrové pole"
#: common/models.py:2247
msgid "Selection Lists"
msgstr "Výběrová pole"
#: common/models.py:2252
msgid "Name of the selection list"
msgstr "Název výběrového pole"
#: common/models.py:2259
msgid "Description of the selection list"
msgstr "Popis výběrového pole"
#: common/models.py:2265 part/models.py:1287
msgid "Locked"
msgstr "Uzamčeno"
#: common/models.py:2266
msgid "Is this selection list locked?"
msgstr "Je tento seznam výběrů uzamčen?"
#: common/models.py:2272
msgid "Can this selection list be used?"
msgstr "Může být tento seznam výběru použit?"
#: common/models.py:2280
msgid "Source Plugin"
msgstr "Zdrojový plugin"
#: common/models.py:2281
msgid "Plugin which provides the selection list"
msgstr "Plugin, který poskytuje seznam výběru"
#: common/models.py:2286
msgid "Source String"
msgstr "Zdrojový řetězec"
#: common/models.py:2287
msgid "Optional string identifying the source used for this list"
msgstr "Volitelný řetězec identifikující zdroj použitý pro tento seznam"
#: common/models.py:2296
msgid "Default Entry"
msgstr "Výchozí položka"
#: common/models.py:2297
msgid "Default entry for this selection list"
msgstr "Výchozí položka pro tento seznam výběru"
#: common/models.py:2302 common/models.py:3199
msgid "Created"
msgstr "Vytvořeno"
#: common/models.py:2303
msgid "Date and time that the selection list was created"
msgstr "Datum a čas vytvoření výběrového seznamu"
#: common/models.py:2308
msgid "Last Updated"
msgstr "Poslední aktualizace"
#: common/models.py:2309
msgid "Date and time that the selection list was last updated"
msgstr "Datum a čas poslední aktualizace výběrového seznamu"
#: common/models.py:2371
msgid "Selection List Entry"
msgstr "Položka seznamu výběrů"
#: common/models.py:2372
msgid "Selection List Entries"
msgstr "Položky seznamu výběrů"
#: common/models.py:2382
msgid "Selection list to which this entry belongs"
msgstr "Seznam výběru, do kterého tato položka patří"
#: common/models.py:2388
msgid "Value of the selection list entry"
msgstr "Název výběrového seznamu"
#: common/models.py:2394
msgid "Label for the selection list entry"
msgstr "Popisek pro výběr seznamu"
#: common/models.py:2400
msgid "Description of the selection list entry"
msgstr "Popis vstupu výběrového seznamu"
#: common/models.py:2407
msgid "Is this selection list entry active?"
msgstr "Je tento výběr výběrového listu aktivní?"
#: common/models.py:2441
msgid "Parameter Template"
msgstr "Šablona parametru"
#: common/models.py:2442
msgid "Parameter Templates"
msgstr "Šablona parametru"
#: common/models.py:2479
msgid "Checkbox parameters cannot have units"
msgstr "Parametry zaškrtávacího pole nemohou mít jednotky"
#: common/models.py:2484
msgid "Checkbox parameters cannot have choices"
msgstr "Parametry zaškrtávacího pole nemohou mít výběr"
#: common/models.py:2504 part/models.py:3667
msgid "Choices must be unique"
msgstr "Volby musí být jedinečné"
#: common/models.py:2521
msgid "Parameter template name must be unique"
msgstr "Název šablony parametru musí být jedinečný"
#: common/models.py:2543
msgid "Target model type for this parameter template"
msgstr "Cílový typ modelu pro šablonu tohoto parametru"
#: common/models.py:2549
msgid "Parameter Name"
msgstr "Název parametru"
#: common/models.py:2555 part/models.py:1240
msgid "Units"
msgstr "Jednotky"
#: common/models.py:2556
msgid "Physical units for this parameter"
msgstr "Fyzické jednotky pro tento parametr"
#: common/models.py:2564
msgid "Parameter description"
msgstr "Popis parametru"
#: common/models.py:2570
msgid "Checkbox"
msgstr "Zaškrtávací políčko"
#: common/models.py:2571
msgid "Is this parameter a checkbox?"
msgstr "Je tento parametr zaškrtávací políčko?"
#: common/models.py:2576 part/models.py:3754
msgid "Choices"
msgstr "Volby"
#: common/models.py:2577
msgid "Valid choices for this parameter (comma-separated)"
msgstr "Platné volby pro tento parametr (oddělené čárkami)"
#: common/models.py:2588
msgid "Selection list for this parameter"
msgstr "Seznam výběru pro tento parametr"
#: common/models.py:2593 part/models.py:3729 report/models.py:290
msgid "Enabled"
msgstr "Povoleno"
#: common/models.py:2594
msgid "Is this parameter template enabled?"
msgstr "Je šablona tohoto parametru povolena?"
#: common/models.py:2635
msgid "Parameter"
msgstr "Parametr"
#: common/models.py:2636
msgid "Parameters"
msgstr "Parametry"
#: common/models.py:2682
msgid "Invalid choice for parameter value"
msgstr "Neplatná volba pro hodnotu parametru"
#: common/models.py:2752 common/serializers.py:892
msgid "Invalid model type specified for parameter"
msgstr "Neplatný typ modelu pro daný parametr"
#: common/models.py:2788
msgid "Model ID"
msgstr "ID modelu"
#: common/models.py:2789
msgid "ID of the target model for this parameter"
msgstr "ID cílového modelu pro tento parametr"
#: common/models.py:2798 common/setting/system.py:477 report/models.py:376
#: report/models.py:672 report/serializers.py:117 report/serializers.py:158
#: stock/serializers.py:245
msgid "Template"
msgstr "Šablona"
#: common/models.py:2799
msgid "Parameter template"
msgstr "Šablona parametru"
#: common/models.py:2804 common/models.py:2846 importer/models.py:581
msgid "Data"
msgstr "Data"
#: common/models.py:2805
msgid "Parameter Value"
msgstr "Hodnota parametru"
#: common/models.py:2814 company/models.py:826 order/serializers.py:895
#: order/serializers.py:2144 part/models.py:4047 part/models.py:4416
#: report/templates/report/inventree_bill_of_materials_report.html:140
#: report/templates/report/inventree_purchase_order_report.html:39
#: report/templates/report/inventree_return_order_report.html:27
#: report/templates/report/inventree_sales_order_report.html:32
#: report/templates/report/inventree_stock_location_report.html:105
#: stock/serializers.py:842
msgid "Note"
msgstr "Poznámka"
#: common/models.py:2815 stock/serializers.py:747
msgid "Optional note field"
msgstr "Volitelné pole pro poznámku"
#: common/models.py:2842
msgid "Barcode Scan"
msgstr "Sken čárového kódu"
#: common/models.py:2847
msgid "Barcode data"
msgstr "Data čárového kódu"
#: common/models.py:2858
msgid "User who scanned the barcode"
msgstr "Uživatel, který naskenoval čárový kód"
#: common/models.py:2863 importer/models.py:70
msgid "Timestamp"
msgstr "Časová značka"
#: common/models.py:2864
msgid "Date and time of the barcode scan"
msgstr "Datum a čas skenování čárového kódu"
#: common/models.py:2870
msgid "URL endpoint which processed the barcode"
msgstr "Koncový bod URL, který zpracoval čárový kód"
#: common/models.py:2877 order/models.py:1880 plugin/serializers.py:93
msgid "Context"
msgstr "Kontext"
#: common/models.py:2878
msgid "Context data for the barcode scan"
msgstr "Kontextová data pro skenov čárového kódu"
#: common/models.py:2885
msgid "Response"
msgstr "Odpověď"
#: common/models.py:2886
msgid "Response data from the barcode scan"
msgstr "Data z odezvy z čárového kódu"
#: common/models.py:2892 report/templates/report/inventree_test_report.html:103
#: stock/models.py:3059
msgid "Result"
msgstr "Výsledek"
#: common/models.py:2893
msgid "Was the barcode scan successful?"
msgstr "Bylo skenování čárového kódu úspěšné?"
#: common/models.py:2975
msgid "An error occurred"
msgstr "Vyskytla se chyba"
#: common/models.py:2996
msgid "INVE-E8: Email log deletion is protected. Set INVENTREE_PROTECT_EMAIL_LOG to False to allow deletion."
msgstr "INVE-E8: Odstranení Emailového logu je chráněno. Nastavte INVENTREE_PROTECT_EMAIL_LOG na False pro užmožnění odstranění."
#: common/models.py:3043
msgid "Email Message"
msgstr "E-mailová zpráva"
#: common/models.py:3044
msgid "Email Messages"
msgstr "E-mailové zprávy"
#: common/models.py:3051
msgid "Announced"
msgstr "Oznámeno"
#: common/models.py:3053
msgid "Sent"
msgstr "Odesláno"
#: common/models.py:3054
msgid "Failed"
msgstr "Selhalo"
#: common/models.py:3057
msgid "Delivered"
msgstr "Doručeno"
#: common/models.py:3065
msgid "Confirmed"
msgstr "Potvrzeno"
#: common/models.py:3071
msgid "Inbound"
msgstr "Příchozí"
#: common/models.py:3072
msgid "Outbound"
msgstr "Odchozí"
#: common/models.py:3077
msgid "No Reply"
msgstr "Bez odpovědi"
#: common/models.py:3078
msgid "Track Delivery"
msgstr "Sledovat doručení"
#: common/models.py:3079
msgid "Track Read"
msgstr "Sledovat přečtení"
#: common/models.py:3080
msgid "Track Click"
msgstr "Sledovat kliknutí"
#: common/models.py:3083 common/models.py:3186
msgid "Global ID"
msgstr "Globální ID"
#: common/models.py:3096
msgid "Identifier for this message (might be supplied by external system)"
msgstr "Identifikátor pro tuto zprávu (může být poskytnut externím systémem)"
#: common/models.py:3103
msgid "Thread ID"
msgstr "ID vlákna"
#: common/models.py:3105
msgid "Identifier for this message thread (might be supplied by external system)"
msgstr "Identifikátor pro toto vlákno (může být poskytnut externím systémem)"
#: common/models.py:3114
msgid "Thread"
msgstr "Vlákno"
#: common/models.py:3115
msgid "Linked thread for this message"
msgstr "Vlákno propojeno k této zprávě"
#: common/models.py:3131
msgid "Priority"
msgstr "Priorita"
#: common/models.py:3173
msgid "Email Thread"
msgstr "Emailové vlákno"
#: common/models.py:3174
msgid "Email Threads"
msgstr "Emailové vlákna"
#: common/models.py:3180 generic/states/serializers.py:16
#: machine/serializers.py:24 plugin/models.py:46 users/models.py:113
msgid "Key"
msgstr "Klíč"
#: common/models.py:3183
msgid "Unique key for this thread (used to identify the thread)"
msgstr "Unikátní klíč pro toto vlákno (použitý k identifikaci vlákna)"
#: common/models.py:3187
msgid "Unique identifier for this thread"
msgstr "Unikátní identifikátor pro toto vlákno"
#: common/models.py:3194
msgid "Started Internal"
msgstr "Začato interně"
#: common/models.py:3195
msgid "Was this thread started internally?"
msgstr "Bylo toto vlákno započato interně?"
#: common/models.py:3200
msgid "Date and time that the thread was created"
msgstr "Datum a čas kdy bylo vlákno vytvořeno"
#: common/models.py:3205
msgid "Date and time that the thread was last updated"
msgstr "Datum a čas kdy bylo vlákno naposledy aktualizováno"
#: common/notifications.py:57
#, python-brace-format
msgid "New {verbose_name}"
msgstr "Nový {verbose_name}"
#: common/notifications.py:59
msgid "A new order has been created and assigned to you"
msgstr "Byla vytvořena nová objednávka a přiřazena k vám"
#: common/notifications.py:65
#, python-brace-format
msgid "{verbose_name} canceled"
msgstr "{verbose_name} zrušeno"
#: common/notifications.py:67
msgid "A order that is assigned to you was canceled"
msgstr "Objednávka, která je vám přidělena, byla zrušena"
#: common/notifications.py:73 common/notifications.py:80 order/api.py:605
msgid "Items Received"
msgstr "Přijaté položky"
#: common/notifications.py:75
msgid "Items have been received against a purchase order"
msgstr "Položky byly obdrženy proti objednávce"
#: common/notifications.py:82
msgid "Items have been received against a return order"
msgstr "Položky byly obdrženy proti vratce"
#: common/serializers.py:125
msgid "Indicates if changing this setting requires confirmation"
msgstr "Označuje, zda změna tohoto nastavení vyžaduje potvrzení"
#: common/serializers.py:139
msgid "This setting requires confirmation before changing. Please confirm the change."
msgstr "Toto nastavení vyžaduje potvrzení před změnou. Prosím potvrďte změnu."
#: common/serializers.py:172
msgid "Indicates if the setting is overridden by an environment variable"
msgstr "Indikuje zdali bylo nastavení přepsáno proměnou prostředí"
#: common/serializers.py:174
msgid "Override"
msgstr "Přepsat"
#: common/serializers.py:610
msgid "Is Running"
msgstr "Je spuštěné"
#: common/serializers.py:616
msgid "Pending Tasks"
msgstr "Čekající úkoly"
#: common/serializers.py:622
msgid "Scheduled Tasks"
msgstr "Naplánované úlohy"
#: common/serializers.py:628
msgid "Failed Tasks"
msgstr "Neúspěšné úlohy"
#: common/serializers.py:643
msgid "Task ID"
msgstr "ID úlohy"
#: common/serializers.py:643
msgid "Unique task ID"
msgstr "Unikátní ID úlohy"
#: common/serializers.py:645
msgid "Lock"
msgstr "Zamknout"
#: common/serializers.py:645
msgid "Lock time"
msgstr "Čas uzamčení"
#: common/serializers.py:647
msgid "Task name"
msgstr "Jméno úkolu"
#: common/serializers.py:649
msgid "Function"
msgstr "Funkce"
#: common/serializers.py:649
msgid "Function name"
msgstr "Název funkce"
#: common/serializers.py:651
msgid "Arguments"
msgstr "Argumenty"
#: common/serializers.py:651
msgid "Task arguments"
msgstr "Argumenty úlohy"
#: common/serializers.py:654
msgid "Keyword Arguments"
msgstr "Argumenty klíčových slov"
#: common/serializers.py:654
msgid "Task keyword arguments"
msgstr "Argumenty klíčových slov úlohy"
#: common/serializers.py:764
msgid "Filename"
msgstr "Název souboru"
#: common/serializers.py:771 common/serializers.py:838
#: common/serializers.py:914 importer/models.py:90 report/api.py:41
#: report/models.py:296 report/serializers.py:71
msgid "Model Type"
msgstr "Typ modelu"
#: common/serializers.py:799
msgid "User does not have permission to create or edit attachments for this model"
msgstr "Uživatel nemá oprávnění k vytváření nebo úpravám příloh pro tento model"
#: common/serializers.py:895
msgid "User does not have permission to create or edit parameters for this model"
msgstr "Uživatel nemá práva vytvářet nebo upravovat parametry pro tento model"
#: common/serializers.py:970 common/serializers.py:1073
msgid "Selection list is locked"
msgstr "Tento výběr je uzamčen"
#: common/setting/system.py:97
msgid "No group"
msgstr "Žádná skupina"
#: common/setting/system.py:170
msgid "Site URL is locked by configuration"
msgstr "Adresa URL webu je uzamčena konfigurací"
#: common/setting/system.py:187
msgid "Restart required"
msgstr "Je vyžadován restart"
#: common/setting/system.py:188
msgid "A setting has been changed which requires a server restart"
msgstr "Bylo změněno nastavení, které vyžaduje restart serveru"
#: common/setting/system.py:194
msgid "Pending migrations"
msgstr "Nevyřízené migrace"
#: common/setting/system.py:195
msgid "Number of pending database migrations"
msgstr "Počet nevyřízených migrací databáze"
#: common/setting/system.py:200
msgid "Active warning codes"
msgstr "Aktivní varovací kódy"
#: common/setting/system.py:201
msgid "A dict of active warning codes"
msgstr "Seznam aktivních varovacích kódů"
#: common/setting/system.py:207
msgid "Instance ID"
msgstr "ID instance"
#: common/setting/system.py:208
msgid "Unique identifier for this InvenTree instance"
msgstr "Unikátní identifikátor pro tuto InvenTree instanci"
#: common/setting/system.py:213
msgid "Announce ID"
msgstr "ID oznámení"
#: common/setting/system.py:215
msgid "Announce the instance ID of the server in the server status info (unauthenticated)"
msgstr "Oznámit ID instance pro server na server status infu (nepřihlášeno)"
#: common/setting/system.py:221
msgid "Server Instance Name"
msgstr "Název instance serveru"
#: common/setting/system.py:223
msgid "String descriptor for the server instance"
msgstr "Textový popisovač pro instanci serveru"
#: common/setting/system.py:227
msgid "Use instance name"
msgstr "Použít název instance"
#: common/setting/system.py:228
msgid "Use the instance name in the title-bar"
msgstr "Použít název instance v liště"
#: common/setting/system.py:233
msgid "Restrict showing `about`"
msgstr "Omezit zobrazování `o aplikaci`"
#: common/setting/system.py:234
msgid "Show the `about` modal only to superusers"
msgstr "Zobrazovat okno `o aplikaci` pouze superuživatelům"
#: common/setting/system.py:239
msgid "Show superuser banner"
msgstr "Zobrazit banner superuživatele"
#: common/setting/system.py:240
msgid "Show a warning banner in the UI when logged in as superuser"
msgstr "Zobrazit varovný banner v uživatelském rozhraní při přihlášení jako superuživatel"
#: common/setting/system.py:245
msgid "Show admin banner"
msgstr "Zobrazit banner administrátora"
#: common/setting/system.py:246
msgid "Show a warning banner in the UI when logged in as admin"
msgstr "Zobrazit varovný banner v uživatelském rozhraní při přihlášení jako administrátor"
#: common/setting/system.py:251 company/models.py:147 company/models.py:148
msgid "Company name"
msgstr "Jméno společnosti"
#: common/setting/system.py:252
msgid "Internal company name"
msgstr "Interní název společnosti"
#: common/setting/system.py:256
msgid "Base URL"
msgstr "Základní URL"
#: common/setting/system.py:257
msgid "Base URL for server instance"
msgstr "Základní URL pro instanci serveru"
#: common/setting/system.py:263
msgid "Default Currency"
msgstr "Výchozí měna"
#: common/setting/system.py:264
msgid "Select base currency for pricing calculations"
msgstr "Vyberte základní měnu pro cenové kalkulace"
#: common/setting/system.py:270
msgid "Supported Currencies"
msgstr "Podporované měny"
#: common/setting/system.py:271
msgid "List of supported currency codes"
msgstr "Seznam podporovaných kódů měn"
#: common/setting/system.py:277
msgid "Currency Update Interval"
msgstr "Interval aktualizace měny"
#: common/setting/system.py:278
msgid "How often to update exchange rates (set to zero to disable)"
msgstr "Jak často aktualizovat směnné kurzy (pro vypnutí nastavte na nulu)"
#: common/setting/system.py:280 common/setting/system.py:320
#: common/setting/system.py:333 common/setting/system.py:341
#: common/setting/system.py:348 common/setting/system.py:357
#: common/setting/system.py:366 common/setting/system.py:607
#: common/setting/system.py:635 common/setting/system.py:742
#: common/setting/system.py:1143 common/setting/system.py:1159
#: common/setting/system.py:1176
msgid "days"
msgstr "dny"
#: common/setting/system.py:284
msgid "Currency Update Plugin"
msgstr "Plugin aktualizace měny"
#: common/setting/system.py:285
msgid "Currency update plugin to use"
msgstr "Plugin pro aktualizaci měn k použití"
#: common/setting/system.py:290
msgid "Download from URL"
msgstr "Stáhnout z URL"
#: common/setting/system.py:291
msgid "Allow download of remote images and files from external URL"
msgstr "Povolit stahování vzdálených obrázků a souborů z externích URL"
#: common/setting/system.py:296
msgid "Download Size Limit"
msgstr "Limit velikosti stahování"
#: common/setting/system.py:297
msgid "Maximum allowable download size for remote image"
msgstr "Maximální povolená velikost stahování vzdáleného obrázku"
#: common/setting/system.py:303
msgid "User-agent used to download from URL"
msgstr "User-agent použitý ke stažení z adresy URL"
#: common/setting/system.py:305
msgid "Allow to override the user-agent used to download images and files from external URL (leave blank for the default)"
msgstr "Povolit přepsání user-agenta používaného ke stahování obrázků a souborů z externí adresy URL (ponechte prázdné pro výchozí)"
#: common/setting/system.py:310
msgid "Strict URL Validation"
msgstr "Přísná validace URL"
#: common/setting/system.py:311
msgid "Require schema specification when validating URLs"
msgstr "Vyžadovat specifikaci schématu při ověřování adres URL"
#: common/setting/system.py:316
msgid "Update Check Interval"
msgstr "Interval kontroly aktualizací"
#: common/setting/system.py:317
msgid "How often to check for updates (set to zero to disable)"
msgstr "Jak často kontrolovat aktualizace (nastavte na nulu pro vypnutí)"
#: common/setting/system.py:323
msgid "Automatic Backup"
msgstr "Automatické Zálohování"
#: common/setting/system.py:324
msgid "Enable automatic backup of database and media files"
msgstr "Povolit automatické zálohování databáze a mediálních souborů"
#: common/setting/system.py:329
msgid "Auto Backup Interval"
msgstr "Interval automatického zálohování"
#: common/setting/system.py:330
msgid "Specify number of days between automated backup events"
msgstr "Zadejte počet dní mezi automatickými zálohovými událostmi"
#: common/setting/system.py:336
msgid "Task Deletion Interval"
msgstr "Interval mazání úloh"
#: common/setting/system.py:338
msgid "Background task results will be deleted after specified number of days"
msgstr "Výsledky úloh na pozadí budou odstraněny po zadaném počtu dní"
#: common/setting/system.py:345
msgid "Error Log Deletion Interval"
msgstr "Interval odstranění protokolu chyb"
#: common/setting/system.py:346
msgid "Error logs will be deleted after specified number of days"
msgstr "Záznamy chyb budou odstraněny po zadaném počtu dní"
#: common/setting/system.py:352
msgid "Notification Deletion Interval"
msgstr "Interval pro odstranění oznámení"
#: common/setting/system.py:354
msgid "User notifications will be deleted after specified number of days"
msgstr "Uživatelská oznámení budou smazána po zadaném počtu dní"
#: common/setting/system.py:361
msgid "Email Deletion Interval"
msgstr "Interval mazání emailů"
#: common/setting/system.py:363
msgid "Email messages will be deleted after specified number of days"
msgstr "Emailové zprávy budou odstraněny po specifikovaném počtu dní"
#: common/setting/system.py:370
msgid "Protect Email Log"
msgstr "Chránit Email log"
#: common/setting/system.py:371
msgid "Prevent deletion of email log entries"
msgstr "Zabránit odstranění vstupů email logů"
#: common/setting/system.py:376
msgid "Barcode Support"
msgstr "Podpora čárových kódů"
#: common/setting/system.py:377
msgid "Enable barcode scanner support in the web interface"
msgstr "Povolit podporu pro skenování čárových kódů ve webovém rozhraní"
#: common/setting/system.py:382
msgid "Store Barcode Results"
msgstr "Ukládat výsledky čárových kódů"
#: common/setting/system.py:383
msgid "Store barcode scan results in the database"
msgstr "Ukládat výsledky skenování čárových kódů v databázi"
#: common/setting/system.py:388
msgid "Barcode Scans Maximum Count"
msgstr "Maximální počet naskenovaných čárových kódů"
#: common/setting/system.py:389
msgid "Maximum number of barcode scan results to store"
msgstr "Maximální počet uložených výsledků skenování čárových kódů"
#: common/setting/system.py:394
msgid "Barcode Input Delay"
msgstr "Zpoždění vstupu čárového kódu"
#: common/setting/system.py:395
msgid "Barcode input processing delay time"
msgstr "Doba zpoždění zpracování vstupu čárového kódu"
#: common/setting/system.py:401
msgid "Barcode Webcam Support"
msgstr "Podpora webové kamery pro čárové kódy"
#: common/setting/system.py:402
msgid "Allow barcode scanning via webcam in browser"
msgstr "Povolit skenování čárových kódů přes webovou kameru v prohlížeči"
#: common/setting/system.py:407
msgid "Barcode Show Data"
msgstr "Zobrazovat data čárových kódů"
#: common/setting/system.py:408
msgid "Display barcode data in browser as text"
msgstr "Zobrazovat data čárových kódů v prohlížeči jako text"
#: common/setting/system.py:413
msgid "Barcode Generation Plugin"
msgstr "Plugin pro generování čárových kódů"
#: common/setting/system.py:414
msgid "Plugin to use for internal barcode data generation"
msgstr "Plugin na použití pro interní generaci čárových kódů"
#: common/setting/system.py:419
msgid "Part Revisions"
msgstr "Revize dílu"
#: common/setting/system.py:420
msgid "Enable revision field for Part"
msgstr "Povolit pole revize pro díl"
#: common/setting/system.py:425
msgid "Assembly Revision Only"
msgstr "Revize pouze pro sestavy"
#: common/setting/system.py:426
msgid "Only allow revisions for assembly parts"
msgstr "Povolit revize pouze pro sestavy"
#: common/setting/system.py:431
msgid "Allow Deletion from Assembly"
msgstr "Povolit odstranění ze sestavy"
#: common/setting/system.py:432
msgid "Allow deletion of parts which are used in an assembly"
msgstr "Povolit odstranění dílů, které jsou použity v sestavě"
#: common/setting/system.py:437
msgid "IPN Regex"
msgstr "IPN Regex"
#: common/setting/system.py:438
msgid "Regular expression pattern for matching Part IPN"
msgstr "Regulární vzorec výrazu pro odpovídající IPN dílu"
#: common/setting/system.py:441
msgid "Allow Duplicate IPN"
msgstr "Povolit duplicitní IPN"
#: common/setting/system.py:442
msgid "Allow multiple parts to share the same IPN"
msgstr "Povolit více dílům sdílet stejný IPN"
#: common/setting/system.py:447
msgid "Allow Editing IPN"
msgstr "Povolit editaci IPN"
#: common/setting/system.py:448
msgid "Allow changing the IPN value while editing a part"
msgstr "Povolit změnu IPN při úpravách dílu"
#: common/setting/system.py:453
msgid "Copy Part BOM Data"
msgstr "Kopírovat data BOM dílu"
#: common/setting/system.py:454
msgid "Copy BOM data by default when duplicating a part"
msgstr "Kopírovat data BOM ve výchozím nastavení při duplikování dílu"
#: common/setting/system.py:459
msgid "Copy Part Parameter Data"
msgstr "Kopírovat data parametrů dílu"
#: common/setting/system.py:460
msgid "Copy parameter data by default when duplicating a part"
msgstr "Kopírovat data parametrů ve výchozím nastavení při duplikování dílu"
#: common/setting/system.py:465
msgid "Copy Part Test Data"
msgstr "Kopírovat zkušební data dílu"
#: common/setting/system.py:466
msgid "Copy test data by default when duplicating a part"
msgstr "Kopírovat testovací data ve výchozím nastavení při duplikování dílu"
#: common/setting/system.py:471
msgid "Copy Category Parameter Templates"
msgstr "Kopírovat šablony parametrů kategorie"
#: common/setting/system.py:472
msgid "Copy category parameter templates when creating a part"
msgstr "Kopírování šablon parametrů kategorie při vytváření dílu"
#: common/setting/system.py:478
msgid "Parts are templates by default"
msgstr "Díly jsou ve výchozím nastavení šablony"
#: common/setting/system.py:484
msgid "Parts can be assembled from other components by default"
msgstr "Díly lze ve výchozím nastavení sestavit z jiných komponentů"
#: common/setting/system.py:489 part/models.py:1253 part/serializers.py:1763
#: part/serializers.py:1771
msgid "Component"
msgstr "Komponent"
#: common/setting/system.py:490
msgid "Parts can be used as sub-components by default"
msgstr "Díly lze ve výchozím nastavení použít jako dílčí komponenty"
#: common/setting/system.py:495 part/models.py:1271
msgid "Purchaseable"
msgstr "Možné zakoupit"
#: common/setting/system.py:496
msgid "Parts are purchaseable by default"
msgstr "Díly jsou zakoupitelné ve výchozím nastavení"
#: common/setting/system.py:501 part/models.py:1277 stock/api.py:642
msgid "Salable"
msgstr "Prodejné"
#: common/setting/system.py:502
msgid "Parts are salable by default"
msgstr "Díly jsou prodejné ve výchozím nastavení"
#: common/setting/system.py:508
msgid "Parts are trackable by default"
msgstr "Díly jsou sledovatelné ve výchozím nastavení"
#: common/setting/system.py:513 part/models.py:1293
msgid "Virtual"
msgstr "Nehmotné (virtuální)"
#: common/setting/system.py:514
msgid "Parts are virtual by default"
msgstr "Díly jsou nehmotné (virtuální) ve výchozím nastavení"
#: common/setting/system.py:519
msgid "Show related parts"
msgstr "Zobrazit související díly"
#: common/setting/system.py:520
msgid "Display related parts for a part"
msgstr "Zobrazit související díly pro díl"
#: common/setting/system.py:525
msgid "Initial Stock Data"
msgstr "Počáteční údaje zásob"
#: common/setting/system.py:526
msgid "Allow creation of initial stock when adding a new part"
msgstr "Povolit vytvoření počátečního skladu při přidání nové části"
#: common/setting/system.py:531
msgid "Initial Supplier Data"
msgstr "Počáteční údaje dodavatele"
#: common/setting/system.py:533
msgid "Allow creation of initial supplier data when adding a new part"
msgstr "Povolit vytvoření počátečních dat dodavatele při přidávání nového dílu"
#: common/setting/system.py:539
msgid "Part Name Display Format"
msgstr "Formát zobrazení jména dílu"
#: common/setting/system.py:540
msgid "Format to display the part name"
msgstr "Formát pro zobrazení názvu dílu"
#: common/setting/system.py:546
msgid "Part Category Default Icon"
msgstr "Výchozí ikona kategorie dílu"
#: common/setting/system.py:547
msgid "Part category default icon (empty means no icon)"
msgstr "Výchozí ikona kategorie dílu (prázdné znamená bez ikony)"
#: common/setting/system.py:552
msgid "Minimum Pricing Decimal Places"
msgstr "Minimální počet desetinných míst u cen"
#: common/setting/system.py:554
msgid "Minimum number of decimal places to display when rendering pricing data"
msgstr "Minimální počet desetinných míst k zobrazení u cenových údajů"
#: common/setting/system.py:565
msgid "Maximum Pricing Decimal Places"
msgstr "Maximální počet desetinných míst u cen"
#: common/setting/system.py:567
msgid "Maximum number of decimal places to display when rendering pricing data"
msgstr "Maximální počet desetinných míst k zobrazení u cenových údajů"
#: common/setting/system.py:578
msgid "Use Supplier Pricing"
msgstr "Použít ceny dodavatele"
#: common/setting/system.py:580
msgid "Include supplier price breaks in overall pricing calculations"
msgstr "Zahrnout cenová zvýhodnění dodavatelů do celkových cenových kalkulací"
#: common/setting/system.py:586
msgid "Purchase History Override"
msgstr "Přepsání historie nákupu"
#: common/setting/system.py:588
msgid "Historical purchase order pricing overrides supplier price breaks"
msgstr "Historické ceny nákupních objednávek mají přednost před cenovými zvýhodněními dodavatele"
#: common/setting/system.py:594
msgid "Use Stock Item Pricing"
msgstr "Použít ceny skladových položek"
#: common/setting/system.py:596
msgid "Use pricing from manually entered stock data for pricing calculations"
msgstr "Použít ceny z ručně zadaných skladových údajů pro cenové kalkulace"
#: common/setting/system.py:602
msgid "Stock Item Pricing Age"
msgstr "Stáří cen skladových položek"
#: common/setting/system.py:604
msgid "Exclude stock items older than this number of days from pricing calculations"
msgstr "Vyloučit skladové položky starší než tento počet dní z cenových kalkulací"
#: common/setting/system.py:611
msgid "Use Variant Pricing"
msgstr "Použít cenu varianty"
#: common/setting/system.py:612
msgid "Include variant pricing in overall pricing calculations"
msgstr "Zahrnutí cen variant do celkových cenových kalkulací"
#: common/setting/system.py:617
msgid "Active Variants Only"
msgstr "Pouze aktivní varianty"
#: common/setting/system.py:619
msgid "Only use active variant parts for calculating variant pricing"
msgstr "Pro výpočet ceny varianty použijte pouze aktivní díly varianty"
#: common/setting/system.py:625
msgid "Auto Update Pricing"
msgstr "Automatická aktualizace cen"
#: common/setting/system.py:627
msgid "Automatically update part pricing when internal data changes"
msgstr "Automaticky aktualizovat cenu dílu když se změní interní data"
#: common/setting/system.py:633
msgid "Pricing Rebuild Interval"
msgstr "Interval přestavby cen"
#: common/setting/system.py:634
msgid "Number of days before part pricing is automatically updated"
msgstr "Počet dní před automatickou aktualizací cen dílů"
#: common/setting/system.py:640
msgid "Internal Prices"
msgstr "Interní ceny"
#: common/setting/system.py:641
msgid "Enable internal prices for parts"
msgstr "Povolit interní ceny pro díly"
#: common/setting/system.py:646
msgid "Internal Price Override"
msgstr "Přepis interní ceny"
#: common/setting/system.py:648
msgid "If available, internal prices override price range calculations"
msgstr "Pokud jsou k dispozici, interní ceny mají přednost před výpočty cenového rozpětí"
#: common/setting/system.py:654
msgid "Allow BOM Zero Quantity"
msgstr "Povolit nulovou hodnotu kusovníku"
#: common/setting/system.py:656
msgid "Accept a zero quantity for BOM item for part. Enables using setup quantity to define a quantity required per build, independent of build quantity"
msgstr "Přijmout nulové množství pro položku kusovníku. Umožňuje použít nastavení množství pro definování množství požadovaného pro sestavení, nezávisle na počtu staveb"
#: common/setting/system.py:662
msgid "Enable label printing"
msgstr "Povolit tisk štítků"
#: common/setting/system.py:663
msgid "Enable label printing from the web interface"
msgstr "Povolit tisk štítků z webového rozhraní"
#: common/setting/system.py:668
msgid "Label Image DPI"
msgstr "DPI rozlišení štítků"
#: common/setting/system.py:670
msgid "DPI resolution when generating image files to supply to label printing plugins"
msgstr "Rozlišení DPI při generování obrazových souborů, které se dodávají do zásuvných modulů pro tisk štítků"
#: common/setting/system.py:676
msgid "Enable Reports"
msgstr "Povolit reporty"
#: common/setting/system.py:677
msgid "Enable generation of reports"
msgstr "Povolit generování reportů"
#: common/setting/system.py:682
msgid "Debug Mode"
msgstr "Režim ladění chyb"
#: common/setting/system.py:683
msgid "Generate reports in debug mode (HTML output)"
msgstr "Generovat reporty v režimu ladění (HTML výstup)"
#: common/setting/system.py:688
msgid "Log Report Errors"
msgstr "Zaznamenávat chyby reportů"
#: common/setting/system.py:689
msgid "Log errors which occur when generating reports"
msgstr "Zaznamenávat chyby, které se vyskytnou při vytváření reportů"
#: common/setting/system.py:694 plugin/builtin/labels/label_sheet.py:29
#: report/models.py:384
msgid "Page Size"
msgstr "Velikost stránky"
#: common/setting/system.py:695
msgid "Default page size for PDF reports"
msgstr "Výchozí velikost stránky pro PDF reporty"
#: common/setting/system.py:700
msgid "Enforce Parameter Units"
msgstr "Vynutit jednotky parametru"
#: common/setting/system.py:702
msgid "If units are provided, parameter values must match the specified units"
msgstr "Pokud jsou uvedeny jednotky, musí hodnoty parametrů odpovídat zadaným jednotkám"
#: common/setting/system.py:708
msgid "Globally Unique Serials"
msgstr "Globálně unikátní sériová čísla"
#: common/setting/system.py:709
msgid "Serial numbers for stock items must be globally unique"
msgstr "Sériová čísla pro skladové položky musí být globálně unikátní"
#: common/setting/system.py:714
msgid "Delete Depleted Stock"
msgstr "Odstranit vyčerpané zásoby"
#: common/setting/system.py:715
msgid "Determines default behavior when a stock item is depleted"
msgstr "Určuje výchozí chování při vyčerpání zásoby položky"
#: common/setting/system.py:720
msgid "Batch Code Template"
msgstr "Šablona kódu dávky"
#: common/setting/system.py:721
msgid "Template for generating default batch codes for stock items"
msgstr "Šablona pro generování výchozích kódů dávky pro skladové položky"
#: common/setting/system.py:725
msgid "Stock Expiry"
msgstr "Expirace zásob"
#: common/setting/system.py:726
msgid "Enable stock expiry functionality"
msgstr "Povolit funkci expirace zásob"
#: common/setting/system.py:731
msgid "Sell Expired Stock"
msgstr "Prodat prošlé zásoby"
#: common/setting/system.py:732
msgid "Allow sale of expired stock"
msgstr "Povolit prodej prošlých zásob"
#: common/setting/system.py:737
msgid "Stock Stale Time"
msgstr "Čas stáří zásob"
#: common/setting/system.py:739
msgid "Number of days stock items are considered stale before expiring"
msgstr "Počet dnů, po které jsou skladové položky považovány za nevyužité před uplynutím doby expirace"
#: common/setting/system.py:746
msgid "Build Expired Stock"
msgstr "Sestavit prošlé zásoby"
#: common/setting/system.py:747
msgid "Allow building with expired stock"
msgstr "Povolit sestavování s prošlými zásobami"
#: common/setting/system.py:752
msgid "Stock Ownership Control"
msgstr "Kontrola vlastnictví zásob"
#: common/setting/system.py:753
msgid "Enable ownership control over stock locations and items"
msgstr "Umožnit kontrolu vlastnictví nad skladovými místy a položkami"
#: common/setting/system.py:758
msgid "Stock Location Default Icon"
msgstr "Výchozí ikona umístění zásob"
#: common/setting/system.py:759
msgid "Stock location default icon (empty means no icon)"
msgstr "Výchozí ikona umístění zásob (prázdné znamená bez ikony)"
#: common/setting/system.py:764
msgid "Show Installed Stock Items"
msgstr "Zobrazit nainstalované skladové položky"
#: common/setting/system.py:765
msgid "Display installed stock items in stock tables"
msgstr "Zobrazit nainstalované skladové položky ve skladových tabulkách"
#: common/setting/system.py:770
msgid "Check BOM when installing items"
msgstr "Zkontrolovat BOM při instalaci položek"
#: common/setting/system.py:772
msgid "Installed stock items must exist in the BOM for the parent part"
msgstr "Nainstalované skladové položky musí existovat v BOM pro nadřazený díl"
#: common/setting/system.py:778
msgid "Allow Out of Stock Transfer"
msgstr "Povolit převod mimo sklad"
#: common/setting/system.py:780
msgid "Allow stock items which are not in stock to be transferred between stock locations"
msgstr "Umožnit přesun skladových položek, které nejsou na skladě, mezi skladovými místy"
#: common/setting/system.py:786
msgid "Build Order Reference Pattern"
msgstr "Referenční vzor objednávky sestavy"
#: common/setting/system.py:787
msgid "Required pattern for generating Build Order reference field"
msgstr "Požadovaný vzor pro generování referenčního pole Objednávka sestavy"
#: common/setting/system.py:792 common/setting/system.py:852
#: common/setting/system.py:872 common/setting/system.py:916
msgid "Require Responsible Owner"
msgstr "Vyžadovat odpovědného vlastníka"
#: common/setting/system.py:793 common/setting/system.py:853
#: common/setting/system.py:873 common/setting/system.py:917
msgid "A responsible owner must be assigned to each order"
msgstr "Ke každé objednávce musí být přiřazen odpovědný vlastník"
#: common/setting/system.py:798
msgid "Require Active Part"
msgstr "Vyžadovat aktivní díl"
#: common/setting/system.py:799
msgid "Prevent build order creation for inactive parts"
msgstr "Zabránit vytváření výrobních příkazů pro neaktivní díly"
#: common/setting/system.py:804
msgid "Require Locked Part"
msgstr "Vyžadovat uzamčený díl"
#: common/setting/system.py:805
msgid "Prevent build order creation for unlocked parts"
msgstr "Zabránit vytváření výrobních příkazů pro odemčené díly"
#: common/setting/system.py:810
msgid "Require Valid BOM"
msgstr "Vyžadovat schválený kusovník"
#: common/setting/system.py:811
msgid "Prevent build order creation unless BOM has been validated"
msgstr "Zabránit vytváření výrobních příkazů, dokud není schválen kusovník"
#: common/setting/system.py:816
msgid "Require Closed Child Orders"
msgstr "Vyžadovat uzavření podobjednávek"
#: common/setting/system.py:818
msgid "Prevent build order completion until all child orders are closed"
msgstr "Zabránit dokončení výrobního příkazu dokud nebudou uzavřeny všechny podpříkazy"
#: common/setting/system.py:824
msgid "External Build Orders"
msgstr "Externí výrobní příkazy"
#: common/setting/system.py:825
msgid "Enable external build order functionality"
msgstr "Povolit funkcionalitu externích výrobních příkazů"
#: common/setting/system.py:830
msgid "Block Until Tests Pass"
msgstr "Blokovat, dokud testy neprojdou"
#: common/setting/system.py:832
msgid "Prevent build outputs from being completed until all required tests pass"
msgstr "Zabránit dokončení výstupů sestavy, dokud neprojdou všechny požadované testy"
#: common/setting/system.py:838
msgid "Enable Return Orders"
msgstr "Povolit vracení objednávek"
#: common/setting/system.py:839
msgid "Enable return order functionality in the user interface"
msgstr "Povolit funkci vrácení objednávky v uživatelském rozhraní"
#: common/setting/system.py:844
msgid "Return Order Reference Pattern"
msgstr "Referenční vzor návratové objednávky"
#: common/setting/system.py:846
msgid "Required pattern for generating Return Order reference field"
msgstr "Požadovaný vzor pro vygenerování referenčního pole Návratová objednávka"
#: common/setting/system.py:858
msgid "Edit Completed Return Orders"
msgstr "Úprava dokončených návratových objednávek"
#: common/setting/system.py:860
msgid "Allow editing of return orders after they have been completed"
msgstr "Umožnit úpravu návratových objednávek po jejich dokončení"
#: common/setting/system.py:866
msgid "Sales Order Reference Pattern"
msgstr "Referenční vzor prodejní objednávky"
#: common/setting/system.py:867
msgid "Required pattern for generating Sales Order reference field"
msgstr "Požadovaný vzor pro generování referenčního pole prodejní objednávky"
#: common/setting/system.py:878
msgid "Sales Order Default Shipment"
msgstr "Výchozí přeprava prodejní objednávky"
#: common/setting/system.py:879
msgid "Enable creation of default shipment with sales orders"
msgstr "Povolit vytvoření výchozí přepravy s prodejními objednávkami"
#: common/setting/system.py:884
msgid "Edit Completed Sales Orders"
msgstr "Úprava dokončených prodejních objednávek"
#: common/setting/system.py:886
msgid "Allow editing of sales orders after they have been shipped or completed"
msgstr "Umožnit úpravy prodejních objednávek po jejich odeslání nebo dokončení"
#: common/setting/system.py:892
msgid "Shipment Requires Checking"
msgstr "Zásilka vyžaduje kontrolu"
#: common/setting/system.py:894
msgid "Prevent completion of shipments until items have been checked"
msgstr "Zabránit dokončení zásilek dokud nebudou zkontrolovány položky"
#: common/setting/system.py:900
msgid "Mark Shipped Orders as Complete"
msgstr "Označit odeslané objednávky jako dokončené"
#: common/setting/system.py:902
msgid "Sales orders marked as shipped will automatically be completed, bypassing the \"shipped\" status"
msgstr "Prodejní objednávky označené jako odeslané se automaticky dokončí a obejdou stav „odesláno“"
#: common/setting/system.py:908
msgid "Purchase Order Reference Pattern"
msgstr "Referenční vzor nákupní objednávky"
#: common/setting/system.py:910
msgid "Required pattern for generating Purchase Order reference field"
msgstr "Požadovaný vzor pro generování referenčního pole nákupní objednávky"
#: common/setting/system.py:922
msgid "Edit Completed Purchase Orders"
msgstr "Úprava dokončených nákupních objednávek"
#: common/setting/system.py:924
msgid "Allow editing of purchase orders after they have been shipped or completed"
msgstr "Umožnit úpravy nákupních objednávek po jejich odeslání nebo dokončení"
#: common/setting/system.py:930
msgid "Convert Currency"
msgstr "Převést měnu"
#: common/setting/system.py:931
msgid "Convert item value to base currency when receiving stock"
msgstr "Převést hodnotu předmětu na základní měnu při příjmu zásob"
#: common/setting/system.py:936
msgid "Auto Complete Purchase Orders"
msgstr "Automatické dokončování nákupních objednávek"
#: common/setting/system.py:938
msgid "Automatically mark purchase orders as complete when all line items are received"
msgstr "Automaticky označit nákupní objednávky jako kompletní, jakmile jsou přijaty všechny řádkové položky"
#: common/setting/system.py:945
msgid "Enable password forgot"
msgstr "Povolit pole zapomenutého hesla"
#: common/setting/system.py:946
msgid "Enable password forgot function on the login pages"
msgstr "Povolení funkce zapomenutého hesla na přihlašovacích stránkách"
#: common/setting/system.py:951
msgid "Enable registration"
msgstr "Povolit registrace"
#: common/setting/system.py:952
msgid "Enable self-registration for users on the login pages"
msgstr "Povolit samoregistraci uživatelů na přihlašovacích stránkách"
#: common/setting/system.py:957
msgid "Enable SSO"
msgstr "Povolit SSO"
#: common/setting/system.py:958
msgid "Enable SSO on the login pages"
msgstr "Povolit SSO na přihlašovacích stránkách"
#: common/setting/system.py:963
msgid "Enable SSO registration"
msgstr "Povolit SSO registraci"
#: common/setting/system.py:965
msgid "Enable self-registration via SSO for users on the login pages"
msgstr "Povolit samoregistraci uživatelů prostřednictvím SSO na přihlašovacích stránkách"
#: common/setting/system.py:971
msgid "Enable SSO group sync"
msgstr "Povolit synchronizaci SSO skupin"
#: common/setting/system.py:973
msgid "Enable synchronizing InvenTree groups with groups provided by the IdP"
msgstr "Povolit synchronizaci InvenTree skupin se skupinami poskytnutými IdP"
#: common/setting/system.py:979
msgid "SSO group key"
msgstr "klíč SSO skupiny"
#: common/setting/system.py:980
msgid "The name of the groups claim attribute provided by the IdP"
msgstr "Název deklarace skupinového atributu poskytnutého IdP"
#: common/setting/system.py:985
msgid "SSO group map"
msgstr "mapa SSO skupiny"
#: common/setting/system.py:987
msgid "A mapping from SSO groups to local InvenTree groups. If the local group does not exist, it will be created."
msgstr "Mapování ze skupin SSO do místních InvenTree skupin. Pokud místní skupina neexistuje, bude vytvořena."
#: common/setting/system.py:993
msgid "Remove groups outside of SSO"
msgstr "Odstranit skupiny mimo SSO"
#: common/setting/system.py:995
msgid "Whether groups assigned to the user should be removed if they are not backend by the IdP. Disabling this setting might cause security issues"
msgstr "Zdali mají být skupiny přiřazené uživateli odstraněny pokud nemají backend of IdP. Vypnutí tohoto nastavení můžu způsobit problémy se zabezpečením"
#: common/setting/system.py:1001
msgid "Email required"
msgstr "Vyžadován e-mail"
#: common/setting/system.py:1002
msgid "Require user to supply mail on signup"
msgstr "Požadovat, aby uživatel při registraci zadal e-mail"
#: common/setting/system.py:1007
msgid "Auto-fill SSO users"
msgstr "Automaticky vyplnit SSO uživatele"
#: common/setting/system.py:1008
msgid "Automatically fill out user-details from SSO account-data"
msgstr "Automaticky vyplnit údaje o uživateli z údajů o účtu SSO"
#: common/setting/system.py:1013
msgid "Mail twice"
msgstr "Mail dvakrát"
#: common/setting/system.py:1014
msgid "On signup ask users twice for their mail"
msgstr "Při registraci dvakrát požádat uživatele o zadání e-mailu"
#: common/setting/system.py:1019
msgid "Password twice"
msgstr "Heslo dvakrát"
#: common/setting/system.py:1020
msgid "On signup ask users twice for their password"
msgstr "Při registraci dvakrát požádat uživatele o heslo"
#: common/setting/system.py:1025
msgid "Allowed domains"
msgstr "Povolené domény"
#: common/setting/system.py:1027
msgid "Restrict signup to certain domains (comma-separated, starting with @)"
msgstr "Omezit registraci na určité domény (oddělené čárkou a začínající @)"
#: common/setting/system.py:1033
msgid "Group on signup"
msgstr "Skupina při registraci"
#: common/setting/system.py:1035
msgid "Group to which new users are assigned on registration. If SSO group sync is enabled, this group is only set if no group can be assigned from the IdP."
msgstr "Skupina do které jsou nový uživatelé přiřazeni při registraci. Pokud je povolena synchronizace SSO skupin, tato skupina lze přiřadit pouze pokud nezle přiřadit skupinu od IdP."
#: common/setting/system.py:1041
msgid "Enforce MFA"
msgstr "Vynutit MFA"
#: common/setting/system.py:1042
msgid "Users must use multifactor security."
msgstr "Uživatelé musí používat vícefaktorové zabezpečení."
#: common/setting/system.py:1047
msgid "Enabling this setting will require all users to set up multifactor authentication. All sessions will be disconnected immediately."
msgstr "Povolení tohoto nastavení bude vyžadovat více fázové ověření u všech uživatelů. Všechny relace budou okamžitě ukončeny."
#: common/setting/system.py:1052
msgid "Check plugins on startup"
msgstr "Zkontrolovat pluginy při spuštění"
#: common/setting/system.py:1054
msgid "Check that all plugins are installed on startup - enable in container environments"
msgstr "Zkontrolujte, zda jsou při spuštění nainstalovány všechny pluginy - povolit v kontejnerových prostředích"
#: common/setting/system.py:1061
msgid "Check for plugin updates"
msgstr "Zkontrolovat aktualizace pluginů"
#: common/setting/system.py:1062
msgid "Enable periodic checks for updates to installed plugins"
msgstr "Povolit pravidelné kontroly aktualizací nainstalovaných pluginů"
#: common/setting/system.py:1068
msgid "Enable URL integration"
msgstr "Povolit integraci URL"
#: common/setting/system.py:1069
msgid "Enable plugins to add URL routes"
msgstr "Povolit plug-inům přidávat trasy URL"
#: common/setting/system.py:1075
msgid "Enable navigation integration"
msgstr "Povolit integraci navigace"
#: common/setting/system.py:1076
msgid "Enable plugins to integrate into navigation"
msgstr "Povolit integrování pluginů do navigace"
#: common/setting/system.py:1082
msgid "Enable app integration"
msgstr "Povolit integraci aplikací"
#: common/setting/system.py:1083
msgid "Enable plugins to add apps"
msgstr "Povolit pluginům přidávát aplikace"
#: common/setting/system.py:1089
msgid "Enable schedule integration"
msgstr "Povolit integraci plánu"
#: common/setting/system.py:1090
msgid "Enable plugins to run scheduled tasks"
msgstr "Povolit pluginům spouštění naplánovaných úloh"
#: common/setting/system.py:1096
msgid "Enable event integration"
msgstr "Povolit integraci událostí"
#: common/setting/system.py:1097
msgid "Enable plugins to respond to internal events"
msgstr "Povolit pluginům reagovat na interní události"
#: common/setting/system.py:1103
msgid "Enable interface integration"
msgstr "Povolit rozhraní intergace"
#: common/setting/system.py:1104
msgid "Enable plugins to integrate into the user interface"
msgstr "Povolit integrování pluginů do uživatelského rozhraní"
#: common/setting/system.py:1110
msgid "Enable mail integration"
msgstr "Povolit integraci emailu"
#: common/setting/system.py:1111
msgid "Enable plugins to process outgoing/incoming mails"
msgstr "Povolit pluginům zpracování odchozích/příchozích emailů"
#: common/setting/system.py:1117
msgid "Enable project codes"
msgstr "Povolit projektové kódy"
#: common/setting/system.py:1118
msgid "Enable project codes for tracking projects"
msgstr "Povolit projektové kódy pro sledování projektů"
#: common/setting/system.py:1123
msgid "Enable Stocktake"
msgstr "Povolit inventuru"
#: common/setting/system.py:1125
msgid "Enable functionality for recording historical stock levels and value"
msgstr "Povolit funkcionalitu pro zaznamenávání historických stavů zásob a hodnoty"
#: common/setting/system.py:1131
msgid "Exclude External Locations"
msgstr "Vyloučit externí umístění"
#: common/setting/system.py:1133
msgid "Exclude stock items in external locations from stocktake calculations"
msgstr "Vyloučit skladové položky z externích lokací z inventury"
#: common/setting/system.py:1139
msgid "Automatic Stocktake Period"
msgstr "Perioda automatické inventury"
#: common/setting/system.py:1140
msgid "Number of days between automatic stocktake recording"
msgstr "Počet dní mezi automatickým záznamem inventury"
#: common/setting/system.py:1146
msgid "Delete Old Stocktake Entries"
msgstr "Odstranit staré záznamy inventur"
#: common/setting/system.py:1148
msgid "Delete stocktake entries older than the specified number of days"
msgstr "Odstranit záznamy inventur starší než zadaný počet dní"
#: common/setting/system.py:1154
msgid "Stocktake Deletion Interval"
msgstr "Interval odstranění inventury"
#: common/setting/system.py:1156
msgid "Stocktake entries will be deleted after specified number of days"
msgstr "Záznamy inventur budou odstraněny po zadaném počtu dní"
#: common/setting/system.py:1163
msgid "Delete Old Stock Tracking Entries"
msgstr "Odstranit staré záznamy sledování zásob"
#: common/setting/system.py:1165
msgid "Delete stock tracking entries older than the specified number of days"
msgstr "Odstranit staré záznamy sledování zásob starší než zadaný počet dní"
#: common/setting/system.py:1171
msgid "Stock Tracking Deletion Interval"
msgstr "Interval odstranění sledování zásob"
#: common/setting/system.py:1173
msgid "Stock tracking entries will be deleted after specified number of days"
msgstr "Záznamy sledování zásob budou odstraněny po zadaném počtu dní"
#: common/setting/system.py:1180
msgid "Display Users full names"
msgstr "Zobrazit celá jména uživatelů"
#: common/setting/system.py:1181
msgid "Display Users full names instead of usernames"
msgstr "Zobrazit plná jména uživatelů namísto uživatelských jmen"
#: common/setting/system.py:1186
msgid "Display User Profiles"
msgstr "Zobrazit uživatelské profily"
#: common/setting/system.py:1187
msgid "Display Users Profiles on their profile page"
msgstr "Zobrazit profily uživatelů na jejich profilové stránce"
#: common/setting/system.py:1192
msgid "Enable Test Station Data"
msgstr "Povolit data zkušební stanice"
#: common/setting/system.py:1193
msgid "Enable test station data collection for test results"
msgstr "Povolit sběr dat ze zkušební stanice pro výsledky testů"
#: common/setting/system.py:1198
msgid "Enable Machine Ping"
msgstr "Povolit ping stroje"
#: common/setting/system.py:1200
msgid "Enable periodic ping task of registered machines to check their status"
msgstr "Povolit pravidelný úkol pingu registrovaných strojů pro kontrolu jejich stavu"
#: common/setting/user.py:23
msgid "Inline label display"
msgstr "Zobrazení štítků na řádku"
#: common/setting/user.py:25
msgid "Display PDF labels in the browser, instead of downloading as a file"
msgstr "Zobrazit štítky PDF v prohlížeči namísto stahování jako soubor"
#: common/setting/user.py:31
msgid "Default label printer"
msgstr "Výchozí tiskárna štítků"
#: common/setting/user.py:32
msgid "Configure which label printer should be selected by default"
msgstr "Konfigurovat tiskárnu štítků, která má být vybrána jako výchozí"
#: common/setting/user.py:37
msgid "Inline report display"
msgstr "Zobrazení reportů na řádku"
#: common/setting/user.py:39
msgid "Display PDF reports in the browser, instead of downloading as a file"
msgstr "Zobrazit reporty PDF v prohlížeči namísto stahování jako soubor"
#: common/setting/user.py:45
msgid "Barcode Scanner in Form Fields"
msgstr "Skener čárových kódů v polích formuláře"
#: common/setting/user.py:46
msgid "Allow barcode scanner input in form fields"
msgstr "Povolit zadávání čárového kódu v polích formuláře"
#: common/setting/user.py:51
msgid "Search Parts"
msgstr "Hledat díly"
#: common/setting/user.py:52
msgid "Display parts in search preview window"
msgstr "Zobrazit díly v náhledu hledání"
#: common/setting/user.py:57
msgid "Search Supplier Parts"
msgstr "Hledat díly dodavatele"
#: common/setting/user.py:58
msgid "Display supplier parts in search preview window"
msgstr "Zobrazit díly dodavatele v náhledu hledání"
#: common/setting/user.py:63
msgid "Search Manufacturer Parts"
msgstr "Vyhledávání dílů výrobce"
#: common/setting/user.py:64
msgid "Display manufacturer parts in search preview window"
msgstr "Zobrazit díly výrobce v náhledu hledání"
#: common/setting/user.py:69
msgid "Hide Inactive Parts"
msgstr "Skrýt neaktivní díly"
#: common/setting/user.py:70
msgid "Excluded inactive parts from search preview window"
msgstr "Vyloučené neaktivní části z okna náhledu vyhledávání"
#: common/setting/user.py:75
msgid "Search Categories"
msgstr "Hledat kategorie"
#: common/setting/user.py:76
msgid "Display part categories in search preview window"
msgstr "Zobrazit kategorie dílů v náhledu hledání"
#: common/setting/user.py:81
msgid "Search Stock"
msgstr "Hledat zásoby"
#: common/setting/user.py:82
msgid "Display stock items in search preview window"
msgstr "Zobrazit skladové položky v náhledu hledání"
#: common/setting/user.py:87
msgid "Hide Unavailable Stock Items"
msgstr "Skrýt nedostupné skladové položky"
#: common/setting/user.py:89
msgid "Exclude stock items which are not available from the search preview window"
msgstr "Vyloučit skladové položky, které nejsou dostupné z okna náhledu hledání"
#: common/setting/user.py:95
msgid "Search Locations"
msgstr "Hledat umístění"
#: common/setting/user.py:96
msgid "Display stock locations in search preview window"
msgstr "Zobrazit skladová umístění v náhledu hledání"
#: common/setting/user.py:101
msgid "Search Companies"
msgstr "Hledat společnosti"
#: common/setting/user.py:102
msgid "Display companies in search preview window"
msgstr "Zobrazit společnosti v náhledu hledání"
#: common/setting/user.py:107
msgid "Search Build Orders"
msgstr "Hledat výrobní příkazy"
#: common/setting/user.py:108
msgid "Display build orders in search preview window"
msgstr "Zobrazit výrobní příkazy v náhledu hledání"
#: common/setting/user.py:113
msgid "Search Purchase Orders"
msgstr "Hledat nákupní objednávky"
#: common/setting/user.py:114
msgid "Display purchase orders in search preview window"
msgstr "Zobrazit nákupní objednávky v náhledu hledání"
#: common/setting/user.py:119
msgid "Exclude Inactive Purchase Orders"
msgstr "Vyloučit neaktivní nákupní objednávky"
#: common/setting/user.py:120
msgid "Exclude inactive purchase orders from search preview window"
msgstr "Vyloučit neaktivní nákupní objednávky z okna náhledu vyhledávání"
#: common/setting/user.py:125
msgid "Search Sales Orders"
msgstr "Hledat prodejní objednávky"
#: common/setting/user.py:126
msgid "Display sales orders in search preview window"
msgstr "Zobrazit prodejní objednávky v náhledu hledání"
#: common/setting/user.py:131
msgid "Exclude Inactive Sales Orders"
msgstr "Vyloučit neaktivní prodejní objednávky"
#: common/setting/user.py:132
msgid "Exclude inactive sales orders from search preview window"
msgstr "Vyloučit neaktivní prodejní objednávky z okna náhledu vyhledávání"
#: common/setting/user.py:137
msgid "Search Sales Order Shipments"
msgstr "Vyhledat zásilky prodejních objednávek"
#: common/setting/user.py:138
msgid "Display sales order shipments in search preview window"
msgstr "Zobrazit zásilky prodejních objednávek ve vyhledávacím náhledu"
#: common/setting/user.py:143
msgid "Search Return Orders"
msgstr "Vyhledávání vrácených objednávek"
#: common/setting/user.py:144
msgid "Display return orders in search preview window"
msgstr "Zobrazit vrácené objednávky v okně náhledu vyhledávání"
#: common/setting/user.py:149
msgid "Exclude Inactive Return Orders"
msgstr "Vyloučit neaktivní vrácené objednávky"
#: common/setting/user.py:150
msgid "Exclude inactive return orders from search preview window"
msgstr "Vyloučit neaktivní vrácené objednávky z okna náhledu vyhledávání"
#: common/setting/user.py:155
msgid "Search Preview Results"
msgstr "Náhled výsledků vyhledávání"
#: common/setting/user.py:157
msgid "Number of results to show in each section of the search preview window"
msgstr "Počet výsledků, které se mají zobrazit v každé části okna náhledu vyhledávání"
#: common/setting/user.py:163
msgid "Regex Search"
msgstr "Regex hledání"
#: common/setting/user.py:164
msgid "Enable regular expressions in search queries"
msgstr "Povolit regulární výrazy ve vyhledávacích dotazech"
#: common/setting/user.py:169
msgid "Whole Word Search"
msgstr "Vyhledávání celého slova"
#: common/setting/user.py:170
msgid "Search queries return results for whole word matches"
msgstr "Vyhledávací dotazy vracejí výsledky pro shody celých slov"
#: common/setting/user.py:175
msgid "Search Notes"
msgstr "Hledat poznámky"
#: common/setting/user.py:177
msgid "Search queries return results for matches from the item's notes"
msgstr "Vyhledávací dotazi vrátí výsledky pro shody v poznámek položek"
#: common/setting/user.py:183
msgid "Escape Key Closes Forms"
msgstr "Klávesa Escape zavře formuláře"
#: common/setting/user.py:184
msgid "Use the escape key to close modal forms"
msgstr "Zavřít modální formuláře pomocí klávesy escape"
#: common/setting/user.py:189
msgid "Fixed Navbar"
msgstr "Pevná navigační lišta"
#: common/setting/user.py:190
msgid "The navbar position is fixed to the top of the screen"
msgstr "Pozice navigační lišty je pevně nastavena na horní okraj obrazovky"
#: common/setting/user.py:195
msgid "Fixed Table Headers"
msgstr "Pevné záhlaví tabulky"
#: common/setting/user.py:196
msgid "Table headers are fixed to the top of the table"
msgstr "Hlavičky tabulky jsou připevněny k horní části tabulky"
#: common/setting/user.py:201
msgid "Show Spotlight"
msgstr "Zobrazit Spotlight"
#: common/setting/user.py:202
msgid "Enable spotlight navigation functionality"
msgstr "Povolit funkci spotlight navigace"
#: common/setting/user.py:207
msgid "Navigation Icons"
msgstr "Navigační ikony"
#: common/setting/user.py:208
msgid "Display icons in the navigation bar"
msgstr "Zobrazit ikony v navigačním panelu"
#: common/setting/user.py:213
msgid "Date Format"
msgstr "Formát data"
#: common/setting/user.py:214
msgid "Preferred format for displaying dates"
msgstr "Preferovaný formát pro zobrazení datumů"
#: common/setting/user.py:227
msgid "Show Stock History"
msgstr "Zobrazit historii skladu"
#: common/setting/user.py:228
msgid "Display stock history information in the part detail page"
msgstr "Zobrazit informace o historii zásob na stránce s podrobnostmi dílu"
#: common/setting/user.py:233
msgid "Show Last Breadcrumb"
msgstr "Zobrazit poslední drobečkovou navigaci"
#: common/setting/user.py:234
msgid "Show the current page in breadcrumbs"
msgstr "Zobrazit aktuální stránku v navigační službě"
#: common/setting/user.py:239
msgid "Show full stock location in tables"
msgstr "Zobrazit plnou polohu zásob v tabulkách"
#: common/setting/user.py:241
msgid "Disabled: The full location path is displayed as a hover tooltip. Enabled: The full location path is displayed as plain text."
msgstr "Vypnuto: Celá cesta lokace se ukáže jako nápověda. Zapnuto: Celá cesta lokace se ukáže jako prostý text."
#: common/setting/user.py:247
msgid "Show full part categories in tables"
msgstr "Zobrazit celé kategorie dílů v tabulkách"
#: common/setting/user.py:249
msgid "Disabled: The full category path is displayed as a hover tooltip. Enabled: The full category path is displayed as plain text."
msgstr "Vypnuto: Celá kategorie se ukáže jako nápověda. Zapnuto: Celá kategorie se ukáže jako prostý text."
#: common/setting/user.py:255
msgid "Receive error reports"
msgstr "Přijímat zprávy o chybách"
#: common/setting/user.py:256
msgid "Receive notifications for system errors"
msgstr "Dostávat oznámení o systémových chybách"
#: common/setting/user.py:261
msgid "Last used printing machines"
msgstr "Poslední použité tiskárny"
#: common/setting/user.py:262
msgid "Save the last used printing machines for a user"
msgstr "Uložte poslední použité tiskárny pro uživatele"
#: common/validators.py:38
msgid "All models"
msgstr "Všechny modely"
#: common/validators.py:63
msgid "No attachment model type provided"
msgstr "Není zadán typ modelu přílohy"
#: common/validators.py:69
msgid "Invalid attachment model type"
msgstr "Neplatný typ přílohy modelu"
#: common/validators.py:110
msgid "Minimum places cannot be greater than maximum places"
msgstr "Minimální počet míst nesmí být větší než maximální počet míst"
#: common/validators.py:122
msgid "Maximum places cannot be less than minimum places"
msgstr "Maximální počet míst nesmí být menší než minimální počet míst"
#: common/validators.py:133
msgid "An empty domain is not allowed."
msgstr "Prázdná doména není povolena."
#: common/validators.py:135
#, python-brace-format
msgid "Invalid domain name: {domain}"
msgstr "Neplatný název domény: {domain}"
#: common/validators.py:151
msgid "Value must be uppercase"
msgstr "Hodnota musí být napsána velkými písmeny"
#: common/validators.py:157
msgid "Value must be a valid variable identifier"
msgstr "Hodnota musí být platný variabilní identifikátor"
#: company/api.py:141
msgid "Part is Active"
msgstr "Díl je aktivní"
#: company/api.py:145
msgid "Manufacturer is Active"
msgstr "Výrobce je aktivní"
#: company/api.py:252
msgid "Supplier Part is Active"
msgstr "Díl dodavatele je aktivní"
#: company/api.py:254
msgid "Primary Supplier Part"
msgstr "Primární díl dodavatele"
#: company/api.py:258
msgid "Internal Part is Active"
msgstr "Interní díl je aktivní"
#: company/api.py:263
msgid "Supplier is Active"
msgstr "Dodavatel je aktivní"
#: company/api.py:275 company/models.py:535 company/serializers.py:473
#: part/serializers.py:491
msgid "Manufacturer"
msgstr "Výrobce"
#: company/api.py:282 company/models.py:124 company/models.py:404
#: stock/api.py:899
msgid "Company"
msgstr "Společnost"
#: company/api.py:292
msgid "Has Stock"
msgstr "Má zásoby"
#: company/models.py:125
msgid "Companies"
msgstr "Společnosti"
#: company/models.py:153
msgid "Company description"
msgstr "Popis společnosti"
#: company/models.py:154
msgid "Description of the company"
msgstr "Popis společnosti"
#: company/models.py:160
msgid "Website"
msgstr "Webová stránka"
#: company/models.py:161
msgid "Company website URL"
msgstr "Webové stránky společnosti"
#: company/models.py:167
msgid "Phone number"
msgstr "Telefonní číslo"
#: company/models.py:169
msgid "Contact phone number"
msgstr "Kontaktní telefonní číslo"
#: company/models.py:176
msgid "Contact email address"
msgstr "Kontaktní e-mailová adresa"
#: company/models.py:181 company/models.py:311 order/models.py:525
#: users/models.py:561
msgid "Contact"
msgstr "Kontakt"
#: company/models.py:183
msgid "Point of contact"
msgstr "Kontaktní místo"
#: company/models.py:189
msgid "Link to external company information"
msgstr "Odkaz na externí informace o společnosti"
#: company/models.py:194
msgid "Is this company active?"
msgstr "Je tato společnost aktivní?"
#: company/models.py:199
msgid "Is customer"
msgstr "Je zákazník"
#: company/models.py:200
msgid "Do you sell items to this company?"
msgstr "Prodáváte zboží této společnosti?"
#: company/models.py:205
msgid "Is supplier"
msgstr "Je dodavatel"
#: company/models.py:206
msgid "Do you purchase items from this company?"
msgstr "Zakupujete zboží od této společnosti?"
#: company/models.py:211
msgid "Is manufacturer"
msgstr "Je výrobce"
#: company/models.py:212
msgid "Does this company manufacture parts?"
msgstr "Vyrábí tato společnost díly?"
#: company/models.py:220
msgid "Default currency used for this company"
msgstr "Výchozí měna používaná pro tuto společnost"
#: company/models.py:227
msgid "Tax ID"
msgstr "DIČ"
#: company/models.py:228
msgid "Company Tax ID"
msgstr "DIČ společnosti"
#: company/models.py:350 order/models.py:535 order/models.py:2340
msgid "Address"
msgstr "Adresa"
#: company/models.py:351
msgid "Addresses"
msgstr "Adresy"
#: company/models.py:405
msgid "Select company"
msgstr "Vyberte společnost"
#: company/models.py:410
msgid "Address title"
msgstr "Název adresy"
#: company/models.py:411
msgid "Title describing the address entry"
msgstr "Název popisující záznam adresy"
#: company/models.py:417
msgid "Primary address"
msgstr "Primární adresa"
#: company/models.py:418
msgid "Set as primary address"
msgstr "Nastavit jako primární adresu"
#: company/models.py:423
msgid "Line 1"
msgstr "Řádek 1"
#: company/models.py:424
msgid "Address line 1"
msgstr "1. řádek adresy"
#: company/models.py:430
msgid "Line 2"
msgstr "Řádek 2"
#: company/models.py:431
msgid "Address line 2"
msgstr "2. řádek adresy"
#: company/models.py:437 company/models.py:438
msgid "Postal code"
msgstr "PSČ"
#: company/models.py:444
msgid "City/Region"
msgstr "Město/Region"
#: company/models.py:445
msgid "Postal code city/region"
msgstr "PSČ město/region"
#: company/models.py:451
msgid "State/Province"
msgstr "Stát/kraj"
#: company/models.py:452
msgid "State or province"
msgstr "Stát nebo provincie"
#: company/models.py:458
msgid "Country"
msgstr "Země"
#: company/models.py:459
msgid "Address country"
msgstr "Adresovaná země"
#: company/models.py:465
msgid "Courier shipping notes"
msgstr "Doručovací poznámky pro kurýra"
#: company/models.py:466
msgid "Notes for shipping courier"
msgstr "Poznámky pro kurýra"
#: company/models.py:472
msgid "Internal shipping notes"
msgstr "Interní přepravní poznámky"
#: company/models.py:473
msgid "Shipping notes for internal use"
msgstr "Doručovací poznámky pro interní použití"
#: company/models.py:480
msgid "Link to address information (external)"
msgstr "Odkaz na informace o adrese (externí)"
#: company/models.py:507 company/models.py:802 company/serializers.py:501
#: stock/api.py:560
msgid "Manufacturer Part"
msgstr "Výrobce dílu"
#: company/models.py:524 company/models.py:764 stock/models.py:1032
#: stock/serializers.py:418
msgid "Base Part"
msgstr "Základní díl"
#: company/models.py:526 company/models.py:766
msgid "Select part"
msgstr "Zvolte díl"
#: company/models.py:536
msgid "Select manufacturer"
msgstr "Vyberte výrobce"
#: company/models.py:542 company/serializers.py:512 order/serializers.py:742
#: part/serializers.py:501
msgid "MPN"
msgstr "MPN"
#: company/models.py:543 stock/serializers.py:578
msgid "Manufacturer Part Number"
msgstr "Číslo dílu výrobce"
#: company/models.py:550
msgid "URL for external manufacturer part link"
msgstr "URL pro odkaz na díl externího výrobce"
#: company/models.py:559
msgid "Manufacturer part description"
msgstr "Popis dílu výrobce"
#: company/models.py:691
msgid "Pack units must be compatible with the base part units"
msgstr "Jednotky balení musí být kompatibilní s jednotkami základních dílů"
#: company/models.py:698
msgid "Pack units must be greater than zero"
msgstr "Jednotky balení musí být větší než nula"
#: company/models.py:712
msgid "Linked manufacturer part must reference the same base part"
msgstr "Odkazovaný díl výrobce musí odkazovat na stejný základní díl"
#: company/models.py:774 company/serializers.py:460 company/serializers.py:495
#: order/models.py:666 part/serializers.py:475
#: plugin/builtin/suppliers/digikey.py:26 plugin/builtin/suppliers/lcsc.py:27
#: plugin/builtin/suppliers/mouser.py:25 plugin/builtin/suppliers/tme.py:27
#: stock/api.py:566 templates/email/overdue_purchase_order.html:16
msgid "Supplier"
msgstr "Dodavatel"
#: company/models.py:775
msgid "Select supplier"
msgstr "Vyberte dodavatele"
#: company/models.py:781 part/serializers.py:486
msgid "Supplier stock keeping unit"
msgstr "Skladová evidence dodavatele"
#: company/models.py:787
msgid "Is this supplier part active?"
msgstr "Je tento díl dodavatele aktivní?"
#: company/models.py:792
msgid "Primary"
msgstr "Primární"
#: company/models.py:793
msgid "Is this the primary supplier part for the linked Part?"
msgstr "Je tento primární díl dodavatele připojen k dílu?"
#: company/models.py:803
msgid "Select manufacturer part"
msgstr "Vyberte díl výrobce"
#: company/models.py:810
msgid "URL for external supplier part link"
msgstr "Adresa URL pro odkaz na externí díl dodavatele"
#: company/models.py:819
msgid "Supplier part description"
msgstr "Popis dílu dodavatele"
#: company/models.py:835 part/models.py:2295
msgid "base cost"
msgstr "základní cena"
#: company/models.py:836 part/models.py:2296
msgid "Minimum charge (e.g. stocking fee)"
msgstr "Minimální poplatek (např. poplatek za skladování)"
#: company/models.py:843 order/serializers.py:887 stock/models.py:1063
#: stock/serializers.py:1681
msgid "Packaging"
msgstr "Balení"
#: company/models.py:844
msgid "Part packaging"
msgstr "Balení dílu"
#: company/models.py:849
msgid "Pack Quantity"
msgstr "Počet kusů v balení"
#: company/models.py:851
msgid "Total quantity supplied in a single pack. Leave empty for single items."
msgstr "Celkové množství dodávané v jednom balení. Pro jednotlivé položky ponechte prázdné."
#: company/models.py:870 part/models.py:2302
msgid "multiple"
msgstr "více"
#: company/models.py:871
msgid "Order multiple"
msgstr "Objednat více"
#: company/models.py:883
msgid "Quantity available from supplier"
msgstr "Množství dostupné od dodavatele"
#: company/models.py:889
msgid "Availability Updated"
msgstr "Dostupnost aktualizována"
#: company/models.py:890
msgid "Date of last update of availability data"
msgstr "Datum poslední aktualizace údajů o dostupnosti"
#: company/models.py:1018
msgid "Supplier Price Break"
msgstr "Cenová sleva dodavatele"
#: company/serializers.py:191
msgid "Default currency used for this supplier"
msgstr "Výchozí měna používaná pro tohoto dodavatele"
#: company/serializers.py:229
msgid "Company Name"
msgstr "Jméno společnosti"
#: company/serializers.py:417 part/serializers.py:857 stock/serializers.py:444
msgid "In Stock"
msgstr "Skladem"
#: company/serializers.py:435
msgid "Price Breaks"
msgstr "Množstevní sleva"
#: company/serializers.py:488
msgid "Pretty Name"
msgstr "Hezké jméno"
#: data_exporter/mixins.py:328 data_exporter/mixins.py:417
msgid "Error occurred during data export"
msgstr "Při exportu dat došlo k chybě"
#: data_exporter/mixins.py:395
msgid "Data export plugin returned incorrect data format"
msgstr "Plugin pro export dat vrátil nesprávný formát dat"
#: data_exporter/serializers.py:73
msgid "Export Format"
msgstr "Exportovat formát"
#: data_exporter/serializers.py:74
msgid "Select export file format"
msgstr "Vyberte formát export souboru"
#: data_exporter/serializers.py:81
msgid "Export Plugin"
msgstr "Exportovací plugin"
#: data_exporter/serializers.py:82
msgid "Select export plugin"
msgstr "Vyberte exportovací plugin"
#: generic/states/fields.py:146
msgid "Additional status information for this item"
msgstr "Další informace ke stavu této položky"
#: generic/states/fields.py:160
msgid "Custom status key"
msgstr "Vlastní status klíče"
#: generic/states/serializers.py:26
msgid "Custom"
msgstr "Vlastní"
#: generic/states/serializers.py:37
msgid "Class"
msgstr "Třída"
#: generic/states/serializers.py:40
msgid "Values"
msgstr "Hodnoty"
#: generic/states/tests.py:22 order/status_codes.py:13
msgid "Placed"
msgstr "Umístěno"
#: generic/states/validators.py:21
msgid "Invalid status code"
msgstr "Neplatný kód statusu"
#: importer/models.py:74
msgid "Data File"
msgstr "Datový soubor"
#: importer/models.py:75
msgid "Data file to import"
msgstr "Datový soubor k importu"
#: importer/models.py:84
msgid "Columns"
msgstr "Sloupce"
#: importer/models.py:91
msgid "Target model type for this import session"
msgstr "Cílový typ modelu pro tuto relaci importu"
#: importer/models.py:97
msgid "Import status"
msgstr "Stav importu"
#: importer/models.py:107
msgid "Field Defaults"
msgstr "Výchozí Hodnoty"
#: importer/models.py:114
msgid "Field Overrides"
msgstr "Přepsání Pole"
#: importer/models.py:121
msgid "Field Filters"
msgstr "Filtry pole"
#: importer/models.py:127
msgid "Update Existing Records"
msgstr "Aktualizovat existující záznamy"
#: importer/models.py:128
msgid "If enabled, existing records will be updated with new data"
msgstr "Pokud je povoleno, existující záznamy budou aktualizovány s novými daty"
#: importer/models.py:281
msgid "Some required fields have not been mapped"
msgstr "Některá povinná pole nebyla namapována"
#: importer/models.py:388
msgid "ID"
msgstr "ID"
#: importer/models.py:389
msgid "Existing database identifier for the record"
msgstr "Existující databázový identifikátor pro tento záznam"
#: importer/models.py:459
msgid "Column is already mapped to a database field"
msgstr "Sloupec je již napamován k poli databáze"
#: importer/models.py:464
msgid "Field is already mapped to a data column"
msgstr "Pole je již namapováno do datového sloupce"
#: importer/models.py:473
msgid "Column mapping must be linked to a valid import session"
msgstr "Mapování sloupců musí být připojeno k platné relaci importu"
#: importer/models.py:478
msgid "Column does not exist in the data file"
msgstr "Sloupec neexistuje v datovém souboru"
#: importer/models.py:485
msgid "Field does not exist in the target model"
msgstr "Pole neexistuje v cílovém modelu"
#: importer/models.py:489
msgid "Selected field is read-only"
msgstr "Vybrané pole je pouze pro čtení"
#: importer/models.py:494 importer/models.py:571
msgid "Import Session"
msgstr "Importovací relace"
#: importer/models.py:498
msgid "Field"
msgstr "Pole"
#: importer/models.py:500
msgid "Column"
msgstr "Sloupec"
#: importer/models.py:575
msgid "Row Index"
msgstr "Index řádku"
#: importer/models.py:578
msgid "Original row data"
msgstr "Původní data řádku"
#: importer/models.py:583 machine/models.py:111
msgid "Errors"
msgstr "Chyby"
#: importer/models.py:585 part/serializers.py:1159
msgid "Valid"
msgstr "Platné"
#: importer/models.py:846
msgid "ID is required for updating existing records."
msgstr "ID je vyžadováno pro aktualizaci existujících záznamů."
#: importer/models.py:853
msgid "No record found with the provided ID"
msgstr "Žádný záznam nalezen pro zadané ID"
#: importer/models.py:859
msgid "Invalid ID format provided"
msgstr "Poskytnut neplatný formát ID"
#: importer/operations.py:31 importer/operations.py:52
msgid "Unsupported data file format"
msgstr "Nepodporovaný formát souboru"
#: importer/operations.py:43
msgid "Failed to open data file"
msgstr "Nepodařilo se otevřít datový soubor"
#: importer/operations.py:54
msgid "Invalid data file dimensions"
msgstr "Neplatné rozměry datového souboru"
#: importer/serializers.py:92
msgid "Invalid field defaults"
msgstr "Neplatné výchozí nastavení pole"
#: importer/serializers.py:105
msgid "Invalid field overrides"
msgstr "Neplatné přepsaní pole"
#: importer/serializers.py:118
msgid "Invalid field filters"
msgstr "Neplatný filtr pole"
#: importer/serializers.py:177
msgid "Rows"
msgstr "Řádky"
#: importer/serializers.py:178
msgid "List of row IDs to accept"
msgstr "Seznam ID řádků které mají být přijaty"
#: importer/serializers.py:191
msgid "No rows provided"
msgstr "Žádké řádky nebyly poskytnuty"
#: importer/serializers.py:195
msgid "Row does not belong to this session"
msgstr "Řádek nepatří k této relaci"
#: importer/serializers.py:198
msgid "Row contains invalid data"
msgstr "Řádek obsahuje neplatná data"
#: importer/serializers.py:201
msgid "Row has already been completed"
msgstr "Řádek již byl dokončen"
#: importer/status_codes.py:13
msgid "Initializing"
msgstr "Zahajuji"
#: importer/status_codes.py:18
msgid "Mapping Columns"
msgstr "Mapování sloupců"
#: importer/status_codes.py:21
msgid "Importing Data"
msgstr "Importování dat"
#: importer/status_codes.py:24
msgid "Processing Data"
msgstr "Zpracování dat"
#: importer/validators.py:21
msgid "Data file exceeds maximum size limit"
msgstr "Datový soubor překračuje maximální velikostní limit"
#: importer/validators.py:26
msgid "Data file contains no headers"
msgstr "Datový soubor neobsahuje žádnou hlavičku"
#: importer/validators.py:29
msgid "Data file contains too many columns"
msgstr "Datový soubor obsahuje příliš mnoho sloupců"
#: importer/validators.py:32
msgid "Data file contains too many rows"
msgstr "Datový soubor obsahuje příliš mnoho řádků"
#: importer/validators.py:53
msgid "Value must be a valid dictionary object"
msgstr "Hodnota musí být platný objekt slovníku"
#: machine/machine_types/label_printer.py:212
msgid "Copies"
msgstr "Kopie"
#: machine/machine_types/label_printer.py:213
msgid "Number of copies to print for each label"
msgstr "Počet kopií, které se mají tisknout pro každý štítek"
#: machine/machine_types/label_printer.py:231
msgid "Connected"
msgstr "Připojeno"
#: machine/machine_types/label_printer.py:232 order/api.py:1846
msgid "Unknown"
msgstr "Neznámý"
#: machine/machine_types/label_printer.py:233
msgid "Printing"
msgstr "Tisk"
#: machine/machine_types/label_printer.py:234
msgid "Warning"
msgstr "Varování"
#: machine/machine_types/label_printer.py:235
msgid "No media"
msgstr "Žádná média"
#: machine/machine_types/label_printer.py:236
msgid "Paper jam"
msgstr "Zaseknutí papíru"
#: machine/machine_types/label_printer.py:237
msgid "Disconnected"
msgstr "Odpojeno"
#: machine/machine_types/label_printer.py:238
msgid "Error"
msgstr "Chyba"
#: machine/machine_types/label_printer.py:245
msgid "Label Printer"
msgstr "Tiskárna štítků"
#: machine/machine_types/label_printer.py:246
msgid "Directly print labels for various items."
msgstr "Přímo vytisknout štítky pro různé položky."
#: machine/machine_types/label_printer.py:252
msgid "Printer Location"
msgstr "Umístění tiskárny"
#: machine/machine_types/label_printer.py:253
msgid "Scope the printer to a specific location"
msgstr "Určení rozsahu tiskárny na konkrétní místo"
#: machine/models.py:26
msgid "Name of machine"
msgstr "Název zařízení"
#: machine/models.py:30
msgid "Machine Type"
msgstr "Typ zařízení"
#: machine/models.py:30
msgid "Type of machine"
msgstr "Typ zařízení"
#: machine/models.py:35 machine/models.py:147
msgid "Driver"
msgstr "Ovladač"
#: machine/models.py:36
msgid "Driver used for the machine"
msgstr "Ovladač používaný pro toto zařízení"
#: machine/models.py:40
msgid "Machines can be disabled"
msgstr "Zařízení mohou být vypnuty"
#: machine/models.py:96
msgid "Driver available"
msgstr "Ovladač k dispozici"
#: machine/models.py:101
msgid "No errors"
msgstr "Žádné chyby"
#: machine/models.py:106
msgid "Initialized"
msgstr "Zahájeno"
#: machine/models.py:118
msgid "Machine status"
msgstr "Stav zařízení"
#: machine/models.py:146
msgid "Machine"
msgstr "Zařízení"
#: machine/models.py:158
msgid "Machine Config"
msgstr "Nastavení žařízení"
#: machine/models.py:163
msgid "Config type"
msgstr "Typ nastavení"
#: machine/serializers.py:24
msgid "Key of the property"
msgstr "Klíč vlastnosti"
#: machine/serializers.py:27
msgid "Value of the property"
msgstr "Hodnota vlastnosti"
#: machine/serializers.py:30 users/models.py:238
msgid "Group"
msgstr "Skupina"
#: machine/serializers.py:30
msgid "Grouping of the property"
msgstr "Skupinování vlastnosti"
#: machine/serializers.py:33
msgid "Type"
msgstr "Typ"
#: machine/serializers.py:35
msgid "Type of the property"
msgstr "Typ vlastnosti"
#: machine/serializers.py:40
msgid "Max Progress"
msgstr "Maximální pokrok"
#: machine/serializers.py:41
msgid "Maximum value for progress type, required if type=progress"
msgstr "Maximální hodnota pro pokrok typu, vyžadováno pokud typ=pokrok"
#: order/api.py:128
msgid "Order Reference"
msgstr "Označení objednávky"
#: order/api.py:156 order/api.py:1218
msgid "Outstanding"
msgstr "Vynikající"
#: order/api.py:172
msgid "Has Project Code"
msgstr "Má projektový kód"
#: order/api.py:186 order/models.py:493
msgid "Created By"
msgstr "Vytvořil(a)"
#: order/api.py:190
msgid "Created Before"
msgstr "Vytvořeno před"
#: order/api.py:194
msgid "Created After"
msgstr "Vytvořeno po"
#: order/api.py:198
msgid "Has Start Date"
msgstr "Má počáteční datum"
#: order/api.py:206
msgid "Start Date Before"
msgstr "Datum začátku před"
#: order/api.py:210
msgid "Start Date After"
msgstr "Datum začátku po"
#: order/api.py:214
msgid "Has Target Date"
msgstr "Má cílové datum"
#: order/api.py:222
msgid "Target Date Before"
msgstr "Cílové datum před"
#: order/api.py:226
msgid "Target Date After"
msgstr "Cílové datum po"
#: order/api.py:230
msgid "Updated Before"
msgstr "Aktualizováno před"
#: order/api.py:234
msgid "Updated After"
msgstr "Aktualizováno po"
#: order/api.py:285
msgid "Has Pricing"
msgstr "Má cenu"
#: order/api.py:338 order/api.py:825 order/api.py:1527
msgid "Completed Before"
msgstr "Dokončeno před"
#: order/api.py:342 order/api.py:829 order/api.py:1531
msgid "Completed After"
msgstr "Dokončeno po"
#: order/api.py:348 order/api.py:352
msgid "External Build Order"
msgstr "Externí výrobní příkaz"
#: order/api.py:537 order/api.py:925 order/api.py:1181 order/models.py:1972
#: order/models.py:2098 order/models.py:2150 order/models.py:2331
#: order/models.py:2527 order/models.py:3056 order/models.py:3122
msgid "Order"
msgstr "Objednávka"
#: order/api.py:541 order/api.py:993
msgid "Order Complete"
msgstr "Objednávka byla dokončena"
#: order/api.py:573 order/api.py:577 order/serializers.py:753
msgid "Internal Part"
msgstr "Interní díl"
#: order/api.py:595
msgid "Order Pending"
msgstr "Objednávka čeká na vyřízení"
#: order/api.py:978
msgid "Completed"
msgstr "Dokončeno"
#: order/api.py:1234
msgid "Has Shipment"
msgstr "Má zásilku"
#: order/api.py:1442
msgid "Shipment not found"
msgstr "Zásilka nebyla nalezena"
#: order/api.py:1840 order/models.py:577 order/models.py:1973
#: order/models.py:2099
#: report/templates/report/inventree_purchase_order_report.html:14
#: stock/serializers.py:129 templates/email/overdue_purchase_order.html:15
msgid "Purchase Order"
msgstr "Nákupní objednávka"
#: order/api.py:1842 order/models.py:1288 order/models.py:2151
#: order/models.py:2332 order/models.py:2528
#: report/templates/report/inventree_build_order_report.html:135
#: report/templates/report/inventree_sales_order_report.html:14
#: report/templates/report/inventree_sales_order_shipment_report.html:15
#: templates/email/overdue_sales_order.html:15
msgid "Sales Order"
msgstr "Prodejní objednávka"
#: order/api.py:1844 order/models.py:2699 order/models.py:3057
#: order/models.py:3123
#: report/templates/report/inventree_return_order_report.html:13
#: templates/email/overdue_return_order.html:15
msgid "Return Order"
msgstr "Vratka"
#: order/models.py:90
#: report/templates/report/inventree_purchase_order_report.html:38
#: report/templates/report/inventree_sales_order_report.html:31
msgid "Total Price"
msgstr "Celková cena"
#: order/models.py:91
msgid "Total price for this order"
msgstr "Celková cena za tuto objednávku"
#: order/models.py:96 order/serializers.py:61
msgid "Order Currency"
msgstr "Měna objednávky"
#: order/models.py:99 order/serializers.py:62
msgid "Currency for this order (leave blank to use company default)"
msgstr "Měna pro tuto objednávku (nechte prázdné pro použití výchozí hodnoty společnosti)"
#: order/models.py:326
msgid "This order is locked and cannot be modified"
msgstr "Tato objednávka je uzamčena a nelze ji upravit"
#: order/models.py:380
msgid "Contact does not match selected company"
msgstr "Kontakt nesouhlasí s vybranou společností"
#: order/models.py:387
msgid "Start date must be before target date"
msgstr "Datum zahájení musí být před cílovým datem"
#: order/models.py:394
msgid "Address does not match selected company"
msgstr "Adresa nesouhlasí s vybranou společností"
#: order/models.py:448
msgid "Order description (optional)"
msgstr "Popis objednávky (volitelné)"
#: order/models.py:457 order/models.py:1854
msgid "Select project code for this order"
msgstr "Vyberte kód projektu pro tuto objednávku"
#: order/models.py:463 order/models.py:1835 order/models.py:2396
msgid "Link to external page"
msgstr "Odkaz na externí stránku"
#: order/models.py:470
msgid "Start date"
msgstr "Datum zahájení"
#: order/models.py:471
msgid "Scheduled start date for this order"
msgstr "Plánované datum zahájení této objednávky"
#: order/models.py:477 order/models.py:1842 order/serializers.py:307
#: report/templates/report/inventree_build_order_report.html:125
msgid "Target Date"
msgstr "Cílené datum"
#: order/models.py:479
msgid "Expected date for order delivery. Order will be overdue after this date."
msgstr "Očekávané datum doručení objednávky. Objednávka bude po tomto datu splatná."
#: order/models.py:499
msgid "Issue Date"
msgstr "Datum vystavení"
#: order/models.py:500
msgid "Date order was issued"
msgstr "Datum vystavení objednávky"
#: order/models.py:506
msgid "Updated At"
msgstr "Aktualizováno v"
#: order/models.py:515
msgid "User or group responsible for this order"
msgstr "Uživatel nebo skupina odpovědná za tuto objednávku"
#: order/models.py:526
msgid "Point of contact for this order"
msgstr "Kontaktní bod pro tuto objednávku"
#: order/models.py:536
msgid "Company address for this order"
msgstr "Adresa společnosti pro tuto objednávku"
#: order/models.py:642 order/models.py:1351
msgid "Order reference"
msgstr "Číslo objednávky"
#: order/models.py:651 order/models.py:1375 order/models.py:2789
#: stock/serializers.py:565 stock/serializers.py:1017 users/models.py:542
msgid "Status"
msgstr "Stav"
#: order/models.py:652
msgid "Purchase order status"
msgstr "Stav objednávky"
#: order/models.py:667
msgid "Company from which the items are being ordered"
msgstr "Společnost, od které se položky objednávají"
#: order/models.py:678
msgid "Supplier Reference"
msgstr "Reference dodavatele"
#: order/models.py:679
msgid "Supplier order reference code"
msgstr "Referenční kód objednávky dodavatele"
#: order/models.py:688
msgid "received by"
msgstr "přijal"
#: order/models.py:695 order/models.py:2804
msgid "Date order was completed"
msgstr "Datum dokončení objednávky"
#: order/models.py:704 order/models.py:2031
msgid "Destination"
msgstr "Místo určení"
#: order/models.py:705 order/models.py:2035
msgid "Destination for received items"
msgstr "Cílové místo pro přijaté položky"
#: order/models.py:751
msgid "Part supplier must match PO supplier"
msgstr "Dodavatel dílu se musí shodovat s dodavatelem PO"
#: order/models.py:1021
msgid "Line item does not match purchase order"
msgstr "Řádková položka neodpovídá nákupní objednávce"
#: order/models.py:1024
msgid "Line item is missing a linked part"
msgstr "Řádkové položce chybí propojený díl"
#: order/models.py:1038
msgid "Quantity must be a positive number"
msgstr "Množství musí být kladné"
#: order/models.py:1072
msgid "Serial numbers cannot be assigned to virtual parts"
msgstr "Sériová čísla nemohou být přiřazena virtuálním dílům"
#: order/models.py:1362 order/models.py:2776 stock/models.py:1085
#: stock/models.py:1086 stock/serializers.py:1397
#: templates/email/overdue_return_order.html:16
#: templates/email/overdue_sales_order.html:16
msgid "Customer"
msgstr "Zákazník"
#: order/models.py:1363
msgid "Company to which the items are being sold"
msgstr "Společnost, jíž se položky prodávají"
#: order/models.py:1376
msgid "Sales order status"
msgstr "Stav prodejní objednávky"
#: order/models.py:1387 order/models.py:2796
msgid "Customer Reference "
msgstr "Reference zákazníka "
#: order/models.py:1388 order/models.py:2797
msgid "Customer order reference code"
msgstr "Referenční kód objednávky zákazníka"
#: order/models.py:1392 order/models.py:2348
msgid "Shipment Date"
msgstr "Datum odeslání"
#: order/models.py:1401
msgid "shipped by"
msgstr "odesláno společností"
#: order/models.py:1452
msgid "Order is already complete"
msgstr "Objednávka je již dokončena"
#: order/models.py:1455
msgid "Order is already cancelled"
msgstr "Objednávka je již zrušena"
#: order/models.py:1459
msgid "Only an open order can be marked as complete"
msgstr "Pouze otevřená objednávka může být označena jako kompletní"
#: order/models.py:1463
msgid "Order cannot be completed as there are incomplete shipments"
msgstr "Objednávku nelze dokončit, protože dodávky jsou nekompletní"
#: order/models.py:1468
msgid "Order cannot be completed as there are incomplete allocations"
msgstr "Objednávka nemůže být dokončena, protože jsou neúplné přiřazení"
#: order/models.py:1477
msgid "Order cannot be completed as there are incomplete line items"
msgstr "Objednávka nemůže být dokončena, protože jsou neúplné řádkové položky"
#: order/models.py:1772 order/models.py:1788
msgid "The order is locked and cannot be modified"
msgstr "Objednávka je uzamčena a nelze ji upravit"
#: order/models.py:1796
msgid "Item quantity"
msgstr "Množství položky"
#: order/models.py:1814
msgid "Line Number"
msgstr "Číslo linky"
#: order/models.py:1815
msgid "Line number for this item (optional)"
msgstr "Číslo řádku pro tuto položku (nepovinné)"
#: order/models.py:1822
msgid "Line item reference"
msgstr "Označení řádkové položky"
#: order/models.py:1829
msgid "Line item notes"
msgstr "Poznámky k řádkovým položkám"
#: order/models.py:1844
msgid "Target date for this line item (leave blank to use the target date from the order)"
msgstr "Cílové datum pro tuto řádkovou položku (pro použití cílového data z objednávky ponechte prázdné)"
#: order/models.py:1874
msgid "Line item description (optional)"
msgstr "Popis řádkové položky (nepovinné)"
#: order/models.py:1881
msgid "Additional context for this line"
msgstr "Dodatečný kontext pro tento řádek"
#: order/models.py:1891
msgid "Unit price"
msgstr "Cena za jednotku"
#: order/models.py:1910
msgid "Purchase Order Line Item"
msgstr "Řádková položka nákupní objednávky"
#: order/models.py:1939
msgid "Supplier part must match supplier"
msgstr "Dodavatelský díl musí odpovídat dodavateli"
#: order/models.py:1944
msgid "Build order must be marked as external"
msgstr "Objednávka sestavení musí být označená jako externí"
#: order/models.py:1951
msgid "Build orders can only be linked to assembly parts"
msgstr "Objednávka sestavení může být propojena pouze s montážními díly"
#: order/models.py:1957
msgid "Build order part must match line item part"
msgstr "Výrobní příkaz musí odpovídat lince předmětu dílu"
#: order/models.py:1992
msgid "Supplier part"
msgstr "Díl dodavatele"
#: order/models.py:1999
msgid "Received"
msgstr "Doručeno"
#: order/models.py:2000
msgid "Number of items received"
msgstr "Počet přijatých položek"
#: order/models.py:2008 stock/models.py:1208 stock/serializers.py:666
msgid "Purchase Price"
msgstr "Nákupní cena"
#: order/models.py:2009
msgid "Unit purchase price"
msgstr "Jednotková nákupní cena"
#: order/models.py:2025
msgid "External Build Order to be fulfilled by this line item"
msgstr "Externí výrobní příkaz který má být splněn touto linkovou položkou"
#: order/models.py:2087
msgid "Purchase Order Extra Line"
msgstr "Nákupní příkaz extra linka"
#: order/models.py:2116
msgid "Sales Order Line Item"
msgstr "Řádková položka prodejní objednávky"
#: order/models.py:2143
msgid "Only salable parts can be assigned to a sales order"
msgstr "K prodejní objednávce lze přiřadit pouze prodejné díly"
#: order/models.py:2169
msgid "Sale Price"
msgstr "Prodejní cena"
#: order/models.py:2170
msgid "Unit sale price"
msgstr "Jednotková prodejní cena"
#: order/models.py:2179 order/status_codes.py:50
msgid "Shipped"
msgstr "Odesláno"
#: order/models.py:2180
msgid "Shipped quantity"
msgstr "Odeslané množství"
#: order/models.py:2292
msgid "Sales Order Shipment"
msgstr "Zásilka prodejní objednávky"
#: order/models.py:2305
msgid "Shipment address must match the customer"
msgstr "Adresa zásilky musí odpovídat adrese zákazníka"
#: order/models.py:2341
msgid "Shipping address for this shipment"
msgstr "Dodací adresa pro tuto zásilku"
#: order/models.py:2349
msgid "Date of shipment"
msgstr "Datum odeslání"
#: order/models.py:2355
msgid "Delivery Date"
msgstr "Datum doručení"
#: order/models.py:2356
msgid "Date of delivery of shipment"
msgstr "Datum doručení zásilky"
#: order/models.py:2364
msgid "Checked By"
msgstr "Kontroloval(a)"
#: order/models.py:2365
msgid "User who checked this shipment"
msgstr "Uživatel, který zkontroloval tuto zásilku"
#: order/models.py:2372 order/models.py:2624 order/serializers.py:1798
#: order/serializers.py:1922
#: report/templates/report/inventree_sales_order_shipment_report.html:14
msgid "Shipment"
msgstr "Doprava"
#: order/models.py:2373
msgid "Shipment number"
msgstr "Číslo zásilky"
#: order/models.py:2381
msgid "Tracking Number"
msgstr "Sledovací číslo"
#: order/models.py:2382
msgid "Shipment tracking information"
msgstr "Informace o sledování zásilky"
#: order/models.py:2389
msgid "Invoice Number"
msgstr "Číslo faktury"
#: order/models.py:2390
msgid "Reference number for associated invoice"
msgstr "Referenční číslo přiřazené faktury"
#: order/models.py:2436
msgid "Shipment has already been sent"
msgstr "Zásilka již byla odeslána"
#: order/models.py:2439
msgid "Shipment has no allocated stock items"
msgstr "Zásilka nemá žádné přidělené skladové položky"
#: order/models.py:2446
msgid "Shipment must be checked before it can be completed"
msgstr "Zásilka musí být zkontrolována než může být dokončená"
#: order/models.py:2516
msgid "Sales Order Extra Line"
msgstr "Prodejní příkaz extra linka"
#: order/models.py:2545
msgid "Sales Order Allocation"
msgstr "Přidělení prodejní objednávky"
#: order/models.py:2568 order/models.py:2570
msgid "Stock item has not been assigned"
msgstr "Skladová položka nebyla přiřazena"
#: order/models.py:2577
msgid "Cannot allocate stock item to a line with a different part"
msgstr "Nelze přidělit skladovou položku na řádek s jiným dílem"
#: order/models.py:2580
msgid "Cannot allocate stock to a line without a part"
msgstr "Nelze přidělit skladovou položku na řádek bez dílu"
#: order/models.py:2583
msgid "Allocation quantity cannot exceed stock quantity"
msgstr "Přidělené množství nesmí překročit množství zásob"
#: order/models.py:2599
msgid "Allocation quantity must be greater than zero"
msgstr "Zabrané množství musí být větší než nula"
#: order/models.py:2602 order/serializers.py:1668
msgid "Quantity must be 1 for serialized stock item"
msgstr "Množství musí být 1 pro serializovanou skladovou položku"
#: order/models.py:2605
msgid "Sales order does not match shipment"
msgstr "Prodejní objednávka neodpovídá zásilce"
#: order/models.py:2606 plugin/base/barcodes/api.py:643
msgid "Shipment does not match sales order"
msgstr "Zásilka neodpovídá prodejní objednávce"
#: order/models.py:2614
msgid "Line"
msgstr "Řádek"
#: order/models.py:2625
msgid "Sales order shipment reference"
msgstr "Odkaz na zásilku z prodejní objednávky"
#: order/models.py:2638 order/models.py:3064
msgid "Item"
msgstr "Položka"
#: order/models.py:2639
msgid "Select stock item to allocate"
msgstr "Vyberte skladovou položku pro přidělení"
#: order/models.py:2648
msgid "Enter stock allocation quantity"
msgstr "Zadejte množství pro přidělení zásob"
#: order/models.py:2765
msgid "Return Order reference"
msgstr "Reference návratové objednávky"
#: order/models.py:2777
msgid "Company from which items are being returned"
msgstr "Společnost, od které se vrací položky"
#: order/models.py:2790
msgid "Return order status"
msgstr "Stav návratové objednávky"
#: order/models.py:3022
msgid "Return Order Line Item"
msgstr "Linkový předmět vratky"
#: order/models.py:3035
msgid "Stock item must be specified"
msgstr "Zásobní položka musí být specifikována"
#: order/models.py:3039
msgid "Return quantity exceeds stock quantity"
msgstr "Množství vratky přesahuje množstvní zásob"
#: order/models.py:3044
msgid "Return quantity must be greater than zero"
msgstr "Množstvní vratky musí být více než nula"
#: order/models.py:3049
msgid "Invalid quantity for serialized stock item"
msgstr "Neplatné množství pro sériovou skladovou položku"
#: order/models.py:3065
msgid "Select item to return from customer"
msgstr "Vyberte položku pro vrácení od zákazníka"
#: order/models.py:3080
msgid "Received Date"
msgstr "Datum přijetí"
#: order/models.py:3081
msgid "The date this return item was received"
msgstr "Datum příjetí této vratky"
#: order/models.py:3093
msgid "Outcome"
msgstr "Výsledek"
#: order/models.py:3094
msgid "Outcome for this line item"
msgstr "Výsledky pro tuto položku"
#: order/models.py:3101
msgid "Cost associated with return or repair for this line item"
msgstr "Náklady spojené s návratem nebo opravou této položky"
#: order/models.py:3111
msgid "Return Order Extra Line"
msgstr "Vratka extra linka"
#: order/serializers.py:75
msgid "Order ID"
msgstr "ID objednávky"
#: order/serializers.py:75
msgid "ID of the order to duplicate"
msgstr "ID objednávky k duplikaci"
#: order/serializers.py:81
msgid "Copy Lines"
msgstr "Kopírovat řádky"
#: order/serializers.py:82
msgid "Copy line items from the original order"
msgstr "Kopírovat řádkové položky z původní objednávky"
#: order/serializers.py:88
msgid "Copy Extra Lines"
msgstr "Kopírovat extra řádky"
#: order/serializers.py:89
msgid "Copy extra line items from the original order"
msgstr "Kopírovat extra řádkové položky z původní objednávky"
#: order/serializers.py:95 part/serializers.py:416
msgid "Copy Parameters"
msgstr "Kopírovat parametry"
#: order/serializers.py:96
msgid "Copy order parameters from the original order"
msgstr "Kopírovat parametry objednávky z původní objednávky"
#: order/serializers.py:111
#: report/templates/report/inventree_purchase_order_report.html:29
#: report/templates/report/inventree_return_order_report.html:19
#: report/templates/report/inventree_sales_order_report.html:22
msgid "Line Items"
msgstr "Řádkové položky"
#: order/serializers.py:116
msgid "Completed Lines"
msgstr "Dokončené řádky"
#: order/serializers.py:184
msgid "Duplicate Order"
msgstr "Duplikovat objednávku"
#: order/serializers.py:185
msgid "Specify options for duplicating this order"
msgstr "Specifikujte možnosti pro duplikaci této objednávky"
#: order/serializers.py:264
msgid "Invalid order ID"
msgstr "Neplatné ID objednávky"
#: order/serializers.py:444
msgid "Supplier Name"
msgstr "Název dodavatele"
#: order/serializers.py:493
msgid "Order cannot be cancelled"
msgstr "Objednávku nelze zrušit"
#: order/serializers.py:508 order/serializers.py:1689
msgid "Allow order to be closed with incomplete line items"
msgstr "Povolit uzavření objednávky s neúplnými řádkovými položkami"
#: order/serializers.py:518 order/serializers.py:1699
msgid "Order has incomplete line items"
msgstr "Objednávka má nedokončené řádkové položky"
#: order/serializers.py:638
msgid "Order is not open"
msgstr "Objednávka není otevřena"
#: order/serializers.py:676
msgid "Auto Pricing"
msgstr "Automatická cena"
#: order/serializers.py:678
msgid "Automatically calculate purchase price based on supplier part data"
msgstr "Automaticky vypočítat nákupní cenu na základě údajů o dílech dodavatele"
#: order/serializers.py:695
msgid "Purchase price currency"
msgstr "Měna nákupní ceny"
#: order/serializers.py:726
msgid "Merge Items"
msgstr "Sloučit položky"
#: order/serializers.py:728
msgid "Merge items with the same part, destination and target date into one line item"
msgstr "Sloučit položky se stejným dílem, místem určení a cílovým datem do jedné řádkové položky"
#: order/serializers.py:735 part/serializers.py:485
msgid "SKU"
msgstr "Číslo zboží (SKU)"
#: order/serializers.py:749 part/models.py:1151 part/serializers.py:344
msgid "Internal Part Number"
msgstr "Interní číslo dílu"
#: order/serializers.py:757
msgid "Internal Part Name"
msgstr "Interní název dílu"
#: order/serializers.py:773
msgid "Supplier part must be specified"
msgstr "Musí být uveden díl dodavatele"
#: order/serializers.py:776
msgid "Purchase order must be specified"
msgstr "Objednávka musí být zadána"
#: order/serializers.py:784
msgid "Supplier must match purchase order"
msgstr "Dodavatel musí odpovídat objednávce"
#: order/serializers.py:785
msgid "Purchase order must match supplier"
msgstr "Objednávka musí odpovídat dodavateli"
#: order/serializers.py:837 order/serializers.py:1769
msgid "Line Item"
msgstr "Řádková položka"
#: order/serializers.py:846 order/serializers.py:986 order/serializers.py:2140
msgid "Select destination location for received items"
msgstr "Vyberte cílové umístění pro přijaté položky"
#: order/serializers.py:862
msgid "Enter batch code for incoming stock items"
msgstr "Zadat kód šarže pro příchozí skladové položky"
#: order/serializers.py:869 stock/models.py:1167
#: templates/email/stale_stock_notification.html:22 users/models.py:137
msgid "Expiry Date"
msgstr "Datum expirace"
#: order/serializers.py:870
msgid "Enter expiry date for incoming stock items"
msgstr "Zadejte datum expirace pro příchozí skladové položky"
#: order/serializers.py:878
msgid "Enter serial numbers for incoming stock items"
msgstr "Zadat sériová čísla pro příchozí skladové položky"
#: order/serializers.py:888
msgid "Override packaging information for incoming stock items"
msgstr "Přepsat informace o obalu pro příchozí skladové položky"
#: order/serializers.py:896 order/serializers.py:2145
msgid "Additional note for incoming stock items"
msgstr "Dodatečná poznámka pro příchozí skladové položky"
#: order/serializers.py:903
msgid "Barcode"
msgstr "Čárový kód"
#: order/serializers.py:904
msgid "Scanned barcode"
msgstr "Naskenovaný čárový kód"
#: order/serializers.py:920
msgid "Barcode is already in use"
msgstr "Tento čárový kód se již používá"
#: order/serializers.py:1003 order/serializers.py:2164
msgid "Line items must be provided"
msgstr "Musí být uvedeny řádkové položky"
#: order/serializers.py:1022
msgid "Destination location must be specified"
msgstr "Místo určení musí být specifikováno"
#: order/serializers.py:1029
msgid "Supplied barcode values must be unique"
msgstr "Hodnoty dodaných čárových kódů musí být unikátní"
#: order/serializers.py:1154
msgid "Shipments"
msgstr "Zásilky"
#: order/serializers.py:1158
msgid "Completed Shipments"
msgstr "Dokončené zásilky"
#: order/serializers.py:1162
msgid "Allocated Lines"
msgstr "Přidělené řádky"
#: order/serializers.py:1355
msgid "Sale price currency"
msgstr "Měna prodejní ceny"
#: order/serializers.py:1402
msgid "Allocated Items"
msgstr "Přidělené položky"
#: order/serializers.py:1600
msgid "No shipment details provided"
msgstr "Nebyly poskytnuty žádné údaje o zásilce"
#: order/serializers.py:1632 order/serializers.py:1778
msgid "Line item is not associated with this order"
msgstr "Řádková položka není přiřazena k této objednávce"
#: order/serializers.py:1651
msgid "Quantity must be positive"
msgstr "Množství musí být kladné"
#: order/serializers.py:1788
msgid "Enter serial numbers to allocate"
msgstr "Zadejte sériová čísla pro přidělení"
#: order/serializers.py:1810 order/serializers.py:1930
msgid "Shipment has already been shipped"
msgstr "Zásilka již byla odeslána"
#: order/serializers.py:1813 order/serializers.py:1933
msgid "Shipment is not associated with this order"
msgstr "Zásilka není spojena s touto objednávkou"
#: order/serializers.py:1868
msgid "No match found for the following serial numbers"
msgstr "Nebyla nalezena žádná shoda pro následující sériová čísla"
#: order/serializers.py:1875
msgid "The following serial numbers are unavailable"
msgstr "Následující sériová čísla nejsou k dispozici"
#: order/serializers.py:2106
msgid "Return order line item"
msgstr "Řádkový předmět vratky"
#: order/serializers.py:2116
msgid "Line item does not match return order"
msgstr "Řádková položka neodpovídá vratce"
#: order/serializers.py:2119
msgid "Line item has already been received"
msgstr "Řádková položka již byla přijata"
#: order/serializers.py:2156
msgid "Items can only be received against orders which are in progress"
msgstr "Položky lze přijímat pouze proti objednávkám, které probíhají"
#: order/serializers.py:2232
msgid "Quantity to return"
msgstr "Množství k vrácení"
#: order/serializers.py:2257
msgid "Line price currency"
msgstr "Měna ceny řádku"
#: order/status_codes.py:17 order/status_codes.py:54 stock/status_codes.py:16
msgid "Lost"
msgstr "Ztraceno"
#: order/status_codes.py:18 order/status_codes.py:55 stock/status_codes.py:24
msgid "Returned"
msgstr "Vráceno"
#: order/status_codes.py:47 order/status_codes.py:79
msgid "In Progress"
msgstr "Zpracovává se"
#: order/status_codes.py:105
msgid "Return"
msgstr "Vrátit zpět"
#: order/status_codes.py:108
msgid "Repair"
msgstr "Oprava"
#: order/status_codes.py:111
msgid "Replace"
msgstr "Náhrada"
#: order/status_codes.py:114
msgid "Refund"
msgstr "Vrácení peněz"
#: order/status_codes.py:117
msgid "Reject"
msgstr "Odmítnout"
#: order/tasks.py:48
msgid "Overdue Purchase Order"
msgstr "Objednávka po splatnosti"
#: order/tasks.py:53
#, python-brace-format
msgid "Purchase order {po} is now overdue"
msgstr "Nákupní objednávka {po} je nyní opožděná"
#: order/tasks.py:118
msgid "Overdue Sales Order"
msgstr "Opožděná prodejní objednávka"
#: order/tasks.py:123
#, python-brace-format
msgid "Sales order {so} is now overdue"
msgstr "Prodejní objednávka {so} je nyní opožděná"
#: order/tasks.py:185
msgid "Overdue Return Order"
msgstr "Vratka po termínu vrácení"
#: order/tasks.py:190
#, python-brace-format
msgid "Return order {ro} is now overdue"
msgstr "Vratka {ro} je nyní opožděná"
#: part/api.py:88
msgid "Starred"
msgstr "Označené"
#: part/api.py:90
msgid "Filter by starred categories"
msgstr "Filtrovat podle kategorií s hvězdičkou"
#: part/api.py:107 stock/api.py:287
msgid "Depth"
msgstr "Hloubka"
#: part/api.py:107
msgid "Filter by category depth"
msgstr "Filtrovat podle hloubky kategorie"
#: part/api.py:125 stock/api.py:305
msgid "Top Level"
msgstr "Nejvyšší úroveň"
#: part/api.py:127
msgid "Filter by top-level categories"
msgstr "Filtrovat podle nejvyšších kategorií"
#: part/api.py:140 stock/api.py:320
msgid "Cascade"
msgstr "Kaskáda"
#: part/api.py:142
msgid "Include sub-categories in filtered results"
msgstr "Zahrnout podkategorie do filtrovaných výsledků"
#: part/api.py:162
msgid "Parent"
msgstr "Předek"
#: part/api.py:164
msgid "Filter by parent category"
msgstr "Filtrovat podle nadřazené kategorie"
#: part/api.py:199
msgid "Exclude sub-categories under the specified category"
msgstr "Vyloučit podkategorie v zadané kategorii"
#: part/api.py:424
msgid "Has Results"
msgstr "Má výsledky"
#: part/api.py:653
msgid "Is Variant"
msgstr "Je varianta"
#: part/api.py:661
msgid "Is Revision"
msgstr "Je revizí"
#: part/api.py:671
msgid "Has Revisions"
msgstr "Má revize"
#: part/api.py:852
msgid "BOM Valid"
msgstr "Kusovník schválen"
#: part/api.py:961
msgid "Cascade Categories"
msgstr "Kaskádové kategorie"
#: part/api.py:962
msgid "If true, include items in child categories of the given category"
msgstr "Pokud je pravda, zahrne položky z podkategorií dané kategorie"
#: part/api.py:968
msgid "Filter by numeric category ID or the literal 'null'"
msgstr "Filtrovat podle numerického ID kategorie nebo doslovného 'null'"
#: part/api.py:1280
msgid "Assembly part is active"
msgstr "Sestavený díl je aktivní"
#: part/api.py:1284
msgid "Assembly part is trackable"
msgstr "Sestavený díl je sledovatelný"
#: part/api.py:1288
msgid "Assembly part is testable"
msgstr "Sestavený díl je testovatelný"
#: part/api.py:1293
msgid "Component part is active"
msgstr "Kompotenta je aktivní"
#: part/api.py:1297
msgid "Component part is trackable"
msgstr "Komponenta je sledovatelná"
#: part/api.py:1301
msgid "Component part is testable"
msgstr "Díl komponenty je testovatelný"
#: part/api.py:1305
msgid "Component part is an assembly"
msgstr "Komponenta je část sestavy"
#: part/api.py:1309
msgid "Component part is virtual"
msgstr "Komponenta je virtuální"
#: part/api.py:1313
msgid "Has available stock"
msgstr "Má dostupné zásoby"
#: part/api.py:1370
msgid "Uses"
msgstr "Využití"
#: part/models.py:92 part/models.py:413
#: templates/email/part_event_notification.html:16
msgid "Part Category"
msgstr "Kategorie dílu"
#: part/models.py:93 users/ruleset.py:27
msgid "Part Categories"
msgstr "Kategorie dílů"
#: part/models.py:111 part/models.py:1187
msgid "Default Location"
msgstr "Výchozí umístění"
#: part/models.py:112
msgid "Default location for parts in this category"
msgstr "Výchozí umístění dílů v této kategorii"
#: part/models.py:117 stock/models.py:204
msgid "Structural"
msgstr "Strukturální"
#: part/models.py:119
msgid "Parts may not be directly assigned to a structural category, but may be assigned to child categories."
msgstr "Díly nesmějí být přímo zařazeny do strukturální kategorie, ale mohou být zařazeny do jejích podkategorií."
#: part/models.py:128
msgid "Default keywords"
msgstr "Výchozí klíčová slova"
#: part/models.py:129
msgid "Default keywords for parts in this category"
msgstr "Výchozí klíčová slova pro díly v této kategorii"
#: part/models.py:136 stock/models.py:99 stock/models.py:186
msgid "Icon"
msgstr "Ikona"
#: part/models.py:137 part/serializers.py:154 part/serializers.py:173
#: stock/models.py:187
msgid "Icon (optional)"
msgstr "Ikona (volitelná)"
#: part/models.py:181
msgid "You cannot make this part category structural because some parts are already assigned to it!"
msgstr "Nemůžete tuto kategorii označit jako strukturální, protože má již přiřazené díly!"
#: part/models.py:369
msgid "Part Category Parameter Template"
msgstr "Šablona parametru kategorie dílu"
#: part/models.py:425
msgid "Default Value"
msgstr "Výchozí hodnota"
#: part/models.py:426
msgid "Default Parameter Value"
msgstr "Výchozí hodnota parametru"
#: part/models.py:528 part/serializers.py:114 users/ruleset.py:28
msgid "Parts"
msgstr "Díly"
#: part/models.py:574
msgid "Cannot delete parameters of a locked part"
msgstr "Nelze odstranit parametry zamčeného dílu"
#: part/models.py:579
msgid "Cannot modify parameters of a locked part"
msgstr "Nelze upravit parametry zamčeného dílu"
#: part/models.py:590
msgid "Cannot delete this part as it is locked"
msgstr "Tento díl nelze smazat, protože je uzamčen"
#: part/models.py:593
msgid "Cannot delete this part as it is still active"
msgstr "Tento díl nelze odstanit, protože je stále aktivní"
#: part/models.py:598
msgid "Cannot delete this part as it is used in an assembly"
msgstr "Tento díl nelze odstranit, protože je použit v sestavě"
#: part/models.py:682 part/models.py:689
#, python-brace-format
msgid "Part '{self}' cannot be used in BOM for '{parent}' (recursive)"
msgstr "Díl '{self}' nelze použít v kusovníku '{parent}' (rekurzivní)"
#: part/models.py:701
#, python-brace-format
msgid "Part '{parent}' is used in BOM for '{self}' (recursive)"
msgstr "Díl '{parent}' je využit v kusovníku '{self}' (rekurzivní)"
#: part/models.py:768
#, python-brace-format
msgid "IPN must match regex pattern {pattern}"
msgstr "IPN musí odpovídat regex vzoru {pattern}"
#: part/models.py:776
msgid "Part cannot be a revision of itself"
msgstr "Díl nemůže být revize same sebe"
#: part/models.py:783
msgid "Revision code must be specified for a part marked as a revision"
msgstr "Kód revize musí být specifikován pro díl označený jako revize"
#: part/models.py:791
msgid "Revisions are only allowed for assembly parts"
msgstr "Revize jsou povoleny pouze pro sestavy"
#: part/models.py:798
msgid "Cannot make a revision of a template part"
msgstr "Nelze provést revizi šablony"
#: part/models.py:804
msgid "Parent part must point to the same template"
msgstr "Nadřazený díl musí odkazovat na stejnou šablonu"
#: part/models.py:901
msgid "Stock item with this serial number already exists"
msgstr "Skladová položka s tímto sériovým číslem již existuje"
#: part/models.py:1031
msgid "Duplicate IPN not allowed in part settings"
msgstr "Duplicitní IPN není povoleno v nastavení dílu"
#: part/models.py:1044
msgid "Duplicate part revision already exists."
msgstr "Duplicitní díl revize již existuje."
#: part/models.py:1054
msgid "Part with this Name, IPN and Revision already exists."
msgstr "Díl s tímto názvem, IPN a revizí již existuje."
#: part/models.py:1069
msgid "Parts cannot be assigned to structural part categories!"
msgstr "Díly nemohou být přiřazeny do strukturálních kategorií!"
#: part/models.py:1101
msgid "Part name"
msgstr "Název dílu"
#: part/models.py:1106
msgid "Is Template"
msgstr "Je šablonou"
#: part/models.py:1107
msgid "Is this part a template part?"
msgstr "Je tento díl šablona?"
#: part/models.py:1117
msgid "Is this part a variant of another part?"
msgstr "Je tento díl varianta jiného dílu?"
#: part/models.py:1118
msgid "Variant Of"
msgstr "Varianta"
#: part/models.py:1125
msgid "Part description (optional)"
msgstr "Popis dílu (nepovinné)"
#: part/models.py:1132
msgid "Keywords"
msgstr "Klíčová slova"
#: part/models.py:1133
msgid "Part keywords to improve visibility in search results"
msgstr "Klíčová slova dílu pro zlepšení vyhledávání"
#: part/models.py:1143
msgid "Part category"
msgstr "Kategorie dílu"
#: part/models.py:1150 part/serializers.py:831
#: report/templates/report/inventree_stock_location_report.html:103
msgid "IPN"
msgstr "Interní číslo dílu (IPN)"
#: part/models.py:1158
msgid "Part revision or version number"
msgstr "Číslo revize nebo verze dílu"
#: part/models.py:1159 report/models.py:231
msgid "Revision"
msgstr "Revize"
#: part/models.py:1168
msgid "Is this part a revision of another part?"
msgstr "Je tento díl revizí jiného dílu?"
#: part/models.py:1169
msgid "Revision Of"
msgstr "Revize"
#: part/models.py:1185
msgid "Where is this item normally stored?"
msgstr "Kde je tato položka obvykle skladněna?"
#: part/models.py:1222
msgid "Default Expiry"
msgstr "Výchozí expirace"
#: part/models.py:1223
msgid "Expiry time (in days) for stock items of this part"
msgstr "Expirační čas (ve dnech) pro zásoby tohoto dílu"
#: part/models.py:1231 part/serializers.py:901
msgid "Minimum Stock"
msgstr "Minimální zásoby na skladě"
#: part/models.py:1232
msgid "Minimum allowed stock level"
msgstr "Minimální povolená úroveň zásob"
#: part/models.py:1241
msgid "Units of measure for this part"
msgstr "Měrné jednotky pro tento díl"
#: part/models.py:1248
msgid "Can this part be built from other parts?"
msgstr "Lze tento díl sestavit z jiných dílů?"
#: part/models.py:1254
msgid "Can this part be used to build other parts?"
msgstr "Lze tento díl použít k sestavení jiných dílů?"
#: part/models.py:1260
msgid "Does this part have tracking for unique items?"
msgstr "Lze u tohoto dílu sledovat jednotlivé položky?"
#: part/models.py:1266
msgid "Can this part have test results recorded against it?"
msgstr "Může mít tento díl zaznamenány výsledky testu?"
#: part/models.py:1272
msgid "Can this part be purchased from external suppliers?"
msgstr "Může být tento díl zakoupen od externích dodavatelů?"
#: part/models.py:1278
msgid "Can this part be sold to customers?"
msgstr "Lze tento díl prodávat zákazníkům?"
#: part/models.py:1282
msgid "Is this part active?"
msgstr "Je tento díl aktivní?"
#: part/models.py:1288
msgid "Locked parts cannot be edited"
msgstr "Uzamčené díly nelze upravit"
#: part/models.py:1294
msgid "Is this a virtual part, such as a software product or license?"
msgstr "Je to virtuální díl, například softwarový produkt nebo licence?"
#: part/models.py:1299
msgid "BOM Validated"
msgstr "Kusovník ověřen"
#: part/models.py:1300
msgid "Is the BOM for this part valid?"
msgstr "Je kusovník pro tuto část platný?"
#: part/models.py:1306
msgid "BOM checksum"
msgstr "Kontrolní součet kusovníku"
#: part/models.py:1307
msgid "Stored BOM checksum"
msgstr "Uložený kontrolní součet kusovníku"
#: part/models.py:1315
msgid "BOM checked by"
msgstr "Kusovník zkontroloval"
#: part/models.py:1320
msgid "BOM checked date"
msgstr "Datum kontroly kusovníku"
#: part/models.py:1336
msgid "Creation User"
msgstr "Vytváření uživatele"
#: part/models.py:1346
msgid "Owner responsible for this part"
msgstr "Vlastník odpovědný za tento díl"
#: part/models.py:2303
msgid "Sell multiple"
msgstr "Prodat více"
#: part/models.py:3308
msgid "Currency used to cache pricing calculations"
msgstr "Měna použitá pro výpočet cen v mezipaměti"
#: part/models.py:3324
msgid "Minimum BOM Cost"
msgstr "Minimální cena kusovníku"
#: part/models.py:3325
msgid "Minimum cost of component parts"
msgstr "Minimální cena komponent dílu"
#: part/models.py:3331
msgid "Maximum BOM Cost"
msgstr "Maximální cena kusovníku"
#: part/models.py:3332
msgid "Maximum cost of component parts"
msgstr "Maximální cena komponent dílu"
#: part/models.py:3338
msgid "Minimum Purchase Cost"
msgstr "Minimální nákupní cena"
#: part/models.py:3339
msgid "Minimum historical purchase cost"
msgstr "Minimální historická nákupní cena"
#: part/models.py:3345
msgid "Maximum Purchase Cost"
msgstr "Maximální nákupní cena"
#: part/models.py:3346
msgid "Maximum historical purchase cost"
msgstr "Maximální historická nákupní cena"
#: part/models.py:3352
msgid "Minimum Internal Price"
msgstr "Minimální interní cena"
#: part/models.py:3353
msgid "Minimum cost based on internal price breaks"
msgstr "Minimální cena závislá na množstevní slevě"
#: part/models.py:3359
msgid "Maximum Internal Price"
msgstr "Maximální interní cena"
#: part/models.py:3360
msgid "Maximum cost based on internal price breaks"
msgstr "Maximální cena závislá na množstevní slevě"
#: part/models.py:3366
msgid "Minimum Supplier Price"
msgstr "Minimální cena dodavatele"
#: part/models.py:3367
msgid "Minimum price of part from external suppliers"
msgstr "Minimální cena dílu od externích dodavatelů"
#: part/models.py:3373
msgid "Maximum Supplier Price"
msgstr "Maximální cena dodavatele"
#: part/models.py:3374
msgid "Maximum price of part from external suppliers"
msgstr "Maximální cena dílu od externích dodavatelů"
#: part/models.py:3380
msgid "Minimum Variant Cost"
msgstr "Minimální cena variant"
#: part/models.py:3381
msgid "Calculated minimum cost of variant parts"
msgstr "Vypočítané minimální náklady na varianty dílů"
#: part/models.py:3387
msgid "Maximum Variant Cost"
msgstr "Maximální cena variant"
#: part/models.py:3388
msgid "Calculated maximum cost of variant parts"
msgstr "Vypočítané maximální náklady na varianty dílů"
#: part/models.py:3394 part/models.py:3408
msgid "Minimum Cost"
msgstr "Minimální cena"
#: part/models.py:3395
msgid "Override minimum cost"
msgstr "Přepsat minimální náklady"
#: part/models.py:3401 part/models.py:3415
msgid "Maximum Cost"
msgstr "Maximální cena"
#: part/models.py:3402
msgid "Override maximum cost"
msgstr "Přepsat maximální náklady"
#: part/models.py:3409
msgid "Calculated overall minimum cost"
msgstr "Vypočítané minimální celkové náklady"
#: part/models.py:3416
msgid "Calculated overall maximum cost"
msgstr "Vypočítané maximální celkové náklady"
#: part/models.py:3422
msgid "Minimum Sale Price"
msgstr "Minimální prodejní cena"
#: part/models.py:3423
msgid "Minimum sale price based on price breaks"
msgstr "Minimální prodejní cena na základě cenových zvýhodnění"
#: part/models.py:3429
msgid "Maximum Sale Price"
msgstr "Maximální prodejní cena"
#: part/models.py:3430
msgid "Maximum sale price based on price breaks"
msgstr "Maximální prodejní cena na základě cenových zvýhodnění"
#: part/models.py:3436
msgid "Minimum Sale Cost"
msgstr "Minimální prodejní cena"
#: part/models.py:3437
msgid "Minimum historical sale price"
msgstr "Minimální historická prodejní cena"
#: part/models.py:3443
msgid "Maximum Sale Cost"
msgstr "Maximální prodejní cena"
#: part/models.py:3444
msgid "Maximum historical sale price"
msgstr "Maximální historická prodejní cena"
#: part/models.py:3462
msgid "Part for stocktake"
msgstr "Díl na inventuru"
#: part/models.py:3467
msgid "Item Count"
msgstr "Počet položek"
#: part/models.py:3468
msgid "Number of individual stock entries at time of stocktake"
msgstr "Počet jednotlivých položek zásob v době inventury"
#: part/models.py:3476
msgid "Total available stock at time of stocktake"
msgstr "Celkové dostupné zásoby v době inventury"
#: part/models.py:3480 report/templates/report/inventree_test_report.html:106
#: stock/models.py:3105
msgid "Date"
msgstr "Datum"
#: part/models.py:3481
msgid "Date stocktake was performed"
msgstr "Datum provedení inventury"
#: part/models.py:3488
msgid "Minimum Stock Cost"
msgstr "Minimální cena zásob"
#: part/models.py:3489
msgid "Estimated minimum cost of stock on hand"
msgstr "Odhadovaná minimální cena zásob k dispozici"
#: part/models.py:3495
msgid "Maximum Stock Cost"
msgstr "Maximální cena zásob"
#: part/models.py:3496
msgid "Estimated maximum cost of stock on hand"
msgstr "Odhadovaná maximální cena zásob k dispozici"
#: part/models.py:3506
msgid "Part Sale Price Break"
msgstr "Částeční sleva v ceně"
#: part/models.py:3620
msgid "Part Test Template"
msgstr "Šablona testu položky"
#: part/models.py:3646
msgid "Invalid template name - must include at least one alphanumeric character"
msgstr "Neplatný název šablony - musí obsahovat alespoň jeden alfanumerický znak"
#: part/models.py:3678
msgid "Test templates can only be created for testable parts"
msgstr "Zkušební šablony lze vytvořit pouze pro testovatelné části"
#: part/models.py:3692
msgid "Test template with the same key already exists for part"
msgstr "Testovací šablona se stejným klíčem již existuje pro díl"
#: part/models.py:3709
msgid "Test Name"
msgstr "Název testu"
#: part/models.py:3710
msgid "Enter a name for the test"
msgstr "Zadejte název testu"
#: part/models.py:3716
msgid "Test Key"
msgstr "Testovací klíč"
#: part/models.py:3717
msgid "Simplified key for the test"
msgstr "Zjednodušený klíč pro testování"
#: part/models.py:3724
msgid "Test Description"
msgstr "Popis testu"
#: part/models.py:3725
msgid "Enter description for this test"
msgstr "Zadejte popis pro tento test"
#: part/models.py:3729
msgid "Is this test enabled?"
msgstr "Je tento test povolen?"
#: part/models.py:3734
msgid "Required"
msgstr "Požadováno"
#: part/models.py:3735
msgid "Is this test required to pass?"
msgstr "Je tato zkouška vyžadována k projití?"
#: part/models.py:3740
msgid "Requires Value"
msgstr "Požadovaná hodnota"
#: part/models.py:3741
msgid "Does this test require a value when adding a test result?"
msgstr "Vyžaduje tato zkouška hodnotu při výpočtu výsledku zkoušky?"
#: part/models.py:3746
msgid "Requires Attachment"
msgstr "Vyžaduje přílohu"
#: part/models.py:3748
msgid "Does this test require a file attachment when adding a test result?"
msgstr "Vyžaduje tato zkouška soubor při přidání výsledku testu?"
#: part/models.py:3755
msgid "Valid choices for this test (comma-separated)"
msgstr "Platné volby pro tento test (oddělené čárkami)"
#: part/models.py:3949
msgid "BOM item cannot be modified - assembly is locked"
msgstr "Položku kusovníku nelze změnit - sestava je uzamčena"
#: part/models.py:3956
msgid "BOM item cannot be modified - variant assembly is locked"
msgstr "Položku kusovníku nelze změnit - varianta montáže je uzamčena"
#: part/models.py:3966
msgid "Select parent part"
msgstr "Vyberte nadřazený díl"
#: part/models.py:3976
msgid "Sub part"
msgstr "Poddílec"
#: part/models.py:3977
msgid "Select part to be used in BOM"
msgstr "Vyberte díl které bude použit v kusovníku"
#: part/models.py:3988
msgid "BOM quantity for this BOM item"
msgstr "Kusovníkové množství pro tuto kusovníkovou položku"
#: part/models.py:3994
msgid "This BOM item is optional"
msgstr "Tato položka kusovníku je nepovinná"
#: part/models.py:4000
msgid "This BOM item is consumable (it is not tracked in build orders)"
msgstr "Tento předmět kusovníku je spotřebovatelný (není sledován v objednávkách stavby)"
#: part/models.py:4008
msgid "Setup Quantity"
msgstr "Nastavit množství"
#: part/models.py:4009
msgid "Extra required quantity for a build, to account for setup losses"
msgstr "Dodatečné množství potřebné pro sestavení k vyúčtování ztráty nastavení"
#: part/models.py:4017
msgid "Attrition"
msgstr "Přirozené ztráty"
#: part/models.py:4019
msgid "Estimated attrition for a build, expressed as a percentage (0-100)"
msgstr "Odhadované přirozené ztráty pro stavbu, vyjádřeno v procentech (0-100)"
#: part/models.py:4030
msgid "Rounding Multiple"
msgstr "Zaokrouhlení více"
#: part/models.py:4032
msgid "Round up required production quantity to nearest multiple of this value"
msgstr "Zaokrouhlit požadované množství produkce na nejbližší násobek této hodnoty"
#: part/models.py:4040
msgid "BOM item reference"
msgstr "Reference položky kusovníku"
#: part/models.py:4048
msgid "BOM item notes"
msgstr "Poznámky k položce kusovníku"
#: part/models.py:4054
msgid "Checksum"
msgstr "Kontrolní součet"
#: part/models.py:4055
msgid "BOM line checksum"
msgstr "Kontrolní součet řádku kusovníku"
#: part/models.py:4060
msgid "Validated"
msgstr "Schváleno"
#: part/models.py:4061
msgid "This BOM item has been validated"
msgstr "Tato položka kusovníku ještě nebyla schválena"
#: part/models.py:4066
msgid "Gets inherited"
msgstr "Se zdědí"
#: part/models.py:4067
msgid "This BOM item is inherited by BOMs for variant parts"
msgstr "Tento kusovník se zdědí kusovníky pro varianty dílů"
#: part/models.py:4073
msgid "Stock items for variant parts can be used for this BOM item"
msgstr "Skladové položky pro varianty dílu lze použít pro tuto položku kusovníku"
#: part/models.py:4180 stock/models.py:932
msgid "Quantity must be integer value for trackable parts"
msgstr "Množství musí být celé číslo pro sledovatelné díly"
#: part/models.py:4190 part/models.py:4192
msgid "Sub part must be specified"
msgstr "Poddíl musí být specifikován"
#: part/models.py:4343
msgid "BOM Item Substitute"
msgstr "Náhradní položka kusovníku"
#: part/models.py:4364
msgid "Substitute part cannot be the same as the master part"
msgstr "Náhradní díl nemůže být stejný jako hlavní díl"
#: part/models.py:4377
msgid "Parent BOM item"
msgstr "Nadřazená položka kusovníku"
#: part/models.py:4385
msgid "Substitute part"
msgstr "Náhradní díl"
#: part/models.py:4401
msgid "Part 1"
msgstr "Díl 1"
#: part/models.py:4409
msgid "Part 2"
msgstr "Díl 2"
#: part/models.py:4410
msgid "Select Related Part"
msgstr "Vyberte související díl"
#: part/models.py:4417
msgid "Note for this relationship"
msgstr "Poznámka pro tento vztah"
#: part/models.py:4436
msgid "Part relationship cannot be created between a part and itself"
msgstr "Část vztahu nemůže být vytvořena mezi dílem samotným"
#: part/models.py:4441
msgid "Duplicate relationship already exists"
msgstr "Duplicitní vztah již existuje"
#: part/serializers.py:109
msgid "Parent Category"
msgstr "Nadřazená kategorie"
#: part/serializers.py:110
msgid "Parent part category"
msgstr "Nadřazená kategorie dílu"
#: part/serializers.py:118 part/serializers.py:170
msgid "Subcategories"
msgstr "Podkategorie"
#: part/serializers.py:209
msgid "Results"
msgstr "Výsledky"
#: part/serializers.py:210
msgid "Number of results recorded against this template"
msgstr "Počet výsledků zaznamenaných podle této šablony"
#: part/serializers.py:241 part/serializers.py:259 stock/serializers.py:672
msgid "Purchase currency of this stock item"
msgstr "Nákupní měna této skladové položky"
#: part/serializers.py:286
msgid "File is not an image"
msgstr "Soubor není obrázek"
#: part/serializers.py:396
msgid "Original Part"
msgstr "Původní díl"
#: part/serializers.py:397
msgid "Select original part to duplicate"
msgstr "Vyberte původní díl, který má být duplikován"
#: part/serializers.py:402
msgid "Copy Image"
msgstr "Kopírovat obrázek"
#: part/serializers.py:403
msgid "Copy image from original part"
msgstr "Kopírovat obrázek z původního dílu"
#: part/serializers.py:409
msgid "Copy BOM"
msgstr "Kopírovat kusovník"
#: part/serializers.py:410
msgid "Copy bill of materials from original part"
msgstr "Kopírovat kusovník z původního dílu"
#: part/serializers.py:417
msgid "Copy parameter data from original part"
msgstr "Kopírovat data parametrů z původního dílu"
#: part/serializers.py:423
msgid "Copy Notes"
msgstr "Kopírovat poznámky"
#: part/serializers.py:424
msgid "Copy notes from original part"
msgstr "Kopírovat poznámky z původního dílu"
#: part/serializers.py:430
msgid "Copy Tests"
msgstr "Kopírovat testy"
#: part/serializers.py:431
msgid "Copy test templates from original part"
msgstr "Kopírovat testovací šablony z původního dílu"
#: part/serializers.py:449
msgid "Initial Stock Quantity"
msgstr "Počáteční skladové množství"
#: part/serializers.py:451
msgid "Specify initial stock quantity for this Part. If quantity is zero, no stock is added."
msgstr "Zadejte počáteční skladové množství pro tuto část. Pokud je množství nulové, není přidáno žádné."
#: part/serializers.py:458
msgid "Initial Stock Location"
msgstr "Počáteční skladové místo"
#: part/serializers.py:459
msgid "Specify initial stock location for this Part"
msgstr "Zadejte počáteční skladové místo pro tento díl"
#: part/serializers.py:476
msgid "Select supplier (or leave blank to skip)"
msgstr "Vyberte dodavatele (nebo nechte prázdné pro přeskočení)"
#: part/serializers.py:492
msgid "Select manufacturer (or leave blank to skip)"
msgstr "Vyberte výrobce (nebo nechte prázdné pro přeskočení)"
#: part/serializers.py:502
msgid "Manufacturer part number"
msgstr "Číslo dílu výrobce"
#: part/serializers.py:509
msgid "Selected company is not a valid supplier"
msgstr "Vybraná společnost není platný dodavatel"
#: part/serializers.py:518
msgid "Selected company is not a valid manufacturer"
msgstr "Vybraná společnost není platný výrobce"
#: part/serializers.py:529
msgid "Manufacturer part matching this MPN already exists"
msgstr "Výrobce dílu se stejným MPN již existuje"
#: part/serializers.py:536
msgid "Supplier part matching this SKU already exists"
msgstr "Dodavatelský díl s tímto SKU již existuje"
#: part/serializers.py:816
msgid "Category Name"
msgstr "Název kategorie"
#: part/serializers.py:845
msgid "Building"
msgstr "Budova"
#: part/serializers.py:846
msgid "Quantity of this part currently being in production"
msgstr "Množství tohoto dílu, které je v současné době ve výrobě"
#: part/serializers.py:853
msgid "Outstanding quantity of this part scheduled to be built"
msgstr "Zbývající množství tohoto dílu, které má být postaveno"
#: part/serializers.py:873 stock/serializers.py:1048 stock/serializers.py:1231
#: users/ruleset.py:30
msgid "Stock Items"
msgstr "Skladové položky"
#: part/serializers.py:877
msgid "Revisions"
msgstr "Revize"
#: part/serializers.py:881 part/serializers.py:1188
#: templates/email/low_stock_notification.html:16
#: templates/email/part_event_notification.html:17
msgid "Total Stock"
msgstr "Celkem skladem"
#: part/serializers.py:889
msgid "Unallocated Stock"
msgstr "Nezařazené zásoby"
#: part/serializers.py:897
msgid "Variant Stock"
msgstr "Skladové varianty"
#: part/serializers.py:968
msgid "Duplicate Part"
msgstr "Duplikovat díl"
#: part/serializers.py:969
msgid "Copy initial data from another Part"
msgstr "Kopírovat počáteční data z jiného dílu"
#: part/serializers.py:975
msgid "Initial Stock"
msgstr "Počáteční zásoby"
#: part/serializers.py:976
msgid "Create Part with initial stock quantity"
msgstr "Vytvořit díl s počátečním množstvím zásob"
#: part/serializers.py:982
msgid "Supplier Information"
msgstr "Informace o dodavateli"
#: part/serializers.py:983
msgid "Add initial supplier information for this part"
msgstr "Přidat počáteční informace dodavatele pro tento díl"
#: part/serializers.py:992
msgid "Copy Category Parameters"
msgstr "Kopírovat parametry kategorie"
#: part/serializers.py:993
msgid "Copy parameter templates from selected part category"
msgstr "Kopírovat šablony parametrů z vybrané kategorie dilu"
#: part/serializers.py:998
msgid "Existing Image"
msgstr "Stávající obrázek"
#: part/serializers.py:999
msgid "Filename of an existing part image"
msgstr "Název souboru existujícího obrázku dílu"
#: part/serializers.py:1016
msgid "Image file does not exist"
msgstr "Obrázek neexistuje"
#: part/serializers.py:1160
msgid "Validate entire Bill of Materials"
msgstr "Schválit celý kusovník"
#: part/serializers.py:1194 part/serializers.py:1802
msgid "Can Build"
msgstr "Lze postavit"
#: part/serializers.py:1211
msgid "Required for Build Orders"
msgstr "Vyžadováno pro výrobní objednávku"
#: part/serializers.py:1216
msgid "Allocated to Build Orders"
msgstr "Přířazeno výrobním objednávkám"
#: part/serializers.py:1223
msgid "Required for Sales Orders"
msgstr "Vyžadováno pro prodejní objednávky"
#: part/serializers.py:1227
msgid "Allocated to Sales Orders"
msgstr "Přiřazeno prodejním objednávkám"
#: part/serializers.py:1287
msgid "Part IPN"
msgstr "IPN dílu"
#: part/serializers.py:1294
msgid "Part Description"
msgstr "Popis dílu"
#: part/serializers.py:1338
msgid "Select a part to generate stocktake information for that part (and any variant parts)"
msgstr "Vyberte díl u kterého chce vytvořit informace inventury (i pro jeho varianty)"
#: part/serializers.py:1348
msgid "Select a category to include all parts within that category (and subcategories)"
msgstr "Vyberte kategorii pro obsažení všech dílů v dané kategorii (a podkategoriích)"
#: part/serializers.py:1358
msgid "Select a location to include all parts with stock in that location (including sub-locations)"
msgstr "Vyberte lokaci pro obsažení všech dílů se zásobami na dané lokaci (včetně pod-lokací)"
#: part/serializers.py:1365
msgid "Generate Stocktake Entries"
msgstr "Generovat vstupy inventury"
#: part/serializers.py:1366
msgid "Save stocktake entries for the selected parts"
msgstr "Uložit vstupy inventury pro vybrané díly"
#: part/serializers.py:1373
msgid "Generate Report"
msgstr "Generovat report"
#: part/serializers.py:1374
msgid "Generate a stocktake report for the selected parts"
msgstr "Generovat report inventury pro vybrané díly"
#: part/serializers.py:1477
msgid "Minimum Price"
msgstr "Minimální cena"
#: part/serializers.py:1478
msgid "Override calculated value for minimum price"
msgstr "Přespat vypočítanou hodnotu pro minimální cenu"
#: part/serializers.py:1485
msgid "Minimum price currency"
msgstr "Měna minimální ceny"
#: part/serializers.py:1492
msgid "Maximum Price"
msgstr "Maximální cena"
#: part/serializers.py:1493
msgid "Override calculated value for maximum price"
msgstr "Přespat vypočítanou hodnotu pro maximální cenu"
#: part/serializers.py:1500
msgid "Maximum price currency"
msgstr "Měna maximální ceny"
#: part/serializers.py:1529
msgid "Update"
msgstr "Aktualizovat"
#: part/serializers.py:1530
msgid "Update pricing for this part"
msgstr "Aktualizovat cenu pro díl"
#: part/serializers.py:1553
#, python-brace-format
msgid "Could not convert from provided currencies to {default_currency}"
msgstr "Nelze převést z poskytnutých měn na {default_currency}"
#: part/serializers.py:1560
msgid "Minimum price must not be greater than maximum price"
msgstr "Minimální cena musí být vyšší než maximální cena"
#: part/serializers.py:1563
msgid "Maximum price must not be less than minimum price"
msgstr "Maximální cena nesmí být nížší než minimální cena"
#: part/serializers.py:1716
msgid "Quantity must be greater than or equal to zero"
msgstr "Množství musí být větší nebo rovno nule"
#: part/serializers.py:1729
msgid "Select the parent assembly"
msgstr "Vybrat nadřazenou sestavu"
#: part/serializers.py:1764
msgid "Select the component part"
msgstr "Vyberte komponentu dílu"
#: part/serializers.py:1991
msgid "Select part to copy BOM from"
msgstr "Vyberte díl pro kopírování kusovníku z"
#: part/serializers.py:1999
msgid "Remove Existing Data"
msgstr "Odstranit existující data"
#: part/serializers.py:2000
msgid "Remove existing BOM items before copying"
msgstr "Odstranit existující položky kusovníku před kopírováním"
#: part/serializers.py:2005
msgid "Include Inherited"
msgstr "Zahrnout zděděné"
#: part/serializers.py:2006
msgid "Include BOM items which are inherited from templated parts"
msgstr "Zahrnout položky kusovníku které jsou zdědené z šablonových dílů"
#: part/serializers.py:2011
msgid "Skip Invalid Rows"
msgstr "Přeskočit neplatné řádky"
#: part/serializers.py:2012
msgid "Enable this option to skip invalid rows"
msgstr "Povolte tuto možnost pro přeskočení neplatných řádků"
#: part/serializers.py:2017
msgid "Copy Substitute Parts"
msgstr "Kopírovat náhradní díly"
#: part/serializers.py:2018
msgid "Copy substitute parts when duplicate BOM items"
msgstr "Kopírovat náhradní díly při duplikaci položek kusovníku"
#: part/tasks.py:42
msgid "Low stock notification"
msgstr "Oznámení o nízkých zásobách"
#: part/tasks.py:44
#, python-brace-format
msgid "The available stock for {part.name} has fallen below the configured minimum level"
msgstr "Dostupné zásoby pro {part.name} klesly pod nastavenou minimální úroveň"
#: part/tasks.py:74
msgid "Stale stock notification"
msgstr "Oznámení o zastaralých zásobách"
#: part/tasks.py:78
msgid "You have 1 stock item approaching its expiry date"
msgstr "Máte 1 skladovou položku blížící se k datu expirace"
#: part/tasks.py:80
#, python-brace-format
msgid "You have {item_count} stock items approaching their expiry dates"
msgstr "Máte skladem {item_count} položek, jejichž data expirace se blíží"
#: part/tasks.py:89
msgid "No expiry date"
msgstr "Bez data expirace"
#: part/tasks.py:96
msgid "Expired {abs(days_diff)} days ago"
msgstr "Expirovalo před {abs(days_diff)} dny"
#: part/tasks.py:99
msgid "Expires today"
msgstr "Expiruje dnes"
#: part/tasks.py:102
#, python-brace-format
msgid "{days_until_expiry} days"
msgstr "{days_until_expiry} dní"
#: plugin/api.py:80
msgid "Builtin"
msgstr "Vestavěný"
#: plugin/api.py:94
msgid "Mandatory"
msgstr "Povinné"
#: plugin/api.py:109
msgid "Sample"
msgstr "Příklad"
#: plugin/api.py:123 plugin/models.py:167
msgid "Installed"
msgstr "Nainstalováno"
#: plugin/api.py:190
msgid "Plugin cannot be deleted as it is currently active"
msgstr "Plugin nemůže být odstraněn, protože je aktuálně aktivní"
#: plugin/base/action/api.py:56
msgid "No action specified"
msgstr "Činnost nebyla specifikována"
#: plugin/base/action/api.py:70
msgid "No matching action found"
msgstr "Nebyla nalezena odpovídající činnost"
#: plugin/base/barcodes/api.py:212
msgid "No match found for barcode data"
msgstr "Pro data čárového kódu nebyla nalezena shoda"
#: plugin/base/barcodes/api.py:216
msgid "Match found for barcode data"
msgstr "Pro data čárového kódu byla nalezena shoda"
#: plugin/base/barcodes/api.py:254 plugin/base/barcodes/serializers.py:77
msgid "Model is not supported"
msgstr "Model není podporován"
#: plugin/base/barcodes/api.py:259
msgid "Model instance not found"
msgstr "Instance modelu nebyla nalezena"
#: plugin/base/barcodes/api.py:288
msgid "Barcode matches existing item"
msgstr "Čárový kód odpovídá existující položce"
#: plugin/base/barcodes/api.py:419
msgid "No matching part data found"
msgstr "Žádné odpovídající data nebyla nalezena"
#: plugin/base/barcodes/api.py:435
msgid "No matching supplier parts found"
msgstr "Žádné odpovídající díly dodavatelů nebyly nalezeny"
#: plugin/base/barcodes/api.py:438
msgid "Multiple matching supplier parts found"
msgstr "Vícero odpovídajících dílů dodavatelů bylo nalezeno"
#: plugin/base/barcodes/api.py:451 plugin/base/barcodes/api.py:678
msgid "No matching plugin found for barcode data"
msgstr "Žádný odpovídající plugin pro čárové kódy nebyl nalezen"
#: plugin/base/barcodes/api.py:461
msgid "Matched supplier part"
msgstr "Odpovídající díl dodavatele"
#: plugin/base/barcodes/api.py:529
msgid "Item has already been received"
msgstr "Položka již byla obdržena"
#: plugin/base/barcodes/api.py:577
msgid "No plugin match for supplier barcode"
msgstr "Žádný plugin neodpovídá čárový kód dodavatele"
#: plugin/base/barcodes/api.py:626
msgid "Multiple matching line items found"
msgstr "Vícero odpovídajících řádkových položek bylo nalezeno"
#: plugin/base/barcodes/api.py:629
msgid "No matching line item found"
msgstr "Žádná odpovídající řádková položka nebyla nalezena"
#: plugin/base/barcodes/api.py:675
msgid "No sales order provided"
msgstr "Žádná prodejní objednávka nebyla poskytnuta"
#: plugin/base/barcodes/api.py:684
msgid "Barcode does not match an existing stock item"
msgstr "Čárový kód neodpovídá žádné existující skladové položce"
#: plugin/base/barcodes/api.py:700
msgid "Stock item does not match line item"
msgstr "Skladová položka se neshoduje s řádkovou položkou"
#: plugin/base/barcodes/api.py:730
msgid "Insufficient stock available"
msgstr "Nedostatečný počet zásob"
#: plugin/base/barcodes/api.py:743
msgid "Stock item allocated to sales order"
msgstr "Skladová položka byla přidělena prodejní objednávce"
#: plugin/base/barcodes/api.py:746
msgid "Not enough information"
msgstr "Nedostatek informací"
#: plugin/base/barcodes/mixins.py:309
#: plugin/builtin/barcodes/inventree_barcode.py:101
msgid "Found matching item"
msgstr "Nalezena odpovídající položka"
#: plugin/base/barcodes/mixins.py:375
msgid "Supplier part does not match line item"
msgstr "Dodavatelská položka se neshoduje s řádkovou položkou"
#: plugin/base/barcodes/mixins.py:378
msgid "Line item is already completed"
msgstr "Řádková položka je již dokončena"
#: plugin/base/barcodes/mixins.py:415
msgid "Further information required to receive line item"
msgstr "Další informace potřebné k přijetí položky"
#: plugin/base/barcodes/mixins.py:423
msgid "Received purchase order line item"
msgstr "Obdržené položky objednávky"
#: plugin/base/barcodes/mixins.py:430
msgid "Failed to receive line item"
msgstr "Nepodařilo se přijmout řádkovou položku"
#: plugin/base/barcodes/serializers.py:53
msgid "Scanned barcode data"
msgstr "Naskenované data čárového kódu"
#: plugin/base/barcodes/serializers.py:62
msgid "Model name to generate barcode for"
msgstr "Název modelu pro generování čárového kódu pro"
#: plugin/base/barcodes/serializers.py:67
msgid "Primary key of model object to generate barcode for"
msgstr "Primární klíč modelového objektu pro generování čárového kódu pro"
#: plugin/base/barcodes/serializers.py:137
msgid "Purchase Order to allocate items against"
msgstr "Nákupní objednávka proti které přiřadit zboží"
#: plugin/base/barcodes/serializers.py:143
msgid "Purchase order is not open"
msgstr "Nákupní objednávka není otevřená"
#: plugin/base/barcodes/serializers.py:161
msgid "Supplier to receive items from"
msgstr "Dodavatel pro příjem položek"
#: plugin/base/barcodes/serializers.py:168
msgid "PurchaseOrder to receive items against"
msgstr "Nákupní objednávka proti které přijmou zboží"
#: plugin/base/barcodes/serializers.py:174
msgid "Purchase order has not been placed"
msgstr "Nákupní objednávka nebyla zadána"
#: plugin/base/barcodes/serializers.py:182
msgid "Location to receive items into"
msgstr "Lokace pro příjem zboží"
#: plugin/base/barcodes/serializers.py:188
msgid "Cannot select a structural location"
msgstr "Nelze zvolit strukturální lokaci"
#: plugin/base/barcodes/serializers.py:196
msgid "Purchase order line item to receive items against"
msgstr "Nákupní objednávka řádku předmětu proti které přijmou zboží"
#: plugin/base/barcodes/serializers.py:202
msgid "Automatically allocate stock items to the purchase order"
msgstr "Automaticky přiřadit skladové položky nákupní objednávce"
#: plugin/base/barcodes/serializers.py:215
msgid "Sales Order to allocate items against"
msgstr "Prodejní objednávka proti přiřazení položek"
#: plugin/base/barcodes/serializers.py:221
msgid "Sales order is not open"
msgstr "Prodejní objednávka není otevřena"
#: plugin/base/barcodes/serializers.py:229
msgid "Sales order line item to allocate items against"
msgstr "Prodejní objednávka řádku předmětu proti které přijmou zboží"
#: plugin/base/barcodes/serializers.py:236
msgid "Sales order shipment to allocate items against"
msgstr "Doprava prodejní objednávky proti které přiřadit zboží"
#: plugin/base/barcodes/serializers.py:242
msgid "Shipment has already been delivered"
msgstr "Zásilka již byla doručena"
#: plugin/base/barcodes/serializers.py:247
msgid "Quantity to allocate"
msgstr "Množství k přidělení"
#: plugin/base/label/label.py:41
msgid "Label printing failed"
msgstr "Tisk štítku se nezdařil"
#: plugin/base/label/mixins.py:53
msgid "Error rendering label to PDF"
msgstr "Chyba při vykreslování štítku do PDF"
#: plugin/base/label/mixins.py:67
msgid "Error rendering label to HTML"
msgstr "Chyba při vykreslování štítku do HTML"
#: plugin/base/label/mixins.py:144
msgid "No items provided to print"
msgstr "Nejsou k dispozici žádné položky k tisku"
#: plugin/base/ui/serializers.py:30
msgid "Plugin Name"
msgstr "Název pluginu"
#: plugin/base/ui/serializers.py:34
msgid "Feature Type"
msgstr "Druh funkce"
#: plugin/base/ui/serializers.py:39
msgid "Feature Label"
msgstr "Popisek funkce"
#: plugin/base/ui/serializers.py:44
msgid "Feature Title"
msgstr "Název funkce"
#: plugin/base/ui/serializers.py:49
msgid "Feature Description"
msgstr "Popis funkce"
#: plugin/base/ui/serializers.py:54
msgid "Feature Icon"
msgstr "Ikona funkce"
#: plugin/base/ui/serializers.py:58
msgid "Feature Options"
msgstr "Možnosti funkce"
#: plugin/base/ui/serializers.py:61
msgid "Feature Context"
msgstr "Kontext funkce"
#: plugin/base/ui/serializers.py:64
msgid "Feature Source (javascript)"
msgstr "Zdroj funkcí (javascript)"
#: plugin/builtin/barcodes/inventree_barcode.py:27
msgid "InvenTree Barcodes"
msgstr "InvenTree čárové kódy"
#: plugin/builtin/barcodes/inventree_barcode.py:28
msgid "Provides native support for barcodes"
msgstr "Poskytuje nativní podporu pro čárové kódy"
#: plugin/builtin/barcodes/inventree_barcode.py:30
#: plugin/builtin/events/auto_create_builds.py:30
#: plugin/builtin/events/auto_issue_orders.py:19
#: plugin/builtin/exporter/bom_exporter.py:74
#: plugin/builtin/exporter/inventree_exporter.py:17
#: plugin/builtin/exporter/parameter_exporter.py:32
#: plugin/builtin/exporter/stocktake_exporter.py:47
#: plugin/builtin/integration/core_notifications.py:25
#: plugin/builtin/integration/core_notifications.py:69
#: plugin/builtin/integration/core_notifications.py:125
#: plugin/builtin/integration/currency_exchange.py:21
#: plugin/builtin/integration/machine_types.py:17
#: plugin/builtin/integration/part_notifications.py:21
#: plugin/builtin/labels/inventree_label.py:26
#: plugin/builtin/labels/inventree_machine.py:64
#: plugin/builtin/labels/label_sheet.py:72
#: plugin/builtin/suppliers/digikey.py:20 plugin/builtin/suppliers/lcsc.py:22
#: plugin/builtin/suppliers/mouser.py:20 plugin/builtin/suppliers/tme.py:22
msgid "InvenTree contributors"
msgstr "InvenTree přispěvatelé"
#: plugin/builtin/barcodes/inventree_barcode.py:34
msgid "Internal Barcode Format"
msgstr "Interní formát čárového kódu"
#: plugin/builtin/barcodes/inventree_barcode.py:35
msgid "Select an internal barcode format"
msgstr "Vyberte interní formát čárového kódu"
#: plugin/builtin/barcodes/inventree_barcode.py:37
msgid "JSON barcodes (human readable)"
msgstr "JSON čárové kódy (čitelné pro člověka)"
#: plugin/builtin/barcodes/inventree_barcode.py:38
msgid "Short barcodes (space optimized)"
msgstr "Krátké čárové kódy (optimalizace místa)"
#: plugin/builtin/barcodes/inventree_barcode.py:43
msgid "Short Barcode Prefix"
msgstr "Předpona krátkého čárového kódu"
#: plugin/builtin/barcodes/inventree_barcode.py:45
msgid "Customize the prefix used for short barcodes, may be useful for environments with multiple InvenTree instances"
msgstr "Přizpůsobit předponu využívanou pro krátké čárové kódy, může být užitečné pro prostředtí s více instancemi InvenTree"
#: plugin/builtin/events/auto_create_builds.py:28
msgid "Auto Create Builds"
msgstr "Automaticky vytvářet sestavy"
#: plugin/builtin/events/auto_create_builds.py:31
msgid "Automatically create build orders for assemblies"
msgstr "Automaticky vytvářet požadavky pro sestavení pro výrobní linky"
#: plugin/builtin/events/auto_issue_orders.py:17
msgid "Auto Issue Orders"
msgstr "Automaticky vystavovat objednávky"
#: plugin/builtin/events/auto_issue_orders.py:20
msgid "Automatically issue orders on the assigned target date"
msgstr "Automaticky vystavovat objednávky k nastavenému cílovému datu"
#: plugin/builtin/events/auto_issue_orders.py:30
msgid "Auto Issue Build Orders"
msgstr "Automaticky vystavovat sestavovací objednávky"
#: plugin/builtin/events/auto_issue_orders.py:32
msgid "Automatically issue build orders on the assigned target date"
msgstr "Automaticky vystavovat sestavovací objednávky k nastavenému cílovému datu"
#: plugin/builtin/events/auto_issue_orders.py:38
msgid "Auto Issue Purchase Orders"
msgstr "Automaticky vystavovat nákupní objednávky"
#: plugin/builtin/events/auto_issue_orders.py:40
msgid "Automatically issue purchase orders on the assigned target date"
msgstr "Automaticky vystavovat nákupní objednávky k nastavenému cílovému datu"
#: plugin/builtin/events/auto_issue_orders.py:46
msgid "Auto Issue Sales Orders"
msgstr "Automaticky vystavovat prodejní objednávky"
#: plugin/builtin/events/auto_issue_orders.py:48
msgid "Automatically issue sales orders on the assigned target date"
msgstr "Automaticky vystavovat prodejní objednávky k nastavenému cílovému datu"
#: plugin/builtin/events/auto_issue_orders.py:54
msgid "Auto Issue Return Orders"
msgstr "Automaticky vystavovat vratky"
#: plugin/builtin/events/auto_issue_orders.py:56
msgid "Automatically issue return orders on the assigned target date"
msgstr "Automaticky vystavovat vratky k nastavenému cílovému datu"
#: plugin/builtin/events/auto_issue_orders.py:62
msgid "Issue Backdated Orders"
msgstr "Zadat zpětnou objednávku"
#: plugin/builtin/events/auto_issue_orders.py:63
msgid "Automatically issue orders that are backdated"
msgstr "Automaticky zadávat objednávky které jsou zadany zpětně"
#: plugin/builtin/exporter/bom_exporter.py:22
msgid "Levels"
msgstr "Úrovně"
#: plugin/builtin/exporter/bom_exporter.py:24
msgid "Number of levels to export - set to zero to export all BOM levels"
msgstr "Počet úrovní pro export - dejte nula pro exportování všech BOM úrovní"
#: plugin/builtin/exporter/bom_exporter.py:31
#: plugin/builtin/exporter/bom_exporter.py:118
msgid "Total Quantity"
msgstr "Celkové množství"
#: plugin/builtin/exporter/bom_exporter.py:32
msgid "Include total quantity of each part in the BOM"
msgstr "Zahrnout celkové množství každé části kusovníku"
#: plugin/builtin/exporter/bom_exporter.py:36
msgid "Stock Data"
msgstr "Skladová data"
#: plugin/builtin/exporter/bom_exporter.py:36
msgid "Include part stock data"
msgstr "Zahrnout údaje o zásobách"
#: plugin/builtin/exporter/bom_exporter.py:40
#: plugin/builtin/exporter/stocktake_exporter.py:20
msgid "Pricing Data"
msgstr "Cenová data"
#: plugin/builtin/exporter/bom_exporter.py:40
#: plugin/builtin/exporter/stocktake_exporter.py:20
msgid "Include part pricing data"
msgstr "Zahrnout cenová data"
#: plugin/builtin/exporter/bom_exporter.py:44
msgid "Supplier Data"
msgstr "Dodavatelská data"
#: plugin/builtin/exporter/bom_exporter.py:44
msgid "Include supplier data"
msgstr "Zahrnout dodavatelská data"
#: plugin/builtin/exporter/bom_exporter.py:49
msgid "Manufacturer Data"
msgstr "Data výrobce"
#: plugin/builtin/exporter/bom_exporter.py:50
msgid "Include manufacturer data"
msgstr "Zahrnout data výrobce"
#: plugin/builtin/exporter/bom_exporter.py:55
msgid "Substitute Data"
msgstr "Náhradní data"
#: plugin/builtin/exporter/bom_exporter.py:56
msgid "Include substitute part data"
msgstr "Zahrnout náhradní data"
#: plugin/builtin/exporter/bom_exporter.py:61
msgid "Parameter Data"
msgstr "Data parametru"
#: plugin/builtin/exporter/bom_exporter.py:62
msgid "Include part parameter data"
msgstr "Zahrnout data paramentru"
#: plugin/builtin/exporter/bom_exporter.py:71
msgid "Multi-Level BOM Exporter"
msgstr "Exportér více-úrovňových kusovníků"
#: plugin/builtin/exporter/bom_exporter.py:72
msgid "Provides support for exporting multi-level BOMs"
msgstr "Poskytuje podoru pro exportování více úrovní kusovníků"
#: plugin/builtin/exporter/bom_exporter.py:114
msgid "BOM Level"
msgstr "Úroveň kusovníku"
#: plugin/builtin/exporter/bom_exporter.py:124
#, python-brace-format
msgid "Substitute {n}"
msgstr "Náhrada {n}"
#: plugin/builtin/exporter/bom_exporter.py:130
#, python-brace-format
msgid "Supplier {n}"
msgstr "Dodavatel {n}"
#: plugin/builtin/exporter/bom_exporter.py:131
#, python-brace-format
msgid "Supplier {n} SKU"
msgstr "SKU dodavatele {n}"
#: plugin/builtin/exporter/bom_exporter.py:132
#, python-brace-format
msgid "Supplier {n} MPN"
msgstr "MPN dodavatele {n}"
#: plugin/builtin/exporter/bom_exporter.py:138
#, python-brace-format
msgid "Manufacturer {n}"
msgstr "Výrobce {n}"
#: plugin/builtin/exporter/bom_exporter.py:139
#, python-brace-format
msgid "Manufacturer {n} MPN"
msgstr "MPN výrobce {n}"
#: plugin/builtin/exporter/inventree_exporter.py:14
msgid "InvenTree Generic Exporter"
msgstr "InvenTree generický exportér"
#: plugin/builtin/exporter/inventree_exporter.py:15
msgid "Provides support for exporting data from InvenTree"
msgstr "Poskytuje podporu pro exportování dat z InvenTree"
#: plugin/builtin/exporter/parameter_exporter.py:16
msgid "Exclude Inactive"
msgstr "Vyloučit neaktivní"
#: plugin/builtin/exporter/parameter_exporter.py:17
msgid "Exclude parameters which are inactive"
msgstr "Vyloučit parametry které jsou neaktivní"
#: plugin/builtin/exporter/parameter_exporter.py:29
msgid "Parameter Exporter"
msgstr "Exportér parametru"
#: plugin/builtin/exporter/parameter_exporter.py:30
msgid "Exporter for model parameter data"
msgstr "Exportér pro modelová parametrová data"
#: plugin/builtin/exporter/stocktake_exporter.py:25
msgid "Include External Stock"
msgstr "Zahrnout externí zásoby"
#: plugin/builtin/exporter/stocktake_exporter.py:26
msgid "Include external stock in the stocktake data"
msgstr "Zahrnout externí zásoby do údajů o inventuře"
#: plugin/builtin/exporter/stocktake_exporter.py:31
msgid "Include Variant Items"
msgstr "Zahrnout varianty předmětu"
#: plugin/builtin/exporter/stocktake_exporter.py:32
msgid "Include part variant stock in pricing calculations"
msgstr "Zahrnout varianty dílu při výpočtu cen"
#: plugin/builtin/exporter/stocktake_exporter.py:44
msgid "Part Stocktake Exporter"
msgstr "Exportér inventury dílu"
#: plugin/builtin/exporter/stocktake_exporter.py:45
msgid "Exporter for part stocktake data"
msgstr "Exportér pro data inventury dílu"
#: plugin/builtin/exporter/stocktake_exporter.py:108
msgid "Minimum Unit Cost"
msgstr "Minimální cena jednotky"
#: plugin/builtin/exporter/stocktake_exporter.py:109
msgid "Maximum Unit Cost"
msgstr "Maximální cena jednotky"
#: plugin/builtin/exporter/stocktake_exporter.py:110
msgid "Minimum Total Cost"
msgstr "Minimální celková cena"
#: plugin/builtin/exporter/stocktake_exporter.py:111
msgid "Maximum Total Cost"
msgstr "Maximální celková cena"
#: plugin/builtin/integration/core_notifications.py:23
msgid "InvenTree UI Notifications"
msgstr "Oznámení InvenTree UI"
#: plugin/builtin/integration/core_notifications.py:26
msgid "Integrated UI notification methods"
msgstr "Integrovaná metoda oznámení UI"
#: plugin/builtin/integration/core_notifications.py:67
msgid "InvenTree Email Notifications"
msgstr "InvenTree emailová notifikace"
#: plugin/builtin/integration/core_notifications.py:70
msgid "Integrated email notification methods"
msgstr "Integrovaná metoda notifikace emailem"
#: plugin/builtin/integration/core_notifications.py:75
msgid "Allow email notifications"
msgstr "Povolit emailové notifikace"
#: plugin/builtin/integration/core_notifications.py:76
msgid "Allow email notifications to be sent to this user"
msgstr "Povolí posílat emailové notifikace tomuto uživateli"
#: plugin/builtin/integration/core_notifications.py:123
msgid "InvenTree Slack Notifications"
msgstr "InvenTree Slack notifikace"
#: plugin/builtin/integration/core_notifications.py:126
msgid "Integrated Slack notification methods"
msgstr "Integrovaná metoda notifikace Slack"
#: plugin/builtin/integration/core_notifications.py:131
msgid "Slack incoming webhook URL"
msgstr "URL příchozího Slack Webhooku"
#: plugin/builtin/integration/core_notifications.py:132
msgid "URL that is used to send messages to a slack channel"
msgstr "ULR využívána k posílání zpráv do slack kanálu"
#: plugin/builtin/integration/core_notifications.py:162
msgid "Open link"
msgstr "Otevřít odkaz"
#: plugin/builtin/integration/currency_exchange.py:22
msgid "InvenTree Currency Exchange"
msgstr "InvenTree směnárna"
#: plugin/builtin/integration/currency_exchange.py:23
msgid "Default currency exchange integration"
msgstr "Výchozí integrovaná směnárna"
#: plugin/builtin/integration/machine_types.py:15
msgid "InvenTree Machines"
msgstr "InvenTree zařízení"
#: plugin/builtin/integration/machine_types.py:16
msgid "Built-in machine types for InvenTree"
msgstr "Vestavěné typy mašin pro InvenTree"
#: plugin/builtin/integration/part_notifications.py:20
msgid "Part Notifications"
msgstr "Oznámení dílu"
#: plugin/builtin/integration/part_notifications.py:22
msgid "Notify users about part changes"
msgstr "Upozorni uživatele o změně dílu"
#: plugin/builtin/integration/part_notifications.py:27
msgid "Send notifications"
msgstr "Odeslat oznámení"
#: plugin/builtin/integration/part_notifications.py:28
msgid "Send notifications for part changes to subscribed users"
msgstr "Odeslat oznámení na změnu důli pro odebírané uživatele"
#: plugin/builtin/integration/part_notifications.py:45
msgid "Changed part notification"
msgstr "Oznámení o změně dílu"
#: plugin/builtin/integration/part_notifications.py:55
#, python-brace-format
msgid "The part `{part.name}` has been triggered with a `{part_action}` event"
msgstr "Díl '{part.name}' byl spuštěn událostí '{part_action}'"
#: plugin/builtin/labels/inventree_label.py:23
msgid "InvenTree PDF label printer"
msgstr "InvenTree tiskárna PDF štítků"
#: plugin/builtin/labels/inventree_label.py:24
msgid "Provides native support for printing PDF labels"
msgstr "Poskytuje nativní podporu pro tisk PDF štítků"
#: plugin/builtin/labels/inventree_label.py:32
#: plugin/builtin/labels/label_sheet.py:78
msgid "Debug mode"
msgstr "Režim ladění"
#: plugin/builtin/labels/inventree_label.py:33
#: plugin/builtin/labels/label_sheet.py:79
msgid "Enable debug mode - returns raw HTML instead of PDF"
msgstr "Povolit režim ladění - vrátí HTML místo PDF"
#: plugin/builtin/labels/inventree_machine.py:61
msgid "InvenTree machine label printer"
msgstr "InvenTree tiskárna strojových štítků"
#: plugin/builtin/labels/inventree_machine.py:62
msgid "Provides support for printing using a machine"
msgstr "Poskytuje podporu pro tisk pomocí stroje"
#: plugin/builtin/labels/inventree_machine.py:164
msgid "last used"
msgstr "naposledy použito"
#: plugin/builtin/labels/inventree_machine.py:181
msgid "Options"
msgstr "Možnosti"
#: plugin/builtin/labels/label_sheet.py:30
msgid "Page size for the label sheet"
msgstr "Velikost stránky pro štítek"
#: plugin/builtin/labels/label_sheet.py:35
msgid "Skip Labels"
msgstr "Přeskočit štítky"
#: plugin/builtin/labels/label_sheet.py:36
msgid "Skip this number of labels when printing label sheets"
msgstr "Přeskočit tento počet štítků při tisku listů štítků"
#: plugin/builtin/labels/label_sheet.py:43
msgid "Border"
msgstr "Rámeček"
#: plugin/builtin/labels/label_sheet.py:44
msgid "Print a border around each label"
msgstr "Vytisknout okraj kolem každého štítku"
#: plugin/builtin/labels/label_sheet.py:49 report/models.py:390
msgid "Landscape"
msgstr "Na šířku"
#: plugin/builtin/labels/label_sheet.py:50
msgid "Print the label sheet in landscape mode"
msgstr "Vytisknout list štítků na šířku"
#: plugin/builtin/labels/label_sheet.py:55
msgid "Page Margin"
msgstr "Okraj stránky"
#: plugin/builtin/labels/label_sheet.py:56
msgid "Margin around the page in mm"
msgstr "Okraj kolem stránky v mm"
#: plugin/builtin/labels/label_sheet.py:69
msgid "InvenTree Label Sheet Printer"
msgstr "InvenTree tiskárna listů štítků"
#: plugin/builtin/labels/label_sheet.py:70
msgid "Arrays multiple labels onto a single sheet"
msgstr "Sestaví více štítků na jeden list"
#: plugin/builtin/labels/label_sheet.py:122
msgid "Label is too large for page size"
msgstr "Štítek je příliš velký pro velikost stránky"
#: plugin/builtin/labels/label_sheet.py:161
msgid "No labels were generated"
msgstr "Nebyly vygenerovány žádné štítky"
#: plugin/builtin/suppliers/digikey.py:17
msgid "Supplier Integration - DigiKey"
msgstr "Integrace dodavatele - DigiKey"
#: plugin/builtin/suppliers/digikey.py:18
msgid "Provides support for scanning DigiKey barcodes"
msgstr "Poskytuje podporu pro skenování DigiKey čárových kódů"
#: plugin/builtin/suppliers/digikey.py:27
msgid "The Supplier which acts as 'DigiKey'"
msgstr "Dodavatel, který funguje jako 'DigiKey'"
#: plugin/builtin/suppliers/lcsc.py:19
msgid "Supplier Integration - LCSC"
msgstr "Integrace dodavatele - LCSC"
#: plugin/builtin/suppliers/lcsc.py:20
msgid "Provides support for scanning LCSC barcodes"
msgstr "Poskytuje podporu pro skenování LCSC čárových kódů"
#: plugin/builtin/suppliers/lcsc.py:28
msgid "The Supplier which acts as 'LCSC'"
msgstr "Dodavatel, který funguje jako 'LCSC'"
#: plugin/builtin/suppliers/mouser.py:17
msgid "Supplier Integration - Mouser"
msgstr "Integrace dodavatele - Mouser"
#: plugin/builtin/suppliers/mouser.py:18
msgid "Provides support for scanning Mouser barcodes"
msgstr "Poskytuje podporu pro skenování Mouser čárových kódů"
#: plugin/builtin/suppliers/mouser.py:26
msgid "The Supplier which acts as 'Mouser'"
msgstr "Dodavatel, který funguje jako 'Mouser'"
#: plugin/builtin/suppliers/tme.py:19
msgid "Supplier Integration - TME"
msgstr "Integrace dodavatele - TME"
#: plugin/builtin/suppliers/tme.py:20
msgid "Provides support for scanning TME barcodes"
msgstr "Poskytuje podporu pro skenování TME čárových kódů"
#: plugin/builtin/suppliers/tme.py:28
msgid "The Supplier which acts as 'TME'"
msgstr "Dodavatel, který funguje jako 'TME'"
#: plugin/installer.py:240 plugin/installer.py:344 plugin/serializers.py:169
#: plugin/serializers.py:275
msgid "Only superuser accounts can administer plugins"
msgstr "Pouze superuživatelské účty mohou spravovat pluginy"
#: plugin/installer.py:243
msgid "Plugin installation is disabled"
msgstr "Instalace pluginu je zakázana"
#: plugin/installer.py:273
msgid "No package name or URL provided for installation"
msgstr "Není k dispozici žádný název balíčku nebo URL pro instalaci"
#: plugin/installer.py:277
msgid "Invalid characters in package name or URL"
msgstr "Neplatné znaky v názvu balíčku nebo v URL"
#: plugin/installer.py:287
msgid "Installed plugin successfully"
msgstr "Plugin byl úspěšně nainstalován"
#: plugin/installer.py:292
#, python-brace-format
msgid "Installed plugin into {path}"
msgstr "Plugin nainstalovaný do {path}"
#: plugin/installer.py:318
msgid "Plugin was not found in registry"
msgstr "Plugin nebyl nalezen v registru"
#: plugin/installer.py:321
msgid "Plugin is not a packaged plugin"
msgstr "Plugin není plugin balíček"
#: plugin/installer.py:324
msgid "Plugin package name not found"
msgstr "Název balíčku pluginu nebyl nalezen"
#: plugin/installer.py:327
msgid "Only staff users can administer plugins"
msgstr "Pouze pracovníci mohou spravovat pluginy"
#: plugin/installer.py:347
msgid "Plugin uninstalling is disabled"
msgstr "Odinstalace pluginu je zakázána"
#: plugin/installer.py:351
msgid "Plugin cannot be uninstalled as it is currently active"
msgstr "Plugin nemůže být odinstalován, protože je aktuálně aktivní"
#: plugin/installer.py:357
msgid "Plugin cannot be uninstalled as it is mandatory"
msgstr "Plugin nemůže být odinstalován, protože je povinný"
#: plugin/installer.py:362
msgid "Plugin cannot be uninstalled as it is a sample plugin"
msgstr "Plugin nemůže být odinstalován, protože to je vzorový plugin"
#: plugin/installer.py:367
msgid "Plugin cannot be uninstalled as it is a built-in plugin"
msgstr "Plugin nemůže být odinstalován, protože to je vestavěný plugin"
#: plugin/installer.py:371
msgid "Plugin is not installed"
msgstr "Plugin není nainstalován"
#: plugin/installer.py:389
msgid "Plugin installation not found"
msgstr "Inslalace pluginu nebyla nalezena"
#: plugin/installer.py:405
msgid "Uninstalled plugin successfully"
msgstr "Plugin odinstalován úspěšně"
#: plugin/models.py:39
msgid "Plugin Configuration"
msgstr "Nastavení pluginu"
#: plugin/models.py:40
msgid "Plugin Configurations"
msgstr "Nastavení pluginu"
#: plugin/models.py:47
msgid "Key of plugin"
msgstr "Klíč pluginu"
#: plugin/models.py:55
msgid "Name of the plugin"
msgstr "Název Pluginu"
#: plugin/models.py:62 plugin/serializers.py:119
msgid "Package Name"
msgstr "Název balíčku"
#: plugin/models.py:64
msgid "Name of the installed package, if the plugin was installed via PIP"
msgstr "Název nainstalovaného balíčku, pokud byl plugin nainstalován přes PIP"
#: plugin/models.py:69
msgid "Is the plugin active"
msgstr "Je plugin aktivní"
#: plugin/models.py:176
msgid "Sample plugin"
msgstr "Ukázkový plugin"
#: plugin/models.py:184
msgid "Builtin Plugin"
msgstr "Vestavěný plugin"
#: plugin/models.py:192
msgid "Mandatory Plugin"
msgstr "Povinný plugin"
#: plugin/models.py:210
msgid "Package Plugin"
msgstr "Balíčkový plugin"
#: plugin/models.py:301 plugin/models.py:347
msgid "Plugin"
msgstr "Plugin"
#: plugin/plugin.py:389
msgid "No author found"
msgstr "Nebyl nalezen žádný autor"
#: plugin/registry.py:786
#, python-brace-format
msgid "Plugin '{p}' is not compatible with the current InvenTree version {v}"
msgstr "Plugin '{p}' není kompatibilní s aktuální verzí InvenTree {v}"
#: plugin/registry.py:789
#, python-brace-format
msgid "Plugin requires at least version {v}"
msgstr "Plugin vyžaduje alespoň verzi {v}"
#: plugin/registry.py:791
#, python-brace-format
msgid "Plugin requires at most version {v}"
msgstr "Plugin vyžaduje nanejvýš verzi {v}"
#: plugin/samples/integration/sample.py:52
msgid "User Setting 1"
msgstr "Uživatelské nastavení 1"
#: plugin/samples/integration/sample.py:53
msgid "A user setting that can be changed by the user"
msgstr "Uživatelské nastavení, které může uživatel změnit"
#: plugin/samples/integration/sample.py:57
msgid "User Setting 2"
msgstr "Uživatelské nastavení 2"
#: plugin/samples/integration/sample.py:58
msgid "Another user setting"
msgstr "Další nastavení uživatele"
#: plugin/samples/integration/sample.py:63
msgid "User Setting 3"
msgstr "Uživatelské nastavení 3"
#: plugin/samples/integration/sample.py:64
msgid "A user setting with choices"
msgstr "Uživatelské nastavení s možnostmi"
#: plugin/samples/integration/sample.py:72
msgid "Enable PO"
msgstr "Povolit PO"
#: plugin/samples/integration/sample.py:73
msgid "Enable PO functionality in InvenTree interface"
msgstr "Povolit funkci PO v InvenTree rozhraní"
#: plugin/samples/integration/sample.py:78
msgid "API Key"
msgstr "API klíč"
#: plugin/samples/integration/sample.py:79
msgid "Key required for accessing external API"
msgstr "Klíč potřebný pro přístup k externímu API"
#: plugin/samples/integration/sample.py:83
msgid "Numerical"
msgstr "Numerické"
#: plugin/samples/integration/sample.py:84
msgid "A numerical setting"
msgstr "Numerické nastavení"
#: plugin/samples/integration/sample.py:90
msgid "Choice Setting"
msgstr "Nastavení volby"
#: plugin/samples/integration/sample.py:91
msgid "A setting with multiple choices"
msgstr "Nastavení s více možnostmi"
#: plugin/samples/integration/sample_currency_exchange.py:15
msgid "Sample currency exchange plugin"
msgstr "Ukázkový plugin pro směnu měn"
#: plugin/samples/integration/sample_currency_exchange.py:18
msgid "InvenTree Contributors"
msgstr "InvenTree přispěvatelé"
#: plugin/samples/integration/user_interface_sample.py:27
msgid "Enable Part Panels"
msgstr "Povolit panely dílu"
#: plugin/samples/integration/user_interface_sample.py:28
msgid "Enable custom panels for Part views"
msgstr "Povolit vlastní panely pro zobrazení dílu"
#: plugin/samples/integration/user_interface_sample.py:33
msgid "Enable Purchase Order Panels"
msgstr "Povolit panely nákupni objednávky"
#: plugin/samples/integration/user_interface_sample.py:34
msgid "Enable custom panels for Purchase Order views"
msgstr "Povolit vlastní panely nákupní objednávky"
#: plugin/samples/integration/user_interface_sample.py:39
msgid "Enable Broken Panels"
msgstr "Povolit rozbité panely"
#: plugin/samples/integration/user_interface_sample.py:40
msgid "Enable broken panels for testing"
msgstr "Povolit rozbité panely pro testování"
#: plugin/samples/integration/user_interface_sample.py:45
msgid "Enable Dynamic Panel"
msgstr "Povolit dynamické panely"
#: plugin/samples/integration/user_interface_sample.py:46
msgid "Enable dynamic panels for testing"
msgstr "Povolit dynamické panely pro testování"
#: plugin/samples/integration/user_interface_sample.py:114
msgid "Part Panel"
msgstr "Panel dílu"
#: plugin/samples/integration/user_interface_sample.py:149
msgid "Broken Dashboard Item"
msgstr "Rozbitá položka hlavního panelu"
#: plugin/samples/integration/user_interface_sample.py:151
msgid "This is a broken dashboard item - it will not render!"
msgstr "Toto je rozbitá položka hlavního panelu - nebude vykreslena!"
#: plugin/samples/integration/user_interface_sample.py:157
msgid "Sample Dashboard Item"
msgstr "Ukázková položka hlavního panelu"
#: plugin/samples/integration/user_interface_sample.py:159
msgid "This is a sample dashboard item. It renders a simple string of HTML content."
msgstr "Toto je ukázková položka řídicího panelu. Vykresluje jednoduchý řetězec HTML obsahu."
#: plugin/samples/integration/user_interface_sample.py:165
msgid "Context Dashboard Item"
msgstr "Položka kontextového panelu"
#: plugin/samples/integration/user_interface_sample.py:179
msgid "Admin Dashboard Item"
msgstr "Administrátorská položka hlavního panelu"
#: plugin/samples/integration/user_interface_sample.py:180
msgid "This is an admin-only dashboard item."
msgstr "Toto je položka hlavního panelu pouze pro administrátory."
#: plugin/serializers.py:86
msgid "Source File"
msgstr "Zdrojový soubor"
#: plugin/serializers.py:87
msgid "Path to the source file for admin integration"
msgstr "Cesta ke zdrojovému souboru pro administrátorskou integraci"
#: plugin/serializers.py:94
msgid "Optional context data for the admin integration"
msgstr "Volitelný kontext pro administrátorskou integraci"
#: plugin/serializers.py:110
msgid "Source URL"
msgstr "Zdrojová adresa URL"
#: plugin/serializers.py:112
msgid "Source for the package - this can be a custom registry or a VCS path"
msgstr "Zdroj balíčku - může být vlastní registr, nebo VCS cesta"
#: plugin/serializers.py:121
msgid "Name for the Plugin Package - can also contain a version indicator"
msgstr "Název Balíčku Pluginu - nůže také obsahovat indikátor verze"
#: plugin/serializers.py:128
msgid "Version"
msgstr "Verze"
#: plugin/serializers.py:130
msgid "Version specifier for the plugin. Leave blank for latest version."
msgstr "Specifikátor verze pro plugin. Nechte prázdné pro nejnovější verzi."
#: plugin/serializers.py:135
msgid "Confirm plugin installation"
msgstr "Potvrdit instalaci pluginu"
#: plugin/serializers.py:137
msgid "This will install this plugin now into the current instance. The instance will go into maintenance."
msgstr "Toto nainstaluje plugin do aktualní instance. Instance předje do údržby."
#: plugin/serializers.py:150
msgid "Installation not confirmed"
msgstr "Instalace nebyla potvrzena"
#: plugin/serializers.py:152
msgid "Either packagename or URL must be provided"
msgstr "Musí být uveden název balíčku nebo URL"
#: plugin/serializers.py:191
msgid "Full reload"
msgstr "Plné načtení"
#: plugin/serializers.py:192
msgid "Perform a full reload of the plugin registry"
msgstr "Provede plné načtení registru pluginů"
#: plugin/serializers.py:198
msgid "Force reload"
msgstr "Vynutit přenačtení"
#: plugin/serializers.py:200
msgid "Force a reload of the plugin registry, even if it is already loaded"
msgstr "Vynutit přenačtění registru pluginů, i když je jich načten"
#: plugin/serializers.py:207
msgid "Collect plugins"
msgstr "Sbírat pluginy"
#: plugin/serializers.py:208
msgid "Collect plugins and add them to the registry"
msgstr "Sbírat pluginy a přidávat je do registru"
#: plugin/serializers.py:236
msgid "Activate Plugin"
msgstr "Aktivovat plugin"
#: plugin/serializers.py:237
msgid "Activate this plugin"
msgstr "Aktivovat tento plugin"
#: plugin/serializers.py:246
msgid "Mandatory plugin cannot be deactivated"
msgstr "Povinný plugin nemůže být vypnut"
#: plugin/serializers.py:264
msgid "Delete configuration"
msgstr "Odstranit nastavení"
#: plugin/serializers.py:265
msgid "Delete the plugin configuration from the database"
msgstr "Odstranit konfiguraci pluginu z databáze"
#: plugin/serializers.py:299
msgid "The user for which this setting applies"
msgstr "Uživatel pro kterého platí toto nastavení"
#: report/api.py:44 report/serializers.py:125 report/serializers.py:175
msgid "Items"
msgstr "Položky"
#: report/api.py:115
msgid "Plugin not found"
msgstr "Plugin nebyl nalezen"
#: report/api.py:117
msgid "Plugin does not support label printing"
msgstr "Plugin nepodporuje tisk štítků"
#: report/api.py:165
msgid "Invalid label dimensions"
msgstr "Neplatné rozměry štítku"
#: report/api.py:183 report/api.py:271
msgid "No valid items provided to template"
msgstr "Žádné platné položky nebyly k šabloně poskytnuté"
#: report/helpers.py:43
msgid "A4"
msgstr "A4"
#: report/helpers.py:44
msgid "A3"
msgstr "A3"
#: report/helpers.py:45
msgid "Legal"
msgstr "Legal"
#: report/helpers.py:46
msgid "Letter"
msgstr "Letter"
#: report/models.py:128
msgid "Template file with this name already exists"
msgstr "Šablona s tímto názvem již existuje"
#: report/models.py:220
msgid "Template name"
msgstr "Název šablony"
#: report/models.py:226
msgid "Template description"
msgstr "Popis šablony"
#: report/models.py:232
msgid "Revision number (auto-increments)"
msgstr "Číslo revize (automatické navýšení)"
#: report/models.py:238
msgid "Attach to Model on Print"
msgstr "Připojit k modelu při tisku"
#: report/models.py:240
msgid "Save report output as an attachment against linked model instance when printing"
msgstr "Uložit výstup reportu jako přílohu v instanci propojeného modelu při tisku"
#: report/models.py:284
msgid "Filename Pattern"
msgstr "Šablona pro názvy souborů"
#: report/models.py:285
msgid "Pattern for generating filenames"
msgstr "Šablona pro generování názvů souborů"
#: report/models.py:290
msgid "Template is enabled"
msgstr "Šablona je povolena"
#: report/models.py:297
msgid "Target model type for template"
msgstr "Cílový typ modelu pro šablonu"
#: report/models.py:317
msgid "Filters"
msgstr "Filtry"
#: report/models.py:318
msgid "Template query filters (comma-separated list of key=value pairs)"
msgstr "Filtry dotazů šablon (čárkou oddělený seznam klíčových=dvojic hodnot)"
#: report/models.py:377 report/models.py:673
msgid "Template file"
msgstr "Vzorový soubor"
#: report/models.py:385
msgid "Page size for PDF reports"
msgstr "Velikost stránky pro PDF reporty"
#: report/models.py:391
msgid "Render report in landscape orientation"
msgstr "Vykreslit report v orientaci na šířku"
#: report/models.py:396
msgid "Merge"
msgstr "Sloučit"
#: report/models.py:397
msgid "Render a single report against selected items"
msgstr "Vykreslit jeden report proti vybraným položkám"
#: report/models.py:452
#, python-brace-format
msgid "Report generated from template {self.name}"
msgstr "Report generován ze šablony {self.name}"
#: report/models.py:549 report/models.py:588 report/models.py:589
msgid "Template syntax error"
msgstr "Chyba syntaxe šablony"
#: report/models.py:556 report/models.py:595
msgid "Error rendering report"
msgstr "Chyba při vykreslování reportu"
#: report/models.py:615
msgid "Error generating report"
msgstr "Chyba při generování reportu"
#: report/models.py:647
msgid "Error merging report outputs"
msgstr "Chyba při slučování výstupů reportu"
#: report/models.py:679
msgid "Width [mm]"
msgstr "Šířka [mm]"
#: report/models.py:680
msgid "Label width, specified in mm"
msgstr "Šířka štítku zadaná v mm"
#: report/models.py:686
msgid "Height [mm]"
msgstr "Výška [mm]"
#: report/models.py:687
msgid "Label height, specified in mm"
msgstr "Výška štítku uvedená v mm"
#: report/models.py:792
msgid "Error printing labels"
msgstr "Chyba při tisku štítků"
#: report/models.py:811
msgid "Snippet"
msgstr "Úryvek"
#: report/models.py:812
msgid "Report snippet file"
msgstr "Nahlásit soubor úryvku"
#: report/models.py:819
msgid "Snippet file description"
msgstr "Popis souboru úryvku"
#: report/models.py:837
msgid "Asset"
msgstr "Aktivum"
#: report/models.py:838
msgid "Report asset file"
msgstr "Nahlásit soubor aktiva"
#: report/models.py:845
msgid "Asset file description"
msgstr "Popis souboru aktiva"
#: report/serializers.py:37
msgid "User must be authenticated to save report templates"
msgstr "Uživatel musí být ověřen pro uložení šablon reportu"
#: report/serializers.py:118
msgid "Select report template"
msgstr "Vybrat šablonu reportu"
#: report/serializers.py:126 report/serializers.py:176
msgid "List of item primary keys to include in the report"
msgstr "Seznam primárních klíčů k zahrnutí v reportu"
#: report/serializers.py:159
msgid "Select label template"
msgstr "Vybrat šablonu pro štítek"
#: report/serializers.py:167
msgid "Printing Plugin"
msgstr "Tiskový plugin"
#: report/serializers.py:168
msgid "Select plugin to use for label printing"
msgstr "Vybrat plugin pro tisk štítků"
#: report/templates/label/part_label.html:31
#: report/templates/label/stockitem_qr.html:21
#: report/templates/label/stocklocation_qr.html:20
msgid "QR Code"
msgstr "QR kód"
#: report/templates/label/part_label_code128.html:31
#: report/templates/label/stocklocation_qr_and_text.html:31
msgid "QR code"
msgstr "QR kód"
#: report/templates/report/inventree_bill_of_materials_report.html:100
msgid "Bill of Materials"
msgstr "Kusovník"
#: report/templates/report/inventree_bill_of_materials_report.html:133
msgid "Materials needed"
msgstr "Potřebné materiály"
#: report/templates/report/inventree_build_order_report.html:98
#: report/templates/report/inventree_purchase_order_report.html:47
#: report/templates/report/inventree_sales_order_report.html:40
#: report/templates/report/inventree_sales_order_shipment_report.html:37
#: report/templates/report/inventree_stock_report_merge.html:84
#: report/templates/report/inventree_stock_report_merge.html:106
#: report/templates/report/inventree_test_report.html:84
#: report/templates/report/inventree_test_report.html:162
msgid "Part image"
msgstr "Obrázek dílu"
#: report/templates/report/inventree_build_order_report.html:121
msgid "Issued"
msgstr "Vydáno"
#: report/templates/report/inventree_build_order_report.html:146
msgid "Required For"
msgstr "Vyžadováno pro"
#: report/templates/report/inventree_build_order_report.html:152
msgid "Issued By"
msgstr "Vystavil"
#: report/templates/report/inventree_purchase_order_report.html:15
msgid "Supplier was deleted"
msgstr "Dodavatel byl odstraněn"
#: report/templates/report/inventree_purchase_order_report.html:22
msgid "Order Details"
msgstr "Detail objednávky"
#: report/templates/report/inventree_purchase_order_report.html:37
#: report/templates/report/inventree_sales_order_report.html:30
msgid "Unit Price"
msgstr "Jednotková cena"
#: report/templates/report/inventree_purchase_order_report.html:62
#: report/templates/report/inventree_return_order_report.html:48
#: report/templates/report/inventree_sales_order_report.html:55
msgid "Extra Line Items"
msgstr "Řádkové položky navíc"
#: report/templates/report/inventree_purchase_order_report.html:79
#: report/templates/report/inventree_sales_order_report.html:72
msgid "Total"
msgstr "Celkem"
#: report/templates/report/inventree_return_order_report.html:25
#: report/templates/report/inventree_sales_order_shipment_report.html:45
#: report/templates/report/inventree_stock_report_merge.html:88
#: report/templates/report/inventree_test_report.html:88 stock/models.py:1090
#: stock/serializers.py:164 templates/email/stale_stock_notification.html:21
msgid "Serial Number"
msgstr "Sériové číslo"
#: report/templates/report/inventree_sales_order_shipment_report.html:23
msgid "Allocations"
msgstr "Přidělení"
#: report/templates/report/inventree_sales_order_shipment_report.html:47
#: templates/email/stale_stock_notification.html:20
msgid "Batch"
msgstr "Šarže"
#: report/templates/report/inventree_stock_location_report.html:97
msgid "Stock location items"
msgstr "Položky skladového umístění"
#: report/templates/report/inventree_stock_report_merge.html:21
#: report/templates/report/inventree_test_report.html:21
msgid "Stock Item Test Report"
msgstr "Report o testu skladové položky"
#: report/templates/report/inventree_stock_report_merge.html:97
#: report/templates/report/inventree_test_report.html:153
#: stock/serializers.py:655
msgid "Installed Items"
msgstr "Instalované položky"
#: report/templates/report/inventree_stock_report_merge.html:111
#: report/templates/report/inventree_test_report.html:167
msgid "Serial"
msgstr "Sériové"
#: report/templates/report/inventree_test_report.html:97
msgid "Test Results"
msgstr "Výsledky testu"
#: report/templates/report/inventree_test_report.html:102
msgid "Test"
msgstr "Test"
#: report/templates/report/inventree_test_report.html:129
msgid "Pass"
msgstr "Vyhovuje"
#: report/templates/report/inventree_test_report.html:131
msgid "Fail"
msgstr "Nevyhovuje"
#: report/templates/report/inventree_test_report.html:138
msgid "No result (required)"
msgstr "Žádný výsledek (povinný)"
#: report/templates/report/inventree_test_report.html:140
msgid "No result"
msgstr "Žádný výsledek"
#: report/templatetags/report.py:166
msgid "Invalid media file path"
msgstr "Neplatná cesta k media souboru"
#: report/templatetags/report.py:185
msgid "Invalid static file path"
msgstr "Neplatná cesta ke statickému souboru"
#: report/templatetags/report.py:287
msgid "Asset file not found"
msgstr "Soubor aktiva nebyl nalezen"
#: report/templatetags/report.py:345 report/templatetags/report.py:461
msgid "Image file not found"
msgstr "Soubor obrázku nebyl nalezen"
#: report/templatetags/report.py:430
msgid "No image file specified"
msgstr "Nebyl zadán žádný obrázek"
#: report/templatetags/report.py:455
msgid "part_image tag requires a Part instance"
msgstr "part_image tag vyžaduje instanci dílu"
#: report/templatetags/report.py:553
msgid "company_image tag requires a Company instance"
msgstr "company_image tag vyžaduje intanci společnosti"
#: stock/api.py:287
msgid "Filter by location depth"
msgstr "Filtrovat dle hloubky lokace"
#: stock/api.py:307
msgid "Filter by top-level locations"
msgstr "Filtrovat dle nejvyšší lokace"
#: stock/api.py:322
msgid "Include sub-locations in filtered results"
msgstr "Zahrnout pod-lokace ve filtrovaných výsledcích"
#: stock/api.py:343 stock/serializers.py:1227
msgid "Parent Location"
msgstr "Nadřazená místo"
#: stock/api.py:344
msgid "Filter by parent location"
msgstr "Filtrovat podle nadřazené lokace"
#: stock/api.py:604
msgid "Part name (case insensitive)"
msgstr "Název dílu (citlivost písmen na malá a velká písmena)"
#: stock/api.py:610
msgid "Part name contains (case insensitive)"
msgstr "Název dílu obsahuje (citlivost písmen na malá a velká písmena)"
#: stock/api.py:616
msgid "Part name (regex)"
msgstr "Název dílu (regex)"
#: stock/api.py:621
msgid "Part IPN (case insensitive)"
msgstr "IPN dílu (citlivost písmen na malá a velká písmena)"
#: stock/api.py:627
msgid "Part IPN contains (case insensitive)"
msgstr "IPN dílu obsahuje (citlivost písmen na malá a velká písmena)"
#: stock/api.py:633
msgid "Part IPN (regex)"
msgstr "IPN dílu (regex)"
#: stock/api.py:645
msgid "Minimum stock"
msgstr "Minimální zásoby"
#: stock/api.py:649
msgid "Maximum stock"
msgstr "Maximální zásoby"
#: stock/api.py:652
msgid "Status Code"
msgstr "Kód stavu"
#: stock/api.py:692
msgid "External Location"
msgstr "Externí umístění"
#: stock/api.py:791
msgid "Consumed by Build Order"
msgstr "Spotřebováno výrobním příkazem"
#: stock/api.py:801
msgid "Installed in other stock item"
msgstr "Nainstalováno v jiné skladové položce"
#: stock/api.py:890
msgid "Part Tree"
msgstr "Strom dílů"
#: stock/api.py:912
msgid "Updated before"
msgstr "Aktualizováno před"
#: stock/api.py:916
msgid "Updated after"
msgstr "Aktualizováno po"
#: stock/api.py:920
msgid "Stocktake Before"
msgstr "Inventura před"
#: stock/api.py:924
msgid "Stocktake After"
msgstr "Inventura po"
#: stock/api.py:929
msgid "Expiry date before"
msgstr "Datum expirace ped"
#: stock/api.py:933
msgid "Expiry date after"
msgstr "Datum expirace po"
#: stock/api.py:936 stock/serializers.py:660
msgid "Stale"
msgstr "Zastaralé"
#: stock/api.py:962
msgid "Provide a StockItem PK to exclude that item and all its descendants"
msgstr "Zadejte PK skladové položky, abyste vyloučili danou položku a všechny její potomky"
#: stock/api.py:980
msgid "Cascade Locations"
msgstr "Umístění kaskády"
#: stock/api.py:981
msgid "If true, include items in child locations of the given location"
msgstr "Pokud je pravda, uveďte předměty v podružených místech dané lokace"
#: stock/api.py:987
msgid "Filter by numeric Location ID or the literal 'null'"
msgstr "Filtrovat podle numberické ID lokace nebo doslovného 'null'"
#: stock/api.py:1087
msgid "Quantity is required"
msgstr "Množství je povinné"
#: stock/api.py:1092
msgid "Valid part must be supplied"
msgstr "Platný díl musí být dodán"
#: stock/api.py:1123
msgid "The given supplier part does not exist"
msgstr "Daný dodavatelský díl neexistuje"
#: stock/api.py:1133
msgid "The supplier part has a pack size defined, but flag use_pack_size not set"
msgstr "Dodavatelský díl na nastavenou velikost balení, ale znak use_pack_size není nastaven"
#: stock/api.py:1165
msgid "Serial numbers cannot be supplied for a non-trackable part"
msgstr "Sériové čísla nemohou být zadána pro díl bez sledovanosti"
#: stock/api.py:1409
msgid "Include Installed"
msgstr "Zahrnout nainstalované"
#: stock/api.py:1411
msgid "If true, include test results for items installed underneath the given stock item"
msgstr "Pokud je pravda, zahrne výslekdy testů pro předměty nainstalované pod danou skladovou položku"
#: stock/api.py:1418
msgid "Filter by numeric Stock Item ID"
msgstr "Filtrovat podle číselného ID položky skladu"
#: stock/api.py:1439
#, python-brace-format
msgid "Stock item with ID {id} does not exist"
msgstr "Skladová položka s ID {id} neexistuje"
#: stock/api.py:1516
msgid "Include Part Variants"
msgstr "Zahrnout varianty"
#: stock/api.py:1546
msgid "Date after"
msgstr "Datum po"
#: stock/api.py:1550
msgid "Date before"
msgstr "Datum před"
#: stock/models.py:73
msgid "Stock Location type"
msgstr "Typ skladového umístění"
#: stock/models.py:74
msgid "Stock Location types"
msgstr "Typy skladových umístění"
#: stock/models.py:100
msgid "Default icon for all locations that have no icon set (optional)"
msgstr "Výchozí ikona pro všechny lokace které nemají ikonu nastavenou (volitelné)"
#: stock/models.py:147 stock/models.py:1052
msgid "Stock Location"
msgstr "Skladové umístění"
#: stock/models.py:148 users/ruleset.py:29
msgid "Stock Locations"
msgstr "Skladová umístění"
#: stock/models.py:197 stock/models.py:1217
msgid "Owner"
msgstr "Správce"
#: stock/models.py:198 stock/models.py:1218
msgid "Select Owner"
msgstr "Vybrat vlastníka"
#: stock/models.py:206
msgid "Stock items may not be directly located into a structural stock locations, but may be located to child locations."
msgstr "Skladové položky nelze umístit přímo do strukturálních skladových umístění, ale lze je umístit do podřízených skladových umístění."
#: stock/models.py:213 users/models.py:497
msgid "External"
msgstr "Externí"
#: stock/models.py:214
msgid "This is an external stock location"
msgstr "Toto je externí skladové umístění"
#: stock/models.py:220
msgid "Location type"
msgstr "Typ umístění"
#: stock/models.py:224
msgid "Stock location type of this location"
msgstr "Typ tohoto skladového umístění"
#: stock/models.py:296
msgid "You cannot make this stock location structural because some stock items are already located into it!"
msgstr "Toto skladové umístění nemůžete označit jako strukturální, protože již obsahuje skladové položky!"
#: stock/models.py:585
#, python-brace-format
msgid "{field} does not exist"
msgstr "{field} neexistuje"
#: stock/models.py:598
msgid "Part must be specified"
msgstr "Díl musí být zadán"
#: stock/models.py:911
msgid "Stock items cannot be located into structural stock locations!"
msgstr "Skladové položky nelze umístit do strukturálních skladových umístění!"
#: stock/models.py:938 stock/serializers.py:469
msgid "Stock item cannot be created for virtual parts"
msgstr "Nelze vytvořit skladovou položku pro virtuální díl"
#: stock/models.py:955
#, python-brace-format
msgid "Part type ('{self.supplier_part.part}') must be {self.part}"
msgstr "Typ dílu ('{self.supplier_part.part}') musí být {self.part}"
#: stock/models.py:965 stock/models.py:978
msgid "Quantity must be 1 for item with a serial number"
msgstr "Množství musí být 1 pro položku se sériovým číslem"
#: stock/models.py:968
msgid "Serial number cannot be set if quantity greater than 1"
msgstr "Sériové číslo nemůže být nastaveno, když množství je více než 1"
#: stock/models.py:990
msgid "Item cannot belong to itself"
msgstr "Položka nemůže patřit sama sobě"
#: stock/models.py:995
msgid "Item must have a build reference if is_building=True"
msgstr "Předmět musí mít stavební referenci pokud is_building=True"
#: stock/models.py:1008
msgid "Build reference does not point to the same part object"
msgstr "Stavební reference neukazuje na stejný objekt dílu"
#: stock/models.py:1022
msgid "Parent Stock Item"
msgstr "Nadřazená skladová položka"
#: stock/models.py:1034
msgid "Base part"
msgstr "Základní díl"
#: stock/models.py:1044
msgid "Select a matching supplier part for this stock item"
msgstr "Vyberte odpovídající díl dodavatele pro tuto skladovou položku"
#: stock/models.py:1056
msgid "Where is this stock item located?"
msgstr "Kde se tato skladová položka nachází?"
#: stock/models.py:1064 stock/serializers.py:1682
msgid "Packaging this stock item is stored in"
msgstr "Balení, ve kterém je tato skladová položka uložena"
#: stock/models.py:1070
msgid "Installed In"
msgstr "Instalováno v"
#: stock/models.py:1075
msgid "Is this item installed in another item?"
msgstr "Je tato položka nainstalována v jiné položce?"
#: stock/models.py:1094
msgid "Serial number for this item"
msgstr "Sériové číslo pro tuto položku"
#: stock/models.py:1111 stock/serializers.py:1667
msgid "Batch code for this stock item"
msgstr "Kód šarže pro tuto skladovou položku"
#: stock/models.py:1116
msgid "Stock Quantity"
msgstr "Mnižství"
#: stock/models.py:1126
msgid "Source Build"
msgstr "Zdrojová sestavení"
#: stock/models.py:1129
msgid "Build for this stock item"
msgstr "Postavit pro tuto skladovou položku"
#: stock/models.py:1136
msgid "Consumed By"
msgstr "Použito v"
#: stock/models.py:1139
msgid "Build order which consumed this stock item"
msgstr "Výrobní příkaz, který spotřeboval tuto skladovou položku"
#: stock/models.py:1148
msgid "Source Purchase Order"
msgstr "Zdrojová nákupní objednávka"
#: stock/models.py:1152
msgid "Purchase order for this stock item"
msgstr "Nákupní objednávka pro tuto skladovou položku"
#: stock/models.py:1158
msgid "Destination Sales Order"
msgstr "Cílová prodejní objednávka"
#: stock/models.py:1169
msgid "Expiry date for stock item. Stock will be considered expired after this date"
msgstr "Datum expirace pro skladovou položku. Po tomto datu bude položka brána jako expirovaná"
#: stock/models.py:1187
msgid "Delete on deplete"
msgstr "Odstranit po vyčerpání"
#: stock/models.py:1188
msgid "Delete this Stock Item when stock is depleted"
msgstr "Odstranit tuto skladovou položku po vyčerpání zásob"
#: stock/models.py:1209
msgid "Single unit purchase price at time of purchase"
msgstr "Jednotková kupní cena v okamžiku nákupu"
#: stock/models.py:1240
msgid "Converted to part"
msgstr "Převedeno na díl"
#: stock/models.py:1442
msgid "Quantity exceeds available stock"
msgstr "Množství přesahuje dostupné zásoby"
#: stock/models.py:1893
msgid "Part is not set as trackable"
msgstr "Díl není nastaven jako sledovatelný"
#: stock/models.py:1899
msgid "Quantity must be integer"
msgstr "Množstvní musí být celé číslo"
#: stock/models.py:1907
#, python-brace-format
msgid "Quantity must not exceed available stock quantity ({self.quantity})"
msgstr "Množství nesmí překročit dostupné množství zásob ({self.quantity})"
#: stock/models.py:1913
msgid "Serial numbers must be provided as a list"
msgstr "Sériové čísla musí být poskytnuta jako seznam"
#: stock/models.py:1918
msgid "Quantity does not match serial numbers"
msgstr "Množství neodpovídá sériovým číslům"
#: stock/models.py:1936
msgid "Cannot assign stock to structural location"
msgstr "Nelze přiřadit zásoby ke strukturálnímu umístění"
#: stock/models.py:2053 stock/models.py:3023
msgid "Test template does not exist"
msgstr "Testovací šablona neexistuje"
#: stock/models.py:2071
msgid "Stock item has been assigned to a sales order"
msgstr "Skladová položka byla přidělena prodejní objednávce"
#: stock/models.py:2075
msgid "Stock item is installed in another item"
msgstr "Skladová položka je nainstalována v jiné položce"
#: stock/models.py:2078
msgid "Stock item contains other items"
msgstr "Skladová položka obsahuje jiné položky"
#: stock/models.py:2081
msgid "Stock item has been assigned to a customer"
msgstr "Skladová položka byla přidělena zákazníkovi"
#: stock/models.py:2084 stock/models.py:2270
msgid "Stock item is currently in production"
msgstr "Skladová položka je ve výrobě"
#: stock/models.py:2087
msgid "Serialized stock cannot be merged"
msgstr "Serializované zásoby nelze sloučit"
#: stock/models.py:2094 stock/serializers.py:1537
msgid "Duplicate stock items"
msgstr "Duplicitní skladové položky"
#: stock/models.py:2098
msgid "Stock items must refer to the same part"
msgstr "Skladové položky musí odkazovat na stejný díl"
#: stock/models.py:2106
msgid "Stock items must refer to the same supplier part"
msgstr "Skladové položky musí odkazovat na stejný díl dodavatele"
#: stock/models.py:2111
msgid "Stock status codes must match"
msgstr "Kódy stavu zásob se musí shodovat"
#: stock/models.py:2411
msgid "StockItem cannot be moved as it is not in stock"
msgstr "Zásobová položka nemůže být přesunuta, protože není skladem"
#: stock/models.py:2905
msgid "Stock Item Tracking"
msgstr "Sledování skladových položek"
#: stock/models.py:2955
msgid "Entry notes"
msgstr "Poznámky k záznamu"
#: stock/models.py:2995
msgid "Stock Item Test Result"
msgstr "Výsledek testu skladové položky"
#: stock/models.py:3026
msgid "Value must be provided for this test"
msgstr "Pro tuto zkoušku musí být uvedena hodnota"
#: stock/models.py:3030
msgid "Attachment must be uploaded for this test"
msgstr "Pro tento test musí být nahrána příloha"
#: stock/models.py:3035
msgid "Invalid value for this test"
msgstr "Neplatná hodnota pro tento test"
#: stock/models.py:3059
msgid "Test result"
msgstr "Výsledek testu"
#: stock/models.py:3066
msgid "Test output value"
msgstr "Výstupní hodnota testu"
#: stock/models.py:3074 stock/serializers.py:259
msgid "Test result attachment"
msgstr "Příloha výsledků testu"
#: stock/models.py:3078
msgid "Test notes"
msgstr "Poznámky testu"
#: stock/models.py:3086
msgid "Test station"
msgstr "Testovací stanice"
#: stock/models.py:3087
msgid "The identifier of the test station where the test was performed"
msgstr "Identifikátor testovací stanice kde byl test proveden"
#: stock/models.py:3093
msgid "Started"
msgstr "Začátek"
#: stock/models.py:3094
msgid "The timestamp of the test start"
msgstr "Čas začátku testu"
#: stock/models.py:3100
msgid "Finished"
msgstr "Ukončeno"
#: stock/models.py:3101
msgid "The timestamp of the test finish"
msgstr "Čas dokončení testu"
#: stock/serializers.py:85
msgid "Generated batch code"
msgstr "Vygenerovaný kód šarže"
#: stock/serializers.py:94
msgid "Select build order"
msgstr "Vyberte výrobní příkaz"
#: stock/serializers.py:103
msgid "Select stock item to generate batch code for"
msgstr "Vyberte skladovou položku, pro kterou se má vygenerovat kód šarže"
#: stock/serializers.py:112
msgid "Select location to generate batch code for"
msgstr "Vyberte umístění, pro které se má vygenerovat kód šarže"
#: stock/serializers.py:121
msgid "Select part to generate batch code for"
msgstr "Vyberte díl, pro který se má vygenerovat kód šarže"
#: stock/serializers.py:130
msgid "Select purchase order"
msgstr "Vyberte nákupní objednávku"
#: stock/serializers.py:137
msgid "Enter quantity for batch code"
msgstr "Zadejte množství pro kód dávky"
#: stock/serializers.py:163
msgid "Generated serial number"
msgstr "Vygenerované sériové číslo"
#: stock/serializers.py:173
msgid "Select part to generate serial number for"
msgstr "Vyberte díl, pro který se má vygenerovat sériové číslo"
#: stock/serializers.py:181
msgid "Quantity of serial numbers to generate"
msgstr "Množství sériových čísel k vygenerování"
#: stock/serializers.py:246
msgid "Test template for this result"
msgstr "Testovací šablona pro tento výsledek"
#: stock/serializers.py:289
msgid "No matching test found for this part"
msgstr "Pro tento díl nebyl nalezen žádný odpovídající test"
#: stock/serializers.py:293
msgid "Template ID or test name must be provided"
msgstr "ID šablony nebo název testu musí být uveden"
#: stock/serializers.py:303
msgid "The test finished time cannot be earlier than the test started time"
msgstr "Čas ukončení testu nesmí být dřívější než čas zahájení testu"
#: stock/serializers.py:427
msgid "Parent Item"
msgstr "Nadřazená položka"
#: stock/serializers.py:428
msgid "Parent stock item"
msgstr "Nadřazená skladová položka"
#: stock/serializers.py:454
msgid "Use pack size when adding: the quantity defined is the number of packs"
msgstr "Použít velikost balení při přidání: definované množství je počet v balení"
#: stock/serializers.py:456
msgid "Use pack size"
msgstr "Použít velikost balení"
#: stock/serializers.py:463 stock/serializers.py:729
msgid "Enter serial numbers for new items"
msgstr "Zadejte sériová čísla pro nové položky"
#: stock/serializers.py:571
msgid "Supplier Part Number"
msgstr "Číslo dílu dodavatele"
#: stock/serializers.py:652 users/models.py:187
msgid "Expired"
msgstr "Expirováno"
#: stock/serializers.py:658
msgid "Child Items"
msgstr "Podřízené položky"
#: stock/serializers.py:662
msgid "Tracking Items"
msgstr "Sledování položky"
#: stock/serializers.py:668
msgid "Purchase price of this stock item, per unit or pack"
msgstr "Nákupní cena této skladové položky za jednotku nebo balení"
#: stock/serializers.py:706
msgid "Enter number of stock items to serialize"
msgstr "Zadejte počet skladových položek k serializaci"
#: stock/serializers.py:714 stock/serializers.py:757 stock/serializers.py:795
#: stock/serializers.py:933
msgid "No stock item provided"
msgstr "Nebyla poskytnuta žádná skladová položka"
#: stock/serializers.py:722
#, python-brace-format
msgid "Quantity must not exceed available stock quantity ({q})"
msgstr "Množství nesmí překročit dostupné skladové množství ({q})"
#: stock/serializers.py:740 stock/serializers.py:1494 stock/serializers.py:1815
#: stock/serializers.py:1864
msgid "Destination stock location"
msgstr "Cílové skladové umístění"
#: stock/serializers.py:760
msgid "Serial numbers cannot be assigned to this part"
msgstr "K tomuto dílu nelze přiřadit sériová čísla"
#: stock/serializers.py:780
msgid "Serial numbers already exist"
msgstr "Sériová čísla již existují"
#: stock/serializers.py:830
msgid "Select stock item to install"
msgstr "Vyberte skladovou položku k instalaci"
#: stock/serializers.py:837
msgid "Quantity to Install"
msgstr "Množství k instalaci"
#: stock/serializers.py:838
msgid "Enter the quantity of items to install"
msgstr "Zadejte množství položek k instalaci"
#: stock/serializers.py:843 stock/serializers.py:923 stock/serializers.py:1065
msgid "Add transaction note (optional)"
msgstr "Přidat poznámku o transakci (volitelné)"
#: stock/serializers.py:851
msgid "Quantity to install must be at least 1"
msgstr "Množství k instalaci musí být alespoň 1"
#: stock/serializers.py:859
msgid "Stock item is unavailable"
msgstr "Skladová položka je nedostupná"
#: stock/serializers.py:870
msgid "Selected part is not in the Bill of Materials"
msgstr "Vybraný díl není v kusovníku"
#: stock/serializers.py:883
msgid "Quantity to install must not exceed available quantity"
msgstr "Množství k instalaci nesmí překročit dostupné množství"
#: stock/serializers.py:918
msgid "Destination location for uninstalled item"
msgstr "Cílové umístění pro odinstalovanou položku"
#: stock/serializers.py:956
msgid "Select part to convert stock item into"
msgstr "Vyberte díl pro převedení do skladové položky"
#: stock/serializers.py:969
msgid "Selected part is not a valid option for conversion"
msgstr "Vybraný díl není platnou volbou pro převod"
#: stock/serializers.py:986
msgid "Cannot convert stock item with assigned SupplierPart"
msgstr "Nelze převést skladovou položku s přiřazeným dílem dodavetele"
#: stock/serializers.py:1020
msgid "Stock item status code"
msgstr "Stavový kód skladové položky"
#: stock/serializers.py:1049
msgid "Select stock items to change status"
msgstr "Vybrat skladové položky pro změnu stavu"
#: stock/serializers.py:1055
msgid "No stock items selected"
msgstr "Nejsou vybrány žádné skladové položky"
#: stock/serializers.py:1162 stock/serializers.py:1233
msgid "Sublocations"
msgstr "Podumístění"
#: stock/serializers.py:1228
msgid "Parent stock location"
msgstr "Nadřazené skladové umístění"
#: stock/serializers.py:1366
msgid "Part must be salable"
msgstr "Díl musí být prodejný"
#: stock/serializers.py:1370
msgid "Item is allocated to a sales order"
msgstr "Položka je přidělena prodejní objednávce"
#: stock/serializers.py:1374
msgid "Item is allocated to a build order"
msgstr "Položka je přidělena výrobnímu příkazu"
#: stock/serializers.py:1398
msgid "Customer to assign stock items"
msgstr "Zákazník, kterému mají být přiděleny skladové položky"
#: stock/serializers.py:1404
msgid "Selected company is not a customer"
msgstr "Vybraná společnost není zákazník"
#: stock/serializers.py:1412
msgid "Stock assignment notes"
msgstr "Poznámky ke skladové položce"
#: stock/serializers.py:1422 stock/serializers.py:1710
msgid "A list of stock items must be provided"
msgstr "Musí být poskytnut seznam skladových položek"
#: stock/serializers.py:1501
msgid "Stock merging notes"
msgstr "Poznámky ke sloučení skladových položek"
#: stock/serializers.py:1506
msgid "Allow mismatched suppliers"
msgstr "Povolit neodpovídající dodavatele"
#: stock/serializers.py:1507
msgid "Allow stock items with different supplier parts to be merged"
msgstr "Povolit sloučení skladových položek s různými díly dodavatele"
#: stock/serializers.py:1512
msgid "Allow mismatched status"
msgstr "Povolit neodpovídající stav"
#: stock/serializers.py:1513
msgid "Allow stock items with different status codes to be merged"
msgstr "Povolit sloučení skladových položek s různými stavovými kódy"
#: stock/serializers.py:1523
msgid "At least two stock items must be provided"
msgstr "Musí být poskytnuty alespoň dvě skladové položky"
#: stock/serializers.py:1590
msgid "No Change"
msgstr "Beze změny"
#: stock/serializers.py:1628
msgid "StockItem primary key value"
msgstr "Hodnota primárního klíče skladové položky"
#: stock/serializers.py:1641
msgid "Stock item is not in stock"
msgstr "Skladová položka není skladem"
#: stock/serializers.py:1644
msgid "Stock item is already in stock"
msgstr "Skladová položka je již na skladě"
#: stock/serializers.py:1658
msgid "Quantity must not be negative"
msgstr "Množství nesmí být záporné"
#: stock/serializers.py:1700
msgid "Stock transaction notes"
msgstr "Poznámky ke skladovací transakci"
#: stock/serializers.py:1870
msgid "Merge into existing stock"
msgstr "Sloučit do existující zásoby"
#: stock/serializers.py:1871
msgid "Merge returned items into existing stock items if possible"
msgstr "Sloučit vrácené položky do existujích položek, pokud je to možné"
#: stock/serializers.py:1914
msgid "Next Serial Number"
msgstr "Další sériové číslo"
#: stock/serializers.py:1920
msgid "Previous Serial Number"
msgstr "Předchozí sériové číslo"
#: stock/status_codes.py:11
msgid "OK"
msgstr "OK"
#: stock/status_codes.py:12
msgid "Attention needed"
msgstr "Vyžaduje pozornost"
#: stock/status_codes.py:13
msgid "Damaged"
msgstr "Poškozeno"
#: stock/status_codes.py:14
msgid "Destroyed"
msgstr "Zničeno"
#: stock/status_codes.py:15
msgid "Rejected"
msgstr "Odmítnuto"
#: stock/status_codes.py:19
msgid "Quarantined"
msgstr "V karanténě"
#: stock/status_codes.py:44
msgid "Legacy stock tracking entry"
msgstr "Původní položka sledování zásob"
#: stock/status_codes.py:46
msgid "Stock item created"
msgstr "Skladová položka vytvořena"
#: stock/status_codes.py:49
msgid "Edited stock item"
msgstr "Skladová položka upravena"
#: stock/status_codes.py:50
msgid "Assigned serial number"
msgstr "Přiřazeno výrobní číslo"
#: stock/status_codes.py:53
msgid "Stock counted"
msgstr "Stav zásob sečten"
#: stock/status_codes.py:54
msgid "Stock manually added"
msgstr "Zásoba přidána ručně"
#: stock/status_codes.py:55
msgid "Stock manually removed"
msgstr "Zásoba odebrána ručně"
#: stock/status_codes.py:56
msgid "Serialized stock items"
msgstr "Serializované skladové položky"
#: stock/status_codes.py:58
msgid "Returned to stock"
msgstr "Vráceno na sklad"
#: stock/status_codes.py:61
msgid "Location changed"
msgstr "Umístění změněno"
#: stock/status_codes.py:62
msgid "Stock updated"
msgstr "Stav zásob byl aktualizován"
#: stock/status_codes.py:65
msgid "Installed into assembly"
msgstr "Nainstalováno do sestavy"
#: stock/status_codes.py:66
msgid "Removed from assembly"
msgstr "Odstraněno ze sestavy"
#: stock/status_codes.py:68
msgid "Installed component item"
msgstr "Instalovaná položka komponenty"
#: stock/status_codes.py:69
msgid "Removed component item"
msgstr "Odstraněná komponenta"
#: stock/status_codes.py:72
msgid "Split from parent item"
msgstr "Rozdělit od nadřazené položky"
#: stock/status_codes.py:73
msgid "Split child item"
msgstr "Rozdělit podřazený předmět"
#: stock/status_codes.py:76
msgid "Merged stock items"
msgstr "Skladové položky sloučeny"
#: stock/status_codes.py:79
msgid "Converted to variant"
msgstr "Převedeno na variantu"
#: stock/status_codes.py:82
msgid "Build order output created"
msgstr "Výstup výrobního příkazu vytvořen"
#: stock/status_codes.py:83
msgid "Build order output completed"
msgstr "Výstup výrobního příkazu dokončen"
#: stock/status_codes.py:84
msgid "Build order output rejected"
msgstr "Výstup výrobního příkazu odmítnut"
#: stock/status_codes.py:85
msgid "Consumed by build order"
msgstr "Spotřebováno výrobním příkazem"
#: stock/status_codes.py:88
msgid "Shipped against Sales Order"
msgstr "Odesláno na základě prodejní objednávky"
#: stock/status_codes.py:91
msgid "Received against Purchase Order"
msgstr "Přijato proti objednávce"
#: stock/status_codes.py:94
msgid "Returned against Return Order"
msgstr "Vráceno proti vratce"
#: stock/status_codes.py:97
msgid "Sent to customer"
msgstr "Odesláno zákazníkovi"
#: stock/status_codes.py:98
msgid "Returned from customer"
msgstr "Vráceno od zákazníka"
#: templates/403.html:6 templates/403.html:10 templates/403_csrf.html:7
msgid "Permission Denied"
msgstr "Přístup odepřen"
#: templates/403.html:11
msgid "You do not have permission to view this page."
msgstr "Nemáte oprávnění k prohlížení této stránky."
#: templates/403_csrf.html:11
msgid "Authentication Failure"
msgstr "Chyba ověření"
#: templates/403_csrf.html:12
msgid "You have been logged out from InvenTree."
msgstr "Byli jste odhlášeni z InvenTree."
#: templates/404.html:6 templates/404.html:10
msgid "Page Not Found"
msgstr "Stránka nebyla nalezena"
#: templates/404.html:11
msgid "The requested page does not exist"
msgstr "Požadovaná stránka neexistuje"
#: templates/500.html:6 templates/500.html:10
msgid "Internal Server Error"
msgstr "Interní chyba serveru"
#: templates/500.html:11
#, python-format
msgid "The %(inventree_title)s server raised an internal error"
msgstr "Server %(inventree_title)s vyvolal interní chybu"
#: templates/500.html:12
msgid "Refer to the error log in the admin interface for further details"
msgstr "Další podrobnosti naleznete v logu administrátorského rozhraní"
#: templates/503.html:11 templates/503.html:15
msgid "Site is in Maintenance"
msgstr "Stránky jsou v údržbě"
#: templates/503.html:17
msgid "The site is currently in maintenance and should be up again soon!"
msgstr "Stránky jsou v současné době v údržbě a měly by být brzy opět v provozu!"
#: templates/base.html:51
msgid "Server Restart Required"
msgstr "Vyžadován restart serveru"
#: templates/base.html:54
msgid "A configuration option has been changed which requires a server restart"
msgstr "Bylo změněno nastavení, které vyžaduje restart serveru"
#: templates/base.html:54 templates/base.html:64
msgid "Contact your system administrator for further information"
msgstr "Pro další informace kontaktujte správce systému"
#: templates/base.html:61
msgid "Pending Database Migrations"
msgstr "Čekající migrace databáze"
#: templates/base.html:64
msgid "There are pending database migrations which require attention"
msgstr "Čekající migrace databáze, které vyžadují pozornost"
#: templates/config_error.html:6 templates/config_error.html:10
msgid "Configuration Error"
msgstr "Chyba konfigurace"
#: templates/config_error.html:11
#, python-format
msgid "The %(inventree_title)s server raised a configuration error"
msgstr "Server %(inventree_title)s vyvolal konfigurační chybu"
#: templates/email/build_order_completed.html:9
#: templates/email/canceled_order_assigned.html:9
#: templates/email/new_order_assigned.html:9
#: templates/email/overdue_build_order.html:9
#: templates/email/overdue_purchase_order.html:9
#: templates/email/overdue_return_order.html:9
#: templates/email/overdue_sales_order.html:9
#: templates/email/purchase_order_received.html:9
#: templates/email/return_order_received.html:9
msgid "Click on the following link to view this order"
msgstr "Klikněte na následující odkaz pro zobrazení této objednávky"
#: templates/email/build_order_required_stock.html:7
msgid "Stock is required for the following build order"
msgstr "Pro následující výrobní příkaz jsou potřeba zásoby"
#: templates/email/build_order_required_stock.html:8
#, python-format
msgid "Build order %(build)s - building %(quantity)s x %(part)s"
msgstr "Výrobní príkaz %(build)s - výroba %(quantity)s x %(part)s"
#: templates/email/build_order_required_stock.html:10
msgid "Click on the following link to view this build order"
msgstr "Klikněte na následující odkaz pro zobrazení tohoto výrobního příkazu"
#: templates/email/build_order_required_stock.html:14
msgid "The following parts are low on required stock"
msgstr "Následující díly jsou na nízko na požadované skladové hodnotě"
#: templates/email/build_order_required_stock.html:18
msgid "Required Quantity"
msgstr "Požadované množství"
#: templates/email/build_order_required_stock.html:38
#: templates/email/low_stock_notification.html:30
msgid "You are receiving this email because you are subscribed to notifications for this part "
msgstr "Tento e-mail jste obdrželi, protože jste přihlášeni k odběru oznámení o tomto dílu"
#: templates/email/low_stock_notification.html:9
#: templates/email/part_event_notification.html:9
msgid "Click on the following link to view this part"
msgstr "Klikněte na následující odkaz pro zobrazení tohoto dílu"
#: templates/email/low_stock_notification.html:18
#: templates/email/part_event_notification.html:19
msgid "Minimum Quantity"
msgstr "Minimální množství"
#: templates/email/part_event_notification.html:32
msgid "You are receiving this email because you are subscribed to notifications for this part or a category that it is part of "
msgstr "Tento e-mail jste obdrželi, protože jste přihlášeni k odběru oznámení o tomto dílu nebo kategorii která je součástí "
#: templates/email/stale_stock_notification.html:10
msgid "The following stock items are approaching their expiry dates:"
msgstr "Následující položky se blíží k datu expirace:"
#: templates/email/stale_stock_notification.html:23
msgid "Days Until Expiry"
msgstr "Dnů do expirace"
#: templates/email/stale_stock_notification.html:57
msgid "You are receiving this email because you are subscribed to notifications for these parts"
msgstr "Tento e-mail jste obdrželi, protože jste přihlášeni k odběru oznámení o tyto díly"
#: users/admin.py:101
msgid "Users"
msgstr "Uživatelé"
#: users/admin.py:102
msgid "Select which users are assigned to this group"
msgstr "Vyberte, kteří uživatelé jsou zařazeni do této skupiny"
#: users/admin.py:137
msgid "Personal info"
msgstr "Osobní údaje"
#: users/admin.py:139
msgid "Permissions"
msgstr "Oprávnění"
#: users/admin.py:142
msgid "Important dates"
msgstr "Důležité termíny"
#: users/authentication.py:30 users/models.py:151
msgid "Token has been revoked"
msgstr "Token byl zrušen"
#: users/authentication.py:33
msgid "Token has expired"
msgstr "Token vypršel"
#: users/models.py:94
msgid "API Token"
msgstr "API token"
#: users/models.py:95
msgid "API Tokens"
msgstr "API tokeny"
#: users/models.py:131
msgid "Token Name"
msgstr "Název tokenu"
#: users/models.py:132
msgid "Custom token name"
msgstr "Uživatelský název tokenu"
#: users/models.py:138
msgid "Token expiry date"
msgstr "Datum vypršení tokenu"
#: users/models.py:146
msgid "Last Seen"
msgstr "Naposledy aktivní"
#: users/models.py:147
msgid "Last time the token was used"
msgstr "Čas posledního použití tokenu"
#: users/models.py:151
msgid "Revoked"
msgstr "Zrušeno"
#: users/models.py:229
msgid "Permission set"
msgstr "Nastavení oprávnění"
#: users/models.py:242
msgid "View"
msgstr "Zobrazit"
#: users/models.py:242
msgid "Permission to view items"
msgstr "Oprávnění k zobrazení položek"
#: users/models.py:246
msgid "Add"
msgstr "Přidat"
#: users/models.py:246
msgid "Permission to add items"
msgstr "Oprávnění přidat položky"
#: users/models.py:250
msgid "Change"
msgstr "Změnit"
#: users/models.py:252
msgid "Permissions to edit items"
msgstr "Oprávnění k úpravě položek"
#: users/models.py:256
msgid "Delete"
msgstr "Odstranit"
#: users/models.py:258
msgid "Permission to delete items"
msgstr "Oprávnění k odstranění položek"
#: users/models.py:495
msgid "Bot"
msgstr "Bot"
#: users/models.py:496
msgid "Internal"
msgstr "Interní"
#: users/models.py:498
msgid "Guest"
msgstr "Host"
#: users/models.py:507
msgid "Language"
msgstr "Jazyk"
#: users/models.py:508
msgid "Preferred language for the user"
msgstr "Preferovaný jazyk uživatele"
#: users/models.py:513
msgid "Theme"
msgstr "Motiv"
#: users/models.py:514
msgid "Settings for the web UI as JSON - do not edit manually!"
msgstr "Nastavení webového rozhraní jako JSON - neupravujte ručně!"
#: users/models.py:519
msgid "Widgets"
msgstr "Widgety"
#: users/models.py:521
msgid "Settings for the dashboard widgets as JSON - do not edit manually!"
msgstr "Nastavení widgetů hlavního panelu jako JSON - neupravujte ručně!"
#: users/models.py:528
msgid "Display Name"
msgstr "Zobrazované jméno"
#: users/models.py:529
msgid "Chosen display name for the user"
msgstr "Zvolené zobrazované jméno pro uživatele"
#: users/models.py:535
msgid "Position"
msgstr "Pozice"
#: users/models.py:536
msgid "Main job title or position"
msgstr "Název nebo funkce hlavního zaměstnání"
#: users/models.py:543
msgid "User status message"
msgstr "Zpráva statusu uživatele"
#: users/models.py:550
msgid "User location information"
msgstr "Informace o umístění uživatele"
#: users/models.py:555
msgid "User is actively using the system"
msgstr "Uživatel aktivně používá systém"
#: users/models.py:562
msgid "Preferred contact information for the user"
msgstr "Upřednostňované kontaktní údaje pro uživatele"
#: users/models.py:568
msgid "User Type"
msgstr "Typ uživatele"
#: users/models.py:569
msgid "Which type of user is this?"
msgstr "Jaký typ uživatele to je?"
#: users/models.py:575
msgid "Organisation"
msgstr "Organizace"
#: users/models.py:576
msgid "Users primary organisation/affiliation"
msgstr "Primární organizace / přidružení uživatelů"
#: users/models.py:584
msgid "Primary Group"
msgstr "Primární skupina"
#: users/models.py:585
msgid "Primary group for the user"
msgstr "Primární skupina uživatele"
#: users/ruleset.py:26
msgid "Admin"
msgstr "Administrátor"
#: users/ruleset.py:32
msgid "Purchase Orders"
msgstr "Zakoupené objednávky"
#: users/ruleset.py:33
msgid "Sales Orders"
msgstr "Prodejní objednávky"
#: users/ruleset.py:34
msgid "Return Orders"
msgstr "Návratové objednávky"
#: users/serializers.py:186
msgid "Username"
msgstr "Uživatelské jméno"
#: users/serializers.py:189
msgid "First Name"
msgstr "Křestní jméno"
#: users/serializers.py:189
msgid "First name of the user"
msgstr "Křestní jméno uživatele"
#: users/serializers.py:193
msgid "Last Name"
msgstr "Příjmení"
#: users/serializers.py:193
msgid "Last name of the user"
msgstr "Příjmení uživatele"
#: users/serializers.py:197
msgid "Email address of the user"
msgstr "Emailová adresa uživatele"
#: users/serializers.py:240
msgid "User must be authenticated"
msgstr "Uživatel musí být autentizován"
#: users/serializers.py:249
msgid "Only a superuser can create a token for another user"
msgstr "Pouze superuživatel může vytvořit token pro jiného uživatele"
#: users/serializers.py:329
msgid "Administrator"
msgstr "Administrátor"
#: users/serializers.py:330
msgid "Does this user have administrative permissions"
msgstr "Má tento uživatel administrativní oprávnění"
#: users/serializers.py:335 users/serializers.py:424
msgid "Superuser"
msgstr "Super-uživatel"
#: users/serializers.py:335 users/serializers.py:425
msgid "Is this user a superuser"
msgstr "Je tento uživatel superuživatel"
#: users/serializers.py:339 users/serializers.py:432
msgid "Is this user account active"
msgstr "Je tento uživatelský účet aktivní"
#: users/serializers.py:351
msgid "Only a superuser can adjust this field"
msgstr "Pouze superuživatel může toto pole upravit"
#: users/serializers.py:379
msgid "Password"
msgstr "Heslo"
#: users/serializers.py:380
msgid "Password for the user"
msgstr "Heslo uživatele"
#: users/serializers.py:386
msgid "Override warning"
msgstr "Přepsat varování"
#: users/serializers.py:387
msgid "Override the warning about password rules"
msgstr "Přepsat varování o pravidlech pro heslo"
#: users/serializers.py:417
msgid "Staff"
msgstr "Personál"
#: users/serializers.py:418
msgid "Does this user have staff permissions"
msgstr "Má tento uživatel oprávnění personálu"
#: users/serializers.py:468
msgid "You do not have permission to create users"
msgstr "Nemáte oprávnění k vytváření uživatelů"
#: users/serializers.py:489
msgid "Your account has been created."
msgstr "Váš účet byl vytvořen."
#: users/serializers.py:491
msgid "Please use the password reset function to login"
msgstr "Pro přihlášení použijte funkci obnovení hesla"
#: users/serializers.py:497
msgid "Welcome to InvenTree"
msgstr "Vítejte v InvenTree"