added some missing translations

This commit is contained in:
Mirjan Hoffmann 2022-03-09 08:40:01 +01:00
parent 9be2ce0286
commit 8740a97fd2
3 changed files with 11 additions and 6 deletions

View file

@ -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;