add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
// translation en
export default {
"bo" : {
"document_list": "Document List",
"document_list.id_col": "ID",
"document_list.uri_col": "URI",
"home": "home",
"document_detail": "Document detail",
"audio_support_error" : "Your browser does not support the audio tag",
"document_audio": "Audio:",
"document_content": "Content",
"document_title": "Title:",
"document_language": "Language:",
"document_editors": "Editor(s):",
"document_contributors": "Contributor(s):",
"document_subjects": "Subject(s):",
"contributors_th_name": "Name",
"contributors_th_url": "URL",
"contributors_th_role": "Role",
"contributors_th_actions": "Actions",
"olac_role_annotator": "annotator",
"olac_role_author": "author",
"olac_role_compiler": "compiler",
"olac_role_consultant": "consultant",
"olac_role_data_inputter": "data inputter",
"olac_role_depositor": "depositor",
"olac_role_developer": "developer",
"olac_role_editor": "editor",
"olac_role_illustrator": "illustrator",
"olac_role_interpreter": "interpreter",
"olac_role_interviewer": "interviewer",
"olac_role_participant": "participant",
"olac_role_performer": "performer",
"olac_role_photographer": "photographer",
"olac_role_recorder": "recorder",
"olac_role_researcher": "researcher",
"olac_role_research_participant": "research participant",
"olac_role_responder": "responder",
"olac_role_signer": "signer",
"olac_role_singer": "singer",
"olac_role_speaker": "speaker",
"olac_role_sponsor": "sponsor",
"olac_role_transcriber": "transcriber",
"olac_role_translator": "translator",
"button_save" : "Save",
"button_cancel" : "Cancel",
}
// "some.translation.key": "Text for some.translation.key",
//
// "a": {
// "nested": {
// "key": "Text for a.nested.key"
// }
// },
//
// "key.with.interpolation": "Text with {{anInterpolation}}"
};