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):", |
|
18 |
"contributors_th_name": "Name", |
|
19 |
"contributors_th_url": "URL", |
|
20 |
"contributors_th_role": "Role", |
28
|
21 |
"contributors_th_actions": "Actions", |
20
|
22 |
"olac_role_annotator": "annotator", |
|
23 |
"olac_role_author": "author", |
|
24 |
"olac_role_compiler": "compiler", |
|
25 |
"olac_role_consultant": "consultant", |
|
26 |
"olac_role_data_inputter": "data inputter", |
|
27 |
"olac_role_depositor": "depositor", |
|
28 |
"olac_role_developer": "developer", |
|
29 |
"olac_role_editor": "editor", |
|
30 |
"olac_role_illustrator": "illustrator", |
|
31 |
"olac_role_interpreter": "interpreter", |
|
32 |
"olac_role_interviewer": "interviewer", |
|
33 |
"olac_role_participant": "participant", |
|
34 |
"olac_role_performer": "performer", |
|
35 |
"olac_role_photographer": "photographer", |
|
36 |
"olac_role_recorder": "recorder", |
|
37 |
"olac_role_researcher": "researcher", |
|
38 |
"olac_role_research_participant": "research participant", |
|
39 |
"olac_role_responder": "responder", |
|
40 |
"olac_role_signer": "signer", |
|
41 |
"olac_role_singer": "singer", |
|
42 |
"olac_role_speaker": "speaker", |
|
43 |
"olac_role_sponsor": "sponsor", |
|
44 |
"olac_role_transcriber": "transcriber", |
|
45 |
"olac_role_translator": "translator", |
28
|
46 |
|
|
47 |
"button_save" : "Save", |
|
48 |
"button_cancel" : "Cancel", |
|
49 |
|
4
|
50 |
} |
|
51 |
|
|
52 |
// "some.translation.key": "Text for some.translation.key", |
|
53 |
// |
|
54 |
// "a": { |
|
55 |
// "nested": { |
|
56 |
// "key": "Text for a.nested.key" |
|
57 |
// } |
|
58 |
// }, |
|
59 |
// |
|
60 |
// "key.with.interpolation": "Text with {{anInterpolation}}" |
|
61 |
}; |