diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-09-01 19:31:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-09-01 19:31:13 +0200 |
commit | 3759d378da7ceab382b31b86d69bb90b9eeaba90 (patch) | |
tree | 239b4ab195d75d6de68801a8b5715afadcf77f91 /tools/translations/pt_PT.po | |
parent | a5134e432eaf25640b2a39fd4fbf5bba85027ad6 (diff) |
i18n: Sync template and and merge translations
Diffstat (limited to 'tools/translations/pt_PT.po')
-rw-r--r-- | tools/translations/pt_PT.po | 85 |
1 files changed, 67 insertions, 18 deletions
diff --git a/tools/translations/pt_PT.po b/tools/translations/pt_PT.po index 19555c90ac..21792d3857 100644 --- a/tools/translations/pt_PT.po +++ b/tools/translations/pt_PT.po @@ -168,18 +168,47 @@ msgid "Add Node" msgstr "Adicionar Nó" #: modules/visual_script/visual_script_editor.cpp -msgid "Add Node(s) From Tree" -msgstr "Adicionar Nó da Árvore" +msgid "Hold Meta to drop a Getter. Hold Shift to drop a generic signature." +msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Add Setter Property" -msgstr "Adicionar propriedade Setter" +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 "Adicionar Nó" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Add Node(s) From Tree" +msgstr "Adicionar Nó da Árvore" #: modules/visual_script/visual_script_editor.cpp msgid "Add Getter Property" msgstr "Adicionar propriedade Getter" #: modules/visual_script/visual_script_editor.cpp +msgid "Add Setter Property" +msgstr "Adicionar propriedade Setter" + +#: modules/visual_script/visual_script_editor.cpp #: tools/editor/plugins/canvas_item_editor_plugin.cpp #: tools/editor/plugins/polygon_2d_editor_plugin.cpp #: tools/editor/plugins/script_text_editor.cpp @@ -239,9 +268,22 @@ msgid "Toggle Breakpoint" msgstr "Accionar Breakpoint" #: modules/visual_script/visual_script_editor.cpp -msgid "Find Node Tyoe" +#, fuzzy +msgid "Find Node Type" msgstr "Encontrar Tipo de Nó" +#: modules/visual_script/visual_script_editor.cpp +msgid "Copy Nodes" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Cut Nodes" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Paste Nodes" +msgstr "" + #: modules/visual_script/visual_script_flow_control.cpp msgid "Input type not iterable: " msgstr "Tipo de Input não iterável: " @@ -287,12 +329,6 @@ msgid "VariableSet not found in script: " msgstr "" #: 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 "" @@ -492,7 +528,8 @@ msgstr "" #: 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 "" @@ -1028,7 +1065,8 @@ msgstr "" #: 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 "" @@ -1277,10 +1315,16 @@ msgid "Create New" msgstr "" #: 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 "" +#: tools/editor/create_dialog.cpp tools/editor/editor_help.cpp +#: tools/editor/property_selector.cpp tools/editor/script_editor_debugger.cpp +msgid "Description:" +msgstr "" + #: tools/editor/dependency_editor.cpp msgid "Search Replacement For:" msgstr "" @@ -1596,10 +1640,6 @@ msgstr "" msgid "Constants:" msgstr "" -#: tools/editor/editor_help.cpp tools/editor/script_editor_debugger.cpp -msgid "Description:" -msgstr "" - #: tools/editor/editor_help.cpp msgid "Method Description:" msgstr "" @@ -5959,6 +5999,15 @@ msgstr "" msgid "Sections:" msgstr "" +#: tools/editor/property_selector.cpp +#, fuzzy +msgid "Select Property" +msgstr "Adicionar propriedade Setter" + +#: tools/editor/property_selector.cpp +msgid "Select Method" +msgstr "" + #: tools/editor/pvrtc_compress.cpp msgid "Could not execute PVRTC tool:" msgstr "" |