Skip to content
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
6 changes: 6 additions & 0 deletions src/assets/i18n/cs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2717,9 +2717,15 @@
// "form.other-information.last-name": "Last Name",
"form.other-information.last-name": "Příjmení",

// "form.other-information.location": "Location",
"form.other-information.location": "Místo",

// "form.other-information.orcid": "ORCID",
"form.other-information.orcid": "ORCID",

// "form.other-information.ror-id": "ROR ID",
"form.other-information.ror-id": "ROR ID",

// "form.remove": "Remove",
"form.remove": "Odstranit",

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 @@ -1811,8 +1811,12 @@

"form.other-information.last-name": "Last Name",

"form.other-information.location": "Location",

"form.other-information.orcid": "ORCID",

"form.other-information.ror-id": "ROR ID",

"form.remove": "Remove",

"form.save": "Save",
Expand Down
Loading