added educational level

This commit is contained in:
Mirjan Hoffmann 2022-11-07 09:12:21 +01:00
parent ca736d99c7
commit 9ba8d1124c
6 changed files with 70 additions and 1 deletions

View file

@ -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",

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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",