mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
feat(i18n): add Greek translation (#1061)
This commit is contained in:
committed by
GitHub
parent
126f2df21b
commit
831a4fd478
@@ -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;
|
||||
Reference in New Issue
Block a user