server/bo_client/app/locales/en/translations.js
author ymh <ymh.work@gmail.com>
Mon, 05 Oct 2015 17:02:10 +0200
changeset 4 f55970e41793
child 20 a9b98b16b053
permissions -rw-r--r--
first skeleton of bo client in ember

// 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_editors": "Editor(s):"
  }

  // "some.translation.key": "Text for some.translation.key",
  //
  // "a": {
  //   "nested": {
  //     "key": "Text for a.nested.key"
  //   }
  // },
  //
  // "key.with.interpolation": "Text with {{anInterpolation}}"
};