Skip to content

Commit 8a7e4fa

Browse files
committed
Cleanup translations
1 parent 67c220f commit 8a7e4fa

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

app/_i18n/i18n.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ Notes = Notes
7070
Note = Note
7171
ISBN = ISBN
7272
73-
covers = Covers
7473
attachment_content = Content
7574
attachment_mimeType = MIME Type
7675
attachment_fileName = File Name
7776
attachment_status = Status
7877
attachment_note = Note
79-
attachment = Attachment
80-
attachments = Attachments
78+
attachment = Cover
79+
attachments = Covers

app/_i18n/i18n_de.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ Notes = Notizen
7070
Note = Notiz
7171
ISBN = ISBN
7272

73-
covers = Buchcovers
7473
attachment_content = Inhalt
7574
attachment_mimeType = MIME-Typ
7675
attachment_fileName = Dateiname
7776
attachment_status = Status
7877
attachment_note = Notiz
79-
attachment = Anhang
80-
attachments = Anhänge
78+
attachment = Buchcover
79+
attachments = Buchcovers

app/admin/fiori-service.cds

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ annotate AdminService.Books with @(UI : {
2929
{
3030
$Type : 'UI.ReferenceFacet',
3131
ID : 'AttachmentsFacet',
32-
Label : '{i18n>covers}',
3332
Target : 'covers/@UI.LineItem'
3433
},
3534
{

0 commit comments

Comments
 (0)