Skip to content

Commit f68afa0

Browse files
committed
chore merge
1 parent cb7d07a commit f68afa0

3 files changed

Lines changed: 37 additions & 5 deletions

File tree

web/i18n/translations.ts

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,21 @@ export type TasksTranslationEntries = {
2626
'confirm': string,
2727
'create': string,
2828
'createdAt': string,
29+
'createTask': string,
30+
'currentPatient': string,
2931
'currentTime': string,
3032
'dashboard': string,
3133
'dashboardWelcome': (values: { name: string }) => string,
3234
'dashboardWelcomeDescription': string,
35+
'delete': string,
3336
'description': string,
37+
'descriptionPlaceholder': string,
3438
'developmentAndPreviewInstance': string,
3539
'dismiss': string,
3640
'diverse': string,
3741
'dueDate': string,
3842
'editPatient': string,
43+
'editTask': string,
3944
'female': string,
4045
'firstName': string,
4146
'freeBeds': string,
@@ -95,7 +100,9 @@ export type TasksTranslationEntries = {
95100
'returnHome': string,
96101
'rooms': string,
97102
'save': string,
103+
'selectAssignee': string,
98104
'selectOptions': string,
105+
'selectPatient': string,
99106
'settings': string,
100107
'settingsDescription': string,
101108
'sex': string,
@@ -108,10 +115,13 @@ export type TasksTranslationEntries = {
108115
'tasks': string,
109116
'taskStatus': (values: { status: string }) => string,
110117
'tasksUpdatedRecently': string,
118+
'taskTitlePlaceholder': string,
111119
'teams': string,
112120
'time.today': string,
121+
'title': string,
113122
'totalPatients': string,
114123
'type': string,
124+
'unassigned': string,
115125
'updated': string,
116126
'visibility': string,
117127
'wards': string,
@@ -135,25 +145,30 @@ export const tasksTranslation: Translation<TasksTranslationLocales, Partial<Task
135145
'confirm': `Bestätigen`,
136146
'create': `Erstellen`,
137147
'createdAt': `Erstellt am`,
148+
'createTask': `Aufgabe erstellen`,
149+
'currentPatient': `Aktueller Patient`,
138150
'currentTime': `Aktuelle Zeit`,
139151
'dashboard': `Dashboard`,
140152
'dashboardWelcome': ({ name }): string => {
141153
return `Guten Morgen, ${name}`
142154
},
143155
'dashboardWelcomeDescription': `Hier ist, was heute passiert.`,
156+
'delete': `Löschen`,
144157
'description': `Beschreibung`,
158+
'descriptionPlaceholder': `Weitere Details hinzufügen...`,
145159
'developmentAndPreviewInstance': `Entwicklungs- und Vorschauinstanz`,
146160
'dismiss': `Schließen`,
147161
'diverse': `Divers`,
148162
'dueDate': `Fälligkeitsdatum`,
149163
'editPatient': `Patient bearbeiten`,
164+
'editTask': `Aufgabe bearbeiten`,
150165
'female': `Weiblich`,
151166
'firstName': `Vorname`,
152167
'freeBeds': `Freie Betten`,
153168
'homePage': `Startseite`,
154169
'imprint': `Impressum`,
155170
'inactive': `Inaktiv`,
156-
'itsYou': `Du`,
171+
'itsYou': `Du bist es`,
157172
'lastName': `Nachname`,
158173
'lastUpdate': `Letzte Änderung`,
159174
'location': `Ort`,
@@ -263,13 +278,16 @@ export const tasksTranslation: Translation<TasksTranslationLocales, Partial<Task
263278
'returnHome': `Zur Homepage`,
264279
'rooms': `Zimmer`,
265280
'save': `Speichern`,
281+
'selectAssignee': `Zuweisen an...`,
266282
'selectOptions': `Auswahl Optionen`,
283+
'selectPatient': `Patient auswählen`,
267284
'settings': `Einstellungen`,
268285
'settingsDescription': `Hier kannst du die App Konfiguration ändern.`,
269286
'sex': `Geschlecht`,
270287
'sPropertySubjectType': ({ subject }): string => {
271288
return TranslationGen.resolveSelect(subject, {
272289
'patient': `Patient`,
290+
'task': `Aufgabe`,
273291
'other': `Undefinierter Subjekt Typ`,
274292
})
275293
},
@@ -299,10 +317,13 @@ export const tasksTranslation: Translation<TasksTranslationLocales, Partial<Task
299317
})
300318
},
301319
'tasksUpdatedRecently': `Kürzlich aktualisierte Aufgaben`,
320+
'taskTitlePlaceholder': `Was muss erledigt werden?`,
302321
'teams': `Teams`,
303322
'time.today': `Heute`,
323+
'title': `Titel`,
304324
'totalPatients': `Gesamtpatienten`,
305325
'type': `Typ`,
326+
'unassigned': `Nicht zugewiesen`,
306327
'updated': `Aktualisiert`,
307328
'visibility': `Sichtbarkeit`,
308329
'wards': `Stationen`
@@ -324,18 +345,23 @@ export const tasksTranslation: Translation<TasksTranslationLocales, Partial<Task
324345
'confirm': `Confirm`,
325346
'create': `Create`,
326347
'createdAt': `Created at`,
348+
'createTask': `Create Task`,
349+
'currentPatient': `Current Patient`,
327350
'currentTime': `Current Time`,
328351
'dashboard': `Dashboard`,
329352
'dashboardWelcome': ({ name }): string => {
330353
return `Good Morning, ${name}`
331354
},
332355
'dashboardWelcomeDescription': `Here is what is happening today.`,
356+
'delete': `Delete`,
333357
'description': `Description`,
358+
'descriptionPlaceholder': `Add more details...`,
334359
'developmentAndPreviewInstance': `Development and preview instance`,
335360
'dismiss': `Dismiss`,
336361
'diverse': `Diverse`,
337362
'dueDate': `Due Date`,
338363
'editPatient': `Edit Patient`,
364+
'editTask': `Edit Task`,
339365
'female': `Female`,
340366
'firstName': `First Name`,
341367
'freeBeds': `Free Beds`,
@@ -452,13 +478,16 @@ export const tasksTranslation: Translation<TasksTranslationLocales, Partial<Task
452478
'returnHome': `Return Home`,
453479
'rooms': `Rooms`,
454480
'save': `Save`,
481+
'selectAssignee': `Assign to...`,
455482
'selectOptions': `Select Options`,
483+
'selectPatient': `Select a patient`,
456484
'settings': `Settings`,
457485
'settingsDescription': `Here you can change the app configuration.`,
458486
'sex': `Sex`,
459487
'sPropertySubjectType': ({ subject }): string => {
460488
return TranslationGen.resolveSelect(subject, {
461489
'patient': `Patient`,
490+
'task': `Task`,
462491
'other': `Undefined Subject Type`,
463492
})
464493
},
@@ -488,10 +517,13 @@ export const tasksTranslation: Translation<TasksTranslationLocales, Partial<Task
488517
})
489518
},
490519
'tasksUpdatedRecently': `Tasks updated recently`,
520+
'taskTitlePlaceholder': `What needs to be done?`,
491521
'teams': `Teams`,
492522
'time.today': `Today`,
523+
'title': `Title`,
493524
'totalPatients': `Total Patients`,
494525
'type': `Type`,
526+
'unassigned': `Unassigned`,
495527
'updated': `Updated`,
496528
'visibility': `Visibility`,
497529
'wards': `Wards`

