server/bo_client/app/locales/en/translations.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 30 May 2016 23:58:34 +0200
changeset 176 d1baf7ccecc8
parent 135 66c1d31e2f97
child 304 20071981ba2a
permissions -rw-r--r--
Add `thematiques` components

// 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",
    "subjects_th_label": "Label",
    "subjects_th_url": "URL",
    "subjects_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}}"
};