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

const pdf: TranslationStrings = {
  'pdf.travelPlan': 'Seyahat Planı',
  'pdf.planned': 'Planlandı',
  'pdf.costLabel': 'Maliyet EUR',
  'pdf.preview': 'PDF Önizleme',
  'pdf.saveAsPdf': 'PDF olarak Kaydet',
};
export default pdf;