mirror of
https://gitlab.com/comenius-institut/foerbico/metadata-form.git
synced 2025-12-09 16:24:30 +00:00
added some missing translations
This commit is contained in:
parent
9be2ce0286
commit
8740a97fd2
3 changed files with 11 additions and 6 deletions
|
|
@ -217,11 +217,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<button type="button" onclick="generate()" class="btn btn-primary"><i class="fa fa-arrow-down"></i> Generieren
|
||||
<button type="button" onclick="generate()" class="btn btn-primary"><i class="fa fa-arrow-down"></i> <span data-i18n="LABEL_GENERATE">Generieren</span>
|
||||
</button>
|
||||
<!-- <button type="button" onclick="read()" class="btn btn-primary"><i class="fa fa-arrow-up"></i>Einlesen</button> -->
|
||||
<div class="form-group">
|
||||
<label for="comment">YAML Metadaten</label>
|
||||
<label for="comment" data-i18n="LABEL_YAML_METADATA">YAML Metadaten</label>
|
||||
<textarea class="form-control" rows="15" id="comment"></textarea>
|
||||
</div>
|
||||
</form>
|
||||
|
|
@ -399,7 +398,7 @@
|
|||
break;
|
||||
default:
|
||||
color = "grey"
|
||||
document.getElementById("choosenLicense").innerText = "keine gültige CC Lizenz"
|
||||
document.getElementById("choosenLicense").innerText = i18next.t("LABEL_INVALID_LICENSE")
|
||||
document.getElementById("licenseUrl").value = ""
|
||||
by.disabled = false;
|
||||
sa.disabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue