Files
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

21 lines
837 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.elGRLocaleText = exports.elGR = void 0;
var _imageMimeTypes = require("./utils/imageMimeTypes");
var _getChartsLocalization = require("./utils/getChartsLocalization");
const elGRLocaleText = exports.elGRLocaleText = {
// Overlay
loading: 'Φόρτωση δεδομένων…',
noData: 'Δεν υπάρχουν δεδομένα για εμφάνιση',
// Toolbar
zoomIn: 'Μεγέθυνση',
zoomOut: 'Σμίκρυνση',
toolbarExport: 'Εξαγωγή',
// Toolbar Export Menu
toolbarExportPrint: 'Εκτύπωση',
toolbarExportImage: mimeType => `Εξαγωγή ως ${_imageMimeTypes.imageMimeTypes[mimeType] ?? mimeType}`
};
const elGR = exports.elGR = (0, _getChartsLocalization.getChartsLocalization)(elGRLocaleText);