diff --git a/i18n/de.json b/i18n/de.json index 029b52e..0d7f776 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -9,6 +9,8 @@ "LABEL_CREATOR_LAST_NAME": "Nachname", "LABEL_CREATOR_REMOVE": "Autor entfernen", "LABEL_DESCRIPTION": "Zusammenfassung", + "LABEL_EDUCATIONALLEVEL": "Bildungsstufe", + "LABEL_EDUCATIONALLEVEL_CHOOSE": "Wähle eine Bildungsstufe ...", "LABEL_GENERATE": "Generieren", "LABEL_IMAGE_URL": "Vorschaubild URL", "LABEL_IMPORT": "Import", diff --git a/i18n/educationalLevel-de.json b/i18n/educationalLevel-de.json new file mode 100644 index 0000000..206357e --- /dev/null +++ b/i18n/educationalLevel-de.json @@ -0,0 +1,14 @@ +{ + "https://w3id.org/kim/educationalLevel/level_0": "Elementarbereich", + "https://w3id.org/kim/educationalLevel/level_1": "Primarbereich", + "https://w3id.org/kim/educationalLevel/level_2": "Sekundarbereich I", + "https://w3id.org/kim/educationalLevel/level_3": "Sekundarbereich II", + "https://w3id.org/kim/educationalLevel/level_4": "Postsekundarer nicht-tertiärer Bereich", + "https://w3id.org/kim/educationalLevel/level_5": "Kurzes tertiäres Bildungsprogramm", + "https://w3id.org/kim/educationalLevel/level_A": "Hochschule", + "https://w3id.org/kim/educationalLevel/level_6": "Bachelor oder äquivalent", + "https://w3id.org/kim/educationalLevel/level_7": "Master oder äquivalent", + "https://w3id.org/kim/educationalLevel/level_8": "Promotion oder äquivalent", + "https://w3id.org/kim/educationalLevel/level_B": "Vorbereitungsdienst", + "https://w3id.org/kim/educationalLevel/level_C": "Fortbildung" +} \ No newline at end of file diff --git a/i18n/educationalLevel-en.json b/i18n/educationalLevel-en.json new file mode 100644 index 0000000..a58f802 --- /dev/null +++ b/i18n/educationalLevel-en.json @@ -0,0 +1,14 @@ +{ + "https://w3id.org/kim/educationalLevel/level_0": "Early childhood education", + "https://w3id.org/kim/educationalLevel/level_1": "Primary education", + "https://w3id.org/kim/educationalLevel/level_2": "Lower secondary education", + "https://w3id.org/kim/educationalLevel/level_3": "Upper secondary education", + "https://w3id.org/kim/educationalLevel/level_4": "Post-secondary non-tertiary education", + "https://w3id.org/kim/educationalLevel/level_5": "Short-cycle tertiary education", + "https://w3id.org/kim/educationalLevel/level_A": "University", + "https://w3id.org/kim/educationalLevel/level_6": "Bachelor or equivalent", + "https://w3id.org/kim/educationalLevel/level_7": "Master or equivalent", + "https://w3id.org/kim/educationalLevel/level_8": "Doctoral or equivalent", + "https://w3id.org/kim/educationalLevel/level_B": "Preparatory service", + "https://w3id.org/kim/educationalLevel/level_C": "Advanced training" +} \ No newline at end of file diff --git a/i18n/en.json b/i18n/en.json index 98d0712..3354f8f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -9,6 +9,8 @@ "LABEL_CREATOR_LAST_NAME": "Lastname", "LABEL_CREATOR_REMOVE": "remove Author", "LABEL_DESCRIPTION": "Abstract", + "LABEL_EDUCATIONALLEVEL": "Level", + "LABEL_EDUCATIONALLEVEL_CHOOSE": "Choose a level ...", "LABEL_GENERATE": "Generate", "LABEL_IMAGE_URL": "Thumbnail URL", "LABEL_IMPORT": "Import", diff --git a/metadata-generator.html b/metadata-generator.html index a09a7cc..a518079 100644 --- a/metadata-generator.html +++ b/metadata-generator.html @@ -119,6 +119,15 @@ data-i18n-placeholder="LABEL_KEYWORDS_PLACEHOLDER" value=""> +