define variable with app name refered later. Make it easier to change the name module later
// translation fr
export default {
"bo" : {
"document_list": "Liste Document",
"document_list.id_col": "ID",
"document_list.uri_col": "URI",
"document_detail": "Détail document",
"audio_support_error" : "Votre browser ne gère pas la balise audio.",
"document_audio": "Audio :",
"document_content": "Contenu",
"document_title": "Titre :",
"document_editors": "Editeur(s) :"
},
// "some.translation.key": "Text for some.translation.key",
//
// "a": {
// "nested": {
// "key": "Text for a.nested.key"
// }
// },
//
// "key.with.interpolation": "Text with {{anInterpolation}}"
};