diff options
Diffstat (limited to 'editor/translations/sv.po')
-rw-r--r-- | editor/translations/sv.po | 263 |
1 files changed, 219 insertions, 44 deletions
diff --git a/editor/translations/sv.po b/editor/translations/sv.po index 2ac0ecee01..b8c190d92a 100644 --- a/editor/translations/sv.po +++ b/editor/translations/sv.po @@ -341,6 +341,10 @@ msgid "Duplicate Key(s)" msgstr "Duplicera Nycklar" #: editor/animation_track_editor.cpp +msgid "Add RESET Value(s)" +msgstr "" + +#: editor/animation_track_editor.cpp msgid "Delete Key(s)" msgstr "Ta bort Nycklar" @@ -510,6 +514,11 @@ msgstr "" "spår." #: editor/animation_track_editor.cpp +#, fuzzy +msgid "Anim Add RESET Keys" +msgstr "Anim Skala Nycklar" + +#: editor/animation_track_editor.cpp msgid "" "This animation belongs to an imported scene, so changes to imported tracks " "will not be saved.\n" @@ -1496,6 +1505,10 @@ msgid "Invalid name." msgstr "Ogiltigt namn." #: editor/editor_autoload_settings.cpp +msgid "Cannot begin with a digit." +msgstr "" + +#: editor/editor_autoload_settings.cpp msgid "Valid characters:" msgstr "Giltiga tecken:" @@ -1600,7 +1613,9 @@ msgstr "Uppdaterar scen..." msgid "[empty]" msgstr "[tom]" -#: editor/editor_data.cpp +#: editor/editor_data.cpp editor/plugins/script_text_editor.cpp +#: editor/plugins/text_editor.cpp +#: modules/visual_script/visual_script_editor.cpp msgid "[unsaved]" msgstr "[inte sparad]" @@ -1621,6 +1636,7 @@ msgstr "Skapa Mapp" #: editor/editor_dir_dialog.cpp editor/editor_file_dialog.cpp #: editor/editor_plugin_settings.cpp editor/filesystem_dock.cpp #: editor/plugins/theme_editor_plugin.cpp editor/project_export.cpp +#: editor/script_create_dialog.cpp #: modules/visual_script/visual_script_editor.cpp scene/gui/file_dialog.cpp msgid "Name:" msgstr "Namn:" @@ -2130,7 +2146,8 @@ msgid "Properties" msgstr "Egenskaper" #: editor/editor_help.cpp -msgid "override:" +#, fuzzy +msgid "overrides %s:" msgstr "skriv över:" #: editor/editor_help.cpp @@ -2289,6 +2306,20 @@ msgstr "Egenskaper" msgid "Property:" msgstr "Egenskap:" +#: editor/editor_inspector.cpp +#, fuzzy +msgid "Pin value" +msgstr "Värde" + +#: editor/editor_inspector.cpp +msgid "" +"Pinning a value forces it to be saved even if it's equal to the default." +msgstr "" + +#: editor/editor_inspector.cpp +msgid "Pin value [Disabled because '%s' is editor-only]" +msgstr "" + #: editor/editor_inspector.cpp editor/scene_tree_dock.cpp #: modules/visual_script/visual_script_property_selector.cpp msgid "Set %s" @@ -2298,6 +2329,29 @@ msgstr "" msgid "Set Multiple:" msgstr "Sätt Flera:" +#: editor/editor_inspector.cpp +msgid "Pinned %s" +msgstr "" + +#: editor/editor_inspector.cpp +msgid "Unpinned %s" +msgstr "" + +#: editor/editor_inspector.cpp +#, fuzzy +msgid "Copy Property" +msgstr "Egenskaper" + +#: editor/editor_inspector.cpp +#, fuzzy +msgid "Paste Property" +msgstr "Egenskaper" + +#: editor/editor_inspector.cpp +#, fuzzy +msgid "Copy Property Path" +msgstr "Kopiera Sökvägen" + #: editor/editor_log.cpp msgid "Output:" msgstr "Output:" @@ -3112,6 +3166,20 @@ msgid "" msgstr "" #: editor/editor_node.cpp +msgid "Force Shader Fallbacks" +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"When this option is enabled, shaders will be used in their fallback form " +"(either visible via an ubershader or hidden) during all the run time.\n" +"This is useful for verifying the look and performance of fallbacks, which " +"are normally displayed briefly.\n" +"Asynchronous shader compilation must be enabled in the project settings for " +"this option to make a difference." +msgstr "" + +#: editor/editor_node.cpp #, fuzzy msgid "Synchronize Scene Changes" msgstr "Synkronisera scenändringar" @@ -4242,6 +4310,11 @@ msgstr "%d fler filer" msgid "Find:" msgstr "Hitta:" +#: editor/find_in_files.cpp editor/rename_dialog.cpp +#, fuzzy +msgid "Replace:" +msgstr "Ersätt:" + #: editor/find_in_files.cpp msgid "Folder:" msgstr "Mapp:" @@ -4267,6 +4340,11 @@ msgstr "Hitta..." msgid "Replace..." msgstr "Ersätt..." +#: editor/find_in_files.cpp editor/plugins/script_editor_plugin.cpp +#, fuzzy +msgid "Replace in Files" +msgstr "Ersätt Alla" + #: editor/find_in_files.cpp msgid "Find: " msgstr "Hitta: " @@ -4277,7 +4355,7 @@ msgstr "Ersätt: " #: editor/find_in_files.cpp #, fuzzy -msgid "Replace all (no undo)" +msgid "Replace All (NO UNDO)" msgstr "Ersätt Alla" #: editor/find_in_files.cpp @@ -4510,6 +4588,12 @@ msgstr "" "VARNING: Det finns tillgångar som använder den här resursen, de kan sluta " "laddas in korrekt." +#: editor/import_dock.cpp +msgid "" +"Select a resource file in the filesystem or in the inspector to adjust " +"import settings." +msgstr "" + #: editor/inspector_dock.cpp msgid "Failed to load resource." msgstr "Misslyckades att ladda resurs." @@ -6006,6 +6090,11 @@ msgstr "Ta bort vald Rect." #: editor/plugins/canvas_item_editor_plugin.cpp #, fuzzy +msgid "Alt+Drag: Scale selected node." +msgstr "Ta bort vald Rect." + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy msgid "V: Set selected node's pivot position." msgstr "Ta bort valt spår." @@ -6035,6 +6124,10 @@ msgid "Scale Mode" msgstr "Växla Läge" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Shift: Scale proportionally." +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp msgid "" "Show a list of all objects at the position clicked\n" @@ -6132,20 +6225,44 @@ msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Lock Selected Node(s)" +msgstr "Välj" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Unlock the selected object (can be moved)." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Unlock Selected Node(s)" +msgstr "Ta bort Nod(er)" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Makes sure the object's children are not selectable." msgstr "Ser till att objektets barn inte är valbara." #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Group Selected Node(s)" +msgstr "Ta bort Urval" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Restores the object's children's ability to be selected." msgstr "Återställer objektets barns egenskap att väljas." #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Ungroup Selected Node(s)" +msgstr "Ta bort Urval" + +#: editor/plugins/canvas_item_editor_plugin.cpp #, fuzzy msgid "Skeleton Options" msgstr "Singleton" @@ -7825,6 +7942,11 @@ msgid "Find in Files..." msgstr "Filtrera Filer..." #: editor/plugins/script_text_editor.cpp +#, fuzzy +msgid "Replace in Files..." +msgstr "Ersätt..." + +#: editor/plugins/script_text_editor.cpp msgid "Contextual Help" msgstr "" @@ -8368,6 +8490,19 @@ msgid "Toggle Freelook" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Decrease Field of View" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Increase Field of View" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Reset Field of View to Default" +msgstr "Ladda Standard" + +#: editor/plugins/spatial_editor_plugin.cpp #: editor/plugins/visual_shader_editor_plugin.cpp msgid "Transform" msgstr "Transformera" @@ -9143,6 +9278,30 @@ msgstr "Importera Tema" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy +msgid "Add Type" +msgstr "Typ" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Filter the list of types or create a new custom type:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Available Node-based types:" +msgstr "Tillgängliga Profiler:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Type name is empty!" +msgstr "Filnamn är tom." + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Are you sure you want to create an empty type?" +msgstr "Är du säker att du vill ta bort alla kopplingar från denna signal?" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy msgid "Confirm Item Rename" msgstr "Anim Byt Namn På Spår" @@ -9168,20 +9327,6 @@ msgstr "" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy -msgid "Add Type" -msgstr "Typ" - -#: editor/plugins/theme_editor_plugin.cpp -msgid "Add Item Type" -msgstr "" - -#: editor/plugins/theme_editor_plugin.cpp -#, fuzzy -msgid "Node Types:" -msgstr "Nod typ" - -#: editor/plugins/theme_editor_plugin.cpp -#, fuzzy msgid "Show Default" msgstr "Ladda Standard" @@ -9198,6 +9343,10 @@ msgid "Override all default type items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Add Item Type" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Theme:" msgstr "Tema:" @@ -11654,11 +11803,6 @@ msgid "Batch Rename" msgstr "Byt namn" #: editor/rename_dialog.cpp -#, fuzzy -msgid "Replace:" -msgstr "Ersätt:" - -#: editor/rename_dialog.cpp msgid "Prefix:" msgstr "" @@ -11940,6 +12084,20 @@ msgid "" msgstr "" #: editor/scene_tree_dock.cpp +msgid "" +"Can't save a branch which is a child of an already instantiated scene.\n" +"To save this branch into its own scene, open the original scene, right click " +"on this branch, and select \"Save Branch as Scene\"." +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "" +"Can't save a branch which is part of an inherited scene.\n" +"To save this branch into its own scene, open the original scene, right click " +"on this branch, and select \"Save Branch as Scene\"." +msgstr "" + +#: editor/scene_tree_dock.cpp #, fuzzy msgid "Save New Scene As..." msgstr "Spara Ny Scen Som..." @@ -12918,63 +13076,68 @@ msgstr "Alla urval" msgid "End of inner exception stack trace" msgstr "" -#: modules/recast/navigation_mesh_editor_plugin.cpp +#: modules/navigation/navigation_mesh_editor_plugin.cpp +#: scene/3d/navigation_mesh_instance.cpp +msgid "A NavigationMesh resource must be set or created for this node to work." +msgstr "" + +#: modules/navigation/navigation_mesh_editor_plugin.cpp msgid "Bake NavMesh" msgstr "" -#: modules/recast/navigation_mesh_editor_plugin.cpp +#: modules/navigation/navigation_mesh_editor_plugin.cpp msgid "Clear the navigation mesh." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Setting up Configuration..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Calculating grid size..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Creating heightfield..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Marking walkable triangles..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Constructing compact heightfield..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Eroding walkable area..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Partitioning..." msgstr "Partitionerar..." -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Creating contours..." msgstr "Skapar konturer..." -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Creating polymesh..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Converting to native navigation mesh..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Navigation Mesh Generator Setup:" msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Parsing Geometry..." msgstr "" -#: modules/recast/navigation_mesh_generator.cpp +#: modules/navigation/navigation_mesh_generator.cpp msgid "Done!" msgstr "Klar!" @@ -13952,6 +14115,16 @@ msgstr "" msgid "The occluder polygon for this occluder is empty. Please draw a polygon." msgstr "" +#: scene/2d/navigation_agent_2d.cpp +msgid "The NavigationAgent2D can be used only under a Node2D node." +msgstr "" + +#: scene/2d/navigation_obstacle_2d.cpp +msgid "" +"The NavigationObstacle2D only serves to provide collision avoidance to a " +"Node2D object." +msgstr "" + #: scene/2d/navigation_polygon.cpp msgid "" "A NavigationPolygon resource must be set or created for this node to work. " @@ -14176,16 +14349,22 @@ msgstr "" msgid "A SpotLight with an angle wider than 90 degrees cannot cast shadows." msgstr "" -#: scene/3d/navigation_mesh.cpp -msgid "A NavigationMesh resource must be set or created for this node to work." +#: scene/3d/navigation_agent.cpp +msgid "The NavigationAgent can be used only under a spatial node." msgstr "" -#: scene/3d/navigation_mesh.cpp +#: scene/3d/navigation_mesh_instance.cpp msgid "" "NavigationMeshInstance must be a child or grandchild to a Navigation node. " "It only provides navigation data." msgstr "" +#: scene/3d/navigation_obstacle.cpp +msgid "" +"The NavigationObstacle only serves to provide collision avoidance to a " +"spatial object." +msgstr "" + #: scene/3d/occluder.cpp msgid "No shape is set." msgstr "" @@ -14588,10 +14767,6 @@ msgid "" msgstr "" #: servers/visual/shader_language.cpp -msgid "Fragment-stage varying could not been accessed in custom function!" -msgstr "" - -#: servers/visual/shader_language.cpp msgid "Assignment to function." msgstr "" |