Skip to content

Commit

Permalink
FIX: Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Feb 11, 2024
1 parent e824d19 commit d41cb25
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/file_formats.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# File formats
# Technische Dokumentation

This file should give an overview over the different file formats used in MCP.
## Dateiformate

## Places and Locations
### Adressen und Objekte

**File type** `JSON`
**Dateityp:** `JSON`

### Structure
#### Aufbau

```json title="Example file"
```json title="Beispieldatei"
[
{
"name": "Karlsruhe-Innenstadt",
Expand Down Expand Up @@ -47,26 +47,26 @@ This file should give an overview over the different file formats used in MCP.
Ortsdaten. Weitere Informationen zu diesem Thema können unter
[https://www.mission-control-paramedic.de/posts/import-und-export-von-ortsdaten](https://www.mission-control-paramedic.de/posts/import-und-export-von-ortsdaten) gefunden werden.

## Einsatzstichwörter
### Einsatzstichwörter

**File type** `CSV`
**Dateityp:** `CSV`

### Structure
#### Aufbau

```text
```text title="Beispieldatei"
Keyword,Synonyms
Alkoholvergiftung,"Alkohol, C2, C2-Intox"
Fraktur,Knochenbruch
Schnittverletzung,
```

## Einsatzmittel
### Einsatzmittel

**File type** `CSV`
**Dateityp:** `CSV`

### Structure
#### Aufbau

```text
```text title="Beispieldatei"
Name,Type
Auto A,KTW
Auto B,NKTW
Expand Down

0 comments on commit d41cb25

Please sign in to comment.