File size: 370 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import type { TranslationStrings } from '../types';

const pdf: TranslationStrings = {
  'pdf.travelPlan': 'Ταξιδιωτικό Πρόγραμμα',
  'pdf.planned': 'Προγραμματισμένο',
  'pdf.costLabel': 'Κόστος EUR',
  'pdf.preview': 'Προεπισκόπηση PDF',
  'pdf.saveAsPdf': 'Αποθήκευση ως PDF',
};
export default pdf;