Skip to content

Commit f5eb53e

Browse files
committed
translate node types
1 parent 8553b64 commit f5eb53e

21 files changed

Lines changed: 1046 additions & 556 deletions

web/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>{{pageTitle}}</title>
7+
<title>helpwave scaffold</title>
88
</head>
99
<body>
10-
<script>globalThis.process = { env: {} };</script>
1110
<div id="root"></div>
1211
<script type="module" src="/src/main.tsx"></script>
1312
</body>

web/locales/de-DE.arb

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,35 @@
3030
"organizationIds": "Organisations-IDs",
3131
"addOrganizationIdPlaceholder": "ID hinzufügen",
3232
"remove": "Entfernen",
33-
"save": "Speichern"
33+
"save": "Speichern",
34+
"nodeType_ORGANIZATION": "Organisation",
35+
"nodeType_NETWORK": "Netzwerk",
36+
"nodeType_HOSPITAL": "Krankenhaus",
37+
"nodeType_PRACTICE": "Praxis",
38+
"nodeType_CLINIC": "Klinik",
39+
"nodeType_WARD": "Station",
40+
"nodeType_ROOM": "Raum",
41+
"nodeType_BED": "Bett",
42+
"nodeType_TEAM": "Team",
43+
"nodeType_USER": "Benutzer",
44+
"deleteNodeTitle": "Knoten löschen?",
45+
"deleteNodeDescription": "Der Knoten und alle seine Verbindungen werden entfernt. Dies kann nicht rückgängig gemacht werden.",
46+
"email": "E-Mail",
47+
"firstname": "Vorname",
48+
"lastname": "Nachname",
49+
"userRole": "Rolle",
50+
"roleViewer": "Betrachter",
51+
"roleModerator": "Moderator",
52+
"roleAdmin": "Administrator",
53+
"location": "Standort",
54+
"street": "Straße",
55+
"city": "Stadt",
56+
"country": "Land",
57+
"userMetadata": "Benutzer-Metadaten",
58+
"attachedData": "Angehängte Daten",
59+
"key": "Schlüssel",
60+
"value": "Wert",
61+
"centerView": "Ansicht zentrieren",
62+
"zoomIn": "Vergrößern",
63+
"zoomOut": "Verkleinern"
3464
}

web/locales/en-US.arb

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,35 @@
3030
"organizationIds": "Organization IDs",
3131
"addOrganizationIdPlaceholder": "Add ID",
3232
"remove": "Remove",
33-
"save": "Save"
33+
"save": "Save",
34+
"nodeType_ORGANIZATION": "Organization",
35+
"nodeType_NETWORK": "Network",
36+
"nodeType_HOSPITAL": "Hospital",
37+
"nodeType_PRACTICE": "Practice",
38+
"nodeType_CLINIC": "Clinic",
39+
"nodeType_WARD": "Ward",
40+
"nodeType_ROOM": "Room",
41+
"nodeType_BED": "Bed",
42+
"nodeType_TEAM": "Team",
43+
"nodeType_USER": "User",
44+
"deleteNodeTitle": "Delete node?",
45+
"deleteNodeDescription": "This will remove the node and all its connections. This cannot be undone.",
46+
"email": "Email",
47+
"firstname": "First name",
48+
"lastname": "Last name",
49+
"userRole": "Role",
50+
"roleViewer": "Viewer",
51+
"roleModerator": "Moderator",
52+
"roleAdmin": "Admin",
53+
"location": "Location",
54+
"street": "Street",
55+
"city": "City",
56+
"country": "Country",
57+
"userMetadata": "User metadata",
58+
"attachedData": "Attached data",
59+
"key": "Key",
60+
"value": "Value",
61+
"centerView": "Center view",
62+
"zoomIn": "Zoom in",
63+
"zoomOut": "Zoom out"
3464
}

0 commit comments

Comments
 (0)