-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(h5p-server): localization of library names (#1205)
* feat(h5p-server): localization of library names * feat(h5p-rest-example): added library localization to rest example
- Loading branch information
Showing
16 changed files
with
368 additions
and
62 deletions.
There are no files selected for viewing
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
File renamed without changes.
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
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
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
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
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
63 changes: 63 additions & 0 deletions
63
packages/h5p-server/assets/translations/library-metadata/de.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,63 @@ | ||
{ | ||
"H5P_Image": { | ||
"title": "Bild" | ||
}, | ||
"H5P_ContinuousText": { | ||
"title": "Fortlaufender Text" | ||
}, | ||
"H5P_FreeTextQuestion": { | ||
"title": "Freitexteingabe" | ||
}, | ||
"H5P_GoToScene": { | ||
"title": "Gehe zu Szene" | ||
}, | ||
"H5P_GoToQuestion": { | ||
"title": "Verzweigung" | ||
}, | ||
"H5P_GoalsPage": { | ||
"title": "Ziele-Seite" | ||
}, | ||
"H5P_GoalsAssessmentPage": { | ||
"title": "Zielbewertungs-Seite" | ||
}, | ||
"H5P_StandardPage": { | ||
"title": "Standard-Seite" | ||
}, | ||
"H5P_DocumentExportPage": { | ||
"title": "Dokumenten-Export-Seite" | ||
}, | ||
"H5P_Link": { | ||
"title": "Link" | ||
}, | ||
"H5P_Nil": { "title": "Beschriftung" }, | ||
"H5P_IVHotspot": { | ||
"title": "Navigations-Button" | ||
}, | ||
"H5P_OpenEndedQuestion": { | ||
"title": "Offene Frage" | ||
}, | ||
"H5P_Shape": { | ||
"title": "Formen" | ||
}, | ||
"H5P_Summary": { | ||
"title": "Zusammenfassung" | ||
}, | ||
"H5P_Table": { | ||
"title": "Tabelle" | ||
}, | ||
"H5P_Text": { | ||
"title": "Text" | ||
}, | ||
"H5P_Video": { | ||
"title": "Video" | ||
}, | ||
"H5P_AdvancedText": { | ||
"title": "Text" | ||
}, | ||
"H5P_SimpleMultiChoice": { | ||
"title": "Einfaches Multiple-Choice" | ||
}, | ||
"H5P_BranchingQuestion": { | ||
"title": "Verzweigungsfrage" | ||
} | ||
} |
63 changes: 63 additions & 0 deletions
63
packages/h5p-server/assets/translations/library-metadata/en.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,63 @@ | ||
{ | ||
"H5P_Image": { | ||
"title": "Image" | ||
}, | ||
"H5P_ContinuousText": { | ||
"title": "Continuous Text" | ||
}, | ||
"H5P_FreeTextQuestion": { | ||
"title": "Free Text Question" | ||
}, | ||
"H5P_GoToScene": { | ||
"title": "Go To Scene" | ||
}, | ||
"H5P_GoToQuestion": { | ||
"title": "Crossroads" | ||
}, | ||
"H5P_GoalsPage": { | ||
"title": "Goals page" | ||
}, | ||
"H5P_GoalsAssessmentPage": { | ||
"title": "Goals assessment page" | ||
}, | ||
"H5P_StandardPage": { | ||
"title": "Standard page" | ||
}, | ||
"H5P_DocumentExportPage": { | ||
"title": "Document Export Page" | ||
}, | ||
"H5P_Link": { | ||
"title": "Link" | ||
}, | ||
"H5P_Nil": { "title": "Label" }, | ||
"H5P_IVHotspot": { | ||
"title": "Navigation Hotspot" | ||
}, | ||
"H5P_OpenEndedQuestion": { | ||
"title": "Open Ended Question" | ||
}, | ||
"H5P_Shape": { | ||
"title": "Shapes" | ||
}, | ||
"H5P_Summary": { | ||
"title": "Summary" | ||
}, | ||
"H5P_Table": { | ||
"title": "Table" | ||
}, | ||
"H5P_Text": { | ||
"title": "Text" | ||
}, | ||
"H5P_Video": { | ||
"title": "Video" | ||
}, | ||
"H5P_AdvancedText": { | ||
"title": "Text" | ||
}, | ||
"H5P_SimpleMultiChoice": { | ||
"title": "Simple Multi Choice" | ||
}, | ||
"H5P_BranchingQuestion": { | ||
"title": "Branching Question" | ||
} | ||
} |
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
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
Oops, something went wrong.