author | ymh <ymh.work@gmail.com> |
Thu, 25 Feb 2016 10:20:01 +0100 | |
changeset 130 | fac22d8c2df8 |
parent 28 | b0b56e0f8c7f |
child 135 | 66c1d31e2f97 |
permissions | -rw-r--r-- |
4 | 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:", |
|
28 | 15 |
"document_language": "Language:", |
20 | 16 |
"document_editors": "Editor(s):", |
17 |
"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
|
18 |
"document_subjects": "Subject(s):", |
20 | 19 |
"contributors_th_name": "Name", |
20 |
"contributors_th_url": "URL", |
|
21 |
"contributors_th_role": "Role", |
|
28 | 22 |
"contributors_th_actions": "Actions", |
20 | 23 |
"olac_role_annotator": "annotator", |
24 |
"olac_role_author": "author", |
|
25 |
"olac_role_compiler": "compiler", |
|
26 |
"olac_role_consultant": "consultant", |
|
27 |
"olac_role_data_inputter": "data inputter", |
|
28 |
"olac_role_depositor": "depositor", |
|
29 |
"olac_role_developer": "developer", |
|
30 |
"olac_role_editor": "editor", |
|
31 |
"olac_role_illustrator": "illustrator", |
|
32 |
"olac_role_interpreter": "interpreter", |
|
33 |
"olac_role_interviewer": "interviewer", |
|
34 |
"olac_role_participant": "participant", |
|
35 |
"olac_role_performer": "performer", |
|
36 |
"olac_role_photographer": "photographer", |
|
37 |
"olac_role_recorder": "recorder", |
|
38 |
"olac_role_researcher": "researcher", |
|
39 |
"olac_role_research_participant": "research participant", |
|
40 |
"olac_role_responder": "responder", |
|
41 |
"olac_role_signer": "signer", |
|
42 |
"olac_role_singer": "singer", |
|
43 |
"olac_role_speaker": "speaker", |
|
44 |
"olac_role_sponsor": "sponsor", |
|
45 |
"olac_role_transcriber": "transcriber", |
|
46 |
"olac_role_translator": "translator", |
|
28 | 47 |
|
48 |
"button_save" : "Save", |
|
49 |
"button_cancel" : "Cancel", |
|
50 |
||
4 | 51 |
} |
52 |
||
53 |
// "some.translation.key": "Text for some.translation.key", |
|
54 |
// |
|
55 |
// "a": { |
|
56 |
// "nested": { |
|
57 |
// "key": "Text for a.nested.key" |
|
58 |
// } |
|
59 |
// }, |
|
60 |
// |
|
61 |
// "key.with.interpolation": "Text with {{anInterpolation}}" |
|
62 |
}; |