UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

26 lines 1.37 kB
import { __extends } from "tslib"; import { ESubthemeDefaultEditorShapeButtonLayer } from "./e-subtheme-default-editor-shape-button-layer"; var ESubthemeDefaultJaJpEditorShapeButtonLayer = /** @class */ (function (_super) { __extends(ESubthemeDefaultJaJpEditorShapeButtonLayer, _super); function ESubthemeDefaultJaJpEditorShapeButtonLayer() { return _super !== null && _super.apply(this, arguments) || this; } ESubthemeDefaultJaJpEditorShapeButtonLayer.prototype.getButtonNewTitle = function () { return "列の新規作成"; }; ESubthemeDefaultJaJpEditorShapeButtonLayer.prototype.getButtonDeleteTitle = function () { return "選択列を削除"; }; ESubthemeDefaultJaJpEditorShapeButtonLayer.prototype.getButtonBringForwardTitle = function () { return "選択列を前に移動"; }; ESubthemeDefaultJaJpEditorShapeButtonLayer.prototype.getButtonSendBackwardTitle = function () { return "選択列を後ろに移動"; }; ESubthemeDefaultJaJpEditorShapeButtonLayer.prototype.getInputMarginLabel = function () { return "マージン"; }; return ESubthemeDefaultJaJpEditorShapeButtonLayer; }(ESubthemeDefaultEditorShapeButtonLayer)); export { ESubthemeDefaultJaJpEditorShapeButtonLayer }; //# sourceMappingURL=e-subtheme-default-ja-jp-editor-shape-button-layer.js.map