translate.py 463 bytes
# -*- coding: utf-8 -*-

from PyQt5.QtCore import QCoreApplication

_translate = QCoreApplication.translate

table_headers = {
    "name": _translate("SedimentLayers", "Name"),
    "type": _translate("SedimentLayers", "Type"),
    "height": _translate("Sedimentlayers", "Height"),
    "d50": _translate("Sedimentlayers", "D50"),
    "sigma": _translate("Sedimentlayers", "Sigma"),
    "critical_constraint": _translate("Sedimentlayers", "Critical constraint"),
}