diff --git a/src/Mod/Measure/Gui/Resources/translations/Measure_es-ES.ts b/src/Mod/Measure/Gui/Resources/translations/Measure_es-ES.ts new file mode 100644 index 0000000000..fa64c80774 --- /dev/null +++ b/src/Mod/Measure/Gui/Resources/translations/Measure_es-ES.ts @@ -0,0 +1,186 @@ + + + + + Gui::TaskMeasure + + + Measurement + Medición + + + + Show Delta: + Mostrar delta: + + + + Auto Save + Guardar automáticamente + + + + Auto saving of the last measurement when starting a new measurement. Use SHIFT to temporarily invert the behaviour. + Guardar automáticamente la última medición al comenzar una nueva medición. Utilice MAYÚS para invertir el comportamiento temporalmente. + + + + Additive Selection + Selección aditiva + + + + If checked, new selection will be added to the measurement. If unchecked, CTRL must be pressed to add a selection to the current measurement otherwise a new measurement will be started + Si está marcado, las nuevas selecciones serán agregadas a la medición. De lo contrario, CTRL debe de ser presionado para agregar una selección a la medición actual, de otro modo, una nueva medición será iniciada. + + + + Settings + Ajustes + + + + Mode: + Modo: + + + + Result: + Resultado: + + + + Save + Guardar + + + + Save the measurement in the active document. + Guardar la medición en el documento activo. + + + + Close + Cerrar + + + + Close the measurement task. + Cerrar la tarea de medición. + + + + MeasureGui::DlgPrefsMeasureAppearanceImp + + + Appearance + Apariencia + + + + Text color + Color de texto + + + + Text size + Tamaño de texto + + + + Default property values + Valores de propiedad por defecto + + + + Line color + Color de línea + + + + px + px + + + + Background color + Color de fondo + + + + MeasureGui::QuickMeasure + + + Total area: %1 + Área total: %1 + + + + + Nominal distance: %1 + Distancia nominal: %1 + + + + Area: %1 + Área: %1 + + + + Area: %1, Radius: %2 + Área: %1, Radio: %2 + + + + Total length: %1 + Longitud total: %1 + + + + Angle: %1, Total length: %2 + Ángulo: %1, Longitud total: %2 + + + + Length: %1 + Longitud: %1 + + + + Radius: %1 + Radio: %1 + + + + Distance: %1 + Distancia: %1 + + + + Minimum distance: %1 + Distancia mínima: %1 + + + + QObject + + + Measure + Medición + + + + StdCmdMeasure + + + &Measure + &Medición + + + + + Measure a feature + Medir una característica + + + diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 31de1936f6..312d467138 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -97,6 +97,11 @@ directories = [ "workingdir": "./src/Mod/Material/Gui", "tsdir": "Resources/translations", }, + { + "tsname": "Measure", + "workingdir": "./src/Mod/Measure/", + "tsdir": "Gui/Resources/translations", + }, { "tsname": "Mesh", "workingdir": "./src/Mod/Mesh/",