mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-20 13:51:45 +00:00
9 lines
319 B
TypeScript
9 lines
319 B
TypeScript
import type { TranslationStrings } from '../types';
|
|
|
|
const map: TranslationStrings = {
|
|
'map.connections': 'Συνδέσεις',
|
|
'map.showConnections': 'Εμφάνιση διαδρομών κρατήσεων',
|
|
'map.hideConnections': 'Απόκρυψη διαδρομών κρατήσεων',
|
|
};
|
|
export default map;
|