Translations:Add Workbench to Addon Manager/7/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "# Otwórz Menadżer dodatków: wybierz opcję {{MenuCommand|Narzędzia → 16px Menadżer dodatków}} z menu. # Naciśnij przycisk {{Button|Narzędzia programisty ...}}. # Otworzy się okno dialogowe {{MenuCommand|Narzędzia dla twórców dodatków}}.<br> 350px # Wprowadź następujące dane: #* {{MenuCommand|Ścieżka do dodatku}}: Ścieżka do lokalnego repozytorium git...")
 
No edit summary
 
Line 14: Line 14:
# The {{MenuCommand|Zawartość elementu}} otwiera się okno dialogowe.
# The {{MenuCommand|Zawartość elementu}} otwiera się okno dialogowe.
<br>[[Image:Addon_Manager_Content_Item_Dialog.png|350px]]
<br>[[Image:Addon_Manager_Content_Item_Dialog.png|350px]]
# {{MenuCommandTyp treści}} powinno być ustawione na {{Value|Workbench}}.
# {{MenuCommand|Typ treści}} powinien być ustawiony na {{Value|Workbench}}.
# Zaznacz pole wyboru {{MenuCommand|To jest jedyny element w dodatku}}.
# Zaznacz pole wyboru {{MenuCommand|To jest jedyny element w dodatku}}.
# Wpisz {{MenuCommand|Nazwa klasy środowiska pracy}}. Jest to nazwa klasy określona w pliku {{FileName|InitGui.py}}.
# Wpisz {{MenuCommand|Nazwa klasy środowiska pracy}}. Jest to nazwa klasy określona w pliku {{FileName|InitGui.py}}.

Latest revision as of 08:32, 6 January 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Add Workbench to Addon Manager)
# Open the [[Std_AddonMgr|Addon Manager]]: select the {{MenuCommand|Tools → [[Image:Std_AddonMgr.svg|16px]] Addon manager}} option from the menu.
# Press the {{Button|Developer tools...}} button.
# The {{MenuCommand|Addon Developer Tools}} dialog opens.<br>[[Image:Addon_Manager_Addon_Developer_Tools_Dialog.png|350px]]
# Enter the following:
#* {{MenuCommand|Path to Addon}}: The path to the local git repository.
#* {{MenuCommand|Addon Name}}: This will appear in the listings of the Addon Manager.
#* {{MenuCommand|Description}}: Idem.
#* {{MenuCommand|Version}}: Idem.
#* {{MenuCommand|Repository URL}}
#* {{MenuCommand|Primary branch}}
#* {{MenuCommand|README URL}}: Recommended.
#* {{MenuCommand|Icon}}: The icon must be part of the repository.
# Press the {{Button|[[Image:List-add.svg|16px]]}} button at the bottom of the dialog.
# The {{MenuCommand|Content Item}} dialog opens.<br>[[Image:Addon_Manager_Content_Item_Dialog.png|350px]]
# The {{MenuCommand|Content type}} should be set to {{Value|Workbench}}.
# Check the {{MenuCommand|This is the only item in the Addon}} checkbox.
# Enter the {{MenuCommand|Workbench class name}}. This is the class name specified in the {{FileName|InitGui.py}} file.
# For the {{MenuCommand|Subdirectory}} enter {{Value|./}}.
# Press the {{Button|OK}} button to close the dialog.
# Press the {{Button|Save}} button to close the {{MenuCommand|Addon Developer Tools}} dialog and save the {{FileName|package.xml}} file.
# Press the {{Button|[[Image:Process-stop.svg|16px]] Close}} button to close the Addon Manager.
# Push the created file to your remote repository.
  1. Otwórz Menadżer dodatków: wybierz opcję Narzędzia → Menadżer dodatków z menu.
  2. Naciśnij przycisk Narzędzia programisty ....
  3. Otworzy się okno dialogowe Narzędzia dla twórców dodatków.
  4. Wprowadź następujące dane:
    • Ścieżka do dodatku: Ścieżka do lokalnego repozytorium git.
    • Nazwa dodatku: Ta nazwa pojawi się na liście w menedżerze dodatków.
    • Opis: Analogicznie.
    • Wersja: Analogicznie.
    • URL repozytorium
    • Gałąź podstawowa
    • URL README: Rekomendowane.
    • Ikonka: Ikonka musi być częścią repozytorium.
  5. Press the przycisk na dole okna dialogowego.
  6. The Zawartość elementu otwiera się okno dialogowe.


  1. Typ treści powinien być ustawiony na Workbench.
  2. Zaznacz pole wyboru To jest jedyny element w dodatku.
  3. Wpisz Nazwa klasy środowiska pracy. Jest to nazwa klasy określona w pliku InitGui.py.
  4. Dla Katalog podrzędny wpisz ./.
  5. Naciśnij przycisk OK, aby zamknąć okno dialogowe.
  6. Naciśnij przycisk Zapisz, aby zamknąć okno dialogowe Narzędzia dla twórców dodatków i zapisać plik package.xml.
  7. Naciśnij przycisk Close, aby zamknąć Menedżer dodatków.
  8. Prześlij utworzony plik do zdalnego repozytorium.