Skip to content

consolidation of listelement.badge and page.titleprefix translation keys #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main-cris
Choose a base branch
from
Open
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
71 changes: 40 additions & 31 deletions src/assets/i18n/de.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{

// "Biography": "English Biography",
// TODO New key - Add a translation
"Biography": "English Biography",

// "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
"401.help": "Sie sind nicht berechtigt, auf diese Seite zuzugreifen. Mit dem Link unten kommen Sie zurück zur Startseite.",

Expand Down Expand Up @@ -3356,13 +3352,7 @@
"confirmation-modal.pending-changes.confirm": "Leave",


// "dataset.listelement.badge" : "Dataset",
// TODO New key - Add a translation
"dataset.listelement.badge" : "Dataset",

// "equipment.listelement.badge": "Equipment",
// TODO New key - Add a translation
"equipment.listelement.badge": "Equipment",

// "error.bitstream": "Error fetching bitstream",
"error.bitstream": "Die Datei konnte nicht geladen werden.",
Expand Down Expand Up @@ -3456,10 +3446,6 @@
// TODO New key - Add a translation
"error.validation.notRepeatable": "This field is not repeatable, please choose only one value and discard the others.",

// "event.listelement.badge" : "Event",
// TODO New key - Add a translation
"event.listelement.badge" : "Event",

// "explore.browse-section.title" : "Browse",
// TODO New key - Add a translation
"explore.browse-section.title" : "Browse",
Expand Down Expand Up @@ -4053,14 +4039,6 @@
// TODO New key - Add a translation
"form.repeatable.sort.tip": "Drop the item in the new position",

// "funding.listelement.badge" : "Funding",
// TODO New key - Add a translation
"funding.listelement.badge" : "Funding",

// "funding.page.titleprefix" : "Funding:",
// TODO New key - Add a translation
"funding.page.titleprefix" : "Funding:",



// "grant-deny-request-copy.deny": "Don't send copy",
Expand Down Expand Up @@ -7869,14 +7847,6 @@
// TODO New key - Add a translation
"audit.detail.back.subject": "Subject Audit Logs",

// "patent.listelement.badge": "Patent",
// TODO New key - Add a translation
"patent.listelement.badge": "Patent",

// "product.listelement.badge": "Product",
// TODO New key - Add a translation
"product.listelement.badge": "Product",



// "profile.breadcrumbs": "Update Profile",
Expand Down Expand Up @@ -8109,6 +8079,45 @@
"publication.search.title": "Publikationssuche",



// "funding.listelement.badge" : "Funding",
"funding.listelement.badge" : "Förderung",

// "funding.page.titleprefix" : "Funding:",
"funding.page.titleprefix" : "Förderung:",

// "event.listelement.badge" : "Event",
"event.listelement.badge" : "Veranstaltung",

// "event.page.titleprefix" : "Event:",
"event.page.titleprefix" : "Veranstaltung:",

// "dataset.listelement.badge" : "Dataset",
"dataset.listelement.badge" : "Datensatz",

// "dataset.page.titleprefix" : "Dataset:",
"dataset.page.titleprefix" : "Datensatz:",

// "equipment.listelement.badge": "Equipment",
"equipment.listelement.badge": "Ausstattung",

// "equipment.page.titleprefix": "Equipment:",
"equipment.page.titleprefix": "Ausstattung:",

// "patent.listelement.badge": "Patent",
"patent.listelement.badge": "Patent",

// "patent.page.titleprefix": "Patent:",
"patent.page.titleprefix": "Patent:",

// "product.listelement.badge": "Product",
"product.listelement.badge": "Produkt",

// "product.page.titleprefix": "Product:",
"product.page.titleprefix": "Produkt:",



// "media-viewer.next": "Next",
// TODO New key - Add a translation
"media-viewer.next": "Next",
Expand Down Expand Up @@ -12355,4 +12364,4 @@
"admin.system-wide-alert.title": "System-wide Alerts",


}
}
41 changes: 27 additions & 14 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1998,10 +1998,6 @@
"confirmation-modal.pending-changes.confirm": "Leave",


"dataset.listelement.badge" : "Dataset",

"equipment.listelement.badge": "Equipment",

"error.bitstream": "Error fetching bitstream",

"error.browse-by": "Error fetching items",
Expand Down Expand Up @@ -2060,8 +2056,6 @@

"error.validation.notRepeatable": "This field is not repeatable, please choose only one value and discard the others.",

"event.listelement.badge" : "Event",

"explore.browse-section.title" : "Browse",

"explore.counters-section.rprofiles" : "People",
Expand Down Expand Up @@ -2385,10 +2379,6 @@

"form.repeatable.sort.tip": "Drop the item in the new position",

"funding.listelement.badge" : "Funding",

"funding.page.titleprefix" : "Funding:",



"grant-deny-request-copy.deny": "Don't send copy",
Expand Down Expand Up @@ -4589,10 +4579,6 @@

"audit.detail.back.subject": "Subject Audit Logs",

"patent.listelement.badge": "Patent",

"product.listelement.badge": "Product",



"profile.breadcrumbs": "Update Profile",
Expand Down Expand Up @@ -4737,6 +4723,33 @@
"publication.search.title": "Publication Search",



"funding.listelement.badge" : "Funding",

"funding.page.titleprefix" : "Funding:",

"event.listelement.badge" : "Event",

"event.page.titleprefix" : "Event:",

"dataset.listelement.badge" : "Dataset",

"dataset.page.titleprefix" : "Dataset:",

"equipment.listelement.badge": "Equipment",

"equipment.page.titleprefix": "Equipment:",

"patent.listelement.badge": "Patent",

"patent.page.titleprefix": "Patent:",

"product.listelement.badge": "Product",

"product.page.titleprefix": "Product:",



"media-viewer.next": "Next",

"media-viewer.previous": "Previous",
Expand Down