-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated additional text post rebase
- Loading branch information
Showing
8 changed files
with
226 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
import { MapResource } from '../types/map.type'; | ||
|
||
export const MapResources_en: MapResource[] = [ | ||
{ | ||
id: 'DOOR', | ||
title: 'Entrance', | ||
description: '', | ||
}, | ||
{ | ||
id: 'COFFEE', | ||
title: 'Chill corner', | ||
description: 'Relax with a cup of coffee in hand!', | ||
}, | ||
{ | ||
id: 'IB028', | ||
title: 'IB028 Lecture Hall', | ||
description: '', | ||
}, | ||
{ | ||
id: 'IB025', | ||
title: 'IB025 Lecture Hall', | ||
description: '', | ||
}, | ||
{ | ||
id: 'VIP', | ||
title: 'VIP', | ||
description: '', | ||
}, | ||
{ | ||
id: 'ORG', | ||
title: 'Organizers', | ||
description: '', | ||
}, | ||
{ | ||
id: 'K1', | ||
title: 'Kör', | ||
description: 'Ez itt egy szakmai kör.', | ||
}, | ||
{ | ||
id: 'K4', | ||
title: 'Kör', | ||
description: 'Ez itt egy szakmai kör.', | ||
}, | ||
{ | ||
id: 'K5', | ||
title: 'Kör', | ||
description: 'Ez itt egy szakmai kör.', | ||
}, | ||
{ | ||
id: 'K2', | ||
title: 'Kör', | ||
description: 'Ez itt egy szakmai kör.', | ||
}, | ||
{ | ||
id: 'K3', | ||
title: 'Kör', | ||
description: 'Ez itt egy szakmai kör.', | ||
}, | ||
{ | ||
id: 'T5', | ||
title: 'Department', | ||
description: 'This is a department.', | ||
}, | ||
{ | ||
id: 'T4', | ||
title: 'Department', | ||
description: 'This is a department.', | ||
}, | ||
{ | ||
id: 'T3', | ||
title: 'Department', | ||
description: 'This is a department.', | ||
}, | ||
{ | ||
id: 'T2', | ||
title: 'Department', | ||
description: 'This is a department.', | ||
}, | ||
{ | ||
id: 'T1', | ||
title: 'Department', | ||
description: 'This is a department.', | ||
}, | ||
{ | ||
id: 'C9', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C8', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C7', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C6', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C5', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C4', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C3', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C12', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C13', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C14', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C15', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C10', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C11', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C2', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'C1', | ||
title: 'Company', | ||
description: 'This is a Company.', | ||
}, | ||
{ | ||
id: 'WC', | ||
title: 'Toilet', | ||
description: '', | ||
}, | ||
{ | ||
id: 'WC_2', | ||
title: 'Toilet', | ||
description: '', | ||
}, | ||
{ | ||
id: 'WC_3', | ||
title: 'Toilet', | ||
description: '', | ||
}, | ||
]; |
2 changes: 1 addition & 1 deletion
2
content/map-resources.content.ts → content/map-resources-hu.content.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters