feat(i18n): add Greek translation (#1061)

This commit is contained in:
Dimitris Kafetzis
2026-05-27 17:31:03 +02:00
committed by GitHub
parent 126f2df21b
commit 831a4fd478
45 changed files with 2584 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
import type { TranslationStrings } from '../types';
const pdf: TranslationStrings = {
'pdf.travelPlan': 'Ταξιδιωτικό Πρόγραμμα',
'pdf.planned': 'Προγραμματισμένο',
'pdf.costLabel': 'Κόστος EUR',
'pdf.preview': 'Προεπισκόπηση PDF',
'pdf.saveAsPdf': 'Αποθήκευση ως PDF',
};
export default pdf;