diff --git a/translations/Plugin-InfoMeshObject_de_DE.ts b/translations/Plugin-InfoMeshObject_de_DE.ts new file mode 100644 index 0000000000000000000000000000000000000000..8c22c41a657c1c8df2415053afc41bfb44f05498 --- /dev/null +++ b/translations/Plugin-InfoMeshObject_de_DE.ts @@ -0,0 +1,674 @@ + + + + + InfoBar + + + Form + + + + + #vertex + + + + + #edges + + + + + #faces + + + + + info + + + + + %1 targets selected + + + + + InfoMeshObjectPlugin + + + General object information for %1 + + + + + Picked Face: + + + + + + Closest Vertex: + + + + + Closest Edge: + + + + + Normal of picked face: + + + + + + Closest Vertex on the mesh: + + + + + Adjacent Faces: + + + + + Picked Edge: + + + + + Picked Vertex: + + + + + Normal of picked vertex: + + + + + Picked Vertex on the mesh: + + + + + Adjacent Edges: + + + + + + + + + + + + + + + + + + + Unable to get object + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Unable to get mesh + + + + + Provides Information on Mesh Objects + + + + + get total number of vertices for a given object + + + + + + + + + + + + + + objectID + + + + + + + + + + + + + + id of an object + + + + + get total number of edges for a given object + + + + + get total number of faces for a given object + + + + + get number of boundaries for a given object + + + + + get number of components for a given object + + + + + get the genus of a given object + + + + + get the center of gravity for a given object + + + + + get minimum point of the axis-aligned bounding box + + + + + get maximum point of the axis-aligned bounding box + + + + + get the size of the axis-aligned bounding box + + + + + Get the length of an edge + + + + + ObjectId,EdgeHandle + + + + + id of the object, handle of an edge + + + + + Get the area of a face + + + + + + ObjectId,FaceHandle + + + + + + id of the object, handle of a face + + + + + Get the aspect ratio of a face + + + + + Get the valence of a vertex + + + + + ObjectId,VertexHandle + + + + + id of the object, handle of a vertex + + + + + Get the minimal edge length of an object + + + + + + + ObjectId + + + + + + + id of the object + + + + + Get the maximal edge length of an object + + + + + Get the mean edge length of an object + + + + + + Unable to get edge handle + + + + + + + Unable to get face handle + + + + + Not implemented yet + + + + + Aspect ratio can only be calculated for triangle meshes + + + + + + Unable to get vertex handle + + + + + InfoWidget + + + Object Information + + + + + Picking + + + + + Set picking mode: + + + + + PICK_FACES + + + + + PICK_EDGES + + + + + PICK_VERTICES + + + + + Local Information at clicked position + + + + + Clicked Point: + + + + + + + + + minX + + + + + + + + + minY + + + + + + + + + minZ + + + + + Normal of picked face: + + + + + Closest Vertex on the mesh: + + + + + mesh handles + + + + + Closest Vertex: + + + + + vertexHandle + + + + + Closest Edge: + + + + + edgeHandle + + + + + Picked Face: + + + + + faceHandle + + + + + Adjacent Vertices: + + + + + adjVertexHandles + + + + + General object information + + + + + Object ID: + + + + + id + + + + + Vertices: + + + + + #vertices + + + + + Edges: + + + + + #edges + + + + + Faces: + + + + + #faces + + + + + Boundaries: + + + + + #boundaries + + + + + Components: + + + + + #components + + + + + Genus: + + + + + genus + + + + + Center of Gravity: + + + + + cogX + + + + + cogY + + + + + cogZ + + + + + Bounding Box: + + + + + Minimum: + + + + + Maximum: + + + + + maxX + + + + + maxY + + + + + maxZ + + + + + Size: + + + + + Minimum + + + + + Mean + + + + + Maximum + + + + + Vertex Valence: + + + + + + + + + min + + + + + + + + + mean + + + + + + + + + max + + + + + Edge Length: + + + + + Aspect Ratio: + + + + + Inner Face Angles: + + + + + Dihedral Angles: + + + + + &Close + + + + diff --git a/translations/Plugin-Info_de_DE.ts b/translations/Plugin-Info_de_DE.ts deleted file mode 100644 index 08022fb8868a0a012c46134647518acf197e7bab..0000000000000000000000000000000000000000 --- a/translations/Plugin-Info_de_DE.ts +++ /dev/null @@ -1,592 +0,0 @@ - - - - - InfoBar - - - %1 targets selected - %1 Ziele ausgewählt - - - - Form - Dialog - - - - #vertex - #Knoten - - - - #edges - #Kanten - - - - #faces - #Flächen - - - - info - Info - - - - InfoPlugin - - - General object information for %1 - Generelle Objekt Informationen für %1 - - - - - - - - - - - - - - - - - - Unable to get object - Kann Objekt nicht bekommen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unable to get mesh - Kann Netz nicht bekommen - - - - Providing Information about Objects - - - - - get total number of vertices for a given object - - - - - - - - - - - - - - objectID - - - - - - - - - - - - - - id of an object - - - - - get total number of edges for a given object - - - - - get total number of faces for a given object - - - - - get number of boundaries for a given object - - - - - get number of components for a given object - - - - - get the genus of a given object - - - - - get the center of gravity for a given object - - - - - get minimum point of the axis-aligned bounding box - - - - - get maximum point of the axis-aligned bounding box - - - - - get the size of the axis-aligned bounding box - - - - - Get the length of an edge - - - - - ObjectId,EdgeHandle - - - - - id of the object, handle of an edge - - - - - Get the area of a face - - - - - - ObjectId,FaceHandle - - - - - - id of the object, handle of a face - - - - - Get the aspect ratio of a face - - - - - Get the valence of a vertex - - - - - ObjectId,VertexHandle - - - - - id of the object, handle of a vertex - - - - - Get the minimal edge length of an object - - - - - - - ObjectId - - - - - - - id of the object - - - - - Get the maximal edge length of an object - - - - - Get the mean edge length of an object - - - - - - Unable to get edge handle - - - - - - - Unable to get face handle - - - - - Not implemented yet - - - - - Aspect ratio can only be calculated for triangle meshes - - - - - - Unable to get vertex handle - - - - - InfoWidget - - - Object Information - - - - - Object ID: - - - - - Vertices: - - - - - Faces: - - - - - Edges: - - - - - Components: - - - - - Boundaries: - - - - - Local Information at clicked position - - - - - Clicked Point: - - - - - - - - - minX - - - - - - - - - minY - - - - - - - - - minZ - - - - - Normal of picked face: - - - - - Closest Vertex on the mesh: - - - - - mesh handles - - - - - Closest Vertex: - - - - - vertexHandle - - - - - Closest Edge: - - - - - edgeHandle - - - - - Picked Face: - - - - - faceHandle - - - - - Adjacent Vertices: - - - - - adjVertexHandles - - - - - General object information - - - - - id - - - - - #vertices - - - - - #edges - - - - - #faces - - - - - #boundaries - - - - - #components - - - - - Genus: - - - - - genus - - - - - Center of Gravity: - - - - - cogX - - - - - cogY - - - - - cogZ - - - - - Bounding Box: - - - - - Minimum: - - - - - Maximum: - - - - - maxX - - - - - maxY - - - - - maxZ - - - - - Size: - - - - - Minimum - - - - - Mean - - - - - Maximum - - - - - Vertex Valence: - - - - - - - - - min - - - - - - - - - mean - - - - - - - - - max - - - - - Edge Length: - - - - - Aspect Ratio: - - - - - Inner Face Angles: - - - - - Dihedral Angles: - - - - - &Close - - - -