Add translations for transcriptions

This commit is contained in:
2019-11-18 00:11:24 +01:00
committed by Stefan Rohde-Enslin
parent 86c8a1ef9c
commit 1e1f85204d
58 changed files with 218 additions and 44 deletions

View File

@ -104,6 +104,7 @@
"image": "Bild",
"menu_items": "Menu Items",
"backgrounds": "Hintergr\u00fcnde",
"transcription": "Transkript"
"transcription": "Transkript",
"record_language": "Sprache des Eintrags"
}
}

View File

@ -117,4 +117,4 @@
"allow_all": "F\u00fcr alle erlauben",
"disallow_all": "F\u00fcr alle unterbinden"
}
}
}

View File

@ -0,0 +1,8 @@
{
"tlTranscripts": {
"add_transcript": "Transkription hinzuf\u00fcgen",
"is_original_or_translation": "Ist Original (links) oder \u00dcbersetzung dessen (rechts)",
"transcript_content": "Inhalt",
"is_public": "Ist versteckt oder \u00f6ffentlich"
}
}