You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ As defined in `manifest.master.yml` this datatype can be configured:
28
28
* which "vocabulary_name" to use. List of Vocabularys [in DANTE](https://dante.gbv.de/search?ot=vocabulary) or [as JSKOS via API](https://api.dante.gbv.de/voc) or [uri.gbv.de/terminology](http://uri.gbv.de/terminology/)
29
29
* for the popup-modes multible vocabularys can be set as a "|"-splitted list
Copy file name to clipboardExpand all lines: l10n/custom-data-type-dante.csv
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,31 @@ custom.data.type.dante.config.parameter.schema.insert_allowed.value.label,Neu an
83
83
custom.data.type.dante.config.parameter.schema.insert_allowed.value.checkbox, Die Neuanlage von Datensätzen über das DANTE-Plugin erlauben (nicht im Dropdown-Modus möglich),Allow adding records via the DANTE plugin (not possible in dropdown-mode)
84
84
custom.data.type.dante.config.parameter.schema.insert_username.value.label,Nutzername für das Neuanlegen (DANTE-Vokabular-Konfiguration),Username for adding (from DANTE vocabulary configuration)
85
85
custom.data.type.dante.config.parameter.schema.insert_token.value.label,Token für das Neuanlegen (DANTE-Vokabular-Konfiguration),Token for adding (from DANTE vocabulary configuration)
86
+
custom.data.type.dante.config.parameter.schema.insert_voc_notation.value.label,Zielvokabular für Neuanlagen,Target vocabulary for new records
86
87
custom.data.type.commons.controls.addnew.label,Neu anlegen,add new
custom.data.type.dante.config.parameter.mask.use_dropdown_info_popup.value.checkbox,Auch für Dropdown anzeigen,Show for dropdown too
89
90
custom.data.type.dante.config.parameter.mask.vocabulary_name_overwrite.value.label,Vokabularkonfiguration aus Schema überschreiben,Overwrite vocnotation-config from schema
91
+
custom.data.type.dante.add_new.modal.header_left,Datensatz neu anlegen,Create new record
custom.data.type.dante.add_new.modal.introtext,"Sie können hier neue Datensätze für das oben rechts angezeigte Vokabular anlegen.\n\nDie Redaktion des Vokabulars wird über den neuen Datensatz benachrichtigt und wird diesen ggf. bearbeiten oder verfeinern.\n\nDer neue Datensatz kann nach Anlage direkt hier verwendet werden.","You can create new data records here for the vocabulary displayed at the top right.\n\nThe editors of the vocabulary will be notified of the new data record and will edit or refine it if necessary.\n\nThe new data record can be used directly here after it has been created. "
94
+
custom.data.type.dante.add_new.modal.show_form,Formular anzeigen,Show form
95
+
custom.data.type.dante.add_new.modal.ok_send_button,Sende neuen Datensatz,Send new record
custom.data.type.dante.add_new.modal.form.preflabel.hint,"Die bevorzugte Bezeichnung des Konzepts, der Person oder des Ortes","The preferred name of the concept, person or place"
custom.data.type.commons.controls.addnew.new_record_message,"Der Datensatz mit der URI **%(uri)s** wurde erfolgreich neu angelegt! \n\n Soll der Datensatz direkt in dieses Feld übernommen werden?","The data record with the URI **%(uri)s** was successfully created! \n\n Should the data record be copied directly into this field?"
custom.data.type.commons.controls.addnew.error_while_ingest,"Bei der Übertragung ist leider ein Fehler aufgetreten. \n\n Die Fehlermeldung lautet: \n\n %(error)s \n\n Probieren Sie es noch einmal und kontaktieren Sie ggf. Ihren Administrator.","Unfortunately an error occurred during the transfer. \n\n The errormessage is: \n\n %(error)s \n\n Please try again and contact your administrator if necessary."
105
+
custom.data.type.commons.controls.addnew.sending,Sende Datensatz,Sending record
106
+
custom.data.type.commons.controls.addnew.no_preflabel_given,Fehlendes Pflichtfeld: Bevorzugte Bezeichnung,Missing mandatory field: Preferred name
custom.data.type.dante.add_new.modal.form.note.hint,Hier können alle weiteren bekannten und hilfreichen Informationen vermerkt werden.,All other known and helpful information can be noted here.
109
+
custom.data.type.commons.controls.addnew.new_record_title,Neuer Datensatz,New record
server.right.system.plugin.custom-data-type-dante.dante_plugin.parm.dante_allow_add_records,Das Hinzufügen von Datensätzen erlauben?,Allow to add new records?
0 commit comments