server/bo_client/app/locales/en/translations.js
author ymh <ymh.work@gmail.com>
Wed, 23 Nov 2016 11:29:59 +0100
changeset 442 58ce952af5b0
parent 304 20071981ba2a
permissions -rw-r--r--
Added tag 0.0.12 for changeset 65a6c640de7a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
// translation en
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
export default {
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  "bo" : {
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    "document_list": "Document List",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    "document_list.id_col": "ID",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    "document_list.uri_col": "URI",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
     9
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    "home": "home",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    "document_detail": "Document detail",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "audio_support_error" : "Your browser does not support the audio tag",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    13
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    "document_audio": "Audio:",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
    "document_content": "Content",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
    "document_title": "Title:",
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    17
    "document_language": "Language:",
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    18
    "document_editors": "Editor(s):",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    19
    "document_contributors": "Contributor(s):",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
    20
    "document_subjects": "Subject(s):",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    21
    "document_locations": "Recording location(s):",
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    22
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    23
    "contributors_th_name": "Name",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    24
    "contributors_th_url": "URL",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    25
    "contributors_th_role": "Role",
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    26
    "contributors_th_actions": "Actions",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    27
135
66c1d31e2f97 first steps to add subject editing
ymh <ymh.work@gmail.com>
parents: 130
diff changeset
    28
    "subjects_th_label": "Label",
66c1d31e2f97 first steps to add subject editing
ymh <ymh.work@gmail.com>
parents: 130
diff changeset
    29
    "subjects_th_url": "URL",
66c1d31e2f97 first steps to add subject editing
ymh <ymh.work@gmail.com>
parents: 130
diff changeset
    30
    "subjects_th_actions": "Actions",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    31
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    32
    "olac_role_annotator": "annotator",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    33
    "olac_role_author": "author",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    34
    "olac_role_compiler": "compiler",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    35
    "olac_role_consultant": "consultant",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    36
    "olac_role_data_inputter": "data inputter",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    37
    "olac_role_depositor": "depositor",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    38
    "olac_role_developer": "developer",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    39
    "olac_role_editor": "editor",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    40
    "olac_role_illustrator": "illustrator",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    41
    "olac_role_interpreter": "interpreter",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    42
    "olac_role_interviewer": "interviewer",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    43
    "olac_role_participant": "participant",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    44
    "olac_role_performer": "performer",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    45
    "olac_role_photographer": "photographer",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    46
    "olac_role_recorder": "recorder",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    47
    "olac_role_researcher": "researcher",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    48
    "olac_role_research_participant": "research participant",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    49
    "olac_role_responder": "responder",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    50
    "olac_role_signer": "signer",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    51
    "olac_role_singer": "singer",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    52
    "olac_role_speaker": "speaker",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    53
    "olac_role_sponsor": "sponsor",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    54
    "olac_role_transcriber": "transcriber",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    55
    "olac_role_translator": "translator",
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    56
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    57
    "button_save" : "Save",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    58
    "button_cancel" : "Cancel",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    59
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
  }
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
  // "some.translation.key": "Text for some.translation.key",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
  //
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
  // "a": {
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
  //   "nested": {
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
  //     "key": "Text for a.nested.key"
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
  //   }
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
  // },
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
  //
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
  // "key.with.interpolation": "Text with {{anInterpolation}}"
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
};