Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/assets/i18n/de.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4473,6 +4473,19 @@
// "explore.title": "Explore section",
// TODO New key - Add a translation
"explore.title": "Explore section",

// "confirmation-modal.pending-changes.header": "Unsaved changes",
"confirmation-modal.pending-changes.header": "Nicht gespeicherte Änderungen",

// "confirmation-modal.pending-changes.info": "There are unsaved changes. Do you want to leave the page?",
"confirmation-modal.pending-changes.info": "Auf dieser Seite gibt es Änderungen, die noch nicht gespeichert wurden. Wollen Sie diese Seite wirklich verlassen?",

// "confirmation-modal.pending-changes.cancel": "Cancel",
"confirmation-modal.pending-changes.cancel": "Abbrechen",

// "confirmation-modal.pending-changes.confirm": "Leave",
"confirmation-modal.pending-changes.confirm": "Seite verlassen",

// "export-schema.process.title": "Metadata Schema Export",
// TODO New key - Add a translation
"export-schema.process.title": "Metadata Schema Export",
Expand All @@ -4484,7 +4497,6 @@
// "file-section.error.header": "Error obtaining files for this item",
"file-section.error.header": "Fehler beim Abrufen der Dateien für dieses Item",


// "footer.built-with": "Built with",
// TODO New key - Add a translation
"footer.built-with": "Built with",
Expand Down Expand Up @@ -11216,6 +11228,9 @@
// "submission.sections.describe.relationship-lookup.title.DataFile": "Data Files",
"submission.sections.describe.relationship-lookup.title.DataFile": "Dateien",

// "submission.general.save-later.edit-item": "Save and return",
"submission.general.save-later.edit-item": "Speichern und Beenden",

// "submission.sections.describe.relationship-lookup.title.Funding Agency": "Funding Agency",
"submission.sections.describe.relationship-lookup.title.Funding Agency": "Fördereinrichtung",

Expand Down
4 changes: 4 additions & 0 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6275,6 +6275,10 @@
"statistics.table.mainReports.header.city": "City",

"statistics.table.mainReports.header.item": "Item",

"statistics.table.mainReports.header.community": "Community",

"statistics.table.mainReports.header.collection": "Collection",

"statistics.table.downloadReports.header.views": "Downloads",

Expand Down
3 changes: 0 additions & 3 deletions src/styles/_custom_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,4 @@
--ds-process-overview-table-user-column-width: 200px;
--ds-process-overview-table-info-column-width: 250px;
--ds-process-overview-table-actions-column-width: 80px;

--green1: #1FB300; // This variable represents the success color for the Klaro cookie banner
--button-text-color-cookie: #333; // This variable represents the text color for buttons in the Klaro cookie banner
}