server/bo_client/app/locales/en/translations.js
changeset 4 f55970e41793
child 20 a9b98b16b053
equal deleted inserted replaced
3:2b3247d02769 4:f55970e41793
       
     1 // translation en
       
     2 
       
     3 export default {
       
     4 
       
     5   "bo" : {
       
     6     "document_list": "Document List",
       
     7     "document_list.id_col": "ID",
       
     8     "document_list.uri_col": "URI",
       
     9     "home": "home",
       
    10     "document_detail": "Document detail",
       
    11     "audio_support_error" : "Your browser does not support the audio tag",
       
    12     "document_audio": "Audio:",
       
    13     "document_content": "Content",
       
    14     "document_title": "Title:",
       
    15     "document_editors": "Editor(s):"
       
    16   }
       
    17 
       
    18   // "some.translation.key": "Text for some.translation.key",
       
    19   //
       
    20   // "a": {
       
    21   //   "nested": {
       
    22   //     "key": "Text for a.nested.key"
       
    23   //   }
       
    24   // },
       
    25   //
       
    26   // "key.with.interpolation": "Text with {{anInterpolation}}"
       
    27 };