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

const pdf: TranslationStrings = {
  'pdf.travelPlan': 'Rencana Perjalanan',
  'pdf.planned': 'Direncanakan',
  'pdf.costLabel': 'Biaya EUR',
  'pdf.preview': 'Pratinjau PDF',
  'pdf.saveAsPdf': 'Simpan sebagai PDF',
};
export default pdf;