web/locales/de-DE.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"property": "Eigenschaft",
202202
"selectOptions": "Auswahl Optionen",
203203
"option": "Option",
204-
"sPropertySubjectType": "{subject, select, patient{Patient} other{Undefinierter Subjekt Typ}}",
204+
"sPropertySubjectType": "{subject, select, patient{Patient} task{Aufgabe} other{Undefinierter Subjekt Typ}}",
205205
"@sPropertySubjectType": {
206206
"placeholders": {
207207
"subject": {
@@ -218,7 +218,7 @@
218218
}
219219
},
220220
"archiveProperty": "Eigenschaft Archivieren",
221-
"archivedPropertyDescription": "Archivierte Eigenschaften können nicht mehr neu Objekten hinzugeügt werden."
221+
"archivedPropertyDescription": "Archivierte Eigenschaften können nicht mehr neu Objekten hinzugeügt werden.",
222222
"title": "Titel",
223223
"taskTitlePlaceholder": "Was muss erledigt werden?",
224224
"selectPatient": "Patient auswählen",

web/locales/en-US.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"property": "Property",
202202
"selectOptions": "Select Options",
203203
"option": "Option",
204-
"sPropertySubjectType": "{subject, select, patient{Patient} other{Undefined Subject Type}}",
204+
"sPropertySubjectType": "{subject, select, patient{Patient} task{Task} other{Undefined Subject Type}}",
205205
"@sPropertySubjectType": {
206206
"placeholders": {
207207
"subject": {
@@ -218,7 +218,7 @@
218218
}
219219
},
220220
"archiveProperty": "Archive Property",
221-
"archivedPropertyDescription": "Archived Properties can no longer be assigned to objects."
221+
"archivedPropertyDescription": "Archived Properties can no longer be assigned to objects.",
222222
"title": "Title",
223223
"taskTitlePlaceholder": "What needs to be done?",
224224
"selectPatient": "Select a patient",

0 commit comments

Comments
 (0)