mirror of
https://gitlab.com/comenius-institut/foerbico/metadata-form.git
synced 2025-12-10 00:34:31 +00:00
added educational level
This commit is contained in:
parent
ca736d99c7
commit
9ba8d1124c
6 changed files with 70 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
14
i18n/educationalLevel-de.json
Normal file
14
i18n/educationalLevel-de.json
Normal 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"
|
||||
}
|
||||
14
i18n/educationalLevel-en.json
Normal file
14
i18n/educationalLevel-en.json
Normal 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"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue