Add translations for transcriptions
This commit is contained in:
@ -104,6 +104,7 @@
|
||||
"image": "Image",
|
||||
"menu_items": "Menu Items",
|
||||
"backgrounds": "Backgrounds",
|
||||
"transcription": "Transcription"
|
||||
"transcription": "Transcription",
|
||||
"record_language": "Language of record"
|
||||
}
|
||||
}
|
@ -117,4 +117,4 @@
|
||||
"allow_all": "Allow for all",
|
||||
"disallow_all": "Disallow for all"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
8
backend/id/transcription.json
Normal file
8
backend/id/transcription.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"tlTranscripts": {
|
||||
"add_transcript": "Add transcript",
|
||||
"is_original_or_translation": "Is original (left) or translation (right)",
|
||||
"transcript_content": "Transcript content",
|
||||
"is_public": "Is hidden or public"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user