-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...records/assets/semantic-ui/translations/invenio_rdm_records/messages/cs/translations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"Copy to clipboard": "Copy to clipboard", | ||
"Copied!": "Copied!", | ||
"This set is not editable as it was created by the system.": "This set is not editable as it was created by the system.", | ||
"This set is not deletable as it was created by the system.": "This set is not deletable as it was created by the system.", | ||
"Links": "Links", | ||
"Format": "Format", | ||
"List records": "List records", | ||
"Opens in new tab": "Opens in new tab", | ||
"List identifiers": "List identifiers", | ||
"Before deleting, make sure to alert all harvesters that this set will no longer be available.": "Before deleting, make sure to alert all harvesters that this set will no longer be available.", | ||
"I have alerted all harvesters that this set will no longer be available.": "I have alerted all harvesters that this set will no longer be available.", | ||
"Cancel": "Cancel", | ||
"Delete": "Delete", | ||
"Delete {{title}}": "Delete {{title}}", | ||
"This will delete the set '{{title}}'.": "This will delete the set '{{title}}'." | ||
} |
2 changes: 2 additions & 0 deletions
2
invenio_rdm_records/assets/semantic-ui/translations/invenio_rdm_records/messages/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
import TRANSLATE_EN from "./en/translations.json"; | ||
import TRANSLATE_DE from "./de/translations.json"; | ||
import TRANSLATE_EL from "./el/translations.json"; | ||
import TRANSLATE_CS from "./cs/translations.json"; | ||
|
||
export const translations = { | ||
el: { translation: TRANSLATE_EL }, | ||
en: { translation: TRANSLATE_EN }, | ||
de: { translation: TRANSLATE_DE }, | ||
cs: { translation: TRANSLATE_CS }, | ||
}; |