diff options
Diffstat (limited to 'tools/translations/pl.po')
-rw-r--r-- | tools/translations/pl.po | 85 |
1 files changed, 69 insertions, 16 deletions
diff --git a/tools/translations/pl.po b/tools/translations/pl.po index 25ebf0e57d..23966ce78c 100644 --- a/tools/translations/pl.po +++ b/tools/translations/pl.po @@ -168,15 +168,44 @@ msgid "Add Node" msgstr "Dodaj węzeł" #: modules/visual_script/visual_script_editor.cpp +msgid "Hold Meta to drop a Getter. Hold Shift to drop a generic signature." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Hold Ctrl to drop a Getter. Hold Shift to drop a generic signature." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Hold Meta to drop a simple reference to the node." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Hold Ctrl to drop a simple reference to the node." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Hold Meta to drop a Variable Setter." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Hold Ctrl to drop a Variable Setter." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Add Preload Node" +msgstr "Dodaj dziecko węzła" + +#: modules/visual_script/visual_script_editor.cpp msgid "Add Node(s) From Tree" msgstr "Dodaj węzeł(y) z drzewa" #: modules/visual_script/visual_script_editor.cpp -msgid "Add Setter Property" +msgid "Add Getter Property" msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Add Getter Property" +msgid "Add Setter Property" msgstr "" #: modules/visual_script/visual_script_editor.cpp @@ -239,9 +268,25 @@ msgid "Toggle Breakpoint" msgstr "Przełącz pułapkę" #: modules/visual_script/visual_script_editor.cpp -msgid "Find Node Tyoe" +#, fuzzy +msgid "Find Node Type" msgstr "Znajdź typ węzła" +#: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Copy Nodes" +msgstr "Skopiuj Pozę" + +#: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Cut Nodes" +msgstr "Utwórz węzeł" + +#: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Paste Nodes" +msgstr "Wklej Pozę" + #: modules/visual_script/visual_script_flow_control.cpp msgid "Input type not iterable: " msgstr "" @@ -288,12 +333,6 @@ msgid "VariableSet not found in script: " msgstr "Nie znaleziono VariableSet w skrypcie: " #: modules/visual_script/visual_script_nodes.cpp -msgid "" -"Custom node has no _get_output_port_unsequenced(idx,wmem), but unsequenced " -"ports were specified." -msgstr "" - -#: modules/visual_script/visual_script_nodes.cpp msgid "Custom node has no _step() method, can't process graph." msgstr "" @@ -544,7 +583,8 @@ msgstr "Wszystkie pliki (*)" #: scene/gui/file_dialog.cpp tools/editor/editor_file_dialog.cpp #: tools/editor/editor_help.cpp tools/editor/editor_node.cpp #: tools/editor/filesystem_dock.cpp -#: tools/editor/plugins/script_editor_plugin.cpp tools/editor/quick_open.cpp +#: tools/editor/plugins/script_editor_plugin.cpp +#: tools/editor/property_selector.cpp tools/editor/quick_open.cpp msgid "Open" msgstr "Otwórz" @@ -1089,7 +1129,8 @@ msgstr "Zmień Wartość Tablicy" #: tools/editor/asset_library_editor_plugin.cpp tools/editor/create_dialog.cpp #: tools/editor/editor_help.cpp tools/editor/editor_node.cpp -#: tools/editor/plugins/script_editor_plugin.cpp tools/editor/quick_open.cpp +#: tools/editor/plugins/script_editor_plugin.cpp +#: tools/editor/property_selector.cpp tools/editor/quick_open.cpp #: tools/editor/settings_config_dialog.cpp msgid "Search:" msgstr "Szukaj:" @@ -1339,10 +1380,16 @@ msgid "Create New" msgstr "Utwórz nowy" #: tools/editor/create_dialog.cpp tools/editor/editor_help.cpp -#: tools/editor/plugins/script_editor_plugin.cpp tools/editor/quick_open.cpp +#: tools/editor/plugins/script_editor_plugin.cpp +#: tools/editor/property_selector.cpp tools/editor/quick_open.cpp msgid "Matches:" msgstr "Pasujące:" +#: tools/editor/create_dialog.cpp tools/editor/editor_help.cpp +#: tools/editor/property_selector.cpp tools/editor/script_editor_debugger.cpp +msgid "Description:" +msgstr "Opis:" + #: tools/editor/dependency_editor.cpp msgid "Search Replacement For:" msgstr "Znajdź i zamień:" @@ -1661,10 +1708,6 @@ msgstr "Elementy motywu GUI:" msgid "Constants:" msgstr "Stałe:" -#: tools/editor/editor_help.cpp tools/editor/script_editor_debugger.cpp -msgid "Description:" -msgstr "Opis:" - #: tools/editor/editor_help.cpp msgid "Method Description:" msgstr "Opis Metody:" @@ -6072,6 +6115,16 @@ msgstr "Globalne" msgid "Sections:" msgstr "" +#: tools/editor/property_selector.cpp +#, fuzzy +msgid "Select Property" +msgstr "Zaznacz Punkty" + +#: tools/editor/property_selector.cpp +#, fuzzy +msgid "Select Method" +msgstr "Tryb zaznaczenia" + #: tools/editor/pvrtc_compress.cpp msgid "Could not execute PVRTC tool:" msgstr "" |